index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-63
/
+48
2020-01-27
Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
13
-117
/
+703
2020-01-27
Merge tag 'core-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-24
/
+7
2020-01-27
Merge tag 'timers-urgent-2020-01-27' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-20
/
+17
2020-01-27
Merge tag 'audit-pr-20200127' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2020-01-27
Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2
-6
/
+7
2020-01-27
Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2020-01-27
Merge tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
6
-28
/
+69
2020-01-27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
4
-1
/
+17
2020-01-27
tracing/kprobes: Have uname use __get_str() in print_fmt
Steven Rostedt (VMware)
1
-2
/
+4
2020-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-27
/
+112
2020-01-27
Merge branches 'pm-cpufreq' and 'pm-sleep'
Rafael J. Wysocki
6
-28
/
+69
2020-01-27
bpf, xdp: Remove no longer required rcu_read_{un}lock()
John Fastabend
1
-2
/
+3
2020-01-27
bpf, xdp: Update devmap comments to reflect napi/rcu usage
John Fastabend
1
-10
/
+11
2020-01-27
bpf: map_seq_next should always increase position index
Vasily Averin
1
-2
/
+1
2020-01-26
sched.h: Annotate sighand_struct with __rcu
Madhuparna Bhowmik
1
-1
/
+1
2020-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-80
/
+168
2020-01-25
rcu: Forgive slow expedited grace periods at boot time
Paul E. McKenney
1
-1
/
+0
2020-01-25
tracing: Use pr_err() instead of WARN() for memory failures
Steven Rostedt (VMware)
3
-11
/
+23
2020-01-25
bpf: Allow to resolve bpf trampoline and dispatcher in unwind
Jiri Olsa
3
-12
/
+79
2020-01-25
bpf: Allow BTF ctx access for string pointers
Jiri Olsa
1
-0
/
+16
2020-01-25
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
17
-385
/
+778
2020-01-24
tracing: Decrement trace_array when bootconfig creates an instance
Steven Rostedt (VMware)
2
-0
/
+5
2020-01-24
tracing: Remove unneeded NULL check
Dan Carpenter
1
-1
/
+1
2020-01-24
tracing: Set kernel_stack's caller size properly
Josef Bacik
1
-1
/
+1
2020-01-24
tracing: Fix tracing_stat return values in error handling paths
Luis Henriques
1
-4
/
+8
2020-01-24
tracing: Fix very unlikely race of registering two stat tracers
Steven Rostedt (VMware)
1
-10
/
+9
2020-01-24
alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=n
Stephen Boyd
1
-5
/
+0
2020-01-24
alarmtimer: Use wakeup source from alarmtimer platform device
Stephen Boyd
1
-10
/
+5
2020-01-24
alarmtimer: Make alarmtimer platform device child of RTC device
Stephen Boyd
1
-11
/
+9
2020-01-24
alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect reality
Stephen Boyd
1
-2
/
+0
2020-01-24
smp: Remove allocation mask from on_each_cpu_cond.*()
Sebastian Andrzej Siewior
2
-14
/
+6
2020-01-24
smp: Add a smp_cond_func_t argument to smp_call_function_many()
Sebastian Andrzej Siewior
1
-43
/
+38
2020-01-24
smp: Use smp_cond_func_t as type for the conditional function
Sebastian Andrzej Siewior
2
-12
/
+10
2020-01-24
Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
1
-0
/
+18
2020-01-24
Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...
Paul E. McKenney
17
-385
/
+778
2020-01-24
rcu: Remove unused stop-machine #include
Paul E. McKenney
2
-2
/
+0
2020-01-24
srcu: Apply *_ONCE() to ->srcu_last_gp_end
Paul E. McKenney
1
-3
/
+4
2020-01-24
rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()
Paul E. McKenney
1
-8
/
+5
2020-01-24
rcu: Move rcu_{expedited,normal} definitions into rcupdate.h
Ben Dooks
1
-2
/
+0
2020-01-24
rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h
Lai Jiangshan
3
-22
/
+22
2020-01-24
rcu: Remove the declaration of call_rcu() in tree.h
Lai Jiangshan
1
-1
/
+0
2020-01-24
rcu: Fix tracepoint tracking RCU CPU kthread utilization
Lai Jiangshan
1
-1
/
+1
2020-01-24
rcu: Fix harmless omission of "CONFIG_" from #if condition
Lai Jiangshan
1
-2
/
+2
2020-01-24
rcu: Avoid tick_dep_set_cpu() misordering
Paul E. McKenney
1
-3
/
+9
2020-01-24
rcu: Provide wrappers for uses of ->rcu_read_lock_nesting
Lai Jiangshan
2
-21
/
+36
2020-01-24
rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()
Paul E. McKenney
1
-1
/
+1
2020-01-24
rcu: Clear ->rcu_read_unlock_special only once
Lai Jiangshan
1
-16
/
+3
2020-01-24
rcu: Clear .exp_hint only when deferred quiescent state has been reported
Lai Jiangshan
1
-2
/
+1
2020-01-24
rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU
Lai Jiangshan
2
-5
/
+5
[prev]
[next]