index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
/
system_keyring.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-22
genirq: Split out irq_startup() code
Thomas Gleixner
1
-11
/
+18
2017-06-22
genirq: Introduce IRQD_MANAGED_SHUTDOWN
Thomas Gleixner
2
-0
/
+18
2017-06-22
x86/apic: Implement effective irq mask update
Thomas Gleixner
3
-0
/
+8
2017-06-22
xen/events: Add support for effective affinity mask
Thomas Gleixner
1
-1
/
+5
2017-06-22
x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()
Thomas Gleixner
5
-15
/
+32
2017-06-22
x86/apic: Move cpumask and to core code
Thomas Gleixner
12
-42
/
+29
2017-06-22
x86/apic: Move online masking to core code
Thomas Gleixner
3
-35
/
+22
2017-06-22
x86/uv: Use default_cpu_mask_to_apicid_and()
Thomas Gleixner
1
-15
/
+4
2017-06-22
x86/apic: Move flat_cpu_mask_to_apicid_and() into C source
Thomas Gleixner
2
-22
/
+22
2017-06-22
genirq/cpuhotplug: Use effective affinity mask
Thomas Gleixner
1
-3
/
+11
2017-06-22
genirq: Introduce effective affinity mask
Thomas Gleixner
5
-7
/
+134
2017-06-22
genirq/proc: Replace ever repeating type cast
Thomas Gleixner
1
-5
/
+5
2017-06-22
genirq: Remove pointless gfp argument
Thomas Gleixner
1
-8
/
+7
2017-06-22
genirq: Remove pointless arg from show_irq_affinity
Thomas Gleixner
1
-3
/
+3
2017-06-22
genirq: Move irq_fixup_move_pending() to core
Thomas Gleixner
2
-5
/
+5
2017-06-22
x86/irq: Use irq_migrate_all_off_this_cpu()
Thomas Gleixner
2
-87
/
+3
2017-06-22
x86/irq: Restructure fixup_irqs()
Thomas Gleixner
1
-26
/
+20
2017-06-22
genirq/cpuhotplug: Set force affinity flag on hotplug migration
Thomas Gleixner
1
-1
/
+1
2017-06-22
genirq/cpuhotplug: Add support for conditional masking
Thomas Gleixner
1
-1
/
+10
2017-06-22
genirq/cpuhotplug: Add support for cleaning up move in progress
Thomas Gleixner
4
-4
/
+37
2017-06-22
genirq/cpuhotplug: Do not migrated shutdown irqs
Thomas Gleixner
1
-3
/
+8
2017-06-22
genirq/cpuhotplug: Reorder check logic
Thomas Gleixner
1
-16
/
+20
2017-06-22
genirq/cpuhotplug: Dont claim success on error
Thomas Gleixner
1
-1
/
+4
2017-06-22
genirq/cpuhotplug: Remove irq disabling logic
Thomas Gleixner
1
-8
/
+4
2017-06-22
genirq: Move pending helpers to internal.h
Christoph Hellwig
2
-28
/
+38
2017-06-22
genirq: Move initial affinity setup to irq_startup()
Thomas Gleixner
2
-9
/
+8
2017-06-22
genirq: Rename setup_affinity() to irq_setup_affinity()
Thomas Gleixner
2
-6
/
+7
2017-06-22
genirq: Remove mask argument from setup_affinity()
Thomas Gleixner
3
-34
/
+29
2017-06-22
x86/irq: Cleanup pending irq move in fixup_irqs()
Thomas Gleixner
1
-4
/
+21
2017-06-22
genirq: Provide irq_fixup_move_pending()
Thomas Gleixner
2
-0
/
+35
2017-06-22
genirq: Add missing comment for IRQD_STARTED
Thomas Gleixner
1
-0
/
+1
2017-06-22
genirq/debugfs: Add proper debugfs interface
Thomas Gleixner
9
-1
/
+345
2017-06-22
genirq/irqdomain: Add map counter
Thomas Gleixner
2
-0
/
+6
2017-06-22
PCI/vmd: Create named irq domain
Thomas Gleixner
1
-1
/
+7
2017-06-22
x86/msi: Create named irq domains
Thomas Gleixner
1
-9
/
+33
2017-06-22
x86/msi: Remove unused remap irq domain interface
Thomas Gleixner
2
-7
/
+0
2017-06-22
iommu/amd: Use named irq domain interface
Thomas Gleixner
1
-3
/
+10
2017-06-22
iommu/vt-d: Use named irq domain interface
Thomas Gleixner
1
-6
/
+16
2017-06-22
x86/msi: Provide new iommu irqdomain interface
Thomas Gleixner
2
-0
/
+17
2017-06-22
x86/uv: Create named irq domain
Thomas Gleixner
1
-5
/
+13
2017-06-22
x86/htirq: Create named domain
Thomas Gleixner
1
-5
/
+16
2017-06-22
x86/ioapic: Create named irq domain
Thomas Gleixner
1
-2
/
+20
2017-06-22
x86/vector: Create named irq domain
Thomas Gleixner
1
-2
/
+7
2017-06-22
genirq: Allow fwnode to carry name information only
Thomas Gleixner
2
-14
/
+122
2017-06-22
genirq/msi: Prevent overwriting domain name
Thomas Gleixner
1
-1
/
+2
2017-06-22
iommu/vt-d: Add name to irq chip
Thomas Gleixner
1
-4
/
+5
2017-06-22
iommu/amd: Add name to irq chip
Thomas Gleixner
1
-4
/
+5
2017-06-22
x86/apic: Add name to irq chip
Thomas Gleixner
1
-0
/
+1
2017-06-21
irq/generic-chip: Provide devm_irq_setup_generic_chip()
Bartosz Golaszewski
3
-0
/
+56
2017-06-21
irq/generic-chip: Provide devm_irq_alloc_generic_chip()
Bartosz Golaszewski
3
-0
/
+40
[next]