aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-22fork: Redo ifdefs around task stack handlingSebastian Andrzej Siewior1-35/+39
2022-02-22cpuset: Fix kernel-docJiapeng Chong1-5/+5
2022-02-22audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs2-20/+71
2022-02-22cgroup-v1: Correct privileges check in release_agent writesMichal Koutný1-2/+4
2022-02-22cgroup: clarify cgroup_css_set_fork()Christian Brauner1-0/+14
2022-02-21random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld1-0/+11
2022-02-21printk: make suppress_panic_printk staticJiapeng Chong1-1/+1
2022-02-21printk: Set console_set_on_cmdline=1 when __add_preferred_console() is called with user_specified == trueAndre Kalb1-4/+16
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar37-339/+553
2022-02-21Merge tag 'irq-api-2022-02-21' into irq/coreThomas Gleixner26-106/+243
2022-02-21genirq: Provide generic_handle_irq_safe()Sebastian Andrzej Siewior1-0/+23
2022-02-21x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reportingJosh Poimboeuf1-0/+7
2022-02-20Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-02-20Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+33
2022-02-20Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-4/+3
2022-02-20Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-19/+23
2022-02-19bpf: Initialize ret to 0 inside btf_populate_kfunc_set()Souptick Joarder (HPE)1-1/+1
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland3-3/+65
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland1-0/+2
2022-02-19sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland1-8/+4
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland1-22/+37
2022-02-19sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland1-136/+136
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra2-14/+33
2022-02-18bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()Eric Dumazet1-1/+2
2022-02-18KVM: x86: allow defining return-0 static callsPaolo Bonzini1-0/+1
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-329/+196
2022-02-17bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu1-0/+1
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+8
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-2/+8
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-13/+32
2022-02-17bpf: Add schedule points in batch opsEric Dumazet1-0/+3
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-5/+2
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman1-1/+2
2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman1-5/+14
2022-02-17ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman1-7/+2
2022-02-17ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman1-5/+5
2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in set_userEric W. Biederman1-2/+1
2022-02-16module: fix building with sysfs disabledDmitry Torokhov1-0/+2
2022-02-16bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi1-2/+3
2022-02-16PM: hibernate: fix load_image_and_restore() error pathYe Bin1-1/+3
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez1-3/+10
2022-02-16locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long3-15/+56
2022-02-16sched/isolation: Split housekeeping cpumask per isolation featuresFrederic Weisbecker1-29/+62
2022-02-16sched/isolation: Fix housekeeping_mask memory leakFrederic Weisbecker1-9/+10
2022-02-16sched/isolation: Consolidate error handlingFrederic Weisbecker1-10/+9
2022-02-16sched/isolation: Consolidate check for housekeeping minimum serviceFrederic Weisbecker1-18/+17
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker13-43/+55
2022-02-16workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker1-2/+2
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang1-16/+30
2022-02-16sched/numa: Avoid migrating task to CPU-less nodeHuang Ying1-5/+20