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-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
2018-02-20
rcu: More clearly identify grace-period kthread stack dump
Paul E. McKenney
1
-0
/
+1
2018-02-20
rcu: Remove obsolete force-quiescent-state statistics for debugfs
Paul E. McKenney
2
-8
/
+1
2018-02-20
rcu: Remove obsolete __rcu_pending() statistics for debugfs
Paul E. McKenney
2
-39
/
+9
2018-02-20
rcu: Remove obsolete callback-invocation statistics for debugfs
Paul E. McKenney
3
-4
/
+0
2018-02-20
rcu: Remove obsolete boost statistics for debugfs
Paul E. McKenney
2
-12
/
+2
2018-02-20
rcu: Call touch_nmi_watchdog() while printing stall warnings
Tejun Heo
1
-1
/
+13
2018-02-20
rcu: Fix CPU offload boot message when no CPUs are offloaded
Paul E. McKenney
1
-2
/
+5
2018-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-86
/
+169
2018-02-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-50
/
+128
2018-02-18
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+4
2018-02-17
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
79
-1593
/
+4748
[prev]
[next]