aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-41/+90
2022-07-21watch-queue: remove spurious double semicolonLinus Torvalds1-1/+1
2022-07-21cxl/acpi: Track CXL resources in iomem_resourceDan Williams1-0/+7
2022-07-21bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev1-1/+3
2022-07-21sched/core: Fix the bug that task won't enqueue into core tree when update co...Cruz Zhao1-4/+5
2022-07-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne1-6/+9
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-07-20module: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-4/+4
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds1-16/+37
2022-07-20Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier1-1/+1
2022-07-20genirq: Use for_each_action_of_desc in actions_show()Paran Lee1-1/+1
2022-07-20genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv1-1/+1
2022-07-19rcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is emptyZqiang1-5/+19
2022-07-19rcu/nocb: Add option to opt rcuo kthreads out of RT priorityUladzislau Rezki (Sony)3-2/+23
2022-07-19rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()Zqiang3-17/+22
2022-07-19rcu/nocb: Add an option to offload all CPUs on bootJoel Fernandes2-1/+27
2022-07-19rcu/nocb: Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload() direc...Zqiang1-16/+64
2022-07-19rcu/nocb: Invert rcu_state.barrier_mutex VS hotplug lock locking orderZqiang1-4/+4
2022-07-19rcu/nocb: Add/del rdp to iterate from rcuog itselfFrederic Weisbecker2-68/+71
2022-07-19rcu/tree: Add comment to describe GP-done condition in fqs loopNeeraj Upadhyay1-1/+9
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-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/k...Linus Torvalds1-14/+31
2022-07-16Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+11