index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-12
ht: Convert to new irq_chip functions
Thomas Gleixner
3
-18
/
+13
2010-10-12
dmar: Convert to new irq chip functions
Thomas Gleixner
4
-10
/
+11
2010-10-12
x86: ioapic/hpet: Convert to new chip functions
Thomas Gleixner
3
-30
/
+26
2010-10-12
x86: ioapic: Convert mask to new irq_chip function
Thomas Gleixner
1
-52
/
+43
2010-10-12
x86: io_apic: Convert startup to new irq_chip function
Thomas Gleixner
1
-7
/
+5
2010-10-12
x86: Cleanup io_apic
Thomas Gleixner
1
-67
/
+42
2010-10-12
x86: Cleanup access to irq_data
Thomas Gleixner
2
-32
/
+33
2010-10-12
x86: i8259: Convert to new irq_chip functions
Thomas Gleixner
5
-44
/
+47
2010-10-12
x86: Cleanup visws interrupt handling
Thomas Gleixner
1
-96
/
+44
2010-10-12
x86: lguest: Convert to new irq chip functions
Thomas Gleixner
1
-7
/
+7
2010-10-12
x86: Sanitize apb timer interrupt handling
Thomas Gleixner
1
-30
/
+24
2010-10-12
x86: Convert irq_chip access to new functions
Thomas Gleixner
1
-11
/
+13
2010-10-12
x86: Remove useless reinitialization of irq descriptors
Thomas Gleixner
1
-13
/
+4
2010-10-12
pci: Cleanup the irq_desc mess in msi
Thomas Gleixner
3
-21
/
+15
2010-10-12
pci: Convert msi to new irq_chip functions
Thomas Gleixner
12
-51
/
+52
2010-10-12
Merge branch 'x86/urgent' of into irq/sparseirq
Thomas Gleixner
249
-1095
/
+2048
2010-10-12
Merge branch 'x86/cleanups' into irq/sparseirq
Thomas Gleixner
16
-27
/
+21
2010-10-12
Merge branch 'x86/x2apic' into irq/sparseirq
Thomas Gleixner
5
-28
/
+34
2010-10-12
genirq: Query arch for number of early descriptors
Thomas Gleixner
6
-12
/
+16
2010-10-12
genirq: Use sane sparse allocator
Thomas Gleixner
1
-109
/
+20
2010-10-12
genirq-update-kerneldoc.patch
Thomas Gleixner
1
-32
/
+52
2010-10-12
genirq: Implement irq reservation
Thomas Gleixner
2
-0
/
+27
2010-10-12
genirq: Implement sane enumeration
Thomas Gleixner
2
-0
/
+16
2010-10-12
genirq: Prepare proc for real sparse irq support
Thomas Gleixner
3
-0
/
+22
2010-10-12
genirq: Implement a sane sparse_irq allocator
Thomas Gleixner
2
-8
/
+246
2010-10-12
genirq: Provide default irq init flags
Thomas Gleixner
3
-4
/
+10
2010-10-12
genirq: Remove export of kstat_irqs_cpu
Thomas Gleixner
1
-1
/
+0
2010-10-12
isdn: hisax: Replace the bogus access to irq stats
Thomas Gleixner
2
-4
/
+15
2010-10-12
genirq: Remove early_init_irq_lock_class()
Thomas Gleixner
3
-19
/
+1
2010-10-12
genirq: Distangle kernel/irq/handle.c
Thomas Gleixner
4
-332
/
+340
2010-10-12
genirq: Sanitize irq_data accessors
Thomas Gleixner
2
-4
/
+66
2010-10-12
genirq: Provide status modifier
Thomas Gleixner
2
-21
/
+32
2010-10-12
genirq: Remove unsused inline
Thomas Gleixner
1
-7
/
+1
2010-10-12
genirq: Distangle irq.h
Thomas Gleixner
3
-279
/
+284
2010-10-08
mfd: twl4030: Fix dummy irq chip usage
Thomas Gleixner
1
-1
/
+1
2010-10-04
genirq: Provide config option to disable deprecated code
Thomas Gleixner
6
-6
/
+39
2010-10-04
genirq: Provide compat handling for chip->retrigger()
Thomas Gleixner
2
-2
/
+9
2010-10-04
genirq: Provide compat handling for chip->set_wake()
Thomas Gleixner
2
-2
/
+9
2010-10-04
genirq: Provide compat handling for chip->set_type()
Thomas Gleixner
3
-7
/
+15
2010-10-04
genirq: Provide compat handling for chip->set_affinity()
Thomas Gleixner
4
-8
/
+19
2010-10-04
genirq: Provide compat handling for chip->startup()
Thomas Gleixner
4
-16
/
+16
2010-10-04
genirq: Provide compat handling for chip->disable()/shutdown()
Thomas Gleixner
5
-22
/
+35
2010-10-04
genirq: Provide compat handling for chip->enable()
Thomas Gleixner
3
-8
/
+21
2010-10-04
genirq: Provide compat handling for chip->eoi()
Thomas Gleixner
1
-3
/
+10
2010-10-04
genirq: Provide compat handling for chip->mask_ack()
Thomas Gleixner
1
-6
/
+13
2010-10-04
genirq: Provide compat handling for chip->ack()
Thomas Gleixner
2
-18
/
+12
2010-10-04
genirq: Provide compat handling for chip->unmask()
Thomas Gleixner
4
-9
/
+16
2010-10-04
genirq: Provide compat handling for chip->mask()
Thomas Gleixner
3
-9
/
+16
2010-10-04
genirq: Provide compat handling for bus_lock/bus_sync_unlock
Thomas Gleixner
3
-19
/
+35
2010-10-04
genirq: Add new functions to dummy chips
Thomas Gleixner
2
-17
/
+44
[next]