index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-07-22
cgroup: Add "no" prefixed mount options
Tejun Heo
-5
/
+15
2022-07-22
cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...
Tejun Heo
-3
/
+13
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-282
/
+724
2022-07-22
bpf: Simplify bpf_prog_pack_[size|mask]
Song Liu
-54
/
+17
2022-07-22
bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)
Song Liu
-17
/
+141
2022-07-22
ftrace: Allow IPMODIFY and DIRECT ops on the same function
Song Liu
-26
/
+216
2022-07-22
ftrace: Add modify_ftrace_direct_multi_nolock
Song Liu
-24
/
+62
2022-07-22
Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-24
/
+74
2022-07-22
kcsan: test: Add a .kunitconfig to run KCSAN tests
David Gow
-0
/
+24
2022-07-22
swiotlb: clean up some coding style and minor issues
Tianyu Lan
-11
/
+15
2022-07-21
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
-3
/
+14
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
-66
/
+54
2022-07-21
Merge branch 'ctxt.2022.07.05a' into HEAD
Paul E. McKenney
-627
/
+675
2022-07-21
Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...
Paul E. McKenney
-457
/
+1140
2022-07-21
rcu: Add irqs-disabled indicator to expedited RCU CPU stall warnings
Zqiang
-2
/
+3
2022-07-21
rcu: Diagnose extended sync_rcu_do_polled_gp() loops
Paul E. McKenney
-1
/
+6
2022-07-21
rcu: Put panic_on_rcu_stall() after expedited RCU CPU stall warnings
Zqiang
-1
/
+1
2022-07-21
rcutorture: Test polled expedited grace-period primitives
Paul E. McKenney
-13
/
+74
2022-07-21
rcu: Add polled expedited grace-period primitives
Paul E. McKenney
-5
/
+104
2022-07-21
rcutorture: Verify that polled GP API sees synchronous grace periods
Paul E. McKenney
-0
/
+10
2022-07-21
rcu: Make Tiny RCU grace periods visible to polled APIs
Paul E. McKenney
-2
/
+5
2022-07-21
rcu: Make polled grace-period API account for expedited grace periods
Paul E. McKenney
-6
/
+20
2022-07-21
rcu: Switch polled grace-period APIs to ->gp_seq_polled
Paul E. McKenney
-4
/
+96
2022-07-21
resource: Introduce alloc_free_mem_region()
Dan Williams
-35
/
+143
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-41
/
+90
2022-07-21
watch-queue: remove spurious double semicolon
Linus Torvalds
-1
/
+1
2022-07-21
cxl/acpi: Track CXL resources in iomem_resource
Dan Williams
-0
/
+7
2022-07-21
bpf: Check attach_func_proto more carefully in check_helper_call
Stanislav Fomichev
-1
/
+3
2022-07-21
sched/core: Fix the bug that task won't enqueue into core tree when update co...
Cruz Zhao
-4
/
+5
2022-07-21
nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()
Nicolas Saenz Julienne
-6
/
+9
2022-07-21
sched/deadline: Fix BUG_ON condition for deboosted tasks
Juri Lelli
-1
/
+4
2022-07-20
module: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
-4
/
+4
2022-07-20
watchqueue: make sure to serialize 'wqueue->defunct' properly
Linus Torvalds
-16
/
+37
2022-07-20
signal: Drop signals received after a fatal signal has been processed
Eric W. Biederman
-1
/
+2
2022-07-20
signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exit
Eric W. Biederman
-0
/
+20
2022-07-20
signal: Ensure SIGNAL_GROUP_EXIT gets set in do_group_exit
Eric W. Biederman
-1
/
+1
2022-07-20
Merge branch irq/loongarch into irq/irqchip-next
Marc Zyngier
-1
/
+1
2022-07-20
genirq: Use for_each_action_of_desc in actions_show()
Paran Lee
-1
/
+1
2022-07-20
genirq/generic_chip: Export irq_unmap_generic_chip
Jianmin Lv
-1
/
+1
2022-07-19
rcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is empty
Zqiang
-5
/
+19
2022-07-19
rcu/nocb: Add option to opt rcuo kthreads out of RT priority
Uladzislau Rezki (Sony)
-2
/
+23
2022-07-19
rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()
Zqiang
-17
/
+22
2022-07-19
rcu/nocb: Add an option to offload all CPUs on boot
Joel Fernandes
-1
/
+27
2022-07-19
rcu/nocb: Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload() direc...
Zqiang
-16
/
+64
2022-07-19
rcu/nocb: Invert rcu_state.barrier_mutex VS hotplug lock locking order
Zqiang
-4
/
+4
2022-07-19
rcu/nocb: Add/del rdp to iterate from rcuog itself
Frederic Weisbecker
-68
/
+71
2022-07-19
rcu/tree: Add comment to describe GP-done condition in fqs loop
Neeraj Upadhyay
-1
/
+9
2022-07-19
rcu: Initialize first_gp_fqs at declaration in rcu_gp_fqs()
Paul E. McKenney
-2
/
+1
2022-07-19
rcu/kvfree: Remove useless monitor_todo flag
Joel Fernandes (Google)
-17
/
+16
2022-07-19
rcu: Cleanup RCU urgency state for offline CPU
Zqiang
-0
/
+1
[prev]
[next]