summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-205-4/+20
|\
| * powerpc/kvm: Fix lockups when running KVM guests on Power8Michael Ellerman2018-04-191-2/+2
| * powerpc/eeh: Fix enabling bridge MMIO windowsMichael Neuling2018-04-191-1/+2
| * powerpc/xive: Fix trying to "push" an already active pool VPBenjamin Herrenschmidt2018-04-191-0/+4
| * powerpc/64s: Default l1d_size to 64K in RFI fallback flushMadhavan Srinivasan2018-04-171-0/+11
| * powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman2018-04-171-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-04-2026-712/+996
|\ \
| * | s390/signal: cleanup uapi struct sigactionMartin Schwidefsky2018-04-171-7/+16
| * | s390: rename default_defconfig to debug_defconfigHeiko Carstens2018-04-161-0/+0
| * | s390: remove gcov defconfigHeiko Carstens2018-04-161-661/+0
| * | s390: update defconfigMartin Schwidefsky2018-04-163-18/+46
| * | s390: add support for IBM z14 Model ZR1Heiko Carstens2018-04-163-4/+6
| * | s390/boot: remove unused COMPILE_VERSION and ccflags-yVasily Gorbik2018-04-161-6/+0
| * | s390/nospec: include cpu.hSebastian Ott2018-04-161-0/+1
| * | s390/decompressor: Ignore file vmlinux.bin.fullThomas Richter2018-04-161-0/+1
| * | s390/kexec_file: add generated files to .gitignoreHeiko Carstens2018-04-161-0/+2
| * | s390/Kconfig: Move kexec config options to "Processor type and features"Philipp Rudo2018-04-161-21/+20
| * | s390/kexec_file: Add ELF loaderPhilipp Rudo2018-04-164-0/+150
| * | s390/kexec_file: Add crash support to image loaderPhilipp Rudo2018-04-164-6/+234
| * | s390/kexec_file: Add image loaderPhilipp Rudo2018-04-164-1/+176
| * | s390/kexec_file: Add kexec_file_load system callPhilipp Rudo2018-04-166-0/+144
| * | s390/kexec_file: Add purgatoryPhilipp Rudo2018-04-167-0/+198
| * | s390/kexec_file: Prepare setup.h for kexec_file_loadPhilipp Rudo2018-04-161-13/+27
| |/
* | Merge branch 'parisc-4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-161-1/+1
|\ \
| * | parisc: Fix missing binfmt_elf32.o build errorHelge Deller2018-04-141-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-164-56/+86
|\ \ \
| * | | kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini2018-04-163-29/+6
| * | | X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed2018-04-164-22/+56
| * | | x86: Add check for APIC access address for vmentry of L2 guestsKrish Sadhukhan2018-04-121-0/+13
| * | | KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun2018-04-112-4/+3
| * | | X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not availableKarimAllah Ahmed2018-04-111-1/+2
| * | | X86/VMX: Disable VMX preemption timer if MWAIT is not interceptedKarimAllah Ahmed2018-04-101-4/+10
* | | | x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()Joerg Roedel2018-04-161-1/+1
| |_|/ |/| |
* | | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-155-10/+4
|\ \ \
| * | | kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-075-10/+4
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-1524-777/+1040
|\ \ \ \
| * \ \ \ Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-122593-417707/+16432
| |\ \ \ \
| | * | | | syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming conventionDominik Brodowski2018-04-091-9/+9
| | * | | | syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski2018-04-095-362/+405
| | * | | | syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-094-185/+185
| | * | | | syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski2018-04-092-229/+230
| | * | | | syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski2018-04-052-0/+8
| | * | | | syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski2018-04-057-57/+12
| | * | | | syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski2018-04-056-380/+509
| | * | | | syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski2018-04-057-2/+119
| | * | | | x86/syscalls: Don't pointlessly reload the system call numberLinus Torvalds2018-04-052-7/+8
| * | | | | x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-04-108-13/+16
| * | | | | x86/cpu: Prevent cpuinfo_x86::x86_phys_bits adjustment corruptionKirill A. Shutemov2018-04-101-12/+20
| * | | | | x86/olpc: Fix inconsistent MFD_CS5535 configurationArnd Bergmann2018-04-091-3/+1
| * | | | | x86/cpuid: Switch to 'static const' specifierRalf Ramsauer2018-03-081-1/+1