aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-16bpf: Add struct bpf_token_infoTao Chen2-1/+42
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang5-10/+5
2025-07-16bpf: Update iterators.lskel-big-endian.hIlya Leoshkevich1-237/+255
2025-07-16sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao1-4/+8
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor1-1/+1
2025-07-16rcu: Refactor expedited handling check in rcu_read_unlock_special()Joel Fernandes1-9/+74
2025-07-16srcu: Expedite SRCU-fast grace periodsPaul E. McKenney1-0/+2
2025-07-16rcutorture: Remove support for SRCU-litePaul E. McKenney1-7/+0
2025-07-16torture: Remove support for SRCU-litePaul E. McKenney1-31/+1
2025-07-16rcu: Fix rcu_read_unlock() deadloop due to IRQ workJoel Fernandes2-12/+38
2025-07-16rcu: Enable rcu_normal_wake_from_gp on small systemsUladzislau Rezki (Sony)1-3/+11
2025-07-16rcu: Protect ->defer_qs_iw_pending from data racePaul E. McKenney1-0/+3
2025-07-15blktrace: add zoned block commands to blk_fill_rwbsJohannes Thumshirn1-0/+25
2025-07-15kexec_core: Drop redundant pm_restore_gfp_mask() callRafael J. Wysocki1-1/+0
2025-07-15kexec_core: Fix error code path in the KEXEC_JUMP flowRafael J. Wysocki1-2/+1
2025-07-15PM: suspend: clean up redundant filesystems_freeze/thaw() handlingZihuan Zhang1-3/+1
2025-07-15PM: suspend: Drop a misplaced pm_restore_gfp_mask() callRafael J. Wysocki1-1/+0
2025-07-15kprobes: Add missing kerneldoc for __get_insn_slotPeng Jiang1-2/+6
2025-07-14lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronizationBreno Leitao1-2/+10
2025-07-14locking/mutex: Remove redundant #ifdefsRan Xiaokai1-4/+0
2025-07-14locking/lockdep: Change 'static const' variables to enum valuesArnd Bergmann1-8/+10
2025-07-14locking/lockdep: Avoid struct return in lock_stats()Arnd Bergmann2-16/+13
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers1-1/+1
2025-07-14sched: Start blocked_on chain processing in find_proxy_task()Peter Zijlstra3-26/+135
2025-07-14sched: Fix proxy/current (push,pull)abilityValentin Schneider3-0/+37
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz2-6/+121
2025-07-14sched: Fix runtime accounting w/ split exec & sched contextsJohn Stultz1-14/+28
2025-07-14sched: Move update_curr_task logic into update_curr_seJohn Stultz1-17/+9
2025-07-14locking/mutex: Add p->blocked_on wrappers for correctness checksValentin Schneider3-25/+19
2025-07-14locking/mutex: Rework task_struct::blocked_onPeter Zijlstra4-8/+44
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz2-0/+41
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra34-189/+267
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak2-12/+13
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen1-16/+8
2025-07-14sched/deadline: Fix accounting after global limits changeJuri Lelli2-1/+9
2025-07-14sched/deadline: Reset extra_bw to max_bw when clearing root domainsJuri Lelli1-0/+7
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli3-18/+33
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna2-2/+2
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan1-2/+2
2025-07-13kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador1-1/+1
2025-07-13mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka1-49/+1
2025-07-13Merge tag 'perf_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+7
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton2-11/+2
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds2-11/+2
2025-07-11locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLEJinliang Zheng1-3/+1
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2025-07-11panic: Fix up description of vpanic()Nam Cao1-1/+1
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen1-3/+2
2025-07-11bpf: Remove attach_type in bpf_netns_linkTao Chen1-5/+3
2025-07-11bpf: Remove location field in tcx_linkTao Chen1-7/+6