aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-07-06x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan3-2/+13
2018-07-06s390/appldata: reuse generic proc handler functionsVasily Gorbik1-76/+45
2018-07-06s390/cmm: split and simplify cmm pages proc handlerVasily Gorbik1-35/+32
2018-07-06s390/topology: correct topology mode proc handlerVasily Gorbik1-25/+18
2018-07-06s390/mm: correct allocate_pgste proc_handler callbackVasily Gorbik1-1/+1
2018-07-06s390/purgatory: Remove duplicate variable definitionsPhilipp Rudo4-42/+20
2018-07-06s390/purgatory: Add missing FORCE to Makefile targetsPhilipp Rudo1-3/+3
2018-07-06s390/purgatory: Fix crash with expoline enabledPhilipp Rudo1-0/+1
2018-07-05Merge tag 'omap-for-v4.18/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixesOlof Johansson4-2/+7
2018-07-05MIPS: Fix ioremap() RAM checkPaul Burton1-12/+25
2018-07-05arm64: remove no-op -p linker flagGreg Hackmann1-1/+1
2018-07-05Merge tag 'riscv-for-linus-4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds7-25/+24
2018-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-1/+3
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon2-57/+1
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon4-18/+33
2018-07-05arm64: remove unused COMPAT_PSR definitionsMark Rutland1-28/+0
2018-07-05kvm/arm: use PSR_AA32 definitionsMark Rutland6-33/+33
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland7-42/+42
2018-07-05arm64: ptrace: map SPSR_ELx<->PSR for compat tasksMark Rutland1-0/+2
2018-07-05arm64: compat: map SPSR_ELx<->PSR for signalsMark Rutland1-2/+6
2018-07-05arm64: don't zero DIT on signal returnMark Rutland1-4/+8
2018-07-05arm64: add PSR_AA32_* definitionsMark Rutland1-1/+56
2018-07-05arm64: dts: renesas: salvator-common: Prefer HSCIF1 over SCIF1Geert Uytterhoeven1-3/+3
2018-07-05ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2Marcus Cooper1-0/+7
2018-07-05arm64: Handle mismatched cache typeSuzuki K Poulose2-4/+16
2018-07-05arm64: Fix mismatched cache line size detectionSuzuki K Poulose3-3/+9
2018-07-05arm64: kconfig: Ensure spinlock fastpaths are inlined if !PREEMPTWill Deacon1-0/+10
2018-07-05arm64: locking: Replace ticket lock implementation with qspinlockWill Deacon4-132/+4
2018-07-05arm64: barrier: Implement smp_cond_load_relaxedWill Deacon1-0/+13
2018-07-05nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" whenGreentime Hu1-1/+1
2018-07-04arm64: add endianness option to LDFLAGS instead of LDMasahiro Yamada1-4/+2
2018-07-04RISC-V: Fix the rv32i kernel buildPalmer Dabbelt4-13/+21
2018-07-04RISC-V: Fix PTRACE_SETREGSET bug.Jim Wilson1-1/+1
2018-07-04RISC-V: Don't include irq-riscv-intc.hPalmer Dabbelt1-4/+0
2018-07-04riscv: remove unnecessary of_platform_populate callRob Herring1-5/+0
2018-07-04RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocationsAndreas Schwab1-2/+2
2018-07-04RISC-V: Change variable type for 32-bit compatibleZong Li1-11/+11
2018-07-04RISC-V: Add definiion of extract symbol's index and type for 32-bitZong Li1-2/+7
2018-07-04RISC-V: Select GENERIC_UCMPDI2 on RV32IZong Li1-0/+1
2018-07-04RISC-V: Add conditional macro for zone of DMA32Zong Li1-0/+2
2018-07-04x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani1-6/+30
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya2-7/+9
2018-07-04x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani1-0/+19
2018-07-04x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if requiredKonrad Rzeszutek Wilk1-5/+37
2018-07-04x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRsKonrad Rzeszutek Wilk1-8/+14
2018-07-04x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accountingKonrad Rzeszutek Wilk1-10/+19
2018-07-04x86/KVM/VMX: Add find_msr() helper functionKonrad Rzeszutek Wilk1-13/+18
2018-07-04x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbersKonrad Rzeszutek Wilk1-30/+35
2018-07-04x86/KVM/VMX: Add L1D flush logicPaolo Bonzini4-1/+34
2018-07-04x86/KVM/VMX: Add L1D MSR based flushPaolo Bonzini2-4/+17