summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or INVALID.Konrad Rzeszutek Wilk2012-08-171-3/+92
| * | | | Revert "xen PVonHVM: move shared_info to MMIO before kexec"Konrad Rzeszutek Wilk2012-08-163-109/+13
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-08-2520-238/+206
|\ \ \ \ \
| * | | | | Revert "powerpc: Update g5_defconfig"Benjamin Herrenschmidt2012-08-241-30/+73
| * | | | | powerpc/perf: Use pmc_overflow() to detect rolled back eventsSukadev Bhattiprolu2012-08-241-1/+1
| * | | | | powerpc: Fix VMX in interrupt check in POWER7 copy loopsAnton Blanchard2012-08-242-4/+4
| * | | | | powerpc: POWER7 copy_to_user/copy_from_user patch applied twiceAnton Blanchard2012-08-241-31/+0
| * | | | | powerpc: Fix personality handling in ppc64_personality()Jiri Kosina2012-08-241-4/+4
| * | | | | powerpc/dma-iommu: Fix IOMMU window checkAaro Koskinen2012-08-241-5/+4
| * | | | | powerpc: Remove unnecessary ifdefsMichael Neuling2012-08-241-2/+0
| * | | | | powerpc/kgdb: Restore current_thread_info properlyTiejun Chen2012-08-241-2/+9
| * | | | | powerpc/kgdb: Bail out of KGDB when we've been triggeredTiejun Chen2012-08-241-0/+15
| * | | | | powerpc/kgdb: Do not set kgdb_single_step on ppcTiejun Chen2012-08-241-1/+0
| * | | | | powerpc/mpic_msgr: Add missing includesScott Wood2012-08-242-0/+4
| * | | | | powerpc: Fix null pointer deref in perf hardware breakpointsMichael Neuling2012-08-241-1/+1
| * | | | | powerpc: Fixup whitespace in xmonMichael Ellerman2012-08-241-20/+20
| * | | | | powerpc: Fix xmon dl command for new printk implementationMichael Ellerman2012-08-241-26/+10
| * | | | | powerpc/fsl: fix "Failed to mount /dev: No such device" errorsKim Phillips2012-08-236-0/+6
| * | | | | powerpc/fsl: update defconfigsKim Phillips2012-08-235-102/+35
| * | | | | powerpc/p4080ds: dts - add usb controller version info and port0Shengzhou Liu2012-08-101-0/+7
| * | | | | powerpc/85xx: mpc85xx_defconfig - add VIA PATA support for MPC85xxCDSZhao Chenhui2012-08-101-0/+1
| * | | | | powerpc/fsl-pci: Only scan PCI bus if configured as a hostJia Hongtao2012-08-031-5/+8
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-08-2510-23/+64
|\ \ \ \ \
| * | | | | KVM: x86 emulator: use stack size attribute to mask rsp in stack opsAvi Kivity2012-08-221-9/+21
| * | | | | KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa2012-08-221-4/+9
| * | | | | ppc: e500_tlb memset clears nothingAlan Cox2012-08-161-4/+4
| * | | | | KVM: PPC: Add cache flush on page mapAlexander Graf2012-08-166-0/+22
| * | | | | KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE codePaul Mackerras2012-08-161-5/+7
| * | | | | KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov2012-08-051-1/+1
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-08-2518-105/+145
|\ \ \ \ \ \
| * | | | | | MIPS: pci-ar724x: avoid data bus error due to a missing PCIe moduleGabor Juhos2012-08-231-0/+22
| * | | | | | MIPS: Malta: Delete duplicate PCI fixup.Ralf Baechle2012-08-171-13/+0
| * | | | | | MIPS: ath79: don't hardcode the unavailability of the DSP ASEGabor Juhos2012-08-171-1/+0
| * | | | | | MIPS: Synchronize MIPS count one CPU at a timeJayachandran C2012-08-173-21/+17
| * | | | | | MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348.Florian Fainelli2012-08-173-3/+16
| * | | | | | MIPS: Module: Deal with malformed HI16/LO16 relocation sequences.Ralf Baechle2012-08-171-7/+28
| * | | | | | MIPS: Fix race condition in module relocation code.Ralf Baechle2012-08-172-7/+7
| * | | | | | MIPS: Fix memory leak in error path of HI16/LO16 relocation handling.Ralf Baechle2012-08-171-2/+7
| * | | | | | MIPS: MTX-1: Add udelay to mtx1_pci_idselBruno Randolf2012-08-171-0/+2
| * | | | | | MIPS: ath79: select HAVE_CLKGabor Juhos2012-08-171-0/+1
| * | | | | | MIPS: ath79: Use correct IRQ number for the OHCI controller on AR7240Gabor Juhos2012-08-171-0/+2
| * | | | | | MIPS: ath79: Fix number of GPIO lines for AR724[12]Gabor Juhos2012-08-172-3/+6
| * | | | | | MIPS: Octeon: Fix broken interrupt controller code.David Daney2012-08-172-55/+44
| | |_|_|_|/ | |/| | | |
* | | | | | x86, microcode, AMD: Fix broken ucode patch size checkAndreas Herrmann2012-08-221-3/+4
* | | | | | x86/alternatives: Fix p6 nops on non-modular kernelsAvi Kivity2012-08-221-1/+1
* | | | | | x86/fixup_irq: Use cpu_online_mask instead of cpu_all_maskLiu, Chuansheng2012-08-221-1/+1
* | | | | | x86/spinlocks: Fix comment in spinlock.hRichard Weinberger2012-08-221-2/+1
* | | | | | mm: hugetlbfs: correctly populate shared pmdMichal Hocko2012-08-211-5/+16
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2012-08-212-4/+2
|\ \ \ \ \ \
| * | | | | | m68k: select CONFIG_GENERIC_ATOMIC64 for all m68k CPU typesGreg Ungerer2012-08-172-4/+1