aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-10-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-11/+38
2016-10-22x86/boot/smp: Don't try to poke disabled/non-existent APICGravatar Ville Syrjälä 1-7/+9
2016-10-21Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-43/+27
2016-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-10/+24
2016-10-21Merge tag 'kvm-arm-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Radim Krčmář 2-5/+13
2016-10-21arm/arm64: KVM: Map the BSS at HYPGravatar Marc Zyngier 1-0/+7
2016-10-21arm64: KVM: Take S1 walks into account when determining S2 write faultsGravatar Will Deacon 1-5/+6
2016-10-20Merge tag 'kvm-s390-master-4.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Radim Krčmář 1-2/+7
2016-10-20KVM: s390: reject invalid modes for runtime instrumentationGravatar Christian Borntraeger 1-2/+7
2016-10-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 19-120/+183
2016-10-20Merge tag 'kvm_mips_4.9_2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Radim Krčmář 1-0/+1
2016-10-20arm64: remove pr_cont abuse from mem_initGravatar Mark Rutland 1-13/+13
2016-10-20arm64: fix show_regs fallout from KERN_CONT changesGravatar Mark Rutland 1-3/+12
2016-10-20kvm: x86: memset whole irq_eoiGravatar Jiri Slaby 1-1/+1
2016-10-20kvm/x86: Fix unused variable warning in kvm_timer_init()Gravatar Borislav Petkov 1-2/+2
2016-10-20sched/core, x86: Make struct thread_info arch specific againGravatar Heiko Carstens 1-0/+9
2016-10-20x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Gravatar Dmitry Safonov 1-3/+0
2016-10-20arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=yGravatar Ard Biesheuvel 1-1/+1
2016-10-20arm64: suspend: Reconfigure PSTATE after resume from idleGravatar James Morse 3-1/+16
2016-10-20arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callGravatar James Morse 1-0/+9
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIGravatar James Morse 6-9/+21
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesGravatar Andre Przywara 2-12/+23
2016-10-20x86/platform/UV: Fix support for EFI_OLD_MEMMAP after BIOS callback updatesGravatar Alex Thorlton 1-1/+9
2016-10-19Merge tag 'sh-for-4.9' of git://git.libc.org/linux-shGravatar Linus Torvalds 3-1/+13
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 20-48/+76
2016-10-19x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresGravatar Piotr Luc 3-0/+6
2016-10-19x86/vmware: Skip timer_irq_works() check on VMwareGravatar Renat Valiullin 1-0/+5
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 12-36/+64
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 3-7/+4
2016-10-19arm64: percpu: rewrite ll/sc loops in assemblyGravatar Will Deacon 1-64/+56
2016-10-19arm64: swp emulation: bound LL/SC retries before reschedulingGravatar Will Deacon 1-14/+22
2016-10-19powerpc: Ignore the pkey system calls for nowGravatar Stephen Rothwell 1-0/+4
2016-10-19powerpc: Fix numa topology console printGravatar Aneesh Kumar K.V 1-5/+5
2016-10-19powerpc/mm: Drop dump_numa_memory_topology()Gravatar Michael Ellerman 1-36/+0
2016-10-19powerpc/boot: Fix boot on systems with uncompressed kernel imageGravatar Heiner Kallweit 1-2/+16
2016-10-19powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Gravatar Frederic Barrat 1-0/+2
2016-10-19KVM: MIPS: Add missing uaccess.h includeGravatar James Hogan 1-0/+1
2016-10-18sh: add earlycon support to j2_defconfigGravatar Rich Felker 1-0/+1
2016-10-18sh: add Kconfig option for J-Core SoC core driversGravatar Rich Felker 2-0/+11
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 5-5/+8
2016-10-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-3/+8
2016-10-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-6/+11
2016-10-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+4
2016-10-18locking/rwsem/x86: Add stack frame dependency for ____down_write()Gravatar Josh Poimboeuf 1-2/+4
2016-10-17x86, pkeys: remove cruft from never-merged syscallsGravatar Dave Hansen 2-4/+0
2016-10-17arm64: sysreg: Fix use of XZR in write_sysreg_sGravatar Will Deacon 1-1/+1
2016-10-17arm64: kaslr: keep modules close to the kernel when DYNAMIC_FTRACE=yGravatar Ard Biesheuvel 1-1/+1
2016-10-17arm64: kernel: Init MDCR_EL2 even in the absence of a PMUGravatar Marc Zyngier 1-1/+2
2016-10-17arm64: kernel: numa: fix ACPI boot cpu numa node mappingGravatar Lorenzo Pieralisi 1-0/+1
2016-10-17arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=yGravatar Ard Biesheuvel 1-0/+5