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
*
genirq: Keep chip buslock across irq_request/release_resources()
Thomas Gleixner
2017-07-12
1
-10
/
+53
*
irqdomain: Allow ACPI device nodes to be used as irqdomain identifiers
Marc Zyngier
2017-07-07
1
-0
/
+16
*
genirq/debugfs: Remove redundant NULL pointer check
Thomas Gleixner
2017-07-07
1
-2
/
+1
*
genirq: Allow to pass the IRQF_TIMER flag with percpu irq request
Daniel Lezcano
2017-07-06
1
-5
/
+10
*
genirq/timings: Move free timings out of spinlocked region
Thomas Gleixner
2017-07-04
1
-2
/
+3
*
genirq: Move irq resource handling out of spinlocked region
Thomas Gleixner
2017-07-04
1
-8
/
+15
*
genirq: Add mutex to irq desc to serialize request/free_irq()
Thomas Gleixner
2017-07-04
2
-0
/
+9
*
genirq: Move bus locking into __setup_irq()
Thomas Gleixner
2017-07-04
1
-8
/
+5
*
genirq: Force inlining of __irq_startup_managed to prevent build failure
Geert Uytterhoeven
2017-07-04
1
-1
/
+1
*
genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN
Sebastian Ott
2017-07-04
1
-1
/
+3
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-03
6
-236
/
+244
|
\
|
*
cpu/hotplug: Constify attribute_group structures
Arvind Yadav
2017-06-30
1
-2
/
+2
|
*
cpu/hotplug: Remove unused check_for_tasks() function
Arnd Bergmann
2017-06-12
1
-24
/
+0
|
*
perf/core: Don't release cred_guard_mutex if not taken
Alexander Levin
2017-06-03
1
-1
/
+1
|
*
cpuhotplug: Link lock stacks for hotplug callbacks
Thomas Gleixner
2017-05-26
1
-0
/
+13
|
*
cpu/hotplug: Convert hotplug locking to percpu rwsem
Thomas Gleixner
2017-05-26
1
-94
/
+13
|
*
kprobes: Cure hotplug lock ordering issues
Thomas Gleixner
2017-05-26
1
-27
/
+32
|
*
jump_label: Reorder hotplug lock and jump_label_lock
Thomas Gleixner
2017-05-26
1
-6
/
+14
|
*
perf/tracing/cpuhotplug: Fix locking order
Thomas Gleixner
2017-05-26
1
-30
/
+76
|
*
cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()
Sebastian Andrzej Siewior
2017-05-26
1
-1
/
+1
|
*
padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()
Sebastian Andrzej Siewior
2017-05-26
1
-5
/
+6
|
*
padata: Make padata_alloc() static
Thomas Gleixner
2017-05-26
1
-16
/
+16
|
*
stop_machine: Provide stop_machine_cpuslocked()
Sebastian Andrzej Siewior
2017-05-26
1
-4
/
+7
|
*
cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()
Thomas Gleixner
2017-05-26
1
-3
/
+15
|
*
cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()
Sebastian Andrzej Siewior
2017-05-26
1
-11
/
+36
|
*
cpu/hotplug: Provide cpus_read|write_[un]lock()
Thomas Gleixner
2017-05-26
1
-18
/
+18
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-03
19
-264
/
+1755
|
\
\
|
*
|
genirq: Avoid unnecessary low level irq function calls
Jeffy Chen
2017-06-26
1
-20
/
+33
|
*
|
genirq: Set irq masked state when initializing irq_desc
Jeffy Chen
2017-06-26
1
-0
/
+1
|
*
|
genirq/timings: Add infrastructure for estimating the next interrupt arrival ...
Daniel Lezcano
2017-06-24
2
-0
/
+358
|
*
|
genirq/timings: Add infrastructure to track the interrupt timings
Daniel Lezcano
2017-06-24
6
-0
/
+129
|
*
|
genirq/debugfs: Remove pointless NULL pointer check
Thomas Gleixner
2017-06-24
2
-8
/
+6
|
*
|
genirq/irqdomain: Remove auto-recursive hierarchy support
Marc Zyngier
2017-06-22
2
-43
/
+14
|
*
|
genirq/irqdomain: Add irq_domain_update_bus_token helper
Marc Zyngier
2017-06-22
1
-0
/
+31
|
*
|
genirq/affinity: Assign vectors to all present CPUs
Christoph Hellwig
2017-06-22
1
-13
/
+63
|
*
|
genirq/cpuhotplug: Avoid irq affinity setting for single targets
Thomas Gleixner
2017-06-22
1
-2
/
+10
|
*
|
genirq: Introduce IRQD_SINGLE_TARGET flag
Thomas Gleixner
2017-06-22
1
-0
/
+1
|
*
|
genirq/cpuhotplug: Handle managed IRQs on CPU hotplug
Thomas Gleixner
2017-06-22
2
-0
/
+50
|
*
|
genirq: Handle managed irqs gracefully in irq_startup()
Thomas Gleixner
2017-06-22
1
-3
/
+61
|
*
|
genirq: Add force argument to irq_startup()
Thomas Gleixner
2017-06-22
4
-7
/
+14
|
*
|
genirq: Split out irq_startup() code
Thomas Gleixner
2017-06-22
1
-11
/
+18
|
*
|
genirq: Introduce IRQD_MANAGED_SHUTDOWN
Thomas Gleixner
2017-06-22
1
-0
/
+10
|
*
|
genirq/cpuhotplug: Use effective affinity mask
Thomas Gleixner
2017-06-22
1
-3
/
+11
|
*
|
genirq: Introduce effective affinity mask
Thomas Gleixner
2017-06-22
4
-7
/
+105
|
*
|
genirq/proc: Replace ever repeating type cast
Thomas Gleixner
2017-06-22
1
-5
/
+5
|
*
|
genirq: Remove pointless gfp argument
Thomas Gleixner
2017-06-22
1
-8
/
+7
|
*
|
genirq: Remove pointless arg from show_irq_affinity
Thomas Gleixner
2017-06-22
1
-3
/
+3
|
*
|
genirq: Move irq_fixup_move_pending() to core
Thomas Gleixner
2017-06-22
1
-0
/
+5
|
*
|
genirq/cpuhotplug: Set force affinity flag on hotplug migration
Thomas Gleixner
2017-06-22
1
-1
/
+1
|
*
|
genirq/cpuhotplug: Add support for conditional masking
Thomas Gleixner
2017-06-22
1
-1
/
+10
[next]