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-02-23
Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+16
2018-02-23
audit: track the owner of the command mutex ourselves
Paul Moore
3
-16
/
+61
2018-02-22
genirq/matrix: Handle CPU offlining proper
Thomas Gleixner
1
-9
/
+14
2018-02-22
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
1
-2
/
+1
2018-02-22
bpf: add schedule points in percpu arrays management
Eric Dumazet
1
-1
/
+4
2018-02-22
get rid of pointless includes of fs_struct.h
Al Viro
1
-1
/
+0
2018-02-22
Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc3
James Morris
1
-2
/
+4
2018-02-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-14
/
+3
2018-02-22
efivarfs: Limit the rate for non-root to read files
Luck, Tony
1
-0
/
+3
2018-02-21
ptrace, seccomp: tweak get_metadata behavior slightly
Tycho Andersen
1
-2
/
+4
2018-02-21
audit: return on memory error to avoid null pointer dereference
Richard Guy Briggs
1
-0
/
+2
2018-02-21
kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
David Rientjes
1
-1
/
+1
2018-02-21
include/linux/sched/mm.h: re-inline mmdrop()
Andrew Morton
1
-13
/
+2
2018-02-22
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
1
-0
/
+16
2018-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-19
/
+29
2018-02-21
cgroup: fix rule checking for threaded mode switching
Tejun Heo
1
-0
/
+10
2018-02-21
extable: Make init_kernel_text() global
Josh Poimboeuf
2
-4
/
+2
2018-02-21
jump_label: Warn on failed jump_label patching attempt
Josh Poimboeuf
1
-5
/
+8
2018-02-21
jump_label: Explicitly disable jump labels in __init code
Josh Poimboeuf
1
-0
/
+16
2018-02-21
sched/nohz: Remove the 1 Hz tick code
Frederic Weisbecker
4
-46
/
+1
2018-02-21
sched/isolation: Offload residual 1Hz scheduler tick
Frederic Weisbecker
8
-1
/
+136
2018-02-21
sched/isolation: Isolate workqueues when "nohz_full=" is set
Frederic Weisbecker
2
-2
/
+4
2018-02-21
nohz: Allow to check if remote CPU tick is stopped
Frederic Weisbecker
1
-0
/
+7
2018-02-21
nohz: Convert tick_nohz_tick_stopped() to bool
Frederic Weisbecker
1
-1
/
+1
2018-02-21
sched/core: Rename init_rq_hrtick() to hrtick_rq_init()
Frederic Weisbecker
1
-3
/
+3
2018-02-21
sched/numa: Delay retrying placement for automatic NUMA balance after wake_affine()
Mel Gorman
1
-1
/
+56
2018-02-21
sched/fair: Consider SD_NUMA when selecting the most idle group to schedule on
Mel Gorman
1
-0
/
+12
2018-02-21
sched/fair: Do not migrate due to a sync wakeup on exit
Peter Zijlstra
1
-1
/
+1
2018-02-21
sched/fair: Do not migrate on wake_affine_weight() if weights are equal
Mel Gorman
1
-1
/
+10
2018-02-21
sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() until needed
Mel Gorman
1
-1
/
+1
2018-02-21
sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affine
Mel Gorman
1
-3
/
+2
2018-02-21
Merge tag 'v4.16-rc2' into sched/core, to pick up fixes
Ingo Molnar
18
-176
/
+301
2018-02-20
torture: Provide more sensible nreader/nwriter defaults for rcuperf
Paul E. McKenney
1
-1
/
+20
2018-02-20
rcutorture: Record which grace-period primitives are tested
Paul E. McKenney
1
-8
/
+16
2018-02-20
rcutorture: Re-enable testing of dynamic expediting
Paul E. McKenney
1
-6
/
+9
2018-02-20
rcutorture: Avoid fake-writer use of undefined primitives
Paul E. McKenney
1
-4
/
+4
2018-02-20
rcutorture: Abstract function and module names
Paul E. McKenney
1
-8
/
+8
2018-02-20
rcutorture: Replace multi-instance kzalloc() with kcalloc()
Paul E. McKenney
1
-5
/
+4
2018-02-20
rcu: Remove SRCU throttling
Paul E. McKenney
1
-3
/
+1
2018-02-20
srcu: Remove dead code in srcu_gp_end()
Byungchul Park
1
-2
/
+0
2018-02-20
srcu: Reduce scans of srcu_data in counter wrap check
Ildar Ismagilov
1
-2
/
+4
2018-02-20
srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrap
Ildar Ismagilov
1
-0
/
+3
2018-02-20
srcu: Abstract function name
Paul E. McKenney
1
-1
/
+1
2018-02-20
rcu: Make expedited RCU CPU selection avoid unnecessary stores
Paul E. McKenney
2
-10
/
+27
2018-02-20
rcu: Trace expedited GP delays due to transitioning CPUs
Paul E. McKenney
1
-1
/
+2
2018-02-20
rcu: Add more tracing of expedited grace periods
Paul E. McKenney
2
-1
/
+19
2018-02-20
rcu: Fix misprint in srcu_funnel_exp_start
Ildar Ismagilov
1
-1
/
+1
2018-02-20
rcu: Use wrapper for lockdep asserts
Matthew Wilcox
4
-16
/
+19
2018-02-20
rcu: Remove redundant nxttail index macro define
Liu, Changcheng
1
-7
/
+0
2018-02-20
rcu: Consolidate rcu.h #ifdefs
Paul E. McKenney
1
-6
/
+2
[prev]
[next]