summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | s390/purgatory: Add missing FORCE to Makefile targetsPhilipp Rudo2018-07-061-3/+3
| * | | | | | | s390/purgatory: Fix crash with expoline enabledPhilipp Rudo2018-07-061-0/+1
| * | | | | | | s390/pci: add fmt3 fmbSebastian Ott2018-07-042-0/+13
| * | | | | | | s390/decompressor: support extra debug flagsVasily Gorbik2018-07-021-0/+4
| * | | | | | | s390/build: add *.o.chkbss files to targets listVasily Gorbik2018-07-021-2/+6
| * | | | | | | s390/decompressor: avoid packing *.o.chkbss files into startup.aVasily Gorbik2018-07-021-1/+1
| * | | | | | | s390/decompressor: avoid constant startup.a rebuildsVasily Gorbik2018-07-021-1/+1
| * | | | | | | s390/sysinfo: add missing #ifdef CONFIG_PROC_FSHeiko Carstens2018-07-021-0/+4
| * | | | | | | s390/tools: fix gcc 8 stringop-truncation warningsVasily Gorbik2018-07-021-2/+2
| * | | | | | | s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik2018-07-023-3/+16
| * | | | | | | s390: align struct lowcore to double page sizeVasily Gorbik2018-07-021-1/+1
| * | | | | | | s390/decompressor: correct EXCLUDE_FILE constructVasily Gorbik2018-07-021-1/+3
| * | | | | | | s390: move _text to an actual .text startVasily Gorbik2018-07-021-6/+1
| * | | | | | | s390: correct _stext offsetVasily Gorbik2018-07-022-25/+16
| * | | | | | | s390: get rid of the first mb of uncompressed imageVasily Gorbik2018-07-023-13/+5
| * | | | | | | s390: remove unused _ehead symbolVasily Gorbik2018-07-022-4/+0
| * | | | | | | s390: put expoline execute-trampolines into .text sectionVasily Gorbik2018-07-021-0/+1
| * | | | | | | s390/decompressor: discard ___kcrctab sectionVasily Gorbik2018-07-021-0/+1
| * | | | | | | s390/perf: fix gcc 8 array-bounds warningVasily Gorbik2018-07-021-4/+2
| * | | | | | | s390: fix gcc 8 stringop-truncation warnings in proc handlersVasily Gorbik2018-07-022-5/+3
| * | | | | | | s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik2018-07-021-2/+2
| * | | | | | | Merge branch 'zcrypt' into featuresMartin Schwidefsky2018-06-251-27/+257
| |\ \ \ \ \ \ \
| | * | | | | | | s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.Harald Freudenberger2018-06-251-27/+257
| | |/ / / / / /
| * | | | | | | s390/setup: do not reserve the decompressor codeVasily Gorbik2018-06-252-2/+3
| * | | | | | | s390: hypfs: use ktime_get_seconds() instead of get_seconds()Arnd Bergmann2018-06-251-3/+3
| * | | | | | | s390/decompressor: support uncompressed kernelVasily Gorbik2018-06-255-6/+19
| * | | | | | | s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.oVasily Gorbik2018-06-251-7/+7
| * | | | | | | s390/decompressor: allow preprocessor in piggy.o linker scriptVasily Gorbik2018-06-253-2/+3
| * | | | | | | s390/decompressor: extend .bss check for early codeVasily Gorbik2018-06-252-0/+8
| * | | | | | | s390: add custom target and make path extension optional for .bss checkVasily Gorbik2018-06-251-1/+6
| * | | | | | | s390/decompressor: avoid repeating objects list in MakefileVasily Gorbik2018-06-251-2/+3
| * | | | | | | s390/decompressor: reuse lib/mem.S for mem functionsVasily Gorbik2018-06-253-38/+5
| * | | | | | | s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik2018-06-254-9/+15
| * | | | | | | s390/als: avoid .init.* sections usageVasily Gorbik2018-06-251-10/+9
| * | | | | | | s390/decompressor: rename entry point to startup_decompressorVasily Gorbik2018-06-252-5/+2
| * | | | | | | s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik2018-06-2510-32/+38
| * | | | | | | s390/decompressor: trim the kernel image up to 1MVasily Gorbik2018-06-253-5/+5
| * | | | | | | s390: remove uncompressed kernel image buildVasily Gorbik2018-06-252-9/+4
| * | | | | | | s390/decompressor: correct build flagsVasily Gorbik2018-06-252-12/+21
| * | | | | | | s390/build: remove obsolete -mkernel-backchain flagVasily Gorbik2018-06-251-7/+0
| * | | | | | | s390: disable asm code expolines if cc does not support itVasily Gorbik2018-06-252-2/+3
| * | | | | | | s390/qdio: reset old sbal_state flagsJulian Wiedmann2018-06-251-1/+0
* | | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-5/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/time: Remove read_boot_clock64()Pavel Tatashin2018-07-201-13/+0
| * | | | | | | | s390/time: Add read_persistent_wall_and_boot_offset()Pavel Tatashin2018-07-201-0/+18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-82/+6
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-021-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-257-3/+17
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-3/+4
| * | | | | | | | s390/kprobes: Don't call the ->break_handler() in s390 kprobes codeMasami Hiramatsu2018-06-211-20/+0
OpenPOWER on IntegriCloud