summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-01-2813-93/+172
|\
| * s390: fix __EMIT_BUG() macroSven Schnelle2020-01-225-16/+46
| * s390/ftrace: generate traced function stack frameVasily Gorbik2020-01-221-1/+14
| * s390: adjust -mpacked-stack support check for clang 10Vasily Gorbik2020-01-221-1/+1
| * s390/jump_label: use "i" constraint for clangVasily Gorbik2020-01-221-1/+3
| * s390/cpum_sf: Use DIV_ROUND_UPThomas Richter2020-01-221-1/+1
| * s390/cpum_sf: Use kzalloc and minor changesThomas Richter2020-01-221-5/+4
| * s390/cpum_sf: Convert debug trace to common layoutThomas Richter2020-01-221-26/+30
| * s390/pci: Fix possible deadlock in recover_store()Niklas Schnelle2020-01-221-21/+42
| * s390/pci: Recover handle in clp_set_pci_fn()Niklas Schnelle2020-01-223-21/+31
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-284-51/+13
|\ \
| * | crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-20/+3
| * | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-094-31/+10
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-284-4/+6
|\ \ \
| * \ \ Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-2517-59/+117
| |\ \ \
| * | | | sched/rt, s390: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-084-4/+6
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-201-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+4
| |\ \ \ \ \ \
| | * | | | | | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
| | |/ / / / | |/| | | |
* | | | | | s390/setup: Fix secure ipl messagePhilipp Rudo2020-01-091-1/+1
| |/ / / / |/| | | |
* | | | | mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-3/+1
| |_|/ / |/| | |
* | | | s390/ftrace: save traced function callerVasily Gorbik2019-12-181-0/+1
* | | | s390/unwind: stop gracefully at user mode pt_regs in irq stackVasily Gorbik2019-12-181-4/+11
* | | | s390/purgatory: do not build purgatory with kcov, kasan and friendsChristian Borntraeger2019-12-182-2/+7
* | | | s390/purgatory: Make sure we fail the build if purgatory has missing symbolsHans de Goede2019-12-182-3/+11
* | | | s390/ftrace: fix endless recursion in function_graph tracerSven Schnelle2019-12-181-2/+2
| |_|/ |/| |
* | | s390/kasan: add KASAN_VMALLOC supportVasily Gorbik2019-12-112-12/+57
* | | s390: remove last diag 0x44 callerHeiko Carstens2019-12-113-26/+5
* | | s390/uv: use EOPNOTSUPP instead of ENOTSUPPChristian Borntraeger2019-12-111-1/+1
* | | s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter2019-12-111-6/+0
* | | s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter2019-12-111-0/+16
* | | s390/test_unwind: fix spelling mistake "reqister" -> "register"Colin Ian King2019-12-111-1/+1
* | | s390/spinlock: remove confusing comment in arch_spin_lock_waitVasily Gorbik2019-12-111-1/+0
|/ /
* | Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-061-1/+3
|\ \
| * | kasan: support instrumented bitops combined with generic bitopsDaniel Axtens2019-11-071-1/+3
* | | arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
| |/ |/|
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-034-18/+15
|\ \
| * \ Merge branch 'pci/resource'Bjorn Helgaas2019-11-284-18/+15
| |\ \
| | * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-144-18/+15
* | | | Merge tag 's390-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-12-0334-768/+625
|\ \ \ \
| * | | | s390: remove compat vdso codeHeiko Carstens2019-12-0113-638/+3
| * | | | s390/livepatch: Implement reliable stack tracing for the consistency modelMiroslav Benes2019-11-302-0/+44
| * | | | s390/unwind: add stack pointer alignment sanity checksMiroslav Benes2019-11-302-0/+8
| * | | | s390/unwind: filter out unreliable bogus %r14Vasily Gorbik2019-11-301-0/+5
| * | | | s390/unwind: start unwinding from reliable stateVasily Gorbik2019-11-302-17/+31
| * | | | s390/test_unwind: add program check context testsVasily Gorbik2019-11-301-0/+47
| * | | | s390/test_unwind: add irq context testsVasily Gorbik2019-11-301-0/+45