summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman
2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman
2022-02-17ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman
2022-02-17ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman
2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman
2022-02-16module: fix building with sysfs disabledDmitry Torokhov
2022-02-16bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi
2022-02-16PM: hibernate: fix load_image_and_restore() error pathYe Bin
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez
2022-02-16locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long
2022-02-16sched/isolation: Split housekeeping cpumask per isolation featuresFrederic Weisbecker
2022-02-16sched/isolation: Fix housekeeping_mask memory leakFrederic Weisbecker
2022-02-16sched/isolation: Consolidate error handlingFrederic Weisbecker
2022-02-16sched/isolation: Consolidate check for housekeeping minimum serviceFrederic Weisbecker
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang
2022-02-16sched/numa: Avoid migrating task to CPU-less nodeHuang Ying
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov
2022-02-16lkdtm: Really write into kernel text in WRITE_KERNChristophe Leroy
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy
2022-02-15bpf: Reject kfunc calls that overflow insn->immHou Tao
2022-02-15printk: use atomic updates for klogd workJohn Ogness
2022-02-15genirq/debugfs: Use irq_print_chip() when provided by irqchipMarc Zyngier
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier
2022-02-15irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chipMarc Zyngier
2022-02-15sched: Define and initialize a flag to identify valid PASID in the taskPeter Zijlstra
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu
2022-02-14cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao
2022-02-14kernel/fork: Initialize mm's PASIDFenghua Yu
2022-02-14rcu: Replace cpumask_weight with cpumask_empty where appropriateYury Norov
2022-02-14rcu: Uninline multi-use function: finish_rcuwait()Ingo Molnar
2022-02-14rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney
2022-02-14kasan: Record work creation stack trace with interrupts enabledZqiang
2022-02-14rcu: Inline __call_rcu() into call_rcu()Paul E. McKenney
2022-02-14rcu: Add mutex for rcu boost kthread spawning and affinity settingDavid Woodhouse
2022-02-14mm: Change CONFIG option for mm->pasid fieldFenghua Yu
2022-02-14printk: Drop console_sem during panicStephen Brennan
2022-02-14printk: Avoid livelock with heavy printk during panicStephen Brennan
2022-02-14printk: disable optimistic spin during panicStephen Brennan
2022-02-14printk: Add panic_in_progress helperStephen Brennan
2022-02-14swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2022-02-13Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-02-13Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-02-12ARM: ixp4xx: Drop custom DMA coherency and bouncingLinus Walleij
2022-02-12Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman
2022-02-11sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman