index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-06
relayfs: Convert to hotplug state machine
Richard Weinberger
2
-45
/
+19
2016-09-06
relay: Use per CPU constructs for the relay channel buffer pointers
Akash Goel
1
-32
/
+42
2016-09-06
cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier
Thomas Gleixner
1
-28
/
+2
2016-09-06
cpu/hotplug: Make state names consistent
Thomas Gleixner
1
-7
/
+7
2016-09-06
genirq: No need to mask non trigger mode flags before __irq_set_trigger()
Alexander Kuleshov
2
-4
/
+2
2016-09-05
futex: Add some more function commentry
Thomas Gleixner
1
-3
/
+12
2016-09-05
genirq: Update stale comment for __irq_domain_add
Punit Agrawal
1
-4
/
+2
2016-09-05
cpu/hotplug: Replace anon union
Thomas Gleixner
1
-71
/
+74
2016-09-05
PM / QoS: avoid calling cancel_delayed_work_sync() during early boot
Tejun Heo
1
-1
/
+10
2016-09-05
smp: Add function to execute a function synchronously on a CPU
Juergen Gross
2
-0
/
+67
2016-09-05
virt, sched: Add generic vCPU pinning support
Juergen Gross
2
-0
/
+2
2016-09-05
sched/debug: Remove several CONFIG_SCHEDSTATS guards
Josh Poimboeuf
3
-144
/
+136
2016-09-05
sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'
Josh Poimboeuf
2
-3
/
+5
2016-09-05
sched/debug: Clean up schedstat macros
Josh Poimboeuf
5
-46
/
+46
2016-09-05
sched/debug: Rename and move enqueue_sleeper()
Josh Poimboeuf
1
-69
/
+73
2016-09-05
sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU
Wanpeng Li
1
-28
/
+18
2016-09-05
schedcore: Remove duplicated init_task's preempt_notifiers init
seokhoon.yoon
1
-4
/
+0
2016-09-05
sched/fair: Fix load_above_capacity fixed point arithmetic width
Dietmar Eggemann
1
-1
/
+1
2016-09-05
sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()
Tommaso Cucinotta
3
-22
/
+40
2016-09-05
sched/deadline: Make CPU heap faster avoiding real swaps on heapify
Tommaso Cucinotta
1
-21
/
+45
2016-09-05
sched/deadline: Refactor CPU heap code
Tommaso Cucinotta
1
-27
/
+23
2016-09-05
sched/fair: Make update_min_vruntime() more readable
Byungchul Park
1
-10
/
+7
2016-09-05
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
23
-96
/
+346
2016-09-05
perf/core: Don't pass PERF_EF_START to the PMU ->start callback
Will Deacon
1
-1
/
+1
2016-09-05
Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...
Ingo Molnar
22
-79
/
+290
2016-09-05
sched/core: Fix a race between try_to_wake_up() and a woken up task
Balbir Singh
1
-0
/
+22
2016-09-05
perf/core: Remove WARN from perf_event_read()
Peter Zijlstra
1
-4
/
+12
2016-09-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2016-09-02
cpu/hotplug: Handle unbalanced hotplug enable/disable
Lianwei Wang
1
-2
/
+9
2016-09-02
genirq/generic_chip: Verify irqs_per_chip <= 32
Sebastian Frias
1
-8
/
+8
2016-09-02
cpu/hotplug: Add multi instance support
Thomas Gleixner
1
-35
/
+183
2016-09-02
cpu/hotplug: Rework callback invocation logic
Thomas Gleixner
1
-82
/
+80
2016-09-02
perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs
Alexei Starovoitov
1
-1
/
+88
2016-09-02
bpf: perf_event progs should only use preallocated maps
Alexei Starovoitov
1
-1
/
+21
2016-09-02
bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type
Alexei Starovoitov
1
-0
/
+61
2016-09-02
bpf: support 8-byte metafield access
Alexei Starovoitov
1
-3
/
+6
2016-09-02
tracing: Add NMI tracing in hwlat detector
Steven Rostedt (Red Hat)
3
-3
/
+72
2016-09-02
tracing: Have hwlat trace migrate across tracing_cpumask CPUs
Steven Rostedt (Red Hat)
1
-0
/
+55
2016-09-02
tracing: Added hardware latency tracer
Steven Rostedt (Red Hat)
7
-1
/
+642
2016-09-02
irqdomain: Mask irq type in irq_domain_xlate_onetwocell()
Sebastian Frias
1
-1
/
+4
2016-09-02
genirq/generic_chip: Add irq_unmap callback
Sebastian Frias
1
-0
/
+21
2016-09-02
genirq/generic_chip: Get rid of code duplication
Sebastian Frias
1
-15
/
+19
2016-09-02
genirq: Remove export of irq_map_generic_chip()
Thomas Gleixner
1
-1
/
+0
2016-09-02
genirq: Robustify handle_percpu_devid_irq()
Thomas Gleixner
1
-4
/
+14
2016-09-02
tick/nohz: Fix softlockup on scheduler stalls in kvm guest
Wanpeng Li
1
-1
/
+2
2016-09-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-27
/
+39
2016-09-01
kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
Michal Hocko
1
-6
/
+4
2016-09-01
mm, mempolicy: task->mempolicy must be NULL before dropping final reference
David Rientjes
1
-6
/
+1
2016-09-01
printk/nmi: avoid direct printk()-s from __printk_nmi_flush()
Sergey Senozhatsky
1
-15
/
+23
2016-09-01
kconfig: tinyconfig: provide whole choice blocks to avoid warnings
Arnd Bergmann
1
-0
/
+8
[prev]
[next]