summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: prevent memory offline for memory blocks with cma areasHeiko Carstens2017-08-091-0/+53
* s390/mm: add missing virt_to_pfn() etc. helper functionsHeiko Carstens2017-08-091-7/+17
* s390: use generic asm/unaligned.hHeiko Carstens2017-08-032-13/+1
* s390: use generic uapi/asm/swab.hHeiko Carstens2017-08-032-89/+1
* s390: remove asm/mman.h and asm/types.hHeiko Carstens2017-08-023-25/+1
* s390/nmi: keep comments consistentHeiko Carstens2017-08-021-1/+1
* s390/spinlock: add niai spinlock hintsMartin Schwidefsky2017-07-262-40/+56
* s390: add support for IBM z14 machinesMartin Schwidefsky2017-07-264-2/+28
* s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky2017-07-2612-62/+130
* s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens2017-07-264-39/+18
* KVM: s390: use new mm defines instead of magic valuesHeiko Carstens2017-07-264-27/+26
* s390/mm: use new mm defines instead of magic valuesHeiko Carstens2017-07-2615-99/+103
* s390/mm: introduce defines to reflect the hardware mmuHeiko Carstens2017-07-263-23/+57
* s390/mm: get rid of __ASSEMBLY__ guards within pgtable.hHeiko Carstens2017-07-261-5/+0
* s390/mm: remove and correct comments within pgtable.hHeiko Carstens2017-07-261-27/+4
* Merge branch 'tlb-flushing' into featuresMartin Schwidefsky2017-07-2612-79/+407
|\
| * s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky2017-07-252-17/+31
| * s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky2017-07-254-28/+70
| * s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky2017-07-255-40/+125
| * s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky2017-07-258-21/+208
* | Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-255-14/+41
|\ \
| * | ARM: NOMMU: Wire-up default DMA interfaceVladimir Murzin2017-07-201-9/+36
| * | dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-204-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-252-4/+4
|\ \ \ | |_|/ |/| |
| * | s390/mm: set change and reference bit on lazy key enablementChristian Borntraeger2017-07-131-3/+3
| * | s390/perf: fix problem state detectionChristian Borntraeger2017-07-131-1/+1
* | | xen/x86: fix cpu hotplugJuergen Gross2017-07-231-1/+2
* | | xen/x86: Don't BUG on CPU0 offliningVitaly Kuznetsov2017-07-231-1/+0
* | | Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-227-7/+7
|\ \ \
| * | | tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy2017-07-177-7/+7
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-214-21/+38
|\ \ \
| * | | kvm: x86: hyperv: avoid livelock in oneshot SynIC timersRoman Kagan2017-07-201-3/+4
| * | | KVM: VMX: Fix invalid guest state detection after task-switch emulationWanpeng Li2017-07-201-5/+10
| * | | x86: add MULTIUSER dependency for KVMArnd Bergmann2017-07-191-1/+1
| * | | KVM: nVMX: Disallow VM-entry in MOV-SS shadowJim Mattson2017-07-191-0/+7
| * | | KVM: nVMX: track NMI blocking state separately for each VMCSPaolo Bonzini2017-07-191-10/+14
| * | | KVM: x86: masking out upper bitsDan Carpenter2017-07-191-2/+2
| |/ /
* | | Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-2111-34/+102
|\ \ \
| * | | powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-188-0/+39
| * | | powerpc/mm/hash: Refactor hash__mark_rodata_ro()Michael Ellerman2017-07-181-13/+19
| * | | powerpc/mm/radix: Refactor radix__mark_rodata_ro()Michael Ellerman2017-07-181-5/+15
| * | | powerpc/64s: Fix hypercall entry clobbering r12 inputNicholas Piggin2017-07-181-14/+14
| * | | powerpc/perf: Avoid spurious PMU interrupts after idleNicholas Piggin2017-07-181-1/+14
| * | | powerpc/powernv: Fix boot on Power8 bare metal due to opal_configure_cores()Michael Ellerman2017-07-171-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-2116-38/+55
|\ \ \ \
| * | | | x86/devicetree: Convert to using %pOF instead of ->full_nameRob Herring2017-07-211-2/+1
| * | | | x86/platform/uv/BAU: Disable BAU on single hub configurationsAndrew Banman2017-07-211-5/+18
| * | | | x86/platform/intel-mid: Fix a format string overflow warningArnd Bergmann2017-07-201-2/+4
| * | | | x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUGArnd Bergmann2017-07-201-0/+1
| * | | | x86/build: Silence the build with "make -s"Arnd Bergmann2017-07-201-2/+3