aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-09-01Merge branch 'linus' into smp/hotplugGravatar Thomas Gleixner 140-674/+973
2016-08-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2016-08-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-79/+73
2016-08-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-7/+5
2016-08-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+3
2016-08-26Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+8
2016-08-26treewide: replace config_enabled() with IS_ENABLED() (2nd round)Gravatar Masahiro Yamada 3-7/+5
2016-08-25arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASEGravatar Mark Rutland 1-0/+3
2016-08-24Merge branch 'for-linus-4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2016-08-24Merge tag 'for-linus-4.8b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+2
2016-08-24xen: change the type of xen_vcpu_id to uint32_tGravatar Vitaly Kuznetsov 2-2/+2
2016-08-24x86/apic: Do not init irq remapping if ioapic is disabledGravatar Wanpeng Li 1-0/+3
2016-08-23x86/PCI: VMD: Fix infinite loop executing irq'sGravatar Keith Busch 1-2/+8
2016-08-23um: Don't discard .text.exit sectionGravatar Andrey Ryabinin 1-1/+1
2016-08-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-7/+8
2016-08-22Merge tag 'arc-4.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 9-9/+30
2016-08-20parisc: Fix order of EREFUSED define in errno.hGravatar Helge Deller 1-2/+2
2016-08-20parisc: Fix automatic selection of cr16 clocksourceGravatar Helge Deller 2-20/+0
2016-08-19ARC: export __udivdi3 for modulesGravatar Vineet Gupta 1-0/+2
2016-08-19ARC: mm: fix build breakage with STRICT_MM_TYPECHECKSGravatar Vineet Gupta 1-1/+1
2016-08-19ARC: export kmapGravatar Vineet Gupta 1-0/+1
2016-08-19ARC: Support syscall ABI v4Gravatar Vineet Gupta 3-5/+14
2016-08-19ARC: use correct offset in pt_regs for saving/restoring user mode r25Gravatar Liav Rehana 1-2/+2
2016-08-19MIPS: KVM: Check for pfn noslot caseGravatar James Hogan 1-1/+1
2016-08-18Merge tag 'devicetree-fixes-for-4.8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+6
2016-08-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-10/+24
2016-08-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-4/+14
2016-08-18Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-5/+17
2016-08-18Merge tag 'pm-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-1/+1
2016-08-18arm64: Fix shift warning in arch/arm64/mm/dump.cGravatar Catalin Marinas 1-3/+3
2016-08-18Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Paolo Bonzini 3-11/+3
2016-08-18kvm: nVMX: fix nested tsc scalingGravatar Peter Feiner 1-4/+12
2016-08-18KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeGravatar Radim Krčmář 1-0/+13
2016-08-18KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICGravatar Radim Krčmář 1-63/+44
2016-08-18x86/smp: Fix __max_logical_packages value setupGravatar Jiri Olsa 1-9/+16
2016-08-18x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yGravatar Borislav Petkov 1-1/+8
2016-08-18Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-1/+1
2016-08-17arm64: kernel: avoid literal load of virtual address with MMU offGravatar Ard Biesheuvel 1-1/+9
2016-08-17arm64: Fix NUMA build error when !CONFIG_ACPIGravatar Catalin Marinas 1-0/+2
2016-08-17arm64: KVM: report configured SRE value to 32-bit worldGravatar Vladimir Murzin 1-1/+1
2016-08-17arm64: KVM: remove misleading comment on pmu statusGravatar Vladimir Murzin 1-8/+0
2016-08-17arm64: Document workaround for Cortex-A72 erratum #853709Gravatar Marc Zyngier 1-1/+1
2016-08-17KVM: arm/arm64: Change misleading use of is_error_pfnGravatar Christoffer Dall 1-1/+1
2016-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 9-20/+27
2016-08-16crypto: sha512-mb - fix ctx pointerGravatar Xiaodong Liu 1-2/+2
2016-08-16crypto: sha256-mb - fix ctx pointer and digest copyGravatar Xiaodong Liu 2-5/+6
2016-08-16x86/power/64: Use __pa() for physical address computationGravatar Rafael J. Wysocki 1-1/+1
2016-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Gravatar Linus Torvalds 1-1/+0
2016-08-13Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-1/+3
2016-08-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 7-74/+123