summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman-2/+1
2022-02-16module: fix building with sysfs disabledDmitry Torokhov-0/+2
2022-02-16bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi-2/+3
2022-02-16PM: hibernate: fix load_image_and_restore() error pathYe Bin-1/+3
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez-3/+10
2022-02-16locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long-15/+56
2022-02-16sched/isolation: Split housekeeping cpumask per isolation featuresFrederic Weisbecker-29/+62
2022-02-16sched/isolation: Fix housekeeping_mask memory leakFrederic Weisbecker-9/+10
2022-02-16sched/isolation: Consolidate error handlingFrederic Weisbecker-10/+9
2022-02-16sched/isolation: Consolidate check for housekeeping minimum serviceFrederic Weisbecker-18/+17
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker-43/+55
2022-02-16workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker-2/+2
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang-16/+30
2022-02-16sched/numa: Avoid migrating task to CPU-less nodeHuang Ying-5/+20
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying-95/+137
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov-2/+2
2022-02-16lkdtm: Really write into kernel text in WRITE_KERNChristophe Leroy-0/+1
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy-1/+22
2022-02-15bpf: Reject kfunc calls that overflow insn->immHou Tao-1/+10
2022-02-15printk: use atomic updates for klogd workJohn Ogness-2/+2
2022-02-15genirq/debugfs: Use irq_print_chip() when provided by irqchipMarc Zyngier-2/+6
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier-6/+3
2022-02-15irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chipMarc Zyngier-4/+5
2022-02-15sched: Define and initialize a flag to identify valid PASID in the taskPeter Zijlstra-0/+4
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu-0/+1
2022-02-14cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao-0/+2
2022-02-14kernel/fork: Initialize mm's PASIDFenghua Yu-8/+2
2022-02-14rcu: Replace cpumask_weight with cpumask_empty where appropriateYury Norov-3/+3
2022-02-14rcu: Uninline multi-use function: finish_rcuwait()Ingo Molnar-0/+7
2022-02-14rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney-2/+2
2022-02-14kasan: Record work creation stack trace with interrupts enabledZqiang-1/+1
2022-02-14rcu: Inline __call_rcu() into call_rcu()Paul E. McKenney-49/+42