aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerGravatar Christoph Hellwig 28-193/+128
2018-01-10mips: fix an off-by-one in dma_capableGravatar Christoph Hellwig 1-1/+1
2018-01-10arm64: don't override dma_max_pfnGravatar Christoph Hellwig 1-9/+0
2018-01-09s390: remove the unused dma_capable helperGravatar Christoph Hellwig 1-7/+0
2018-01-09riscv: remove the unused dma_capable helperGravatar Christoph Hellwig 1-8/+0
2018-01-09m32r: remove the unused dma_capable helperGravatar Christoph Hellwig 1-7/+0
2018-01-09arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAGravatar Christoph Hellwig 3-17/+7
2018-01-09powerpc: remove unused flush_write_buffers definitionGravatar Christoph Hellwig 1-3/+0
2018-01-09m32r: remove unused flush_write_buffers definitionGravatar Christoph Hellwig 1-2/+0
2018-01-09hexagon: remove unused flush_write_buffers definitionGravatar Christoph Hellwig 1-2/+0
2018-01-09alpha: mark jensen as brokenGravatar Christoph Hellwig 1-0/+1
2018-01-07Merge branch 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-10/+65
2018-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-6/+38
2018-01-06Merge tag 'powerpc-4.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+6
2018-01-06Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Radim Krčmář 2-5/+6
2018-01-06parisc: qemu idle sleep supportGravatar Helge Deller 1-0/+39
2018-01-05Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 11-58/+57
2018-01-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 9-36/+44
2018-01-05Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-4/+14
2018-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 3-3/+23
2018-01-05kvm: vmx: Scrub hardware GPRs at VM-exitGravatar Jim Mattson 2-1/+32
2018-01-05x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNGravatar Thomas Gleixner 3-5/+5
2018-01-05x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmGravatar David Woodhouse 1-2/+2
2018-01-04kernel/exit.c: export abort() to modulesGravatar Andrew Morton 3-3/+0
2018-01-05x86/tlb: Drop the _GPL from the cpu_tlbstate exportGravatar Thomas Gleixner 1-1/+1
2018-01-05x86/events/intel/ds: Use the proper cache flush method for mapping ds buffersGravatar Peter Zijlstra 1-0/+16
2018-01-05x86/kaslr: Fix the vaddr_end messGravatar Thomas Gleixner 2-24/+16
2018-01-04x86/mm: Map cpu_entry_area at the same place on 4/5 levelGravatar Thomas Gleixner 2-3/+3
2018-01-04x86/mm: Set MODULES_END to 0xffffffffff000000Gravatar Andrey Ryabinin 1-1/+1
2018-01-04Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 26-54/+53
2018-01-04arm64: dts: uniphier: fix gpio-ranges property of PXs3 SoCGravatar Masahiro Yamada 1-2/+2
2018-01-04Merge tag 'sunxi-fixes-for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/k...Gravatar Arnd Bergmann 10-20/+15
2018-01-04Merge tag 'renesas-fixes-for-v4.15' of ssh://gitolite.kernel.org/pub/scm/linu...Gravatar Arnd Bergmann 2-2/+0
2018-01-03Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-25/+47
2018-01-03x86/process: Define cpu_tss_rw in same section as declarationGravatar Nick Desaulniers 1-1/+1
2018-01-03x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Gravatar Thomas Gleixner 1-7/+6
2018-01-03x86/dumpstack: Print registers for first stack frameGravatar Josh Poimboeuf 1-1/+2
2018-01-03x86/dumpstack: Fix partial register dumpsGravatar Josh Poimboeuf 3-13/+34
2018-01-03x86/pti: Make sure the user/kernel PTEs matchGravatar Thomas Gleixner 1-1/+2
2018-01-03x86/cpu, x86/pti: Do not enable PTI on AMD processorsGravatar Tom Lendacky 1-2/+2
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingGravatar Ard Biesheuvel 1-1/+12
2018-01-03x86/efi: Fix kernel param add_efi_memmap regressionGravatar Dave Young 1-3/+2
2018-01-03ARC: handle gcc generated __builtin_trap for older compilerGravatar Vineet Gupta 1-0/+8
2018-01-02parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelGravatar Helge Deller 3-4/+20
2018-01-02parisc: Show initial kernel memory layout unhashedGravatar Helge Deller 1-5/+5
2018-01-02parisc: Show unhashed hardware inventoryGravatar Helge Deller 1-1/+1
2018-01-02powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERRGravatar John Sperbeck 1-1/+6
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 12-32/+35
2017-12-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-16/+16
2017-12-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+6