summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-03-14Merge tag 'locking-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-03-14KVM: TDX: Register TDX host key IDs to cgroup misc controllerZhiming Hu
2025-03-14sched_ext: idle: Refactor scx_select_cpu_dfl()Andrea Righi
2025-03-14sched_ext: idle: Honor idle flags in the built-in idle selection policyAndrea Righi
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-13genirq/msi: Rename msi_[un]lock_descs()Thomas Gleixner
2025-03-13genirq/msi: Use lock guards for MSI descriptor lockingThomas Gleixner
2025-03-13sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()Andrea Righi
2025-03-13genirq/msi: Make a few functions staticThomas Gleixner
2025-03-13posix-timers: Provide a mechanism to allocate a given timer IDThomas Gleixner
2025-03-13posix-timers: Make per process list RCU safeThomas Gleixner
2025-03-13posix-timers: Avoid false cacheline sharingThomas Gleixner
2025-03-13posix-timers: Switch to jhash32()Thomas Gleixner
2025-03-13posix-timers: Improve hash table performanceThomas Gleixner
2025-03-13posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_tEric Dumazet
2025-03-13posix-timers: Make lock_timer() use guard()Peter Zijlstra
2025-03-13posix-timers: Rework timer removalThomas Gleixner
2025-03-13posix-timers: Simplify lock/unlock_timer()Thomas Gleixner
2025-03-13posix-timers: Use guards in a few placesThomas Gleixner
2025-03-13posix-timers: Remove SLAB_PANIC from kmem cacheThomas Gleixner
2025-03-13posix-timers: Remove a few paranoid warningsThomas Gleixner
2025-03-13posix-timers: Cleanup includesThomas Gleixner
2025-03-13posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet
2025-03-13posix-timers: Initialise timer before adding it to the hash tableEric Dumazet
2025-03-13posix-timers: Ensure that timer initialization is fully visibleThomas Gleixner
2025-03-13clocksource: Remove unnecessary strscpy() size argumentThorsten Blum
2025-03-13timer_list: Don't use %pK through printk()Thomas Weißschuh
2025-03-12Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-03-12PM: s2idle: Extend comment in s2idle_enter()Ulf Hansson
2025-03-12PM: s2idle: Drop redundant locks when entering s2idleUlf Hansson
2025-03-12dma-mapping: fix missing clear bdr in check_ram_in_range_map()Baochen Qiang
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný
2025-03-11cgroup: Add deprecation message to legacy freezer controllerMichal Koutný
2025-03-11RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_levelMichal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_migrateMichal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwallMichal Koutný
2025-03-11cgroup: Print message when /proc/cgroups is read on v2-only systemMichal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_s...Michal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_p...Michal Koutný
2025-03-11stop-machine: Add comment for rcu_momentary_eqs()Paul E. McKenney
2025-03-11printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza
2025-03-11printk: Rename resume_console to console_resume_allMarcos Paulo de Souza
2025-03-11printk: Rename suspend_console to console_suspend_allMarcos Paulo de Souza
2025-03-10perf/core: Remove optional 'size' arguments from strscpy() callsThorsten Blum
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman
2025-03-10sched/clock: Don't define sched_clock_irqtime as static keyYafang Shao
2025-03-10module: Remove unnecessary size argument when calling strscpy()Thorsten Blum