aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Merge tag 'stable/for-linus-4.0-rc6-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+9
2015-04-01powerpc: fix memory corruption by pnv_alloc_idle_core_statesGravatar Jan Stancek 1-1/+1
2015-03-29Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 17-85/+127
2015-03-29Merge tag 'sunxi-fixes-for-4.0' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 5-12/+21
2015-03-29Merge tag 'fixes-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Olof Johansson 6-7/+53
2015-03-29Merge tag 'socfpga_fix_for_v4.0_2' of git://git.rocketboards.org/linux-socfpg...Gravatar Olof Johansson 1-1/+1
2015-03-29arm64: juno: Fix misleading name of UART reference clockGravatar Dave Martin 1-1/+1
2015-03-29Merge tag 'fixes-for-v4.0-rc5' of https://github.com/rjarzmik/linux into fixesGravatar Olof Johansson 3-64/+50
2015-03-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+14
2015-03-28Merge branch 'parisc-4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-10/+16
2015-03-28Merge git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-4/+5
2015-03-28Merge tag 'arc-4.0-fixes-part-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+18
2015-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 4-19/+62
2015-03-26ARC: signal handling robustifyGravatar Vineet Gupta 1-4/+16
2015-03-26ARC: SA_SIGINFO ucontext regs off-by-oneGravatar Vineet Gupta 1-2/+2
2015-03-25Merge tag 'metag-fixes-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-94/+106
2015-03-25Merge tag 'signed-for-4.0' of git://github.com/agraf/linux-2.6Gravatar Marcelo Tosatti 2-4/+5
2015-03-25s390/smp: reenable smt after resumeGravatar Heiko Carstens 1-0/+11
2015-03-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-19/+66
2015-03-24Merge tag 'powerpc-4.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Gravatar Linus Torvalds 7-24/+64
2015-03-24Merge git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-5/+9
2015-03-24ARM: dts: sunxi: Remove overclocked/overvoltaged OPPGravatar Chen-Yu Tsai 3-6/+3
2015-03-24ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP settingGravatar Chen-Yu Tsai 1-0/+16
2015-03-24x86/asm/entry: Check for syscall exit work with IRQs disabledGravatar Andy Lutomirski 1-4/+14
2015-03-24arm64: percpu: Make this_cpu accessors pre-empt safeGravatar Steve Capper 2-19/+57
2015-03-23KVM: x86: call irq notifiers with directed EOIGravatar Radim Krčmář 2-3/+4
2015-03-23arm64: Use the reserved TTBR0 if context switching to the init_mmGravatar Catalin Marinas 1-0/+9
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 7-15/+141
2015-03-23sparc64: Fix several bugs in memmove().Gravatar David S. Miller 1-3/+32
2015-03-23x86/xen: prepare p2m list for memory hotplugGravatar Juergen Gross 1-1/+9
2015-03-23metag: Fix ioremap_wc/ioremap_cached build errorsGravatar James Hogan 3-94/+106
2015-03-23parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BITGravatar Helge Deller 1-5/+3
2015-03-23parisc: mm: don't count preallocated pmdsGravatar Mikulas Patocka 1-2/+7
2015-03-23parisc: Add compile-time check when adding new syscallsGravatar Helge Deller 1-3/+6
2015-03-23powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLERGravatar Mahesh Salgaonkar 1-1/+1
2015-03-21Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-31/+24
2015-03-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-5/+19
2015-03-21Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 5-23/+23
2015-03-20arm64: Honor __GFP_ZERO in dma allocationsGravatar Suzuki K. Poulose 1-3/+9
2015-03-20arm64: efi: don't restore TTBR0 if active_mm points at init_mmGravatar Will Deacon 2-2/+10
2015-03-20Revert "x86/PCI: Refine the way to release PCI IRQ resources"Gravatar Rafael J. Wysocki 4-31/+24
2015-03-20KVM: PPC: Book3S HV: Fix instruction emulationGravatar Paul Mackerras 1-0/+1
2015-03-20KVM: PPC: Book3S HV: Endian fix for accessing VPA yield countGravatar Paul Mackerras 1-1/+1
2015-03-20KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr()Gravatar Paul Mackerras 1-3/+3
2015-03-20powerpc/pseries: Little endian fixes for post mobility device tree updateGravatar Tyrel Datwyler 1-21/+23
2015-03-20powerpc: Add PVR for POWER8NVL processorGravatar Benjamin Herrenschmidt 1-0/+20
2015-03-20powerpc/powernv: Fixes for hypervisor doorbell handlingGravatar Paul Mackerras 4-2/+20
2015-03-19sparc: Touch NMI watchdog when walking cpus and calling printkGravatar David Ahern 1-0/+4
2015-03-19sparc: perf: Add support M7 processorGravatar David Ahern 5-0/+102
2015-03-19sparc: perf: Make counting mode actually workGravatar David Ahern 1-8/+3