summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* mm: account pud page tablesKirill A. Shutemov2017-11-151-1/+3
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-5/+0
|\
| * dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-5/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-133-7/+7
|\ \
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| * | timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2017-10-052-6/+6
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-132-15/+3
|\ \
| * \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07291-2/+296
| |\ \
| * | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-11/+11
| * | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-242-0/+5
| |\ \ \
| * | | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-3/+1
| * | | | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-101-0/+3
| * | | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-12/+0
| * | | | locking/arch, s390: Add __down_read_killable()Kirill Tkhai2017-10-101-2/+17
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-1389-3752/+4411
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390/noexec: execute kexec datamover without DATHeiko Carstens2017-11-102-3/+1
| * | | s390: fix transactional execution control register handlingHeiko Carstens2017-11-103-2/+5
| * | | s390/bpf: take advantage of stack_depth trackingMichael Holzheu2017-11-102-15/+18
| * | | s390: simplify transactional execution elf hwcap handlingHeiko Carstens2017-11-091-1/+1
| * | | s390/virtio: remove unused header file kvm_virtio.hChristian Borntraeger2017-11-092-65/+0
| * | | s390: avoid undefined behaviourHeiko Carstens2017-11-082-9/+9
| * | | s390/disassembler: generate opcode tables from text fileHeiko Carstens2017-11-086-1856/+1813
| * | | s390/disassembler: remove insn_to_mnemonic()Heiko Carstens2017-11-082-29/+0
| * | | s390: remove named saved segment supportHeiko Carstens2017-11-0810-210/+9
| * | | s390/archrandom: Reconsider s390 arch random implementationHarald Freudenberger2017-11-081-13/+13
| * | | s390/pci: do not require AIS facilityChristian Borntraeger2017-11-083-4/+9
| * | | s390/nmi: avoid using long-displacement facilityVasily Gorbik2017-11-021-1/+1
| * | | s390: pass endianness info to sparseLuc Van Oostenryck2017-11-021-1/+1
| * | | s390/decompressor: remove informational messagesMartin Schwidefsky2017-10-261-2/+0
| * | | s390/cpum_cf: add hardware counter support for IBM z14Hendrik Brueckner2017-10-261-60/+218
| * | | s390/nmi: do register validation as early as possibleMartin Schwidefsky2017-10-195-95/+85
| * | | s390/nmi: allocation of the extended save areaMartin Schwidefsky2017-10-194-47/+99
| * | | s390/ctl_reg: move control register definitions to ctl_reg.hMartin Schwidefsky2017-10-193-9/+14
| * | | s390/ctl_reg: use decoding unions in update_cr_regsMartin Schwidefsky2017-10-194-22/+42
| * | | s390/nmi: use smp_emergency_stop instead of smp_send_stopMartin Schwidefsky2017-10-193-15/+29
| * | | s390/vdso: move boot_vdso_data to vdso.cMartin Schwidefsky2017-10-183-1/+16
| * | | s390/spinlock: use cpu alternatives to enable niai instructionVasily Gorbik2017-10-182-9/+5
| * | | s390: introduce CPU alternativesVasily Gorbik2017-10-187-0/+334
| * | | s390/debug: only write data onceSebastian Ott2017-10-181-2/+4
| * | | s390/debug: improve debug_eventSebastian Ott2017-10-182-15/+19
| * | | s390/kexec: Fix checksum validation return code for kdumpPhilipp Rudo2017-10-181-3/+3
| * | | s390: update defconfigMartin Schwidefsky2017-10-164-22/+10
| * | | s390/debug: adjust coding styleHeiko Carstens2017-10-162-582/+494
| * | | s390/kprobes: remove KPROBE_SWAP_INST stateHeiko Carstens2017-10-122-9/+0
| * | | s390: cleanup string ops prototypesHeiko Carstens2017-10-092-25/+25
| * | | s390: optimize memset implementationHeiko Carstens2017-10-091-8/+12
| * | | s390/mm: use memset64 instead of clear_tableHeiko Carstens2017-10-094-28/+12
| * | | s390: implement memset16, memset32 & memset64Heiko Carstens2017-10-092-0/+66
| * | | Merge branch 'sthyi' into featuresMartin Schwidefsky2017-10-0913-71/+182
| |\ \ \
| | * | | s390/sthyi: add s390_sthyi system callQingFeng Hao2017-10-096-2/+43
OpenPOWER on IntegriCloud