summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-03-15bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_writeMykyta Yatsenko-4/+16
2025-03-15Revert "kheaders: Ignore silly-rename files"Masahiro Yamada-1/+0
2025-03-15Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann-18/+3
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan-4/+18
2025-03-15sched/uclamp: Use the uclamp_is_used() helper instead of open-coding itXuewen Yan-16/+16
2025-03-15tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)-13/+8
2025-03-15tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)-3/+6
2025-03-14Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+6
2025-03-14Merge tag 'locking-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+11
2025-03-14KVM: TDX: Register TDX host key IDs to cgroup misc controllerZhiming Hu-0/+4
2025-03-14sched_ext: idle: Refactor scx_select_cpu_dfl()Andrea Righi-27/+34
2025-03-14sched_ext: idle: Honor idle flags in the built-in idle selection policyAndrea Righi-13/+32
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu-6/+18
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-7/+36
2025-03-13genirq/msi: Rename msi_[un]lock_descs()Thomas Gleixner-6/+10
2025-03-13genirq/msi: Use lock guards for MSI descriptor lockingThomas Gleixner-69/+40
2025-03-13sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()Andrea Righi-1/+5
2025-03-13genirq/msi: Make a few functions staticThomas Gleixner-33/+7
2025-03-13posix-timers: Provide a mechanism to allocate a given timer IDThomas Gleixner-26/+84
2025-03-13posix-timers: Make per process list RCU safeThomas Gleixner-2/+2
2025-03-13posix-timers: Avoid false cacheline sharingThomas Gleixner-2/+2
2025-03-13posix-timers: Switch to jhash32()Thomas Gleixner-5/+5
2025-03-13posix-timers: Improve hash table performanceThomas Gleixner-31/+68
2025-03-13posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_tEric Dumazet-9/+5
2025-03-13posix-timers: Make lock_timer() use guard()Peter Zijlstra-56/+36
2025-03-13posix-timers: Rework timer removalThomas Gleixner-113/+83
2025-03-13posix-timers: Simplify lock/unlock_timer()Thomas Gleixner-41/+29
2025-03-13posix-timers: Use guards in a few placesThomas Gleixner-38/+30
2025-03-13posix-timers: Remove SLAB_PANIC from kmem cacheThomas Gleixner-4/+7
2025-03-13posix-timers: Remove a few paranoid warningsThomas Gleixner-29/+8
2025-03-13posix-timers: Cleanup includesThomas Gleixner-16/+10
2025-03-13posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet-0/+1
2025-03-13posix-timers: Initialise timer before adding it to the hash tableEric Dumazet-14/+42
2025-03-13posix-timers: Ensure that timer initialization is fully visibleThomas Gleixner-7/+14
2025-03-13clocksource: Remove unnecessary strscpy() size argumentThorsten Blum-1/+1
2025-03-13timer_list: Don't use %pK through printk()Thomas Weißschuh-2/+2
2025-03-12Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+3
2025-03-12PM: s2idle: Extend comment in s2idle_enter()Ulf Hansson-1/+5
2025-03-12PM: s2idle: Drop redundant locks when entering s2idleUlf Hansson-4/+6
2025-03-12dma-mapping: fix missing clear bdr in check_ram_in_range_map()Baochen Qiang-10/+18
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný-1/+1
2025-03-11cgroup: Add deprecation message to legacy freezer controllerMichal Koutný-2/+4
2025-03-11RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_levelMichal Koutný-0/+1
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_migrateMichal Koutný-0/+1
2025-03-11cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwallMichal Koutný-0/+2
2025-03-11cgroup: Print message when /proc/cgroups is read on v2-only systemMichal Koutný-1/+9
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_s...Michal Koutný-0/+2
2025-03-11cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_p...Michal Koutný-0/+2
2025-03-11stop-machine: Add comment for rcu_momentary_eqs()Paul E. McKenney-0/+1
2025-03-11printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza-2/+12