summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-1028-193/+128
* mips: fix an off-by-one in dma_capableChristoph Hellwig2018-01-101-1/+1
* arm64: don't override dma_max_pfnChristoph Hellwig2018-01-101-9/+0
* s390: remove the unused dma_capable helperChristoph Hellwig2018-01-091-7/+0
* riscv: remove the unused dma_capable helperChristoph Hellwig2018-01-091-8/+0
* m32r: remove the unused dma_capable helperChristoph Hellwig2018-01-091-7/+0
* arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig2018-01-093-17/+7
* powerpc: remove unused flush_write_buffers definitionChristoph Hellwig2018-01-091-3/+0
* m32r: remove unused flush_write_buffers definitionChristoph Hellwig2018-01-091-2/+0
* hexagon: remove unused flush_write_buffers definitionChristoph Hellwig2018-01-091-2/+0
* alpha: mark jensen as brokenChristoph Hellwig2018-01-091-0/+1
* Merge branch 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-076-10/+65
|\
| * parisc: qemu idle sleep supportHelge Deller2018-01-061-0/+39
| * parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-023-4/+20
| * parisc: Show initial kernel memory layout unhashedHelge Deller2018-01-021-5/+5
| * parisc: Show unhashed hardware inventoryHelge Deller2018-01-021-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-064-6/+38
|\ \
| * \ Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-01-062-5/+6
| |\ \
| | * | KVM: s390: prevent buffer overrun on memory hotplug during migrationChristian Borntraeger2017-12-221-1/+1
| | * | KVM: s390: fix cmma migration for multiple memory slotsChristian Borntraeger2017-12-221-4/+5
| * | | kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2018-01-052-1/+32
* | | | Merge tag 'powerpc-4.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-061-1/+6
|\ \ \ \
| * | | | powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERRJohn Sperbeck2018-01-021-1/+6
* | | | | Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-01-0511-58/+57
|\ \ \ \ \
| * | | | | ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta2018-01-031-0/+8
| * | | | | ARC: handle gcc generated __builtin_trap()Vineet Gupta2017-12-202-0/+9
| * | | | | ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta2017-12-201-2/+3
| * | | | | ARC: [plat-axs103] refactor the quad core DT quirk codeEugeniy Paltsev2017-12-201-4/+6
| * | | | | ARC: [plat-axs103]: Set initial core pll output frequencyEugeniy Paltsev2017-12-203-6/+18
| * | | | | ARC: [plat-hsdk]: Get rid of core pll frequency set in platform codeEugeniy Paltsev2017-12-201-42/+0
| * | | | | ARC: [plat-hsdk]: Set initial core pll output frequencyEugeniy Paltsev2017-12-201-0/+8
| * | | | | ARC: [plat-hsdk] Switch DisplayLink driver from fbdev to DRMAlexey Brodkin2017-12-201-2/+3
| * | | | | arc: do not use __print_symbol()Sergey Senozhatsky2017-12-201-1/+1
| * | | | | ARC: Fix detection of dual-issue enabledAlexey Brodkin2017-11-281-1/+1
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-059-36/+44
|\ \ \ \ \ \
| * | | | | | x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-053-5/+5
| * | | | | | x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse2018-01-051-2/+2
| * | | | | | x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner2018-01-051-1/+1
| * | | | | | x86/events/intel/ds: Use the proper cache flush method for mapping ds buffersPeter Zijlstra2018-01-051-0/+16
| * | | | | | x86/kaslr: Fix the vaddr_end messThomas Gleixner2018-01-052-24/+16
| * | | | | | x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-042-3/+3
| * | | | | | x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin2018-01-041-1/+1
* | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-052-4/+14
|\ \ \ \ \ \ \
| * | | | | | | efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-031-1/+12
| * | | | | | | x86/efi: Fix kernel param add_efi_memmap regressionDave Young2018-01-031-3/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-01-053-3/+23
|\ \ \ \ \ \ \
| * | | | | | | s390: fix preemption race in disable_sacf_uaccessMartin Schwidefsky2017-12-151-1/+1
| * | | | | | | s390/pci: handle insufficient resources during dma tlb flushSebastian Ott2017-12-132-2/+22
* | | | | | | | kernel/exit.c: export abort() to modulesAndrew Morton2018-01-043-3/+0
* | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-01-0426-54/+53
|\ \ \ \ \ \ \ \