summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-049-2/+66
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-228-11/+38
|\
| * x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä2016-10-221-7/+9
| * sched/core, x86: Make struct thread_info arch specific againHeiko Carstens2016-10-201-0/+9
| * x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov2016-10-201-3/+0
| * x86/platform/UV: Fix support for EFI_OLD_MEMMAP after BIOS callback updatesAlex Thorlton2016-10-201-1/+9
| * x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc2016-10-193-0/+6
| * x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin2016-10-191-0/+5
* | Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-214-43/+27
|\ \
| * | powerpc: Ignore the pkey system calls for nowStephen Rothwell2016-10-191-0/+4
| * | powerpc: Fix numa topology console printAneesh Kumar K.V2016-10-191-5/+5
| * | powerpc/mm: Drop dump_numa_memory_topology()Michael Ellerman2016-10-191-36/+0
| * | powerpc/boot: Fix boot on systems with uncompressed kernel imageHeiner Kallweit2016-10-191-2/+16
| * | powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat2016-10-191-0/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-216-10/+24
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2016-10-212-5/+13
| |\ \ \
| | * | | arm/arm64: KVM: Map the BSS at HYPMarc Zyngier2016-10-211-0/+7
| | * | | arm64: KVM: Take S1 walks into account when determining S2 write faultsWill Deacon2016-10-211-5/+6
| | |/ /
| * | | Merge tag 'kvm-s390-master-4.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář2016-10-201-2/+7
| |\ \ \
| | * | | KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger2016-10-201-2/+7
| | |/ /
| * | | Merge tag 'kvm_mips_4.9_2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář2016-10-201-0/+1
| |\ \ \
| | * | | KVM: MIPS: Add missing uaccess.h includeJames Hogan2016-10-191-0/+1
| | |/ /
| * | | kvm: x86: memset whole irq_eoiJiri Slaby2016-10-201-1/+1
| * | | kvm/x86: Fix unused variable warning in kvm_timer_init()Borislav Petkov2016-10-201-2/+2
| |/ /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-10-2019-120/+183
|\ \ \
| * | | arm64: remove pr_cont abuse from mem_initMark Rutland2016-10-201-13/+13
| * | | arm64: fix show_regs fallout from KERN_CONT changesMark Rutland2016-10-201-3/+12
| * | | arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=yArd Biesheuvel2016-10-201-1/+1
| * | | arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse2016-10-203-1/+16
| * | | arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse2016-10-201-0/+9
| * | | arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-10-206-9/+21
| * | | arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara2016-10-202-12/+23
| * | | arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon2016-10-191-64/+56
| * | | arm64: swp emulation: bound LL/SC retries before reschedulingWill Deacon2016-10-191-14/+22
| * | | arm64: sysreg: Fix use of XZR in write_sysreg_sWill Deacon2016-10-171-1/+1
| * | | arm64: kaslr: keep modules close to the kernel when DYNAMIC_FTRACE=yArd Biesheuvel2016-10-171-1/+1
| * | | arm64: kernel: Init MDCR_EL2 even in the absence of a PMUMarc Zyngier2016-10-171-1/+2
| * | | arm64: kernel: numa: fix ACPI boot cpu numa node mappingLorenzo Pieralisi2016-10-171-0/+1
| * | | arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=yArd Biesheuvel2016-10-171-0/+5
| |/ /
* | | Merge tag 'sh-for-4.9' of git://git.libc.org/linux-shLinus Torvalds2016-10-193-1/+13
|\ \ \
| * | | sh: add earlycon support to j2_defconfigRich Felker2016-10-181-0/+1
| * | | sh: add Kconfig option for J-Core SoC core driversRich Felker2016-10-182-0/+11
| * | | sh: support CPU_J2 when compiler lacks -mj2Rich Felker2016-10-131-1/+1
* | | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-1920-48/+76
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-1912-36/+64
| * | | mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-193-7/+4
| * | | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-185-5/+8
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-187-3/+8
|\ \ \ \
| * | | | perf/x86/intel/uncore: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1
| * | | | perf/x86/intel/rapl: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1