aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19rcu: Initialize first_gp_fqs at declaration in rcu_gp_fqs()Paul E. McKenney1-2/+1
2022-07-19rcu/kvfree: Remove useless monitor_todo flagJoel Fernandes (Google)1-17/+16
2022-07-19rcu: Cleanup RCU urgency state for offline CPUZqiang1-0/+1
2022-07-19rcu: tiny: Record kvfree_call_rcu() call stack for KASANJohannes Berg1-0/+14
2022-07-19locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin1-2/+2
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay1-19/+63
2022-07-19rcu: Forbid RCU_STRICT_GRACE_PERIOD in TINY_RCU kernelsPaul E. McKenney1-1/+1
2022-07-19srcu: Block less aggressively for expedited grace periodsPaul E. McKenney1-7/+13
2022-07-19rcu: Immediately boost preempted readers for strict grace periodsZqiang1-1/+2
2022-07-19rcu: Add rnp->cbovldmask check in rcutree_migrate_callbacks()Zqiang1-0/+1
2022-07-19rcu: Avoid tracing a few functions executed in stop machinePatrick Wang1-5/+5
2022-07-19rcu: Decrease FQS scan wait time in case of callback overloadingPaul E. McKenney1-1/+6
2022-07-19bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko1-4/+2
2022-07-19bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko1-6/+8
2022-07-19bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko1-8/+12
2022-07-19bpf: fix lsm_cgroup build errors on esoteric configsStanislav Fomichev2-3/+7
2022-07-19irqdomain: Use hwirq_max instead of revmap_size for NOMAP domainsXu Qiang1-6/+6
2022-07-19irqdomain: Report irq number for NOMAP domainsXu Qiang1-0/+2
2022-07-19dma-mapping: add dma_opt_mapping_size()John Garry1-0/+12
2022-07-18signal: break out of wait loops on kthread_stop()Jason A. Donenfeld1-0/+1
2022-07-18timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld1-1/+6
2022-07-18swiotlb: move struct io_tlb_slot to swiotlb.cChristoph Hellwig1-0/+6
2022-07-18swiotlb: ensure a segment doesn't cross the area boundaryChao Gao1-1/+10
2022-07-18swiotlb: consolidate rounding up default_nslabsChao Gao1-17/+16
2022-07-18swiotlb: remove unused fields in io_tlb_memChao Gao1-2/+0
2022-07-18swiotlb: fix use after free on error handling pathDan Carpenter1-1/+1
2022-07-17kdump: round up the total memory size to 128M for crashkernel reservationTao Liu1-2/+12
2022-07-17vmcoreinfo: include kallsyms symbolsStephen Brennan1-0/+14
2022-07-17kallsyms: move declarations to internal headerStephen Brennan2-22/+31
2022-07-17Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+31
2022-07-16Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-2/+11
2022-07-16fs: remove no_llseekJason A. Donenfeld1-2/+1
2022-07-15blktrace: Fix the blk_fill_rwbs() kernel-doc headerBart Van Assche1-3/+3
2022-07-15bpf: iterators: Build and use lightweight bootstrap version of bpftoolPu Lehui1-7/+3
2022-07-15security: Add LSM hook to setgroups() syscallMicah Morton1-0/+13
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-8/+16
2022-07-15bpf: Fix check against plain integer v 'NULL'Ben Dooks1-1/+2
2022-07-15Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-9/+11
2022-07-15kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu1-0/+17
2022-07-15kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu1-20/+13
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao1-27/+0
2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao1-33/+2
2022-07-15Merge branch 'rework/kthreads' into for-linusPetr Mladek1-2/+11
2022-07-15printk: do not wait for consoles when suspendedJohn Ogness1-2/+11
2022-07-14bpf: Fix subprog names in stack traces.Alexei Starovoitov1-3/+1
2022-07-14module: Show the last unloaded module's taint flag(s)Aaron Tomlin1-5/+11
2022-07-14module: Use strscpy() for last_unloaded_moduleAaron Tomlin1-1/+1
2022-07-14module: Modify module_flags() to accept show_state argumentAaron Tomlin3-6/+9
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-74/+127
2022-07-14bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLEYafang Shao1-0/+1