aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-04-15Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-168/+114
2016-04-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-3/+51
2016-04-14Revert "x86: remove the kernel code/data/bss resources from /proc/iomem"Gravatar Linus Torvalds 1-0/+37
2016-04-14parisc: Fix ftrace function tracerGravatar Helge Deller 8-168/+114
2016-04-13Merge tag 'sh-fixes-4.6-rc1' of git://git.libc.org/linux-shGravatar Linus Torvalds 4-10/+3
2016-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Gravatar Linus Torvalds 1-7/+1
2016-04-13Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 17-52/+80
2016-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-25/+64
2016-04-13x86/mce: Avoid using object after free in genpoolGravatar Tony Luck 1-2/+2
2016-04-12Merge tag 'mvebu-fixes-4.6-1' of git://git.infradead.org/linux-mvebu into fixesGravatar Olof Johansson 1-1/+1
2016-04-12ARM: sa1100: remove references to the defunct handhelds.orgGravatar Linus Walleij 1-8/+2
2016-04-12Merge tag 'pxa-fixes-v4.6' of https://github.com/rjarzmik/linux into fixesGravatar Olof Johansson 1-0/+1
2016-04-12Merge tag 'omap-for-v4.6/fixes-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 9-9/+21
2016-04-12ARM: uniphier: drop weird sizeof()Gravatar Masahiro Yamada 1-1/+1
2016-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 15-85/+77
2016-04-11Merge tag 'arc-4.6-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-9/+21
2016-04-11m68k/gpio: remove arch specific sysfs bus deviceGravatar Greg Ungerer 1-7/+1
2016-04-10Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 5-7/+13
2016-04-10KVM: x86: mask CPUID(0xD,0x1).EAX against host valueGravatar Paolo Bonzini 1-0/+1
2016-04-10kvm: x86: do not leak guest xcr0 into host interrupt handlersGravatar David Matlack 1-6/+4
2016-04-10KVM: MMU: fix permission_fault()Gravatar Xiao Guangrong 2-6/+5
2016-04-09Merge branch 'parisc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-11/+29
2016-04-09Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+8
2016-04-08Merge tag 'meson8-dt-fix' of https://github.com/carlocaione/linux-meson into ...Gravatar Kevin Hilman 2-27/+42
2016-04-08parisc: Update comment regarding relative extable supportGravatar Helge Deller 1-6/+4
2016-04-08parisc: Unbreak handling exceptions from kernel modulesGravatar Helge Deller 4-0/+9
2016-04-08parisc: Fix kernel crash with reversed copy_from_user()Gravatar Helge Deller 1-0/+3
2016-04-08parisc: Avoid function pointers for kernel exception routinesGravatar Helge Deller 1-5/+5
2016-04-08parisc: Handle R_PARISC_PCREL32 relocations in kernel modulesGravatar Helge Deller 1-0/+8
2016-04-08Merge branches 'pm-core', 'powercap' and 'pm-tools'Gravatar Rafael J. Wysocki 1-0/+8
2016-04-08Merge tag 'kvm-arm-for-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Radim Krčmář 5-13/+54
2016-04-07ARM: 8550/1: protect idiv patching against undefined gcc behaviorGravatar Nicolas Pitre 1-0/+2
2016-04-07ARM: wire up preadv2 and pwritev2 syscallsGravatar Russell King 3-2/+6
2016-04-07tools/power turbostat: print IRTL MSRsGravatar Len Brown 1-0/+8
2016-04-07m68k/defconfig: Update defconfigs for v4.6-rc2Gravatar Geert Uytterhoeven 12-84/+72
2016-04-07m68k: Wire up preadv2 and pwritev2Gravatar Geert Uytterhoeven 3-1/+5
2016-04-07ARC: [plat-axs103] Enable loop block devicesGravatar Alexey Brodkin 2-0/+2
2016-04-07Revert "ARC: [plat-axs10x] add Ethernet PHY description in .dts"Gravatar Vineet Gupta 1-8/+0
2016-04-07arc: Add our own implementation of fb_pgprotect()Gravatar Alexey Brodkin 1-0/+19
2016-04-07ARC: Don't source drivers/pci/pcie/Kconfig ourselvesGravatar Andreas Ziegler 1-1/+0
2016-04-06x86: remove the kernel code/data/bss resources from /proc/iomemGravatar Linus Torvalds 1-37/+0
2016-04-06arm64: KVM: unregister notifiers in hyp mode teardown pathGravatar Sudeep Holla 1-3/+10
2016-04-06arm64: KVM: Warn when PARange is less than 40 bitsGravatar Marc Zyngier 4-10/+44
2016-04-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 10-41/+75
2016-04-05kvm: x86: make lapic hrtimer pinnedGravatar Luiz Capitulino 1-4/+4
2016-04-05s390/mm/kvm: fix mis-merge in gmap handlingGravatar Christian Borntraeger 1-2/+2
2016-04-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 54-176/+217
2016-04-04Merge tag 'for-linus-4.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+12
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Gravatar Linus Torvalds 6-9/+9
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1