summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-03-23x86/efi: Free efi_pgd with free_pages()Waiman Long1-1/+1
2018-03-23Merge tag 'mips_fixes_4.16_5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-30/+27
2018-03-23KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0Sean Christopherson1-5/+5
2018-03-23Merge tag 'kvm-ppc-fixes-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-17/+18
2018-03-23powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V7-2/+50
2018-03-23powerpc/mm/radix: Move the functions that does the actual tlbie closerAneesh Kumar K.V1-32/+32
2018-03-23powerpc/mm/radix: Remove unused codeAneesh Kumar K.V2-43/+0
2018-03-23powerpc/mm: Workaround Nest MMU bug with TLB invalidationsBenjamin Herrenschmidt1-7/+43
2018-03-23powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt3-5/+17
2018-03-23KVM: PPC: Book3S HV: Fix duplication of host SLB entriesPaul Mackerras1-17/+18
2018-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-1/+58
2018-03-23Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-32/+28
2018-03-23x86/mm: implement free pmd/pte page interfacesToshi Kani1-2/+26
2018-03-23mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2-0/+34
2018-03-23h8300: remove extraneous __BIG_ENDIAN definitionArnd Bergmann1-1/+0
2018-03-23powerpc/64s: Fix lost pending interrupt due to race causing lost update to ir...Nicholas Piggin1-0/+8
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2018-03-22MIPS: ralink: Fix booting on MT7621NeilBrown1-20/+22
2018-03-22MIPS: ralink: Remove ralink_halt()NeilBrown1-7/+0
2018-03-22MIPS: lantiq: ase: Enable MFD_SYSCONMathias Kresin1-0/+2
2018-03-22MIPS: lantiq: Enable AHB Bus for USBMathias Kresin1-3/+3
2018-03-22MIPS: lantiq: Fix Danube USB clockMathias Kresin1-1/+1
2018-03-21ARM: OMAP: Fix SRAM W+X mappingTony Lindgren2-11/+36
2018-03-21kvm/x86: fix icebp instruction handlingLinus Torvalds2-1/+9
2018-03-20x86/vsyscall/64: Use proper accessor to update P4D entryBoris Ostrovsky1-1/+1
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig6-83/+0
2018-03-20perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake se...Kan Liang1-14/+17
2018-03-20perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to...Kan Liang4-13/+13
2018-03-20perf/x86/intel/uncore: Add missing filter constraint for SKX CHA eventStephane Eranian1-0/+1
2018-03-20perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter1-1/+1
2018-03-20perf/x86/intel: Disable userspace RDPMC usage for large PEBSKan Liang1-1/+2
2018-03-20x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu1-0/+4
2018-03-20x86/build/64: Force the linker to use 2MB page sizeH.J. Lu1-0/+9
2018-03-18Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-50/+78
2018-03-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2018-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+8
2018-03-17parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin1-9/+32
2018-03-16Merge tag 'microblaze-4.16-rc6' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds5-64/+8
2018-03-16x86/microcode: Fix CPU synchronization routineBorislav Petkov1-27/+41
2018-03-16x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov4-19/+28
2018-03-16KVM: x86: Fix device passthrough when SME is activeTom Lendacky1-1/+3
2018-03-16microblaze: switch to NO_BOOTMEMRob Herring2-50/+7
2018-03-16microblaze: remove unused alloc_maybe_bootmemRob Herring2-9/+0
2018-03-16microblaze: Setup dependencies for ASM optimized lib functionsMichal Simek2-5/+1
2018-03-16x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev1-2/+1
2018-03-16sparc64: Fix regression in pmdp_invalidate().David S. Miller1-6/+13
2018-03-15Merge tag 'kvm-ppc-fixes-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-5/+5
2018-03-15Merge tag 'kvm-arm-fixes-for-v4.16-2' of git://git.kernel.org/pub/scm/linux/k...Paolo Bonzini1-3/+0
2018-03-15x86, memremap: fix altmap accounting at freeDan Williams1-32/+28
2018-03-14x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani1-3/+3