summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-07-22cgroup: Add "no" prefixed mount optionsTejun Heo-5/+15
2022-07-22cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo-3/+13
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-282/+724
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu-54/+17
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu-17/+141
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu-26/+216
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu-24/+62
2022-07-22Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-24/+74
2022-07-22kcsan: test: Add a .kunitconfig to run KCSAN testsDavid Gow-0/+24
2022-07-22swiotlb: clean up some coding style and minor issuesTianyu Lan-11/+15
2022-07-21bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi-3/+14
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi-66/+54
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney-627/+675
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney-457/+1140
2022-07-21rcu: Add irqs-disabled indicator to expedited RCU CPU stall warningsZqiang-2/+3
2022-07-21rcu: Diagnose extended sync_rcu_do_polled_gp() loopsPaul E. McKenney-1/+6
2022-07-21rcu: Put panic_on_rcu_stall() after expedited RCU CPU stall warningsZqiang-1/+1
2022-07-21rcutorture: Test polled expedited grace-period primitivesPaul E. McKenney-13/+74
2022-07-21rcu: Add polled expedited grace-period primitivesPaul E. McKenney-5/+104
2022-07-21rcutorture: Verify that polled GP API sees synchronous grace periodsPaul E. McKenney-0/+10
2022-07-21rcu: Make Tiny RCU grace periods visible to polled APIsPaul E. McKenney-2/+5
2022-07-21rcu: Make polled grace-period API account for expedited grace periodsPaul E. McKenney-6/+20
2022-07-21rcu: Switch polled grace-period APIs to ->gp_seq_polledPaul E. McKenney-4/+96
2022-07-21resource: Introduce alloc_free_mem_region()Dan Williams-35/+143
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-41/+90
2022-07-21watch-queue: remove spurious double semicolonLinus Torvalds-1/+1
2022-07-21cxl/acpi: Track CXL resources in iomem_resourceDan Williams-0/+7
2022-07-21bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev-1/+3
2022-07-21sched/core: Fix the bug that task won't enqueue into core tree when update co...Cruz Zhao-4/+5
2022-07-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne-6/+9
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli-1/+4
2022-07-20module: Replace kmap() with kmap_local_page()Fabio M. De Francesco-4/+4
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds-16/+37
2022-07-20signal: Drop signals received after a fatal signal has been processedEric W. Biederman-1/+2
2022-07-20signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitEric W. Biederman-0/+20
2022-07-20signal: Ensure SIGNAL_GROUP_EXIT gets set in do_group_exitEric W. Biederman-1/+1
2022-07-20Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier-1/+1
2022-07-20genirq: Use for_each_action_of_desc in actions_show()Paran Lee-1/+1
2022-07-20genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv-1/+1
2022-07-19rcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is emptyZqiang-5/+19
2022-07-19rcu/nocb: Add option to opt rcuo kthreads out of RT priorityUladzislau Rezki (Sony)-2/+23
2022-07-19rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()Zqiang-17/+22
2022-07-19rcu/nocb: Add an option to offload all CPUs on bootJoel Fernandes-1/+27
2022-07-19rcu/nocb: Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload() direc...Zqiang-16/+64
2022-07-19rcu/nocb: Invert rcu_state.barrier_mutex VS hotplug lock locking orderZqiang-4/+4
2022-07-19rcu/nocb: Add/del rdp to iterate from rcuog itselfFrederic Weisbecker-68/+71
2022-07-19rcu/tree: Add comment to describe GP-done condition in fqs loopNeeraj Upadhyay-1/+9
2022-07-19rcu: Initialize first_gp_fqs at declaration in rcu_gp_fqs()Paul E. McKenney-2/+1
2022-07-19rcu/kvfree: Remove useless monitor_todo flagJoel Fernandes (Google)-17/+16
2022-07-19rcu: Cleanup RCU urgency state for offline CPUZqiang-0/+1