index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
rcu: Convert ->rcu_iw_gpnum to ->gp_seq
Paul E. McKenney
3
-8
/
+8
2018-07-12
rcu: Move rcu_gp_in_progress() to ->gp_seq
Paul E. McKenney
1
-1
/
+1
2018-07-12
rcu: Move rcu_nocb_gp_get() to ->gp_seq
Paul E. McKenney
1
-1
/
+1
2018-07-12
rcu: Move rcu_try_advance_all_cbs() to ->gp_seq
Paul E. McKenney
1
-1
/
+2
2018-07-12
rcu: Move rcu_implicit_dynticks_qs() to ->gp_seq
Paul E. McKenney
1
-1
/
+1
2018-07-12
rcu: Convert rcu_gpnum_ovf() to ->gp_seq
Paul E. McKenney
1
-2
/
+3
2018-07-12
rcu: Move RCU's grace-period-change code to ->gp_seq
Paul E. McKenney
2
-23
/
+33
2018-07-12
rcu: Convert conditional grace-period primitives to ->gp_seq
Paul E. McKenney
1
-32
/
+10
2018-07-12
rcu: Make quiescent-state reporting use ->gp_seq
Paul E. McKenney
1
-9
/
+9
2018-07-12
rcu: Convert rcu_check_gp_kthread_starvation() to GP sequence number
Paul E. McKenney
1
-2
/
+2
2018-07-12
rcu: Make rcutorture's batches-completed API use ->gp_seq
Paul E. McKenney
4
-100
/
+45
2018-07-12
rcu: Move rcu_gp_slow() to ->gp_seq
Paul E. McKenney
1
-1
/
+2
2018-07-12
rcu: Introduce grace-period sequence numbers
Paul E. McKenney
2
-1
/
+18
2018-07-12
Merge branches 'expedited.2018.07.12a', 'fixes.2018.07.12a', 'srcu.2018.06.25b' and 'torture.2018.06.25b' into HEAD
Paul E. McKenney
8
-41
/
+157
2018-07-12
rcu: Make rcu_gp_cleanup() write only once to ->gp_flags
Paul E. McKenney
1
-1
/
+2
2018-07-12
rcu: Diagnostics for grace-period startup hangs
Paul E. McKenney
2
-2
/
+66
2018-07-12
bpf: don't leave partial mangled prog in jit_subprogs error path
Daniel Borkmann
1
-2
/
+9
2018-07-12
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
Thomas Gleixner
27
-46
/
+4489
2018-07-12
rcu: Make expedited GPs handle CPU 0 being offline
Boqun Feng
1
-1
/
+8
2018-07-12
hrtimer: Improve kernel message printing
Geert Uytterhoeven
1
-4
/
+3
2018-07-11
bpf: btf: Fix bitfield extraction for big endian
Okash Khawaja
1
-17
/
+13
2018-07-11
Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-1
/
+5
2018-07-11
tracing/kprobe: Release kprobe print_fmt properly
Jiri Olsa
1
-1
/
+5
2018-07-11
cgroup/tracing: Move taking of spin lock out of trace event handlers
Steven Rostedt (VMware)
3
-7
/
+35
2018-07-11
printk: Fix warning about unused suppress_message_printing
Petr Mladek
1
-1
/
+0
2018-07-10
rseq: uapi: Declare rseq_cs field as union, update includes
Mathieu Desnoyers
1
-6
/
+9
2018-07-10
rseq: uapi: Update uapi comments
Mathieu Desnoyers
1
-1
/
+1
2018-07-10
rseq: Use get_user/put_user rather than __get_user/__put_user
Mathieu Desnoyers
1
-7
/
+7
2018-07-10
rseq: Use __u64 for rseq_cs fields, validate user inputs
Mathieu Desnoyers
1
-4
/
+10
2018-07-10
Revert "tick: Prefer a lower rating device only if it's CPU local device"
Sudeep Holla
1
-2
/
+1
2018-07-10
timekeeping: Update multiplier when NTP frequency is set directly
Miroslav Lichvar
1
-6
/
+30
2018-07-09
Blktrace: bail out early if block debugfs is not configured
Liu Bo
1
-3
/
+3
2018-07-09
printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
Petr Mladek
3
-23
/
+48
2018-07-09
printk: Create helper function to queue deferred console handling
Petr Mladek
1
-5
/
+9
2018-07-09
printk: Split the code for storing a message into the log buffer
Petr Mladek
1
-17
/
+26
2018-07-09
printk: Clean up syslog_print_all()
Petr Mladek
1
-11
/
+9
2018-07-09
cpu/hotplug: Online siblings when SMT control is turned on
Thomas Gleixner
1
-2
/
+24
2018-07-08
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-73
/
+98
2018-07-07
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
1
-1
/
+6
2018-07-07
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
1
-2
/
+2
2018-07-07
bpf: sockmap, consume_skb in close path
John Fastabend
1
-1
/
+4
2018-07-07
bpf: sockhash, disallow bpf_tcp_close and update in parallel
John Fastabend
2
-1
/
+18
2018-07-07
bpf: sockmap, hash table is RCU so readers do not need locks
John Fastabend
1
-2
/
+0
2018-07-07
bpf: sockmap, error path can not release psock in multi-map case
John Fastabend
1
-11
/
+6
2018-07-05
Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
6
-17
/
+17
2018-07-06
Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-0
/
+1
2018-07-06
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next
Dave Airlie
3
-84
/
+263
2018-07-04
x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
Konrad Rzeszutek Wilk
1
-0
/
+1
2018-07-03
tracing: Fix missing return symbol in function_graph output
Changbin Du
1
-1
/
+4
2018-07-03
ftrace: Nuke clear_ftrace_function
Yisheng Xie
1
-12
/
+1
[prev]
[next]