aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-21mm: add new api to enable ksm per processStefan Roesch1-0/+27
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2-0/+9
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal1-0/+6
2023-04-21bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev1-3/+6
2023-04-21bpf: Fix bpf_refcount_acquire's refcount_t address calculationDave Marchevsky1-1/+1
2023-04-21bpf: Fix race between btf_put and btf_idr walk.Alexei Starovoitov1-5/+3
2023-04-21posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2-14/+71
2023-04-21sched/clock: Fix local_clock() before sched_clock_init()Aaron Thompson1-0/+3
2023-04-21sched/rt: Fix bad task migration for rt tasksSchspa Shi2-0/+5
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers3-49/+722
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra18-113/+323
2023-04-20cgroup_get_from_fd(): switch to fdget_raw()Al Viro1-6/+4
2023-04-20bpf: switch to fdget_raw()Al Viro1-23/+15
2023-04-20convert setns(2) to fdget()/fdput()Al Viro1-9/+8
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-68/+216
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+15
2023-04-20PM: Add sysfs files to represent time spent in hardware sleep stateMario Limonciello1-12/+47
2023-04-20swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FSPetr Tesarik1-3/+12
2023-04-20kernel/configs: Drop Android config fragmentsJohn Stultz2-286/+0
2023-04-19bpf: support access variable length array of integer typeFeng Zhou1-3/+5
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2-29/+41
2023-04-19module: add debugging auto-load duplicate module supportLuis Chamberlain5-4/+340
2023-04-19bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann1-0/+15
2023-04-18delayacct: track delays from IRQ/SOFTIRQYang Yang2-0/+15
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2-14/+8
2023-04-18prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett1-0/+15
2023-04-18cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed1-2/+2
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2-29/+41
2023-04-18mm: fix memory leak on mm_init error handlingMathieu Desnoyers1-0/+1
2023-04-18kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek1-29/+40
2023-04-18module: stats: fix invalid_mod_bytes typoArnd Bergmann1-1/+1
2023-04-18module: remove use of uninitialized variable lenTom Rix1-1/+1
2023-04-18module: fix building stats for 32-bit targetsArnd Bergmann1-23/+23
2023-04-18module: stats: include uapi/linux/module.hArnd Bergmann1-0/+1
2023-04-18module: avoid allocation if module is already present and readyLuis Chamberlain2-7/+10
2023-04-18module: add debug stats to help identify memory pressureLuis Chamberlain7-11/+615
2023-04-18module: extract patient module check into helperLuis Chamberlain1-52/+60
2023-04-18modules/kmod: replace implementation with a semaphoreLuis Chamberlain1-19/+7
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-1/+1
2023-04-18timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick()Frederic Weisbecker1-12/+8
2023-04-18timers/nohz: Add a comment about broken iowait counter update raceFrederic Weisbecker1-2/+8
2023-04-18timers/nohz: Protect idle/iowait sleep time under seqcountFrederic Weisbecker2-6/+17
2023-04-18timers/nohz: Only ever update sleeptime from idle exitFrederic Weisbecker1-58/+37
2023-04-18timers/nohz: Restructure and reshuffle struct tick_schedFrederic Weisbecker1-25/+41
2023-04-18tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior1-1/+11
2023-04-17bpf: Improve verifier u32 scalar equality checkingYonghong Song1-2/+7
2023-04-17bpf: lirc program type should not require SYS_CAP_ADMINSean Young1-1/+0
2023-04-17swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley1-44/+1
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-0/+3
2023-04-16Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+10