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-09-10
sched/core: Change root_domain->overload type to int
Valentin Schneider
1
-2
/
+2
2018-09-10
sched/fair: Change 'prefer_sibling' type to bool
Valentin Schneider
1
-4
/
+2
2018-09-10
sched/fair: Kick nohz balance if rq->misfit_task_load
Valentin Schneider
1
-1
/
+1
2018-09-10
sched/fair: Consider misfit tasks when load-balancing
Morten Rasmussen
1
-2
/
+49
2018-09-10
sched/fair: Add sched_group per-CPU max capacity
Morten Rasmussen
3
-4
/
+23
2018-09-10
sched/fair: Add 'group_misfit_task' load-balance type
Morten Rasmussen
2
-8
/
+48
2018-09-10
sched/topology: Add static_key for asymmetric CPU capacity optimizations
Morten Rasmussen
3
-1
/
+12
2018-09-10
sched/topology: Add SD_ASYM_CPUCAPACITY flag detection
Morten Rasmussen
1
-6
/
+75
2018-09-10
sched/fair: Fix kernel-doc notation warning
Randy Dunlap
1
-0
/
+1
2018-09-10
locking/rwsem: Exit read lock slowpath if queue empty & no writer
Waiman Long
1
-1
/
+12
2018-09-10
jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operations
Peter Zijlstra
1
-0
/
+5
2018-09-10
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
2
-3
/
+2
2018-09-10
jump_label: Fix typo in warning message
Borislav Petkov
1
-1
/
+1
2018-09-10
sched/fair: Fix load_balance redo for !imbalance
Vincent Guittot
1
-1
/
+1
2018-09-10
sched/fair: Fix scale_rt_capacity() for SMT
Vincent Guittot
1
-3
/
+3
2018-09-10
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
1
-1
/
+2
2018-09-10
sched/pelt: Fix update_blocked_averages() for RT and DL classes
Vincent Guittot
1
-4
/
+10
2018-09-10
sched/topology: Set correct NUMA topology type
Srikar Dronamraju
1
-4
/
+1
2018-09-10
sched/debug: Fix potential deadlock when writing to sched_features
Jiada Wang
1
-2
/
+4
2018-09-10
locking/mutex: Fix mutex debug call and ww_mutex documentation
Thomas Hellstrom
1
-2
/
+1
2018-09-10
jump_label: Use static_key_linked() accessor
Borislav Petkov
1
-1
/
+1
2018-09-09
Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Ingo Molnar
2
-15
/
+9
2018-09-09
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-10
/
+30
2018-09-09
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+6
2018-09-08
dma-mapping: remove dma_deconfigure
Christoph Hellwig
1
-6
/
+0
2018-09-08
dma-mapping: remove dma_configure
Christoph Hellwig
1
-10
/
+0
2018-09-06
clocksource: Revert "Remove kthread"
Peter Zijlstra
1
-10
/
+30
2018-09-06
seccomp: remove unnecessary unlikely()
Igor Stoppa
1
-2
/
+2
2018-09-06
Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-2
/
+2
2018-09-06
printk/tracing: Do not trace printk_nmi_enter()
Steven Rostedt (VMware)
1
-2
/
+2
2018-09-06
cpu/hotplug: Prevent state corruption on error rollback
Thomas Gleixner
1
-2
/
+3
2018-09-06
cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()
Neeraj Upadhyay
1
-3
/
+3
2018-09-05
bpf/verifier: fix verifier instability
Alexei Starovoitov
1
-8
/
+8
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-57
/
+46
2018-09-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2018-09-04
mm: respect arch_dup_mmap() return value
Nadav Amit
1
-2
/
+1
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-28
/
+36
2018-09-04
stackleak: Allow runtime disabling of kernel stack erasing
Alexander Popov
2
-1
/
+52
2018-09-04
fs/proc: Show STACKLEAK metrics in the /proc file system
Alexander Popov
1
-0
/
+4
2018-09-04
gcc-plugins: Add STACKLEAK plugin for tracking the kernel stack
Alexander Popov
1
-0
/
+28
2018-09-04
x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
Alexander Popov
3
-0
/
+69
2018-09-02
Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2018-09-02
bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP
John Fastabend
1
-1
/
+11
2018-09-02
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-22
/
+4
2018-09-02
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-5
/
+4
2018-09-01
kernel/dma/direct: take DMA offset into account in dma_direct_supported
Christoph Hellwig
1
-2
/
+2
2018-08-31
cpu/hotplug: Remove skip_onerr field from cpuhp_step structure
Mukesh Ojha
1
-22
/
+4
2018-08-30
Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEAD
Paul E. McKenney
14
-2381
/
+2002
2018-08-30
srcu: Make early-boot call_srcu() reuse workqueue lists
Paul E. McKenney
2
-11
/
+10
2018-08-30
srcu: Make call_srcu() available during very early boot
Paul E. McKenney
6
-4
/
+68
[prev]
[next]