Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
294ee6f89cfd629e276f632a6003a0fad7785dce
294ee6f
x86: Introduce x86_msi_ops
by Stefano Stabellini
· 14 years ago
1525bf0
msi: Introduce default_[teardown|setup]_msi_irqs with fallback.
by Thomas Gleixner
· 14 years ago
7c94def
x86/PCI: Export pci_walk_bus function.
by Konrad Rzeszutek Wilk
· 15 years ago
5ee01f4
x86/PCI: make sure _PAGE_IOMAP it set on pci mappings
by Jeremy Fitzhardinge
· 15 years ago
44de339
x86/PCI: Clean up pci_cache_line_size
by Alex Nixon
· 15 years ago
15ebbb8
xen: fix shared irq device passthrough
by Konrad Rzeszutek Wilk
· 14 years ago
d9a8814
xen: Provide a variant of xen_poll_irq with timeout.
by Konrad Rzeszutek Wilk
· 15 years ago
3a69e91
xen: Find an unbound irq number in reverse order (high to low).
by Konrad Rzeszutek Wilk
· 14 years ago
3b32f57
xen: statically initialize cpu_evtchn_mask_p
by Jeremy Fitzhardinge
· 15 years ago
1a60d05
xen: set pirq name to something useful.
by Gerd Hoffmann
· 14 years ago
b21ddbf
xen: dynamically allocate irq & event structures
by Jeremy Fitzhardinge
· 14 years ago
0794bfc
xen: identity map gsi->irqs
by Konrad Rzeszutek Wilk
· 14 years ago
7b586d7
x86/io_apic: add get_nr_irqs_gsi()
by Jeremy Fitzhardinge
· 16 years ago
d46a78b
xen: implement pirq type event channels
by Jeremy Fitzhardinge
· 14 years ago
d8e0420
xen: define BIOVEC_PHYS_MERGEABLE()
by Jeremy Fitzhardinge
· 16 years ago
23ace955
xen: Don't disable the I/O space
by Alex Nixon
· 16 years ago
032fa36
arm: Use ARCH_IRQ_INIT_FLAGS
by Thomas Gleixner
· 14 years ago
05d0ca8
genirq, ARM: Fix boot on ARM platforms
by Anand Gadiyar
· 14 years ago
c0a19eb
genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build
by Thomas Gleixner
· 14 years ago
2ee3906
x86: Switch sparse_irq allocations to GFP_KERNEL
by Thomas Gleixner
· 14 years ago
baa0d23
genirq: Switch sparse_irq allocator to GFP_KERNEL
by Thomas Gleixner
· 14 years ago
a05a900
genirq: Make sparse_lock a mutex
by Thomas Gleixner
· 14 years ago
c2f31c3
x86: lguest: Use new irq allocator
by Thomas Gleixner
· 14 years ago
78f90d9
genirq: Remove the now unused sparse irq leftovers
by Thomas Gleixner
· 14 years ago
b7b2933
genirq: Sanitize dynamic irq handling
by Thomas Gleixner
· 14 years ago
b7d0d82
genirq: Remove arch_init_chip_data()
by Thomas Gleixner
· 14 years ago
77dff1c
x86: xen: Sanitise sparse_irq handling
by Thomas Gleixner
· 14 years ago
ad9f433
x86: Use sane enumeration
by Thomas Gleixner
· 14 years ago
48b2650
x86: uv: Clean up the direct access to irq_desc
by Thomas Gleixner
· 14 years ago
1a8ce7f
x86: Make io_apic.c local functions static
by Thomas Gleixner
· 14 years ago
10ba1e0
genirq: Remove irq_2_iommu
by Thomas Gleixner
· 14 years ago
1a0730d
x86: Speed up the irq_remapped check in hot pathes
by Thomas Gleixner
· 14 years ago
d585d06
intr_remap: Simplify the code further
by Thomas Gleixner
· 14 years ago
349d676
intr_remap: Use irq_2_iommu in struct irq_cfg
by Thomas Gleixner
· 14 years ago
423f085
x86: Embedd irq_2_iommu into irq_cfg
by Thomas Gleixner
· 14 years ago
d0ad639
pci: intr_remap: Remove unused functions
by Thomas Gleixner
· 14 years ago
a8ef54a
pci: intr_remap: Use irq_data
by Thomas Gleixner
· 14 years ago
0e1e367
pci: intr-remap: Free irte memory if SPARSE_IRQ=y
by Thomas Gleixner
· 14 years ago
bc5fdf9
x86: io_apic: Remove the now unused sparse_irq arch_* functions
by Thomas Gleixner
· 14 years ago
fbc6bff
x86: ioapic: Cleanup sparse irq code
by Thomas Gleixner
· 14 years ago
fe6dab4
x86: Don't setup ioapic irq for sci twice
by Yinghai Lu
· 14 years ago
f981a3d
x86: io_apic: Prepare alloc/free_irq_cfg()
by Thomas Gleixner
· 14 years ago
08c33db
x86: Implement new allocator functions
by Thomas Gleixner
· 14 years ago
6e2fff5
x86: ioapic: Cleanup get_one_free_irq_cfg()
by Thomas Gleixner
· 14 years ago
7e49552
x86: ioapic: Cleanup some more
by Thomas Gleixner
· 14 years ago
be5b7bf
x86: Convert ht set_affinity to new chip function
by Thomas Gleixner
· 14 years ago
0e09ddf
x86: Cleanup hpet affinity setting
by Thomas Gleixner
· 14 years ago
fe52b2d
x86: Convert dmar affinity setting to new chip function
by Thomas Gleixner
· 14 years ago
b5d1c46
x86: Convert remapped msi to new chip.irq_set_affinity function
by Thomas Gleixner
· 14 years ago
f19f5ec
x86: Convert remapped ioapic affinity setting to new irq chip function
by Thomas Gleixner
· 14 years ago
5346b2a
x86: Convert msi affinity setting to new chip functions
by Thomas Gleixner
· 14 years ago
f7e909e
x86: Prepare the affinity common functions for taking struct irq_data *
by Thomas Gleixner
· 14 years ago
60c6994
x86: ioapic: Clean up the direct access to irq_desc
by Thomas Gleixner
· 14 years ago
e9f7ac6
ht: Convert to new irq_chip functions
by Thomas Gleixner
· 14 years ago
5c2837f
dmar: Convert to new irq chip functions
by Thomas Gleixner
· 14 years ago
d0fbca8
x86: ioapic/hpet: Convert to new chip functions
by Thomas Gleixner
· 14 years ago
90297c5
x86: ioapic: Convert mask to new irq_chip function
by Thomas Gleixner
· 14 years ago
61a38ce
x86: io_apic: Convert startup to new irq_chip function
by Thomas Gleixner
· 14 years ago
dd5f15e
x86: Cleanup io_apic
by Thomas Gleixner
· 14 years ago
d4eba29
x86: Cleanup access to irq_data
by Thomas Gleixner
· 14 years ago
4305df9
x86: i8259: Convert to new irq_chip functions
by Thomas Gleixner
· 14 years ago
020dd98
x86: Cleanup visws interrupt handling
by Thomas Gleixner
· 14 years ago
fe25c7f
x86: lguest: Convert to new irq chip functions
by Thomas Gleixner
· 14 years ago
a5ef2e7
x86: Sanitize apb timer interrupt handling
by Thomas Gleixner
· 14 years ago
a3c08e5
x86: Convert irq_chip access to new functions
by Thomas Gleixner
· 14 years ago
011d578
x86: Remove useless reinitialization of irq descriptors
by Thomas Gleixner
· 14 years ago
39431ac
pci: Cleanup the irq_desc mess in msi
by Thomas Gleixner
· 14 years ago
1c9db52
pci: Convert msi to new irq_chip functions
by Thomas Gleixner
· 14 years ago
7c5f135
Merge branch 'x86/urgent' of into irq/sparseirq
by Thomas Gleixner
· 14 years ago
5e62fea
Merge branch 'x86/cleanups' into irq/sparseirq
by Thomas Gleixner
· 14 years ago
8ffcfa4
Merge branch 'x86/x2apic' into irq/sparseirq
by Thomas Gleixner
· 14 years ago
b683de2
genirq: Query arch for number of early descriptors
by Thomas Gleixner
· 14 years ago
aa99ec0
genirq: Use sane sparse allocator
by Thomas Gleixner
· 14 years ago
25ade60
genirq-update-kerneldoc.patch
by Thomas Gleixner
· 14 years ago
06f6c33
genirq: Implement irq reservation
by Thomas Gleixner
· 14 years ago
a98d24b
genirq: Implement sane enumeration
by Thomas Gleixner
· 14 years ago
13bfe99
genirq: Prepare proc for real sparse irq support
by Thomas Gleixner
· 14 years ago
1f5a5b8
genirq: Implement a sane sparse_irq allocator
by Thomas Gleixner
· 14 years ago
1318a48
genirq: Provide default irq init flags
by Thomas Gleixner
· 14 years ago
d895f51
genirq: Remove export of kstat_irqs_cpu
by Thomas Gleixner
· 14 years ago
40f08a7
isdn: hisax: Replace the bogus access to irq stats
by Thomas Gleixner
· 14 years ago
154cd38
genirq: Remove early_init_irq_lock_class()
by Thomas Gleixner
· 14 years ago
3795de2
genirq: Distangle kernel/irq/handle.c
by Thomas Gleixner
· 14 years ago
f303a6d
genirq: Sanitize irq_data accessors
by Thomas Gleixner
· 14 years ago
4424718
genirq: Provide status modifier
by Thomas Gleixner
· 14 years ago
3a3856d0
genirq: Remove unsused inline
by Thomas Gleixner
· 14 years ago
e144710
genirq: Distangle irq.h
by Thomas Gleixner
· 14 years ago
fe21221
mfd: twl4030: Fix dummy irq chip usage
by Thomas Gleixner
· 14 years ago
bd15141
genirq: Provide config option to disable deprecated code
by Thomas Gleixner
· 14 years ago
21e2b8c
genirq: Provide compat handling for chip->retrigger()
by Thomas Gleixner
· 14 years ago
2f7e99b
genirq: Provide compat handling for chip->set_wake()
by Thomas Gleixner
· 14 years ago
b2ba2c3
genirq: Provide compat handling for chip->set_type()
by Thomas Gleixner
· 14 years ago
c96b3b3
genirq: Provide compat handling for chip->set_affinity()
by Thomas Gleixner
· 14 years ago
37e12df
genirq: Provide compat handling for chip->startup()
by Thomas Gleixner
· 14 years ago
bc310dd
genirq: Provide compat handling for chip->disable()/shutdown()
by Thomas Gleixner
· 14 years ago
c5f7563
genirq: Provide compat handling for chip->enable()
by Thomas Gleixner
· 14 years ago
0c5c155
genirq: Provide compat handling for chip->eoi()
by Thomas Gleixner
· 14 years ago
9205e31
genirq: Provide compat handling for chip->mask_ack()
by Thomas Gleixner
· 14 years ago
22a4916
genirq: Provide compat handling for chip->ack()
by Thomas Gleixner
· 14 years ago
0eda58b
genirq: Provide compat handling for chip->unmask()
by Thomas Gleixner
· 14 years ago
Next »