index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2018-09-11
Revert "printk: make sure to print log on console."
Petr Mladek
-7
/
+5
2018-09-11
locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif
Steven Rostedt (VMware)
-2
/
+2
2018-09-10
kallsyms: reduce size a little on 64-bit
Jan Beulich
-2
/
+2
2018-09-10
sched/topology: Make local variables static
zhong jiang
-2
/
+2
2018-09-10
perf/core: Force USER_DS when recording user stack data
Yabin Cui
-0
/
+4
2018-09-10
locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"
Colin Ian King
-1
/
+1
2018-09-10
locking/lockdep: Delete unnecessary #include
Ben Hutchings
-1
/
+0
2018-09-10
PM / sleep: Show freezing tasks that caused a suspend abort
Todd Brandt
-1
/
+1
2018-09-10
locking/rwsem: Make owner store task pointer of last owning reader
Waiman Long
-28
/
+76
2018-09-10
sched/numa: Remove unused numa_stats::nr_running field
Vincent Guittot
-3
/
+0
2018-09-10
sched/numa: Remove unused code from update_numa_stats()
Vincent Guittot
-20
/
+1
2018-09-10
sched/debug: Explicitly cast sched_feat() to bool
Peter Zijlstra
-1
/
+1
2018-09-10
sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domains
Morten Rasmussen
-4
/
+8
2018-09-10
sched/fair: Don't move tasks to lower capacity CPUs unless necessary
Chris Redpath
-0
/
+11
2018-09-10
sched/fair: Set rq->rd->overload when misfit
Valentin Schneider
-3
/
+9
2018-09-10
sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()
Valentin Schneider
-5
/
+5
2018-09-10
sched/core: Change root_domain->overload type to int
Valentin Schneider
-2
/
+2
2018-09-10
sched/fair: Change 'prefer_sibling' type to bool
Valentin Schneider
-4
/
+2
2018-09-10
sched/fair: Kick nohz balance if rq->misfit_task_load
Valentin Schneider
-1
/
+1
2018-09-10
sched/fair: Consider misfit tasks when load-balancing
Morten Rasmussen
-2
/
+49
2018-09-10
sched/fair: Add sched_group per-CPU max capacity
Morten Rasmussen
-4
/
+23
2018-09-10
sched/fair: Add 'group_misfit_task' load-balance type
Morten Rasmussen
-8
/
+48
2018-09-10
sched/topology: Add static_key for asymmetric CPU capacity optimizations
Morten Rasmussen
-1
/
+12
2018-09-10
sched/topology: Add SD_ASYM_CPUCAPACITY flag detection
Morten Rasmussen
-6
/
+75
2018-09-10
sched/fair: Fix kernel-doc notation warning
Randy Dunlap
-0
/
+1
2018-09-10
locking/rwsem: Exit read lock slowpath if queue empty & no writer
Waiman Long
-1
/
+12
2018-09-10
jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operations
Peter Zijlstra
-0
/
+5
2018-09-10
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
-3
/
+2
2018-09-10
jump_label: Fix typo in warning message
Borislav Petkov
-1
/
+1
2018-09-10
sched/fair: Fix load_balance redo for !imbalance
Vincent Guittot
-1
/
+1
2018-09-10
sched/fair: Fix scale_rt_capacity() for SMT
Vincent Guittot
-3
/
+3
2018-09-10
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
-1
/
+2
2018-09-10
sched/pelt: Fix update_blocked_averages() for RT and DL classes
Vincent Guittot
-4
/
+10
2018-09-10
sched/topology: Set correct NUMA topology type
Srikar Dronamraju
-4
/
+1
2018-09-10
sched/debug: Fix potential deadlock when writing to sched_features
Jiada Wang
-2
/
+4
2018-09-10
locking/mutex: Fix mutex debug call and ww_mutex documentation
Thomas Hellstrom
-2
/
+1
2018-09-10
jump_label: Use static_key_linked() accessor
Borislav Petkov
-1
/
+1
2018-09-09
Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...
Ingo Molnar
-15
/
+9
2018-09-09
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-10
/
+30
2018-09-09
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-5
/
+6
2018-09-08
dma-mapping: remove dma_deconfigure
Christoph Hellwig
-6
/
+0
2018-09-08
dma-mapping: remove dma_configure
Christoph Hellwig
-10
/
+0
2018-09-06
clocksource: Revert "Remove kthread"
Peter Zijlstra
-10
/
+30
2018-09-06
seccomp: remove unnecessary unlikely()
Igor Stoppa
-2
/
+2
2018-09-06
Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+2
2018-09-06
printk/tracing: Do not trace printk_nmi_enter()
Steven Rostedt (VMware)
-2
/
+2
2018-09-06
cpu/hotplug: Prevent state corruption on error rollback
Thomas Gleixner
-2
/
+3
2018-09-06
cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()
Neeraj Upadhyay
-3
/
+3
2018-09-05
bpf/verifier: fix verifier instability
Alexei Starovoitov
-8
/
+8
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-57
/
+46
[prev]
[next]