summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-12/+30
|\
| * mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-261-12/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-34/+27
|\ \
| * | s390/bpf: Fix multiple tail callsIlya Leoshkevich2020-09-141-34/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-227-7/+33
|\ \ \ | | |/ | |/|
| * | 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/cio: Helper functions to read CSSID, IID, and CHIDAlexandra Winter2020-09-151-0/+4
* | | s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter2020-09-153-4/+12
|/ /
* | 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-141-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
|/
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: remove cc-option test of -ffreestandingMasahiro Yamada2020-07-071-1/+1
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-18/+0
|\ \
| * | kill unused dump_fpu() instancesAl Viro2020-07-271-18/+0
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-071-0/+1
|\ \ \
| * | | iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0712-13/+2
|\ \ \ \
| * | | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
| * | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-0710-10/+0
| * | | | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* | | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-141/+58
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | s390: switch to ->regset_get()Al Viro2020-07-271-141/+58
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-067-29/+47
|\ \ \