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
*
perf/ring_buffer: Prepare writing into the ring-buffer from the end
Wang Nan
2016-03-31
1
-6
/
+36
*
perf/core: Set event's default ::overflow_handler()
Wang Nan
2016-03-31
1
-6
/
+8
*
perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...
Wang Nan
2016-03-31
3
-1
/
+33
*
ftrace/perf: Check sample types only for sampling events
Jiri Olsa
2016-03-31
1
-0
/
+3
*
perf/ring_buffer: Document AUX API usage
Alexander Shishkin
2016-03-31
1
-0
/
+10
*
perf/core: Free AUX pages in unmap path
Alexander Shishkin
2016-03-31
3
-29
/
+129
*
perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count drops
Alexander Shishkin
2016-03-31
1
-0
/
+7
*
perf/core: Verify we have a single perf_hw_context PMU
Peter Zijlstra
2016-03-31
1
-0
/
+9
*
perf/core: Don't leak event in the syscall error path
Alexander Shishkin
2016-03-31
1
-0
/
+1
*
perf/core: Fix time tracking bug with multiplexing
Peter Zijlstra
2016-03-31
1
-2
/
+12
*
perf/core: Document some hotplug bits
Peter Zijlstra
2016-03-21
1
-0
/
+19
*
perf/core: Fix Undefined behaviour in rb_alloc()
Peter Zijlstra
2016-03-21
1
-2
/
+4
*
perf/core: Fix dynamic interrupt throttle
Peter Zijlstra
2016-03-21
1
-36
/
+51
*
perf/core: Fix the unthrottle logic
Peter Zijlstra
2016-03-21
1
-0
/
+8
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-15
7
-181
/
+1086
|
\
|
*
cpu/hotplug: Document states better
Thomas Gleixner
2016-03-12
1
-1
/
+46
|
*
cpu/hotplug: Fix smpboot thread ordering
Thomas Gleixner
2016-03-10
1
-2
/
+3
|
*
cpu/hotplug: Remove redundant state check
Thomas Gleixner
2016-03-06
1
-2
/
+0
|
*
cpu/hotplug: Plug death reporting race
Thomas Gleixner
2016-03-03
1
-2
/
+14
|
*
rcu: Make CPU_DYING_IDLE an explicit call
Thomas Gleixner
2016-03-01
3
-35
/
+38
|
*
cpu/hotplug: Make wait for dead cpu completion based
Thomas Gleixner
2016-03-01
2
-8
/
+13
|
*
cpu/hotplug: Let upcoming cpu bring itself fully up
Thomas Gleixner
2016-03-01
2
-29
/
+39
|
*
cpu/hotplug: Move online calls to hotplugged cpu
Thomas Gleixner
2016-03-01
1
-48
/
+96
|
*
cpu/hotplug: Create hotplug threads
Thomas Gleixner
2016-03-01
3
-1
/
+147
|
*
cpu/hotplug: Split out the state walk into functions
Thomas Gleixner
2016-03-01
1
-43
/
+68
|
*
cpu/hotplug: Unpark smpboot threads from the state machine
Thomas Gleixner
2016-03-01
3
-38
/
+11
|
*
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
Thomas Gleixner
2016-03-01
2
-10
/
+18
|
*
cpu/hotplug: Implement setup/removal interface
Thomas Gleixner
2016-03-01
1
-0
/
+224
|
*
cpu/hotplug: Make target state writeable
Thomas Gleixner
2016-03-01
1
-8
/
+65
|
*
cpu/hotplug: Add sysfs state interface
Thomas Gleixner
2016-03-01
1
-0
/
+100
|
*
cpu/hotplug: Hand in target state to _cpu_up/down
Thomas Gleixner
2016-03-01
1
-11
/
+20
|
*
cpu/hotplug: Convert the hotplugged cpu work to a state machine
Thomas Gleixner
2016-03-01
1
-15
/
+66
|
*
cpu/hotplug: Convert to a state machine for the control processor
Thomas Gleixner
2016-03-01
1
-26
/
+176
|
*
cpu/hotplug: Split out cpu down functions
Thomas Gleixner
2016-03-01
1
-30
/
+53
|
*
cpu/hotplug: Restructure cpu_up code
Thomas Gleixner
2016-03-01
1
-22
/
+47
|
*
cpu/hotplug: Restructure FROZEN state handling
Thomas Gleixner
2016-03-01
1
-40
/
+29
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-15
11
-19
/
+371
|
\
\
|
*
|
genirq: Export IRQ functions for module use
Quan Nguyen
2016-03-10
2
-0
/
+9
|
*
|
Merge branch 'linus' into irq/core, to pick up fixes
Ingo Molnar
2016-03-08
14
-298
/
+521
|
|
\
\
|
*
|
|
genirq: Implement ipi_send_mask/single()
Qais Yousef
2016-02-25
1
-1
/
+156
|
*
|
|
genirq: Add a new function to get IPI reverse mapping
Qais Yousef
2016-02-25
1
-0
/
+34
|
*
|
|
genirq: Add a new generic IPI reservation code to irq core
Qais Yousef
2016-02-25
2
-0
/
+138
|
*
|
|
genirq: Make irq_domain_alloc_descs() non static
Qais Yousef
2016-02-25
1
-4
/
+2
|
*
|
|
genirq: Add GENERIC_IRQ_IPI Kconfig symbol
Qais Yousef
2016-02-25
1
-0
/
+4
|
*
|
|
genirq: Use a common macro to go through the actions list
Daniel Lezcano
2016-02-15
5
-13
/
+10
|
*
|
|
genirq: Add default affinity mask command line option
Thomas Gleixner
2016-02-08
1
-2
/
+19
*
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-15
3
-36
/
+304
|
\
\
\
\
|
*
|
|
|
time/timekeeping: Work around false positive GCC warning
Ingo Molnar
2016-03-08
1
-1
/
+1
|
*
|
|
|
Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/...
Thomas Gleixner
2016-03-04
1
-25
/
+261
|
|
\
\
\
\
|
|
*
|
|
|
time: Add history to cross timestamp interface supporting slower devices
Christopher S. Hall
2016-03-03
1
-1
/
+170
[next]