index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-23
6
-102
/
+94
|
\
|
*
x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...
Christophe Leroy
2018-10-22
2
-16
/
+0
|
*
resource: Clean it up a bit
Borislav Petkov
2018-10-09
1
-29
/
+26
|
*
resource: Fix find_next_iomem_res() iteration issue
Bjorn Helgaas
2018-10-09
1
-54
/
+42
|
*
resource: Include resource end in walk_*() interfaces
Bjorn Helgaas
2018-10-09
1
-2
/
+2
|
*
smp,cpumask: introduce on_each_cpu_cond_mask
Rik van Riel
2018-10-09
2
-7
/
+24
|
*
smp: use __cpumask_set_cpu in on_each_cpu_cond
Rik van Riel
2018-10-09
1
-1
/
+1
|
*
kexec: Allocate decrypted control pages for kdump if SME is enabled
Lianbo Jiang
2018-10-06
1
-0
/
+6
*
|
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-10-23
1
-30
/
+52
|
\
\
|
*
|
irq/matrix: Spread managed interrupts on allocation
Dou Liyang
2018-09-18
1
-3
/
+14
|
*
|
irq/matrix: Split out the CPU selection code into a helper
Dou Liyang
2018-09-18
1
-27
/
+38
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-10-23
8
-84
/
+262
|
\
\
\
|
*
|
|
cpu/SMT: State SMT is disabled even with nosmt and without "=force"
Borislav Petkov
2018-10-05
1
-0
/
+1
|
*
|
|
sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()
Rafael J. Wysocki
2018-10-04
1
-4
/
+4
|
*
|
|
sched/fair: Remove setting task's se->runnable_weight during PELT update
Dietmar Eggemann
2018-10-02
2
-6
/
+2
|
*
|
|
sched/fair: Disable LB_BIAS by default
Dietmar Eggemann
2018-10-02
1
-1
/
+1
|
*
|
|
sched/pelt: Fix warning and clean up IRQ PELT config
Vincent Guittot
2018-10-02
5
-10
/
+8
|
*
|
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2018-10-02
18
-68
/
+190
|
|
\
\
\
|
*
|
|
|
sched/topology: Make local variables static
zhong jiang
2018-09-10
1
-2
/
+2
|
*
|
|
|
sched/numa: Remove unused numa_stats::nr_running field
Vincent Guittot
2018-09-10
1
-3
/
+0
|
*
|
|
|
sched/numa: Remove unused code from update_numa_stats()
Vincent Guittot
2018-09-10
1
-20
/
+1
|
*
|
|
|
sched/debug: Explicitly cast sched_feat() to bool
Peter Zijlstra
2018-09-10
1
-1
/
+1
|
*
|
|
|
sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domains
Morten Rasmussen
2018-09-10
1
-4
/
+8
|
*
|
|
|
sched/fair: Don't move tasks to lower capacity CPUs unless necessary
Chris Redpath
2018-09-10
1
-0
/
+11
|
*
|
|
|
sched/fair: Set rq->rd->overload when misfit
Valentin Schneider
2018-09-10
2
-3
/
+9
|
*
|
|
|
sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()
Valentin Schneider
2018-09-10
2
-5
/
+5
|
*
|
|
|
sched/core: Change root_domain->overload type to int
Valentin Schneider
2018-09-10
1
-2
/
+2
|
*
|
|
|
sched/fair: Change 'prefer_sibling' type to bool
Valentin Schneider
2018-09-10
1
-4
/
+2
|
*
|
|
|
sched/fair: Kick nohz balance if rq->misfit_task_load
Valentin Schneider
2018-09-10
1
-1
/
+1
|
*
|
|
|
sched/fair: Consider misfit tasks when load-balancing
Morten Rasmussen
2018-09-10
1
-2
/
+49
|
*
|
|
|
sched/fair: Add sched_group per-CPU max capacity
Morten Rasmussen
2018-09-10
3
-4
/
+23
|
*
|
|
|
sched/fair: Add 'group_misfit_task' load-balance type
Morten Rasmussen
2018-09-10
2
-8
/
+48
|
*
|
|
|
sched/topology: Add static_key for asymmetric CPU capacity optimizations
Morten Rasmussen
2018-09-10
3
-1
/
+12
|
*
|
|
|
sched/topology: Add SD_ASYM_CPUCAPACITY flag detection
Morten Rasmussen
2018-09-10
1
-6
/
+75
*
|
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-10-23
2
-14
/
+39
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'x86/cache' into perf/core, to pick up fixes
Ingo Molnar
2018-10-23
7
-22
/
+114
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2018-10-02
3
-27
/
+84
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge tag 'perf-core-for-mingo-4.20-20180919' of git://git.kernel.org/pub/scm...
Ingo Molnar
2018-09-25
1
-2
/
+12
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
perf: Suppress AUX/OVERWRITE records
Alexander Shishkin
2018-09-18
1
-2
/
+12
|
|
*
|
|
|
|
|
|
Merge remote-tracking branch 'acme/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2018-09-18
1
-0
/
+4
|
|
|
\
\
\
\
\
\
\
|
*
|
\
\
\
\
\
\
\
Merge tag 'v4.19-rc5' into perf/core, to pick up fixes
Ingo Molnar
2018-09-25
14
-33
/
+39
|
|
\
\
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
/
|
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
kprobes: Don't call BUG_ON() if there is a kprobe in use on free list
Masami Hiramatsu
2018-09-12
1
-1
/
+7
|
*
|
|
|
|
|
|
|
kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
Masami Hiramatsu
2018-09-12
1
-7
/
+20
|
*
|
|
|
|
|
|
|
kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()
Masami Hiramatsu
2018-09-12
1
-1
/
+0
|
*
|
|
|
|
|
|
|
kprobes: Remove pointless BUG_ON() from add_new_kprobe()
Masami Hiramatsu
2018-09-12
1
-2
/
+0
|
*
|
|
|
|
|
|
|
kprobes: Remove pointless BUG_ON() from disarming process
Masami Hiramatsu
2018-09-12
1
-1
/
+0
*
|
|
|
|
|
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
14
-225
/
+342
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
locking/lockdep: Fix debug_locks off performance problem
Waiman Long
2018-10-19
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
locking/pvqspinlock: Extend node size when pvqspinlock is configured
Waiman Long
2018-10-17
2
-11
/
+27
|
*
|
|
|
|
|
|
|
|
locking/qspinlock_stat: Count instances of nested lock slowpaths
Waiman Long
2018-10-17
2
-0
/
+11
[next]