summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar-63/+139
2022-02-23sched/headers: Fix comment typo in kernel/sched/cpudeadline.cIngo Molnar-1/+1
2022-02-23sched/headers: sched/clock: Mark all functions 'notrace', remove CC_FLAGS_FTR...Ingo Molnar-24/+21
2022-02-23sched/headers: Add header guard to kernel/sched/stats.h and kernel/sched/auto...Ingo Molnar-0/+11
2022-02-23sched/headers: Add header guard to kernel/sched/sched.hIngo Molnar-0/+4
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig-1/+0
2022-02-22Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+25
2022-02-22fork: Use IS_ENABLED() in account_kernel_stack()Sebastian Andrzej Siewior-4/+4
2022-02-22fork: Only cache the VMAP stack in finish_task_switch()Sebastian Andrzej Siewior-13/+63
2022-02-22fork: Move task stack accounting to do_exit()Sebastian Andrzej Siewior-12/+24
2022-02-22fork: Move memcg_charge_kernel_stack() into CONFIG_VMAP_STACKSebastian Andrzej Siewior-33/+36
2022-02-22fork: Don't assign the stack pointer in dup_task_struct()Sebastian Andrzej Siewior-31/+16
2022-02-22fork, IA64: Provide alloc_thread_stack_node() for IA64Sebastian Andrzej Siewior-0/+17
2022-02-22fork: Duplicate task_struct before stack allocationSebastian Andrzej Siewior-5/+4
2022-02-22fork: Redo ifdefs around task stack handlingSebastian Andrzej Siewior-35/+39
2022-02-22cpuset: Fix kernel-docJiapeng Chong-5/+5
2022-02-22audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs-20/+71
2022-02-22cgroup-v1: Correct privileges check in release_agent writesMichal Koutný-2/+4
2022-02-22cgroup: clarify cgroup_css_set_fork()Christian Brauner-0/+14
2022-02-21random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld-0/+11
2022-02-21printk: make suppress_panic_printk staticJiapeng Chong-1/+1
2022-02-21printk: Set console_set_on_cmdline=1 when __add_preferred_console() is called...Andre Kalb-4/+16
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar-339/+553
2022-02-21Merge tag 'irq-api-2022-02-21' into irq/coreThomas Gleixner-106/+243
2022-02-21genirq: Provide generic_handle_irq_safe()Sebastian Andrzej Siewior-0/+23
2022-02-21x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf-0/+7
2022-02-20Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+2
2022-02-20Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+33
2022-02-20Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+3
2022-02-20Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds-19/+23
2022-02-19bpf: Initialize ret to 0 inside btf_populate_kfunc_set()Souptick Joarder (HPE)-1/+1
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland-3/+65
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland-0/+2
2022-02-19sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland-8/+4
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland-22/+37
2022-02-19sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland-136/+136
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra-14/+33
2022-02-18bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()Eric Dumazet-1/+2
2022-02-18KVM: x86: allow defining return-0 static callsPaolo Bonzini-0/+1
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-329/+196
2022-02-17bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu-0/+1
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+8
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-2/+8
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+32
2022-02-17bpf: Add schedule points in batch opsEric Dumazet-0/+3
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins-5/+2
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman-1/+2
2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman-5/+14
2022-02-17ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman-7/+2
2022-02-17ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman-5/+5