summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \ \ \ \ \ \
| * | | | | | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-3/+2
|\ \ \ \ \ \ \
| * | | | | | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
| * | | | | | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
* | | | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-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 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-311-2/+2
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | 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-259-31/+110
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | 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-0333-583/+812
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | s390/vmemmap: coding style updatesHeiko Carstens2020-07-271-35/+20
| * | | | | | | s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sectionsDavid Hildenbrand2020-07-271-3/+42
| * | | | | | | s390/vmemmap: remember unused sub-pmd rangesDavid Hildenbrand2020-07-271-1/+50
| * | | | | | | s390/vmemmap: fallback to PTEs if mapping large PMD failsDavid Hildenbrand2020-07-271-4/+4
| * | | | | | | s390/vmem: cleanup empty page tablesDavid Hildenbrand2020-07-271-1/+101
| * | | | | | | s390/vmemmap: take the vmem_mutex when populating/freeingDavid Hildenbrand2020-07-271-0/+4
| * | | | | | | s390/vmemmap: cleanup when vmemmap_populate() failsDavid Hildenbrand2020-07-271-1/+6
| * | | | | | | s390/vmemmap: extend modify_pagetable() to handle vmemmapDavid Hildenbrand2020-07-271-105/+76
| * | | | | | | s390/vmem: consolidate vmem_add_range() and vmem_remove_range()David Hildenbrand2020-07-271-119/+198
| * | | | | | | s390/vmem: rename vmem_add_mem() to vmem_add_range()David Hildenbrand2020-07-271-3/+3
| * | | | | | | s390: enable HAVE_FUNCTION_ERROR_INJECTIONIlya Leoshkevich2020-07-275-3/+25
| * | | | | | | s390/pci: clarify comment in s390_mmio_read/writeNiklas Schnelle2020-07-271-8/+12
| * | | | | | | s390/time: improve comparison for tod steeringHeiko Carstens2020-07-221-1/+1
| * | | | | | | s390/time: select CLOCKSOURCE_VALIDATE_LAST_CYCLEHeiko Carstens2020-07-221-0/+1
| * | | | | | | s390/time: use CLOCKSOURCE_MASKHeiko Carstens2020-07-221-1/+1
| * | | | | | | s390/bpf: implement BPF_PROBE_MEMIlya Leoshkevich2020-07-201-1/+138
| * | | | | | | s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2020-07-205-17/+53
| * | | | | | | s390/kernel: unify EX_TABLE* implementationsIlya Leoshkevich2020-07-202-23/+23
| * | | | | | | s390/mm: allow order 10 allocationsHeiko Carstens2020-07-201-4/+0
| * | | | | | | s390/mm: avoid trimming to MAX_ORDERHeiko Carstens2020-07-201-8/+0
| * | | | | | | s390/mm: fix typo in commentHeiko Carstens2020-07-201-1/+1
| * | | | | | | s390: add trace events for idle enter/exitSven Schnelle2020-07-101-1/+3
| * | | | | | | s390: fix comment regarding interrupts in svcChristian Borntraeger2020-07-101-1/+1
| * | | | | | | s390/mm: don't set ARCH_KEEP_MEMBLOCKDavid Hildenbrand2020-07-101-1/+0
| * | | | | | | mm/memblock: expose only miminal interface to add/walk physmemDavid Hildenbrand2020-07-101-4/+2
| * | | | | | | s390/zcrypt: code beautification and struct field renamesHarald Freudenberger2020-07-031-70/+70
| * | | | | | | s390/extmem: remove stale -ENOSPC comment and handlingDavid Hildenbrand2020-07-031-6/+1
| * | | | | | | s390/smp: add missing linebreakHeiko Carstens2020-07-031-0/+1
| * | | | | | | s390/smp: move smp_cpus_done() to header fileHeiko Carstens2020-07-032-4/+4
| * | | | | | | s390/vmem: get rid of memory segment listDavid Hildenbrand2020-07-013-121/+21
| * | | | | | | s390/stp: allow group and users to read stp sysfs filesSven Schnelle2020-07-011-27/+22
| * | | | | | | s390/appldata: use struct_size() helperGustavo A. R. Silva2020-06-291-4/+2
| * | | | | | | s390/debug: remove struct __debug_entry from uapiHeiko Carstens2020-06-292-36/+16
| * | | | | | | s390/debug: remove raw viewHeiko Carstens2020-06-292-43/+0
| * | | | | | | s390/time: remove unused functionSven Schnelle2020-06-291-5/+0