index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
dummychip.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-21
clocksource: Increase dependencies of timer-stm32 to limit build wreckage
Paul Gortmaker
1
-2
/
+2
2015-06-21
x86/hpet: Use proper hpet device number for MSI allocation
Thomas Gleixner
1
-5
/
+6
2015-06-20
x86/hpet: Check for irq==0 when allocating hpet MSI interrupts
Jiang Liu
1
-1
/
+1
2015-06-19
perf tools: Configurable per thread proc map processing time out
Kan Liang
17
-31
/
+87
2015-06-19
perf tools: Add time out to force stop proc map processing
Kan Liang
4
-0
/
+34
2015-06-19
perf report: Fix sort__sym_cmp to also compare end of symbol
Yannick Brosseau
1
-5
/
+3
2015-06-19
perf hists browser: React to unassigned hotkey pressing
Arnaldo Carvalho de Melo
1
-3
/
+4
2015-06-19
perf top: Tell the user how to unfreeze events after pressing 'f'
Arnaldo Carvalho de Melo
1
-1
/
+7
2015-06-19
perf hists browser: Honour the help line provided by builtin-{top,report}.c
Arnaldo Carvalho de Melo
1
-4
/
+3
2015-06-19
perf hists browser: Do not exit when 'f' is pressed in 'report' mode
Arnaldo Carvalho de Melo
1
-0
/
+3
2015-06-19
perf top: Replace CTRL+z with 'f' as hotkey for enable/disable events
Arnaldo Carvalho de Melo
2
-3
/
+3
2015-06-19
perf tools: Fix build breakage if prefix= is specified
Lukas Wunner
1
-4
/
+4
2015-06-19
perf annotate: Rename source_line_percent to source_line_samples
Arnaldo Carvalho de Melo
2
-16
/
+16
2015-06-19
perf annotate: Display total number of samples with --show-total-period
Martin Liška
4
-23
/
+70
2015-06-19
perf tools: Ensure thread-stack is flushed
Adrian Hunter
5
-5
/
+58
2015-06-19
x86/boot: Fix overflow warning with 32-bit binutils
Borislav Petkov
1
-3
/
+10
2015-06-19
clk: at91: fix h32mx prototype inclusion in pmc header
Nicolas Ferre
1
-1
/
+1
2015-06-19
clk: at91: trivial: typo in peripheral clock description
Nicolas Ferre
1
-1
/
+1
2015-06-19
timer: Minimize nohz off overhead
Thomas Gleixner
5
-8
/
+19
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
12
-60
/
+133
2015-06-19
timer: Stats: Simplify the flags handling
Thomas Gleixner
3
-14
/
+8
2015-06-19
timer: Replace timer base by a cpu index
Thomas Gleixner
3
-120
/
+58
2015-06-19
timer: Use hlist for the timer wheel hash buckets
Thomas Gleixner
2
-40
/
+30
2015-06-19
timer: Remove FIFO "guarantee"
Thomas Gleixner
1
-4
/
+2
2015-06-19
timers: Sanitize catchup_timer_jiffies() usage
Thomas Gleixner
1
-24
/
+16
2015-06-19
clk: at91: fix PERIPHERAL_MAX_SHIFT definition
Boris Brezillon
1
-4
/
+4
2015-06-19
clk: at91: pll: fix input range validity check
Boris Brezillon
1
-2
/
+10
2015-06-19
sched/deadline: Remove needless parameter in dl_runtime_exceeded()
Zhiqiang Zhang
1
-2
/
+2
2015-06-19
sched: Remove superfluous resetting of the p->dl_throttled flag
Wanpeng Li
1
-1
/
+0
2015-06-19
sched/deadline: Drop duplicate init_sched_dl_class() declaration
Wanpeng Li
1
-1
/
+0
2015-06-19
sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...
Wanpeng Li
1
-1
/
+14
2015-06-19
sched/deadline: Make init_sched_dl_class() __init
Wanpeng Li
1
-1
/
+1
2015-06-19
sched/deadline: Optimize pull_dl_task()
Wanpeng Li
1
-1
/
+27
2015-06-19
sched/preempt: Add static_key() to preempt_notifiers
Peter Zijlstra
1
-5
/
+23
2015-06-19
sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...
Mathieu Desnoyers
1
-1
/
+1
2015-06-19
sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
Peter Zijlstra
3
-37
/
+32
2015-06-19
sched/debug: Add sum_sleep_runtime to /proc/<pid>/sched
Srikar Dronamraju
1
-0
/
+1
2015-06-19
sched/debug: Replace vruntime with wait_sum in /proc/sched_debug
Srikar Dronamraju
1
-2
/
+2
2015-06-19
sched/debug: Properly format runnable tasks in /proc/sched_debug
Srikar Dronamraju
1
-2
/
+4
2015-06-19
locking/lockdep: Remove hard coded array size dependency
George Beshers
1
-2
/
+2
2015-06-19
locking/qrwlock: Don't contend with readers when setting _QW_WAITING
Waiman Long
1
-4
/
+24
2015-06-19
perf/x86: Honor the architectural performance monitoring version
Palik, Imre
1
-6
/
+6
2015-06-19
perf/x86/intel: Fix PMI handling for Intel PT
Alexander Shishkin
1
-4
/
+23
2015-06-19
perf/x86/intel/bts: Fix DS area sharing with x86_pmu events
Alexander Shishkin
3
-19
/
+46
2015-06-19
perf/x86: Add more Broadwell model numbers
Andi Kleen
1
-0
/
+2
2015-06-19
perf: Fix ring_buffer_attach() RCU sync, again
Oleg Nesterov
1
-7
/
+7
2015-06-19
revert "cpumask: don't perform while loop in cpumask_next_and()"
Andrew Morton
1
-5
/
+4
2015-06-19
hrtimer: Allow hrtimer::function() to free the timer
Peter Zijlstra
2
-48
/
+107
2015-06-19
seqcount: Introduce raw_write_seqcount_barrier()
Peter Zijlstra
1
-0
/
+41
2015-06-19
seqcount: Rename write_seqcount_barrier()
Peter Zijlstra
2
-11
/
+11
[next]