index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-09
module: fix comment style
Sergey Shtylyov
1
-43
/
+74
2020-11-09
module: add more 'kernel-doc' comments
Sergey Shtylyov
1
-8
/
+8
2020-11-09
module: fix up 'kernel-doc' comments
Sergey Shtylyov
1
-6
/
+4
2020-11-08
fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
Eddy Wu
1
-5
/
+5
2020-11-08
Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+5
2020-11-08
Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+14
2020-11-08
Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2020-11-08
Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2020-11-07
futex: Handle transient "ownerless" rtmutex state correctly
Mike Galbraith
1
-2
/
+14
2020-11-07
Merge branch 'linus' into perf/kprobes
Ingo Molnar
207
-3356
/
+13773
2020-11-07
Merge branch 'linus' into perf/kprobes
Ingo Molnar
24
-125
/
+193
2020-11-07
perf/core: Fix a memory leak in perf_event_parse_addr_filter()
kiyin(尹亮)
1
-7
/
+5
2020-11-07
irqdomain: Introduce irq_domain_create_legacy() API
Andy Shevchenko
1
-3
/
+14
2020-11-07
irqdomain: Replace open coded of_node_to_fwnode()
Andy Shevchenko
1
-1
/
+1
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-7
/
+42
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-91
/
+147
2020-11-06
kcsan: Fix encoding masks and regain address bit
Marco Elver
1
-8
/
+6
2020-11-06
rcu-tasks: Make the units of ->init_fract be jiffies
Paul E. McKenney
1
-8
/
+6
2020-11-06
rcutorture: Don't do need_resched() testing if ->sync is NULL
Paul E. McKenney
1
-3
/
+5
2020-11-06
locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanup
Hou Tao
1
-5
/
+21
2020-11-06
scftorture: Add full-test stutter capability
Paul E. McKenney
1
-3
/
+9
2020-11-06
rcutorture: Small code cleanups
Paul E. McKenney
1
-2
/
+2
2020-11-06
rcutorture: Make stutter_wait() caller restore priority
Paul E. McKenney
2
-11
/
+22
2020-11-06
rcutorture: Prevent hangs for invalid arguments
Paul E. McKenney
1
-1
/
+4
2020-11-06
locktorture: Prevent hangs for invalid arguments
Paul E. McKenney
1
-0
/
+5
2020-11-06
locktorture: Ignore nreaders_stress if no readlock support
Hou Tao
1
-1
/
+2
2020-11-06
refscale: Prevent hangs for invalid arguments
Paul E. McKenney
1
-1
/
+4
2020-11-06
rcuscale: Prevent hangs for invalid arguments
Paul E. McKenney
1
-1
/
+4
2020-11-06
rcuscale: Add RCU Tasks Trace
Paul E. McKenney
1
-1
/
+31
2020-11-06
scftorture: Add an alternative IPI vector
Paul E. McKenney
1
-9
/
+32
2020-11-06
torture: Make torture_stutter() use hrtimer
Paul E. McKenney
1
-5
/
+12
2020-11-06
torture: Periodically pause in stutter_wait()
Paul E. McKenney
1
-2
/
+14
2020-11-06
locktorture: Track time of last ->writeunlock()
Paul E. McKenney
1
-0
/
+2
2020-11-06
x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUs
Paul E. McKenney
1
-0
/
+8
2020-11-06
bpf: Update verification logic for LSM programs
KP Singh
1
-3
/
+7
2020-11-06
bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
KP Singh
2
-2
/
+21
2020-11-06
bpf: Implement task local storage
KP Singh
5
-1
/
+332
2020-11-06
bpf: Allow LSM programs to use bpf spin locks
KP Singh
2
-5
/
+19
2020-11-06
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
9
-8
/
+271
2020-11-06
ftrace: Reverse what the RECURSION flag means in the ftrace_ops
Steven Rostedt (VMware)
6
-21
/
+13
2020-11-06
perf/ftrace: Check for rcu_is_watching() in callback function
Steven Rostedt (VMware)
1
-1
/
+3
2020-11-06
perf/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
1
-1
/
+8
2020-11-06
livepatch: Trigger WARNING if livepatch function fails due to recursion
Steven Rostedt (VMware)
1
-1
/
+1
2020-11-06
livepatch/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
1
-0
/
+5
2020-11-06
ftrace: Add ftrace_test_recursion_trylock() helper function
Steven Rostedt (VMware)
1
-7
/
+5
2020-11-06
ftrace: Move the recursion testing into global headers
Steven Rostedt (VMware)
1
-177
/
+0
2020-11-06
printk: remove unneeded dead-store assignment
Lukas Bulwahn
1
-2
/
+0
2020-11-05
bpf: Lift hashtab key_size limit
Florian Lehner
1
-11
/
+5
2020-11-05
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
1
-2
/
+28
2020-11-05
bpf: BPF_PRELOAD depends on BPF_SYSCALL
Randy Dunlap
1
-0
/
+1
[prev]
[next]