summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* xen: events: refactor GSI pirq bindings functionsIan Campbell2011-03-101-12/+29
* xen: events: remove dom0 specific xen_create_msi_irqIan Campbell2011-03-101-5/+40
* xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell2011-03-101-2/+2
* xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell2011-03-101-9/+1
* xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell2011-03-101-42/+26
* xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirqIan Campbell2011-03-101-8/+3
* xen: events: return irq from xen_allocate_pirq_msiIan Campbell2011-03-101-6/+6
* xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell2011-03-101-3/+3
* xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0Ian Campbell2011-03-101-0/+2
* Merge branch 'stable/pcifront-fixes' into stable/irq.cleanupKonrad Rzeszutek Wilk2011-03-102-9/+12
|\
| * pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code.Konrad Rzeszutek Wilk2011-02-181-0/+3
| * pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk2011-02-182-6/+6
| * pci/xen: Use xen_allocate_pirq_msi instead of xen_allocate_pirqKonrad Rzeszutek Wilk2011-02-181-3/+3
* | Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk2011-03-102-9/+17
|\ \
| * | xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.Ian Campbell2011-03-031-1/+3
| * | xen: handled remapped IRQs when enabling a pcifront PCI device.Ian Campbell2011-03-031-8/+14
* | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-219-363/+342
|\ \ \
| * | | ARM: S5PV210: Fix regulator namesMarek Szyprowski2011-02-182-6/+6
| * | | ARM: S5PV210: Update max8998_platform_dataMarek Szyprowski2011-02-182-6/+12
| * | | ARM: SAMSUNG: Drop exporting s3c24xx_ts_set_platdataAxel Lin2011-02-181-1/+0
| * | | ARM: S5P: Fix end address in memory resource information for UART devicesThomas Abraham2011-02-171-6/+6
| * | | ARM: S5P64X0: Cleanup map.h fileKukjin Kim2011-02-171-41/+42
| * | | ARM: S5P6442: Cleanup map.h fileKukjin Kim2011-02-171-32/+37
| * | | ARM: S5PC100: Clenaup map.h fileKukjin Kim2011-02-171-110/+83
| * | | ARM: S5PV210: Cleanup map.h fileKukjin Kim2011-02-171-85/+83
| * | | ARM: S5PV310: Cleanup map.h fileKukjin Kim2011-02-171-76/+73
| | |/ | |/|
* | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-02-2117-37/+175
|\ \ \
| * | | ARM: 6745/1: kprobes insn decoding fixNicolas Pitre2011-02-211-1/+1
| * | | ARM: tlb: move noMMU tlb_flush() to asm/tlb.hRussell King2011-02-212-6/+4
| * | | ARM: tlb: delay page freeing for SMP and ARMv7 CPUsRussell King2011-02-211-13/+89
| * | | ARM: Keep exit text/data around for SMP_ON_UPRussell King2011-02-211-0/+9
| * | | ARM: Ensure predictable endian state on signal handler entryRussell King2011-02-211-1/+3
| * | | ARM: 6740/1: Place correctly notes section in the linker scriptPawel Moll2011-02-212-1/+3
| * | | ARM: 6700/1: SPEAr: Correct SOC config base address for spear320viresh kumar2011-02-211-1/+1
| * | | ARM: 6722/1: SPEAr: sp810: switch to slow mode before resetShiraz Hashim2011-02-211-0/+3
| * | | ARM: 6712/1: SPEAr: replace readl(), writel() with relaxed versions in uncomp...viresh kumar2011-02-211-2/+2
| * | | ARM: 6720/1: SPEAr: Append UL to VMALLOC_ENDviresh kumar2011-02-211-1/+1
| * | | ARM: 6676/1: Correct the cpu_architecture() function for ARMv7Catalin Marinas2011-02-191-2/+2
| * | | ARM: 6739/1: update .gitignore for boot/compressedNicolas Pitre2011-02-191-1/+5
| * | | ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcast...Will Deacon2011-02-192-0/+16
| * | | ARM: 6742/1: pmu: avoid setting IRQ affinity on UP systemsWill Deacon2011-02-191-8/+14
| * | | ARM: 6741/1: errata: pl310 cache sync operation may be faultySrinidhi Kasagar2011-02-193-0/+22
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-02-213-10/+22
|\ \ \ \ | |/ / / |/| | |
| * | | [S390] net: provide architecture specific NET_SKB_PADHorst Hartmann2011-02-171-0/+1
| * | | [S390] atomic: use inline asmHeiko Carstens2011-02-171-4/+18
| * | | [S390] correct ipl parameter block safe guardMartin Schwidefsky2011-02-171-2/+3
| * | | [S390] atomic: use ACCESS_ONCE() for atomic_read()Heiko Carstens2011-02-171-6/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2011-02-176-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | sparc64: Fix NMI startup bug which also breaks perf.David S. Miller2011-02-153-2/+4
| * | | sparc: fix size argument to find_next_zero_bit()Akinobu Mita2011-02-081-3/+2