index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
genirq: Remove irq_reserve_irq[s]
Thomas Gleixner
2014-05-16
2
-32
/
+0
*
genirq: Replace reserve_irqs in core code
Thomas Gleixner
2014-05-16
3
-3
/
+15
*
s390: Avoid call to irq_reserve_irqs()
Thomas Gleixner
2014-05-16
1
-1
/
+5
*
s390: Remove pointless arch_show_interrupts()
Thomas Gleixner
2014-05-16
1
-5
/
+0
*
s390: pci: Check return value of alloc_irq_desc() proper
Thomas Gleixner
2014-05-16
1
-3
/
+3
*
sh: intc: Remove pointless irq_reserve_irqs() invocation
Thomas Gleixner
2014-05-16
1
-6
/
+0
*
x86, irq: Remove pointless irq_reserve_irqs() call
Thomas Gleixner
2014-05-16
1
-3
/
+0
*
genirq: Make create/destroy_irq() ia64 private
Thomas Gleixner
2014-05-16
2
-4
/
+3
*
tile: Use SPARSE_IRQ
Thomas Gleixner
2014-05-16
3
-54
/
+9
*
tile: pci: Use irq_alloc/free_hwirq()
Thomas Gleixner
2014-05-16
1
-9
/
+8
*
tile: hvc: Use irq_alloc/free_hwirq
Thomas Gleixner
2014-05-16
1
-4
/
+4
*
tile: serial: Use irq_alloc/free_hwirq
Thomas Gleixner
2014-05-16
1
-4
/
+4
*
tile: net: Use irq_alloc/free_hwirq
Thomas Gleixner
2014-05-16
1
-3
/
+3
*
tile: usb: Use irq_alloc/free_hwirq
Thomas Gleixner
2014-05-16
2
-8
/
+8
*
tile: Implement irq_alloc/free_hwirq() for migration
Thomas Gleixner
2014-05-16
2
-0
/
+15
*
x86: Remove create/destroy_irq()
Thomas Gleixner
2014-05-16
2
-109
/
+1
*
ia64: Remove unused check_irq_used()
Thomas Gleixner
2014-05-16
2
-9
/
+0
*
iommu: dmar: Provide arch specific irq allocation
Thomas Gleixner
2014-05-16
3
-3
/
+8
*
iommu: smar: Fix return value check of create_irq()
Thomas Gleixner
2014-05-16
1
-1
/
+1
*
x86: Get rid of get_nr_irqs_gsi()
Thomas Gleixner
2014-05-16
3
-23
/
+1
*
x86: ioapic: Use irq_alloc/free_hwirq()
Thomas Gleixner
2014-05-16
1
-13
/
+10
*
x86: htirq: Use irq_alloc/free_irq()
Thomas Gleixner
2014-05-16
1
-9
/
+4
*
x86: uv: Use irq_alloc/free_hwirq()
Thomas Gleixner
2014-05-16
1
-6
/
+4
*
x86: hpet: Use irq_alloc/free_hwirq()
Thomas Gleixner
2014-05-16
1
-3
/
+2
*
x86: irq_remapping: Use irq_alloc/free_hwirq()
Thomas Gleixner
2014-05-16
1
-7
/
+5
*
x86: Implement arch_setup/teardown_hwirq()
Thomas Gleixner
2014-05-16
2
-0
/
+34
*
genirq: Provide generic hwirq allocation facility
Thomas Gleixner
2014-05-16
3
-0
/
+71
*
mips: Kill pointless destroy_irq()
Thomas Gleixner
2014-05-16
2
-18
/
+2
*
arm: iop13xx: Use sparse irqs for MSI
Thomas Gleixner
2014-05-16
8
-42
/
+19
*
-
.
Merge branches 'linus' and 'irq/urgent' into irq/core
Thomas Gleixner
2014-05-16
349
-2580
/
+3994
|
\
\
|
|
*
MAINTAINERS: Add co-maintainer for drivers/irqchip
Jason Cooper
2014-05-13
1
-0
/
+8
|
|
*
genirq: Provide irq_force_affinity fallback for non-SMP
Arnd Bergmann
2014-05-07
1
-0
/
+5
|
*
|
Linux 3.15-rc5
v3.15-rc5
Linus Torvalds
2014-05-09
1
-1
/
+1
|
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-05-09
38
-77
/
+150
|
|
\
\
|
|
*
|
x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()
Boris Ostrovsky
2014-05-09
1
-1
/
+1
|
|
*
|
x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro
Andres Freund
2014-05-09
1
-1
/
+1
|
|
*
|
x86: Fix typo preventing msr_set/clear_bit from having an effect
Andres Freund
2014-05-09
1
-1
/
+1
|
|
*
|
x86/intel: Add quirk to disable HPET for the Baytrail platform
Feng Tang
2014-05-08
1
-0
/
+16
|
|
*
|
x86/hpet: Make boot_hpet_disable extern
Feng Tang
2014-05-08
2
-1
/
+2
|
|
*
|
x86-64, build: Fix stack protector Makefile breakage with 32-bit userland
George Spelvin
2014-05-07
1
-0
/
+1
|
|
*
|
x86/reboot: Add reboot quirk for Certec BPC600
Christian Gmeiner
2014-05-07
1
-0
/
+10
|
|
*
|
asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*
Andi Kleen
2014-05-05
9
-16
/
+16
|
|
*
|
asmlinkage, x86: Add explicit __visible to arch/x86/*
Andi Kleen
2014-05-05
18
-34
/
+34
|
|
*
|
asmlinkage: Revert "lto: Make asmlinkage __visible"
Andi Kleen
2014-05-05
1
-2
/
+2
|
|
*
|
x86, build: Don't get confused by local symbols
H. Peter Anvin
2014-05-05
1
-2
/
+2
|
|
*
|
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...
Ingo Molnar
2014-05-04
1
-19
/
+64
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
x86/efi: earlyprintk=efi,keep fix
Dave Young
2014-05-03
1
-19
/
+64
|
*
|
|
Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2014-05-08
9
-50
/
+77
|
|
\
\
\
|
|
*
|
|
xfs: remote attribute overwrite causes transaction overrun
Dave Chinner
2014-05-06
5
-14
/
+42
|
|
*
|
|
xfs: initialize default acls for ->tmpfile()
Brian Foster
2014-05-06
1
-26
/
+29
[next]