aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying4-95/+137
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov2-2/+2
2022-02-16lkdtm: Really write into kernel text in WRITE_KERNChristophe Leroy1-0/+1
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy1-1/+22
2022-02-15bpf: Reject kfunc calls that overflow insn->immHou Tao1-1/+10
2022-02-15printk: use atomic updates for klogd workJohn Ogness1-2/+2
2022-02-15genirq/debugfs: Use irq_print_chip() when provided by irqchipMarc Zyngier1-2/+6
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier1-6/+3
2022-02-15irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chipMarc Zyngier1-4/+5
2022-02-15sched: Define and initialize a flag to identify valid PASID in the taskPeter Zijlstra1-0/+4
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu1-0/+1
2022-02-14cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao1-0/+2
2022-02-14kernel/fork: Initialize mm's PASIDFenghua Yu1-8/+2
2022-02-14rcu: Replace cpumask_weight with cpumask_empty where appropriateYury Norov2-3/+3
2022-02-14rcu: Uninline multi-use function: finish_rcuwait()Ingo Molnar1-0/+7
2022-02-14rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney1-2/+2
2022-02-14kasan: Record work creation stack trace with interrupts enabledZqiang1-1/+1
2022-02-14rcu: Inline __call_rcu() into call_rcu()Paul E. McKenney1-49/+42
2022-02-14rcu: Add mutex for rcu boost kthread spawning and affinity settingDavid Woodhouse3-2/+12
2022-02-14mm: Change CONFIG option for mm->pasid fieldFenghua Yu1-1/+1
2022-02-14printk: Drop console_sem during panicStephen Brennan1-1/+24
2022-02-14printk: Avoid livelock with heavy printk during panicStephen Brennan1-0/+15
2022-02-14printk: disable optimistic spin during panicStephen Brennan1-0/+10
2022-02-14printk: Add panic_in_progress helperStephen Brennan1-0/+5
2022-02-14swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic1-1/+2
2022-02-13Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+6
2022-02-13Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-02-12ARM: ixp4xx: Drop custom DMA coherency and bouncingLinus Walleij1-2/+0
2022-02-12Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+13
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman2-10/+65
2022-02-11sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman1-8/+10
2022-02-11lockdep: Correct lock_classes index mappingCheng Jui Wang1-2/+2
2022-02-11bpf: Emit bpf_timer in vmlinux BTFYonghong Song1-0/+2
2022-02-11Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-4/+5
2022-02-11Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+4
2022-02-11locking: Add missing __sched attributesMinchan Kim2-3/+4
2022-02-11copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long1-4/+3
2022-02-10user_events: Validate user payloads for size and null terminationBeau Belgrave1-14/+133
2022-02-10user_events: Optimize writing events by only copying data onceBeau Belgrave1-30/+85
2022-02-10user_events: Add basic perf and eBPF supportBeau Belgrave1-1/+71
2022-02-10user_events: Handle matching arguments from dyn_eventsBeau Belgrave1-1/+76
2022-02-10user_events: Add print_fmt generation support for basic typesBeau Belgrave1-2/+113
2022-02-10user_events: Add minimal support for trace_event into ftraceBeau Belgrave3-0/+1202
2022-02-10tracing: Save both wakee and current on wakeup eventsSteven Rostedt (Google)1-1/+1
2022-02-10tracing: Remove size restriction on synthetic event cmd error loggingTom Zanussi1-3/+14
2022-02-10tracing: Remove size restriction on hist trigger cmd error loggingTom Zanussi1-7/+23
2022-02-10tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi2-14/+43
2022-02-10seccomp: Invalidate seccomp mode to catch death failuresKees Cook1-0/+10
2022-02-10signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook1-2/+3
2022-02-10bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu1-2/+2