summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-04-20cgroup_get_from_fd(): switch to fdget_raw()Al Viro
2023-04-20bpf: switch to fdget_raw()Al Viro
2023-04-20convert setns(2) to fdget()/fdput()Al Viro
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-04-20PM: Add sysfs files to represent time spent in hardware sleep stateMario Limonciello
2023-04-20swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FSPetr Tesarik
2023-04-20kernel/configs: Drop Android config fragmentsJohn Stultz
2023-04-20stackleak: allow to specify arch specific stackleak poison functionHeiko Carstens
2023-04-19bpf: support access variable length array of integer typeFeng Zhou
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds
2023-04-19module: add debugging auto-load duplicate module supportLuis Chamberlain
2023-04-19bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann
2023-04-18delayacct: track delays from IRQ/SOFTIRQYang Yang
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti
2023-04-18prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett
2023-04-18cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-18mm: fix memory leak on mm_init error handlingMathieu Desnoyers
2023-04-18kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek
2023-04-18module: stats: fix invalid_mod_bytes typoArnd Bergmann
2023-04-18module: remove use of uninitialized variable lenTom Rix
2023-04-18module: fix building stats for 32-bit targetsArnd Bergmann
2023-04-18module: stats: include uapi/linux/module.hArnd Bergmann
2023-04-18module: avoid allocation if module is already present and readyLuis Chamberlain
2023-04-18module: add debug stats to help identify memory pressureLuis Chamberlain
2023-04-18module: extract patient module check into helperLuis Chamberlain
2023-04-18modules/kmod: replace implementation with a semaphoreLuis Chamberlain
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra
2023-04-18timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick()Frederic Weisbecker
2023-04-18timers/nohz: Add a comment about broken iowait counter update raceFrederic Weisbecker
2023-04-18timers/nohz: Protect idle/iowait sleep time under seqcountFrederic Weisbecker
2023-04-18timers/nohz: Only ever update sleeptime from idle exitFrederic Weisbecker
2023-04-18timers/nohz: Restructure and reshuffle struct tick_schedFrederic Weisbecker
2023-04-18tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior
2023-04-17bpf: Improve verifier u32 scalar equality checkingYonghong Song
2023-04-17bpf: lirc program type should not require SYS_CAP_ADMINSean Young
2023-04-17swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-16Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-04-16bpf: Remove KF_KPTR_GET kfunc flagDavid Vernet
2023-04-16ptrace: Provide set/get interface for syscall user dispatchGregory Price
2023-04-16syscall_user_dispatch: Untag selector address before access_ok()Gregory Price
2023-04-16syscall_user_dispatch: Split up set_syscall_user_dispatch()Gregory Price
2023-04-16posix-timers: Prefer delivery of signals to the current threadDmitry Vyukov
2023-04-16swiotlb: track and report io_tlb_used high water marks in debugfsMichael Kelley
2023-04-16swiotlb: fix debugfs reporting of reserved memory poolsMichael Kelley
2023-04-16swiotlb: relocate PageHighMem test away from rmem_swiotlb_setupDoug Berger
2023-04-15bpf: Centralize btf_field-specific initialization logicDave Marchevsky
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky