summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-06-03mm/damon/core: embed damon_probe objects in damon_ctxSeongJae Park1-0/+9
2026-06-03mm/damon/core: introduce struct damon_probeSeongJae Park1-0/+9
2026-06-03mm, swap: merge zeromap into swap tableKairui Song1-1/+0
2026-06-03mm/memcg: remove no longer used swap cgroup arrayKairui Song1-47/+0
2026-06-03mm/memcg, swap: store cgroup id in cluster table directlyKairui Song2-10/+17
2026-06-03mm, swap: delay and unify memcg lookup and charging for swapinKairui Song1-3/+3
2026-06-03mm/memcg, swap: tidy up cgroup v1 memsw swap helpersKairui Song2-10/+8
2026-06-03mm/huge_memory: move THP gfp limit helper into headerKairui Song1-0/+30
2026-06-03mm: rejig pageblock mask definitionsBrendan Jackman1-3/+3
2026-06-03mm: introduce for_each_free_list()Brendan Jackman1-3/+6
2026-06-03mm/mmu_notifier: fix a begin vs. start typo in the invalidate range commentTakahiro Itazuri1-2/+2
2026-06-03drivers/base/memory: make memory block get/put explicitMuchun Song1-2/+5
2026-06-03mm/bootmem_info: remove call to kmemleak_free_part_phys()David Hildenbrand (Arm)1-1/+0
2026-06-03mm/damon: replace damon_rand() with a per-ctx lockless PRNGJiayuan Chen1-7/+21
2026-06-03Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton2-16/+0
2026-06-02vdso/vsyscall: Gate update_vsyscall() behind CONFIG_GENERIC_GETTIMEOFDAYThomas Weißschuh1-1/+1
2026-06-02sched/cputime: Handle dyntick-idle steal time correctlyFrederic Weisbecker1-0/+1
2026-06-02sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-caseFrederic Weisbecker2-4/+3
2026-06-02tick/sched: Consolidate idle time fetching APIsFrederic Weisbecker1-4/+30
2026-06-02tick/sched: Move dyntick-idle cputime accounting to cputime codeFrederic Weisbecker1-4/+10
2026-06-02tick/sched: Unify idle cputime accountingFrederic Weisbecker2-5/+26
2026-06-02powerpc/time: Prepare to stop elapsing in dynticks-idleFrederic Weisbecker1-0/+6
2026-06-02sched/cputime: Correctly support generic vtime idle timeFrederic Weisbecker1-2/+7
2026-06-02sched/cputime: Remove superfluous and error prone kcpustat_field() parameterFrederic Weisbecker1-5/+3
2026-06-02bpf: Silence unused-but-set-variable warning in bpf_for_each_reg_in_vstate_maskAmery Hung1-0/+1
2026-06-02Merge tag 'nf-26-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-2/+1
2026-06-02Merge tag 'soc-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2026-06-02Merge branches 'rcutorture.2026.05.24' and 'misc.2026.05.24' into rcu-merge.2...Uladzislau Rezki (Sony)2-6/+8
2026-06-02io_uring/bpf-ops: restrict ctx access to BPFPavel Begunkov1-1/+3
2026-06-02drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()Lyude Paul1-0/+1
2026-06-02Merge tag 'mm-hotfixes-stable-2026-06-01-20-58' of git://git.kernel.org/pub/s...Linus Torvalds2-16/+0
2026-06-02mm: Make empty_zero_page[] constArd Biesheuvel1-1/+1
2026-06-02regulator: Use named initializers for platform_device_id arraysMark Brown22-53/+95
2026-06-02Merge tag 'v7.1-rc6' into workJonathan Cameron109-269/+1083
2026-06-02rseq: Fix using an uninitialized stack variable in rseq_exit_user_update()Qing Wang1-2/+3
2026-06-02sched/proxy: Remove PROXY_WAKINGK Prateek Nayak1-48/+2
2026-06-02sched: Add blocked_donor link to task for smarter mutex handoffsPeter Zijlstra1-0/+7
2026-06-02sched: Add is_blocked task flagJohn Stultz1-2/+5
2026-06-02sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING caseJohn Stultz1-1/+1
2026-06-02Merge branch 'tip/sched/urgent'Peter Zijlstra5-104/+100
2026-06-02pps: Convert to ktime_get_snapshot_id()Thomas Gleixner1-4/+6
2026-06-02timekeeping: Provide ktime_get_snapshot_id()Thomas Gleixner1-10/+24
2026-06-02Merge tag 'qcom-arm64-for-7.2' of https://git.kernel.org/pub/scm/linux/kernel...Linus Walleij3-0/+388
2026-06-02dt-bindings: soc: spacemit: k3: Add PCIe DBI clock IDsYixun Lan1-0/+5
2026-06-02clk: spacemit: k3: Fix PCIe clock register offsetYixun Lan1-2/+2
2026-06-02Input: userio - allow setting other id valuesVicki Pfau1-1/+4
2026-06-02Input: userio - update maintainer nameVicki Pfau1-1/+1
2026-06-02libbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh1-0/+1
2026-06-02bpf: Drop redundant hash_buf from map_get_hash operationDaniel Borkmann1-1/+1
2026-06-02bpf: Unify release handling for helpers and kfuncsAmery Hung1-3/+3