summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-1/+0
2023-04-25Merge tag 'livepatching-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+8
2023-04-25Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-12/+1
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-434/+40
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-115/+205
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+11
2023-04-25Merge tag 'core-entry-2023-04-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+74
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-38/+27
2023-04-24bpf: Add __rcu_read_{lock,unlock} into btf id deny listYafang Shao-0/+4
2023-04-24bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixedDave Marchevsky-1/+4
2023-04-24Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-23/+94
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-25/+151
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-242/+646
2023-04-24Merge tag 'locktorture.2023.04.04a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-16/+172
2023-04-24Merge tag 'kcsan.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+13
2023-04-24Merge branch 'for-6.4/doc' into for-linusPetr Mladek-7/+9
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-306/+375
2023-04-21mm: add new api to enable ksm per processStefan Roesch-0/+27
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal-0/+9
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal-0/+6
2023-04-21bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev-3/+6
2023-04-21bpf: Fix bpf_refcount_acquire's refcount_t address calculationDave Marchevsky-1/+1
2023-04-21bpf: Fix race between btf_put and btf_idr walk.Alexei Starovoitov-5/+3
2023-04-21posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner-14/+71
2023-04-21sched/clock: Fix local_clock() before sched_clock_init()Aaron Thompson-0/+3
2023-04-21sched/rt: Fix bad task migration for rt tasksSchspa Shi-0/+5
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers-49/+722
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra-113/+323
2023-04-20cgroup_get_from_fd(): switch to fdget_raw()Al Viro-6/+4
2023-04-20bpf: switch to fdget_raw()Al Viro-23/+15
2023-04-20convert setns(2) to fdget()/fdput()Al Viro-9/+8
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-68/+216
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+15
2023-04-20PM: Add sysfs files to represent time spent in hardware sleep stateMario Limonciello-12/+47
2023-04-20swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FSPetr Tesarik-3/+12
2023-04-20kernel/configs: Drop Android config fragmentsJohn Stultz-286/+0
2023-04-20stackleak: allow to specify arch specific stackleak poison functionHeiko Carstens-4/+13
2023-04-19bpf: support access variable length array of integer typeFeng Zhou-3/+5
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds-29/+41
2023-04-19module: add debugging auto-load duplicate module supportLuis Chamberlain-4/+340
2023-04-19bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann-0/+15
2023-04-18delayacct: track delays from IRQ/SOFTIRQYang Yang-0/+15
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti-14/+8
2023-04-18prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett-0/+15
2023-04-18cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed-2/+2
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton-29/+41
2023-04-18mm: fix memory leak on mm_init error handlingMathieu Desnoyers-0/+1
2023-04-18kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek-29/+40
2023-04-18module: stats: fix invalid_mod_bytes typoArnd Bergmann-1/+1
2023-04-18module: remove use of uninitialized variable lenTom Rix-1/+1