aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-14KVM: TDX: Register TDX host key IDs to cgroup misc controllerZhiming Hu1-0/+4
2025-03-14sched_ext: idle: Refactor scx_select_cpu_dfl()Andrea Righi3-27/+34
2025-03-14sched_ext: idle: Honor idle flags in the built-in idle selection policyAndrea Righi3-13/+32
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu1-6/+18
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-7/+36
2025-03-13genirq/msi: Rename msi_[un]lock_descs()Thomas Gleixner1-6/+10
2025-03-13genirq/msi: Use lock guards for MSI descriptor lockingThomas Gleixner1-69/+40
2025-03-13sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()Andrea Righi1-1/+5
2025-03-13genirq/msi: Make a few functions staticThomas Gleixner1-33/+7
2025-03-13posix-timers: Provide a mechanism to allocate a given timer IDThomas Gleixner2-26/+84
2025-03-13posix-timers: Make per process list RCU safeThomas Gleixner1-2/+2
2025-03-13posix-timers: Avoid false cacheline sharingThomas Gleixner1-2/+2
2025-03-13posix-timers: Switch to jhash32()Thomas Gleixner1-5/+5
2025-03-13posix-timers: Improve hash table performanceThomas Gleixner1-31/+68
2025-03-13posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_tEric Dumazet1-9/+5
2025-03-13posix-timers: Make lock_timer() use guard()Peter Zijlstra1-56/+36
2025-03-13posix-timers: Rework timer removalThomas Gleixner2-113/+83
2025-03-13posix-timers: Simplify lock/unlock_timer()Thomas Gleixner1-41/+29
2025-03-13posix-timers: Use guards in a few placesThomas Gleixner1-38/+30
2025-03-13posix-timers: Remove SLAB_PANIC from kmem cacheThomas Gleixner1-4/+7
2025-03-13posix-timers: Remove a few paranoid warningsThomas Gleixner1-29/+8
2025-03-13posix-timers: Cleanup includesThomas Gleixner1-16/+10
2025-03-13posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet1-0/+1
2025-03-13posix-timers: Initialise timer before adding it to the hash tableEric Dumazet1-14/+42
2025-03-13posix-timers: Ensure that timer initialization is fully visibleThomas Gleixner1-7/+14
2025-03-13clocksource: Remove unnecessary strscpy() size argumentThorsten Blum1-1/+1
2025-03-13timer_list: Don't use %pK through printk()Thomas Weißschuh1-2/+2
2025-03-12Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+3
2025-03-12PM: s2idle: Extend comment in s2idle_enter()Ulf Hansson1-1/+5
2025-03-12PM: s2idle: Drop redundant locks when entering s2idleUlf Hansson1-4/+6
2025-03-12dma-mapping: fix missing clear bdr in check_ram_in_range_map()Baochen Qiang1-10/+18
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný1-1/+1
2025-03-11cgroup: Add deprecation message to legacy freezer controllerMichal Koutný1-2/+4
2025-03-11RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_levelMichal Koutný1-0/+1
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_migrateMichal Koutný1-0/+1
2025-03-11cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwallMichal Koutný1-0/+2
2025-03-11cgroup: Print message when /proc/cgroups is read on v2-only systemMichal Koutný3-1/+9
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_s...Michal Koutný1-0/+2
2025-03-11cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_p...Michal Koutný1-0/+2
2025-03-11stop-machine: Add comment for rcu_momentary_eqs()Paul E. McKenney1-0/+1
2025-03-11printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza1-2/+12
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza1-2/+2
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza1-3/+3
2025-03-11printk: Rename resume_console to console_resume_allMarcos Paulo de Souza4-9/+9
2025-03-11printk: Rename suspend_console to console_suspend_allMarcos Paulo de Souza4-8/+8
2025-03-10perf/core: Remove optional 'size' arguments from strscpy() callsThorsten Blum1-3/+3
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman26-217/+345
2025-03-10sched/clock: Don't define sched_clock_irqtime as static keyYafang Shao2-6/+6
2025-03-10module: Remove unnecessary size argument when calling strscpy()Thorsten Blum1-2/+2
2025-03-10module: Replace deprecated strncpy() with strscpy()Thorsten Blum1-1/+1