summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-171-2/+0
| | |_|/ | |/| |
* | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-7/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-7/+0
| |/ /
* | / mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-261-12/+30
| |/ |/|
* | s390: don't trace preemption in percpu macrosSven Schnelle2020-08-261-14/+14
|/
* Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-133-19/+16
|\
| * s390/debug: debug feature version 3Mikhail Zaslonko2020-08-111-11/+6
| * s390/numa: set node distance to LOCAL_DISTANCEAlexander Gordeev2020-08-111-6/+0
| * s390/atomic: circumvent gcc 10 build regressionVasily Gorbik2020-08-111-2/+10
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
|/
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-064-7/+11
|\
| * Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-08-033-7/+10
| |\
| | * s390/kvm: diagnose 0x318 sync and resetCollin Walling2020-06-232-3/+8
| | * s390/setup: diag 318: refactor structCollin Walling2020-06-231-4/+2
| * | KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2020-07-091-0/+1
* | | Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-08-041-1/+1
|\ \ \
| * | | printk: Make linux/printk.h self-containedHerbert Xu2020-07-271-1/+1
| | |/ | |/|
* | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-033-3/+1
|\ \ \
| * \ \ Merge branch 'locking/header'Peter Zijlstra2020-07-291-2/+0
| |\ \ \
| | * | | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
| | |/ /
| * | | Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar2020-07-251-4/+4
| |\ \ \
| * | | | s390: Break cyclic percpu includePeter Zijlstra2020-07-102-1/+1
* | | | | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-0312-155/+170
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | s390: enable HAVE_FUNCTION_ERROR_INJECTIONIlya Leoshkevich2020-07-272-3/+8
| * | | | s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2020-07-202-6/+49
| * | | | s390/kernel: unify EX_TABLE* implementationsIlya Leoshkevich2020-07-202-23/+23
| * | | | s390/zcrypt: code beautification and struct field renamesHarald Freudenberger2020-07-031-70/+70
| * | | | s390/smp: move smp_cpus_done() to header fileHeiko Carstens2020-07-031-0/+4
| * | | | s390/vmem: get rid of memory segment listDavid Hildenbrand2020-07-011-1/+1
| * | | | s390/debug: remove struct __debug_entry from uapiHeiko Carstens2020-06-292-36/+16
| * | | | s390/debug: remove raw viewHeiko Carstens2020-06-291-1/+0
| * | | | s390/time: remove unused functionSven Schnelle2020-06-291-5/+0
| * | | | s390/pci: remove unused functionsSven Schnelle2020-06-291-11/+0
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-07-061-4/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | KVM: s390: reduce number of IO pins to 1Christian Borntraeger2020-06-181-4/+4
| |/
* | s390: fix syscall_get_error for compat processesDmitry V. Levin2020-06-171-1/+11
* | s390/vdso: fix vDSO clock_getres()Vincenzo Frascino2020-06-161-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-121-1/+1
|\
| * KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-111-1/+1
* | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-9/+4
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-3/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-4/+2
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-0811-53/+163
|\ \
| * | s390/cio, s390/qeth: cleanup PNSO CHSCAlexandra Winter2020-05-283-33/+67
| * | s390: remove critical section cleanup from entry.SSven Schnelle2020-05-282-12/+10
| * | s390: add machine check SIGPSven Schnelle2020-05-281-0/+1
| * | s390/pci: ioremap() align with generic codeNiklas Schnelle2020-05-201-1/+1
| * | s390/pci: create links between PFs and VFsNiklas Schnelle2020-05-202-2/+4