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-02-14
rcu: Add mutex for rcu boost kthread spawning and affinity setting
David Woodhouse
-2
/
+12
2022-02-14
mm: Change CONFIG option for mm->pasid field
Fenghua Yu
-1
/
+1
2022-02-14
printk: Drop console_sem during panic
Stephen Brennan
-1
/
+24
2022-02-14
printk: Avoid livelock with heavy printk during panic
Stephen Brennan
-0
/
+15
2022-02-14
printk: disable optimistic spin during panic
Stephen Brennan
-0
/
+10
2022-02-14
printk: Add panic_in_progress helper
Stephen Brennan
-0
/
+5
2022-02-14
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
-1
/
+2
2022-02-13
Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-5
/
+6
2022-02-13
Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+2
2022-02-12
ARM: ixp4xx: Drop custom DMA coherency and bouncing
Linus Walleij
-2
/
+0
2022-02-12
Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+13
2022-02-11
sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCs
Mel Gorman
-10
/
+65
2022-02-11
sched/fair: Improve consistency of allowed NUMA balance calculations
Mel Gorman
-8
/
+10
2022-02-11
lockdep: Correct lock_classes index mapping
Cheng Jui Wang
-2
/
+2
2022-02-11
bpf: Emit bpf_timer in vmlinux BTF
Yonghong Song
-0
/
+2
2022-02-11
Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-4
/
+5
2022-02-11
Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+4
2022-02-11
locking: Add missing __sched attributes
Minchan Kim
-3
/
+4
2022-02-11
copy_process(): Move fd_install() out of sighand->siglock critical section
Waiman Long
-4
/
+3
2022-02-10
user_events: Validate user payloads for size and null termination
Beau Belgrave
-14
/
+133
2022-02-10
user_events: Optimize writing events by only copying data once
Beau Belgrave
-30
/
+85
2022-02-10
user_events: Add basic perf and eBPF support
Beau Belgrave
-1
/
+71
2022-02-10
user_events: Handle matching arguments from dyn_events
Beau Belgrave
-1
/
+76
2022-02-10
user_events: Add print_fmt generation support for basic types
Beau Belgrave
-2
/
+113
2022-02-10
user_events: Add minimal support for trace_event into ftrace
Beau Belgrave
-0
/
+1202
2022-02-10
tracing: Save both wakee and current on wakeup events
Steven Rostedt (Google)
-1
/
+1
2022-02-10
tracing: Remove size restriction on synthetic event cmd error logging
Tom Zanussi
-3
/
+14
2022-02-10
tracing: Remove size restriction on hist trigger cmd error logging
Tom Zanussi
-7
/
+23
2022-02-10
tracing: Remove size restriction on tracing_log_err cmd strings
Tom Zanussi
-14
/
+43
2022-02-10
seccomp: Invalidate seccomp mode to catch death failures
Kees Cook
-0
/
+10
2022-02-10
signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
Kees Cook
-2
/
+3
2022-02-10
bpf: Fix bpf_prog_pack build for ppc64_defconfig
Song Liu
-2
/
+2
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+17
2022-02-10
bpf: Convert bpf_preload.ko to use light skeleton.
Alexei Starovoitov
-247
/
+70
2022-02-10
bpf: Update iterators.lskel.h.
Alexei Starovoitov
-72
/
+69
2022-02-10
bpf: Extend sys_bpf commands for bpf_syscall programs.
Alexei Starovoitov
-4
/
+34
2022-02-10
Merge tag 'audit-pr-20220209' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2022-02-10
genirq: Kill irq_chip::parent_device
Marc Zyngier
-3
/
+0
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-544
/
+958
2022-02-09
audit: don't deref the syscall args when checking the openat2 open_how::flags
Paul Moore
-1
/
+1
2022-02-09
genirq: Allow the PM device to originate from irq domain
Marc Zyngier
-5
/
+18
2022-02-08
bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE
Song Liu
-1
/
+5
2022-02-08
tracing: Fix tp_printk option related with tp_printk_stop_on_boot
JaeSang Yoo
-0
/
+4
2022-02-08
rcu-tasks: Set ->percpu_enqueue_shift to zero upon contention
Paul E. McKenney
-1
/
+1
2022-02-08
rcu-tasks: Use order_base_2() instead of ilog2()
Paul E. McKenney
-3
/
+3
2022-02-08
rcu: Create and use an rcu_rdp_cpu_online()
Paul E. McKenney
-12
/
+15
2022-02-08
rcu: Make rcu_barrier() no longer block CPU-hotplug operations
Paul E. McKenney
-15
/
+16
2022-02-08
rcu: Rework rcu_barrier() and callback-migration logic
Paul E. McKenney
-16
/
+63
2022-02-08
rcu: Refactor rcu_barrier() empty-list handling
Paul E. McKenney
-17
/
+8
2022-02-08
rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
David Woodhouse
-38
/
+37
[prev]
[next]