summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-07-2225-2/+1124
|\
| * net: Fix ppc64 BPF JIT dependencies.David S. Miller2011-07-211-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-2115-64/+92
| |\
| * | net: filter: BPF 'JIT' compiler for PPC64Matt Evans2011-07-217-1/+1106
| * | net: m68k/nfeth: Remove wrong usage of dev->flagsMichał Mirosław2011-07-141-1/+0
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-1465-153/+262
| |\ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-0546-212/+344
| |\ \ \
| * | | | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-2117-0/+17
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-20222-1373/+2615
| |\ \ \ \
| * | | | | net/m68k: Include <linux/interrupt.h> where neededGeert Uytterhoeven2011-06-111-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-07-224-30/+43
|\ \ \ \ \ \
| * | | | | | lguest: Fix translation count about wikipedia's cpuid pageAdrian Knoth2011-07-221-1/+1
| * | | | | | lguest: Fix three simple typos in commentsAdrian Knoth2011-07-222-2/+2
| * | | | | | lguest: update commentsRusty Russell2011-07-223-13/+27
| * | | | | | lguest: remove remaining vmcallRusty Russell2011-07-221-6/+2
| * | | | | | lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell2011-07-223-9/+12
* | | | | | | Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-07-224-1/+87
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'stable/vga.support' into stable/driversKonrad Rzeszutek Wilk2011-06-214-1/+87
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge2011-06-064-1/+87
* | | | | | | | Merge branch 'stable/pci.cleanups.v1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-222-212/+164
|\ \ \ \ \ \ \ \
| * | | | | | | | xen/pci: Use 'acpi_gsi_to_irq' value unconditionally.Konrad Rzeszutek Wilk2011-07-111-3/+2
| * | | | | | | | xen/pci: Remove 'xen_allocate_pirq_gsi'.Konrad Rzeszutek Wilk2011-07-111-25/+12
| * | | | | | | | xen/pci: Retire unnecessary #ifdef CONFIG_ACPIKonrad Rzeszutek Wilk2011-07-111-4/+0
| * | | | | | | | xen/pci: Move the allocation of IRQs when there are no IOAPIC's to the endKonrad Rzeszutek Wilk2011-07-111-12/+9
| * | | | | | | | xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.Konrad Rzeszutek Wilk2011-07-112-13/+9
| * | | | | | | | xen/pci: Use the xen_register_pirq for HVM and initial domain usersKonrad Rzeszutek Wilk2011-07-111-52/+23
| * | | | | | | | xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall.Konrad Rzeszutek Wilk2011-07-111-16/+16
| * | | | | | | | xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing.Konrad Rzeszutek Wilk2011-07-111-3/+8
| * | | | | | | | xen/pci: Update comments and fix empty spaces.Konrad Rzeszutek Wilk2011-07-111-7/+8
| * | | | | | | | xen/pci: Shuffle code around.Konrad Rzeszutek Wilk2011-07-111-173/+173
* | | | | | | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-221-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xen:pvhvm: Modpost section mismatch fixRaghavendra D Prabhu2011-07-111-1/+1
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-07-227-162/+27
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | mmc: at91_mci: move register header from include/ to drivers/Jean-Christophe PLAGNIOL-VILLARD2011-07-211-115/+0
| * | | | | | | | | ARM: mmp2: update mmp2_defconfig to support mmcZhangfei Gao2011-07-201-1/+8
| * | | | | | | | | mmc: sdhci-pxa: move platform data to include/linux/platform_dataZhangfei Gao2011-07-202-61/+1
| * | | | | | | | | mmc: update mmp2 mmc resources in arch/armZhangfei Gao2011-07-203-10/+18
| * | | | | | | | | mmc: host: split up sdhci-pxa, create sdhci-pxav3.cZhangfei Gao2011-07-201-5/+30
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-07-211-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sparc,kgdbts: fix compile regression with kgdb test suiteJason Wessel2011-07-211-0/+1
| |/ / / / / / / / /
* | | | | | | | | | x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin2011-07-211-0/+8
* | | | | | | | | | x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman2011-07-211-0/+8
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-202-1/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | x86. reboot: Make Dell Latitude E6320 use reboot=pciMaxime Ripard2011-07-121-0/+8
| * | | | | | | | | x86: Disable AMD_NUMA for 32bit for nowTejun Heo2011-07-111-1/+1
* | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds2011-07-193-7/+24
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | davinci: DM365 EVM: fix video input mux bitsJon Povey2011-07-191-2/+2
| * | | | | | | | | ARM: davinci: Check for NULL return from irq_alloc_generic_chipTodd Poynor2011-07-191-0/+6
| * | | | | | | | | arm: davinci: Fix low level gpio irq handlers' argumentIdo Yariv2011-07-121-5/+16
| |/ / / / / / / /
* | | | | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-07-171-16/+6
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud