| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: apic: Print out SRAT table APIC id in hex | Yinghai Lu | 2009-11-23 | 1 | -2/+2 |
* | x86: Re-get cfg_new in case reuse/move irq_desc | Yinghai Lu | 2009-11-23 | 1 | -0/+1 |
* | x86: apic: Remove not needed #ifdef | Yinghai Lu | 2009-11-23 | 1 | -6/+3 |
* | x86: io-apic: IO-APIC MMIO should not fail on resource insertion | Cyrill Gorcunov | 2009-11-16 | 2 | -6/+11 |
* | x86: Remove asm/apicnum.h | Dimitri Sivanich | 2009-11-10 | 1 | -12/+0 |
* | x86: apic: Do not use stacked physid_mask_t | Cyrill Gorcunov | 2009-11-10 | 10 | -73/+50 |
* | x86, apic: Get rid of apicid_to_cpu_present assign on 64-bit | Cyrill Gorcunov | 2009-11-08 | 1 | -0/+5 |
* | x86, ioapic: Use snrpintf while set names for IO-APIC resourses | Cyrill Gorcunov | 2009-11-08 | 1 | -1/+1 |
* | x86, apic: Use PAGE_SIZE instead of numbers | Cyrill Gorcunov | 2009-11-08 | 1 | -1/+1 |
* | x86: Remove local_irq_enable()/local_irq_disable() in fixup_irqs() | Suresh Siddha | 2009-11-02 | 1 | -4/+28 |
* | x86: Use EOI register in io-apic on intel platforms | Suresh Siddha | 2009-11-02 | 1 | -27/+54 |
* | x86: Force irq complete move during cpu offline | Suresh Siddha | 2009-11-02 | 3 | -3/+23 |
* | x86: Remove move_cleanup_count from irq_cfg | Suresh Siddha | 2009-11-02 | 2 | -9/+1 |
* | x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remapping | Suresh Siddha | 2009-11-02 | 1 | -2/+2 |
* | x86: Unify fixup_irqs() for 32-bit and 64-bit kernels | Suresh Siddha | 2009-11-02 | 3 | -103/+59 |
* | x86, apic: Clear APIC Timer Initial Count Register on shutdown | Andreas Herrmann | 2009-10-27 | 1 | -1/+1 |
* | x86: apic: Allow noop operations to be called almost at any time | Cyrill Gorcunov | 2009-10-15 | 2 | -47/+59 |
* | x86, apic: Fix prototype in hw_irq.h | Ingo Molnar | 2009-10-14 | 1 | -0/+2 |
* | x86, apic: Move SGI UV functionality out of generic IO-APIC code | Dimitri Sivanich | 2009-10-14 | 4 | -154/+145 |
* | x86: SGI UV: Fix irq affinity for hub based interrupts | Dimitri Sivanich | 2009-10-14 | 3 | -15/+177 |
* | x86, apic: Limit apic dumping, introduce new show_lapic= setup option | Cyrill Gorcunov | 2009-10-14 | 1 | -15/+32 |
* | x86, apic: Use apic noop driver | Cyrill Gorcunov | 2009-10-14 | 1 | -19/+3 |
* | x86, apic: Introduce the NOOP apic driver | Cyrill Gorcunov | 2009-10-14 | 3 | -1/+197 |
* | Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 | Linus Torvalds | 2009-10-13 | 1 | -1/+1 |
|\ |
|
| * | x86: Move pci_iommu_init to rootfs_initcall() | David Woodhouse | 2009-10-12 | 1 | -1/+1 |
* | | ARM: force dcache flush if dcache_dirty bit set | Nitin Gupta | 2009-10-12 | 1 | -6/+3 |
* | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 2009-10-12 | 354 | -5225/+2580 |
|\ \ |
|
| * | | [ARM] pxa: workaround errata #37 by not using half turbo switching | Dennis O'Brien | 2009-10-12 | 1 | -1/+1 |
| * | | [ARM] pxa/csb726: adjust duplicate structure field initialization | Julia Lawall | 2009-10-12 | 1 | -1/+1 |
| * | | pci: increase alignment to make more space for hidden code | Yinghai Lu | 2009-10-11 | 1 | -2/+2 |
| * | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-10-11 | 17 | -51/+221 |
| |\ \ |
|
| | * | | [S390] Add EX_TABLE for addressing exception in usercopy functions. | Gerald Schaefer | 2009-10-06 | 2 | -12/+14 |
| | * | | [S390] 64-bit register support for 31-bit processes | Heiko Carstens | 2009-10-06 | 6 | -4/+147 |
| | * | | [S390] hibernate: Use correct place for CPU address in lowcore | Michael Holzheu | 2009-10-06 | 1 | -3/+2 |
| | * | | [S390] pm: ignore time spend in suspended state | Martin Schwidefsky | 2009-10-06 | 1 | -4/+17 |
| | * | | [S390] perf_counter: fix vdso detection | Heiko Carstens | 2009-10-06 | 1 | -8/+8 |
| | * | | [S390] ftrace: drop nmi protection | Heiko Carstens | 2009-10-06 | 1 | -3/+0 |
| | * | | [S390] compat: fix truncate system call wrapper | Heiko Carstens | 2009-10-06 | 1 | -1/+1 |
| | * | | [S390] Provide arch specific mdelay implementation. | Heiko Carstens | 2009-10-06 | 2 | -10/+11 |
| | * | | [S390] Fix enabled udelay for short delays. | Christian Borntraeger | 2009-10-06 | 1 | -4/+9 |
| | * | | [S390] module: fix memory leak in s390 module loader | Christian Borntraeger | 2009-10-06 | 1 | -0/+3 |
| | * | | [S390] Enable kmemleak on s390. | Heiko Carstens | 2009-10-06 | 1 | -0/+1 |
| | * | | [S390] fix build breakage with CONFIG_AIO=n | Martin Schwidefsky | 2009-10-06 | 1 | -2/+8 |
| * | | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 12 | -0/+12 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-10-09 | 1 | -39/+39 |
| |\ \ \ |
|
| | * | | | Input: fix rx51 board keymap | Amit Kucheria | 2009-10-06 | 1 | -39/+39 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 2009-10-09 | 250 | -4717/+1078 |
| |\ \ \ \ |
|
| | * | | | | Blackfin: convert to GENERIC_HARDIRQS_NO__DO_IRQ | Michael Hennerich | 2009-10-08 | 1 | -0/+3 |
| | * | | | | Blackfin: drop all simple-gpio board resources | Mike Frysinger | 2009-10-08 | 17 | -255/+0 |
| | * | | | | Blackfin: fix framebuffer mmap bug for nommu | Thomas Chou | 2009-10-08 | 2 | -0/+17 |