index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-10-04
genirq: Provide advanced irq chip functions
Thomas Gleixner
1
-16
/
+50
2010-10-04
genirq: Convert core code to irq_data
Thomas Gleixner
11
-110
/
+111
2010-10-04
genirq: Create irq_data
Thomas Gleixner
2
-47
/
+82
2010-10-04
x86: Use genirq Kconfig
Thomas Gleixner
1
-31
/
+5
2010-10-04
genirq: Provide Kconfig
Thomas Gleixner
2
-0
/
+56
2010-10-04
isdn: Free irq_data namespace
Thomas Gleixner
1
-3
/
+3
2010-10-04
mfd: Rename struct irq_data to struct sih_irq_data
Thomas Gleixner
1
-1
/
+1
2010-09-23
genirq: Cleanup irq_chip->typename leftovers
Thomas Gleixner
15
-32
/
+24
2010-09-23
x86, cleanups: Use clear_page/copy_page rather than memset/memcpy
Jan Beulich
4
-7
/
+6
2010-09-21
MAINTAINERS: Add IRQ subsystem
Thomas Gleixner
1
-0
/
+6
2010-09-21
Linux 2.6.36-rc5
v2.6.36-rc5
Linus Torvalds
1
-1
/
+1
2010-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
3
-22
/
+10
2010-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
6
-32
/
+66
2010-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2
-15
/
+11
2010-09-21
Staging: vt6655: fix buffer overflow
Dan Carpenter
1
-3
/
+8
2010-09-21
Revert: "Staging: batman-adv: Adding netfilter-bridge hooks"
Sven Eckelmann
2
-19
/
+2
[next]