index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-06-22
12
-37
/
+115
|
\
|
*
Merge branch 'irq/for-x86' into irq/core
Thomas Gleixner
2015-06-20
6
-21
/
+28
|
|
\
|
|
*
genirq: Remove bogus restriction in irq_move_mask_irq()
Thomas Gleixner
2015-06-20
1
-3
/
+3
|
|
*
genirq: Introduce helper function irq_data_get_node()
Jiang Liu
2015-06-12
5
-10
/
+10
|
|
*
genirq: Introduce struct irq_common_data to host shared irq data
Jiang Liu
2015-06-12
3
-5
/
+7
|
|
*
genirq: Prevent crash in irq_move_irq()
Jiang Liu
2015-06-12
1
-1
/
+8
|
|
*
genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain
Jiang Liu
2015-06-12
1
-2
/
+0
|
*
|
irq: Add irq_set_chained_handler_and_data()
Russell King
2015-06-18
1
-11
/
+34
|
*
|
Merge branch 'linus' into irq/core
Thomas Gleixner
2015-06-05
8
-63
/
+95
|
|
\
\
|
*
|
|
genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chip
Geert Uytterhoeven
2015-05-22
1
-0
/
+1
|
*
|
|
Merge branch 'irq/for-x86' into irq/core
Thomas Gleixner
2015-05-19
2
-0
/
+45
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'irq/for-arm' into irq/core
Thomas Gleixner
2015-05-18
3
-3
/
+51
|
|
\
\
\
|
|
*
|
|
genirq: generic chip: Support hierarchy domain
Stefan Agner
2015-05-18
1
-3
/
+2
|
|
*
|
|
genirq: Add irq_chip_(enable/disable)_parent
Stefan Agner
2015-05-18
1
-0
/
+28
|
|
*
|
|
irqdomain: Add non-hierarchy helper irq_domain_set_info
Stefan Agner
2015-05-18
1
-0
/
+21
|
*
|
|
|
genirq: Don't suspend nested_thread irqs over system suspend
NeilBrown
2015-05-18
1
-0
/
+4
|
*
|
|
|
genirq: devres: Fix testing return value of request_any_context_irq()
Axel Lin
2015-05-13
1
-2
/
+2
|
*
|
|
|
genirq: Fix type inconsistency
Nicholas Mc Guire
2015-05-05
1
-1
/
+1
|
*
|
|
|
genirq: Fix unnecessary automatic type conversion
Nicholas Mc Guire
2015-05-05
1
-1
/
+1
|
*
|
|
|
genirq: MSI: Constify irq_domain_ops
Krzysztof Kozlowski
2015-05-05
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
2
-23
/
+48
|
\
\
\
\
|
*
|
|
|
nohz: Set isolcpus when nohz_full is set
Chris Metcalf
2015-05-07
1
-0
/
+3
|
*
|
|
|
context_tracking: Inherit TIF_NOHZ through forks instead of context switches
Frederic Weisbecker
2015-05-07
2
-26
/
+19
|
*
|
|
|
context_tracking: Protect against recursion
Frederic Weisbecker
2015-05-07
1
-0
/
+29
*
|
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
33
-1263
/
+1142
|
\
\
\
\
\
|
*
|
|
|
|
timer: Minimize nohz off overhead
Thomas Gleixner
2015-06-19
4
-8
/
+17
|
*
|
|
|
|
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
2015-06-19
8
-43
/
+121
|
*
|
|
|
|
timer: Stats: Simplify the flags handling
Thomas Gleixner
2015-06-19
2
-10
/
+7
|
*
|
|
|
|
timer: Replace timer base by a cpu index
Thomas Gleixner
2015-06-19
1
-91
/
+36
|
*
|
|
|
|
timer: Use hlist for the timer wheel hash buckets
Thomas Gleixner
2015-06-19
1
-37
/
+27
|
*
|
|
|
|
timer: Remove FIFO "guarantee"
Thomas Gleixner
2015-06-19
1
-4
/
+2
|
*
|
|
|
|
timers: Sanitize catchup_timer_jiffies() usage
Thomas Gleixner
2015-06-19
1
-24
/
+16
|
*
|
|
|
|
hrtimer: Allow hrtimer::function() to free the timer
Peter Zijlstra
2015-06-19
1
-23
/
+91
|
*
|
|
|
|
hrtimer: Fix hrtimer_is_queued() hole
Peter Zijlstra
2015-06-19
1
-10
/
+13
|
*
|
|
|
|
hrtimer: Remove HRTIMER_STATE_MIGRATE
Oleg Nesterov
2015-06-19
1
-5
/
+2
|
*
|
|
|
|
timekeeping: Copy the shadow-timekeeper over the real timekeeper last
John Stultz
2015-06-18
1
-1
/
+2
|
*
|
|
|
|
clockevents: Check state instead of mode in suspend/resume path
Viresh Kumar
2015-06-18
1
-2
/
+2
|
*
|
|
|
|
ntp: Do leapsecond adjustment in adjtimex read path
John Stultz
2015-06-12
1
-0
/
+18
|
*
|
|
|
|
time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
John Stultz
2015-06-12
3
-8
/
+58
|
*
|
|
|
|
ntp: Introduce and use SECS_PER_DAY macro instead of 86400
John Stultz
2015-06-12
1
-2
/
+3
|
*
|
|
|
|
time: Move clock_was_set_seq update before updating shadow-timekeeper
John Stultz
2015-06-12
1
-4
/
+8
|
*
|
|
|
|
clocksource: Use current logging style
Joe Perches
2015-06-10
1
-12
/
+12
|
*
|
|
|
|
time: Refactor usecs_to_jiffies
Nicholas Mc Guire
2015-06-10
1
-10
/
+3
|
*
|
|
|
|
clockevents: Rename state to state_use_accessors
Thomas Gleixner
2015-06-02
1
-2
/
+2
|
*
|
|
|
|
clockevents: Use set/get state helper functions
Thomas Gleixner
2015-06-02
2
-6
/
+7
|
*
|
|
|
|
clockevents: Provide functions to set and get the state
Thomas Gleixner
2015-06-02
5
-24
/
+35
|
*
|
|
|
|
clockevents: Use helpers to check the state of a clockevent device
Viresh Kumar
2015-06-02
4
-17
/
+17
|
*
|
|
|
|
clockevents: Do not suspend/resume if unused
Alexandre Belloni
2015-05-27
1
-2
/
+2
|
*
|
|
|
|
time: Remove read_boot_clock()
Xunlei Pang
2015-05-22
1
-11
/
+3
|
*
|
|
|
|
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
2015-05-22
1
-1
/
+1
[next]