summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-07-19rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()Zqiang
2022-07-19rcu/nocb: Add an option to offload all CPUs on bootJoel Fernandes
2022-07-19rcu/nocb: Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload() direc...Zqiang
2022-07-19rcu/nocb: Invert rcu_state.barrier_mutex VS hotplug lock locking orderZqiang
2022-07-19rcu/nocb: Add/del rdp to iterate from rcuog itselfFrederic Weisbecker
2022-07-19rcu/tree: Add comment to describe GP-done condition in fqs loopNeeraj Upadhyay
2022-07-19rcu: Initialize first_gp_fqs at declaration in rcu_gp_fqs()Paul E. McKenney
2022-07-19rcu/kvfree: Remove useless monitor_todo flagJoel Fernandes (Google)
2022-07-19rcu: Cleanup RCU urgency state for offline CPUZqiang
2022-07-19rcu: tiny: Record kvfree_call_rcu() call stack for KASANJohannes Berg
2022-07-19locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay
2022-07-19rcu: Forbid RCU_STRICT_GRACE_PERIOD in TINY_RCU kernelsPaul E. McKenney
2022-07-19srcu: Block less aggressively for expedited grace periodsPaul E. McKenney
2022-07-19rcu: Immediately boost preempted readers for strict grace periodsZqiang
2022-07-19rcu: Add rnp->cbovldmask check in rcutree_migrate_callbacks()Zqiang
2022-07-19rcu: Avoid tracing a few functions executed in stop machinePatrick Wang
2022-07-19rcu: Decrease FQS scan wait time in case of callback overloadingPaul E. McKenney
2022-07-19bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko
2022-07-19bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko
2022-07-19bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko
2022-07-19bpf: fix lsm_cgroup build errors on esoteric configsStanislav Fomichev
2022-07-19irqdomain: Use hwirq_max instead of revmap_size for NOMAP domainsXu Qiang
2022-07-19irqdomain: Report irq number for NOMAP domainsXu Qiang
2022-07-19dma-mapping: add dma_opt_mapping_size()John Garry
2022-07-18signal: break out of wait loops on kthread_stop()Jason A. Donenfeld
2022-07-18timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld
2022-07-18swiotlb: move struct io_tlb_slot to swiotlb.cChristoph Hellwig
2022-07-18swiotlb: ensure a segment doesn't cross the area boundaryChao Gao
2022-07-18swiotlb: consolidate rounding up default_nslabsChao Gao
2022-07-18swiotlb: remove unused fields in io_tlb_memChao Gao
2022-07-18swiotlb: fix use after free on error handling pathDan Carpenter
2022-07-17kdump: round up the total memory size to 128M for crashkernel reservationTao Liu
2022-07-17vmcoreinfo: include kallsyms symbolsStephen Brennan
2022-07-17kallsyms: move declarations to internal headerStephen Brennan
2022-07-17Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-07-16Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-07-15blktrace: Fix the blk_fill_rwbs() kernel-doc headerBart Van Assche
2022-07-15bpf: iterators: Build and use lightweight bootstrap version of bpftoolPu Lehui
2022-07-15security: Add LSM hook to setgroups() syscallMicah Morton
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba
2022-07-15bpf: Fix check against plain integer v 'NULL'Ben Dooks
2022-07-15Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-07-15kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu
2022-07-15kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao
2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao
2022-07-15Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-07-15printk: do not wait for consoles when suspendedJohn Ogness