summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2022-02-11lockdep: Correct lock_classes index mappingCheng Jui Wang
2022-02-11bpf: Emit bpf_timer in vmlinux BTFYonghong Song
2022-02-11Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-02-11Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-11locking: Add missing __sched attributesMinchan Kim
2022-02-11copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long
2022-02-10user_events: Validate user payloads for size and null terminationBeau Belgrave
2022-02-10user_events: Optimize writing events by only copying data onceBeau Belgrave
2022-02-10user_events: Add basic perf and eBPF supportBeau Belgrave
2022-02-10user_events: Handle matching arguments from dyn_eventsBeau Belgrave
2022-02-10user_events: Add print_fmt generation support for basic typesBeau Belgrave
2022-02-10user_events: Add minimal support for trace_event into ftraceBeau Belgrave
2022-02-10tracing: Save both wakee and current on wakeup eventsSteven Rostedt (Google)
2022-02-10tracing: Remove size restriction on synthetic event cmd error loggingTom Zanussi
2022-02-10tracing: Remove size restriction on hist trigger cmd error loggingTom Zanussi
2022-02-10tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi
2022-02-10seccomp: Invalidate seccomp mode to catch death failuresKees Cook
2022-02-10signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook
2022-02-10bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov
2022-02-10bpf: Update iterators.lskel.h.Alexei Starovoitov
2022-02-10bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov
2022-02-10Merge tag 'audit-pr-20220209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-10genirq: Kill irq_chip::parent_deviceMarc Zyngier
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore
2022-02-09genirq: Allow the PM device to originate from irq domainMarc Zyngier
2022-02-08bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-02-08rcu-tasks: Set ->percpu_enqueue_shift to zero upon contentionPaul E. McKenney
2022-02-08rcu-tasks: Use order_base_2() instead of ilog2()Paul E. McKenney
2022-02-08rcu: Create and use an rcu_rdp_cpu_online()Paul E. McKenney
2022-02-08rcu: Make rcu_barrier() no longer block CPU-hotplug operationsPaul E. McKenney