summaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-131-1/+1
|\
| * fs: remove compat_sys_mountChristoph Hellwig2020-09-231-1/+1
* | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-131-2/+0
|\ \
| * | compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-171-2/+0
| |/
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-131-5/+5
|\ \
| * | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-2/+2
| * | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
| * | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-131-7/+0
|\ \ \
| * | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-7/+0
| | |/ | |/|
* | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-77/+2
|\ \ \
| * | | s390: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-77/+2
* | | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ \
| * | | | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | | | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-121-0/+1
|\ \ \ \ \
| * | | | | PCI: MSI: Fix Kconfig dependencies for PCI_MSI_ARCH_FALLBACKSThomas Gleixner2020-09-281-1/+1
| * | | | | PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner2020-09-161-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-121-2/+2
|\ \ \ \ \
| * | | | | stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown2020-09-181-2/+2
* | | | | | mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-261-12/+30
* | | | | | s390: add 3f program exception handlerJanosch Frank2020-09-143-1/+22
* | | | | | s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle2020-09-142-0/+6
* | | | | | s390/init: add missing __init annotationsIlya Leoshkevich2020-09-141-3/+3
* | | | | | s390/idle: fix suspicious RCU usagePeter Zijlstra2020-09-141-3/+2
| |/ / / / |/| | | |
* | | | | s390: update defconfigsHeiko Carstens2020-09-023-0/+8
* | | | | s390: fix GENERIC_LOCKBREAK dependency typo in KconfigEric Farman2020-09-021-1/+1
|/ / / /
* | | | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-301-2/+1
|\ \ \ \
| * | | | cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-2/+1
| | |_|/ | |/| |
* | | | s390/vmem: fix vmem_add_range for 4-level pagingVasily Gorbik2020-08-261-0/+1
* | | | s390: don't trace preemption in percpu macrosSven Schnelle2020-08-261-14/+14
|/ / /
* | | s390/pci: fix PF/VF linking on hot plugNiklas Schnelle2020-08-173-13/+32
* | | s390/pci: re-introduce zpci_remove_device()Niklas Schnelle2020-08-172-9/+14
* | | s390/pci: fix zpci_bus_link_virtfn()Niklas Schnelle2020-08-171-10/+15
* | | s390/ptrace: fix storage key handlingHeiko Carstens2020-08-171-2/+5
* | | s390/runtime_instrumentation: fix storage key handlingHeiko Carstens2020-08-171-1/+1
* | | s390/pci: ignore stale configuration request eventNiklas Schnelle2020-08-171-0/+3
| |/ |/|
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-151-1/+1
* | Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-1311-44/+57
|\ \ | |/ |/|
| * s390/numa: move code to arch/s390/kernelAlexander Gordeev2020-08-114-3/+1
| * s390/time: remove select CLOCKSOURCE_VALIDATE_LAST_CYCLE againHeiko Carstens2020-08-111-1/+0
| * s390/debug: debug feature version 3Mikhail Zaslonko2020-08-112-25/+24
| * s390/Kconfig: add missing ZCRYPT dependency to VFIO_APKrzysztof Kozlowski2020-08-111-0/+1
| * s390/numa: set node distance to LOCAL_DISTANCEAlexander Gordeev2020-08-111-6/+0
| * s390/test_unwind: fix possible memleak in test_unwind()Wang Hai2020-08-111-0/+1
| * s390/gmap: improve THP splittingGerald Schaefer2020-08-111-7/+20
| * s390/atomic: circumvent gcc 10 build regressionVasily Gorbik2020-08-111-2/+10
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-124-8/+8
* | mm/s390: use general page fault accountingPeter Xu2020-08-121-15/+1
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
|/