summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zcrypt' into featuresMartin Schwidefsky2018-06-258-304/+283
|\
| * s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.Harald Freudenberger2018-06-256-329/+259
| * s390/zcrypt: Show load of cards and queues in sysfsHarald Freudenberger2018-06-252-0/+24
| * s390/zcrypt: Review inline assembler constraints.Harald Freudenberger2018-06-251-17/+23
| * s390/zcrypt: Add ZAPQ inline function.Harald Freudenberger2018-06-251-0/+19
* | 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
* | init/Kconfig: add an option for uncompressed kernelVasily Gorbik2018-06-251-1/+14
* | 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-255-14/+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-252-4/+2
* | s390: Correct register corruption in critical section cleanupChristian Borntraeger2018-06-251-2/+2
|/
* Linux 4.18-rc2v4.18-rc2Linus Torvalds2018-06-241-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-2411-37/+71
|\
| * perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre2018-06-221-3/+3
| * uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov2018-06-211-1/+1
| * Merge tag 'perf-urgent-for-mingo-4.18-20180611' of git://git.kernel.org/pub/s...Ingo Molnar2018-06-149-33/+67
| |\
| | * perf script: Show hw-cache eventsSeeteena Thoufeek2018-06-081-0/+12
| | * perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryJiri Olsa2018-06-081-5/+5
| | * perf stat: Add event parsing error handling to add_default_attributesJiri Olsa2018-06-071-4/+6
| | * perf stat: Allow to specify specific metric column lenJiri Olsa2018-06-071-4/+5
| | * perf stat: Fix metric column header display alignmentJiri Olsa2018-06-071-8/+9
| | * perf stat: Use only color_fprintf call in print_metric_onlyJiri Olsa2018-06-071-4/+1
| | * perf stat: Add --interval-clear optionJiri Olsa2018-06-072-2/+12
| | * perf tools: Fix error index for pmu event parserJiri Olsa2018-06-071-0/+5
| | * perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo2018-06-072-4/+6
| | * perf hists browser gtk: Use hist_entry__has_callchains()Arnaldo Carvalho de Melo2018-06-071-1/+1
| | * perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo2018-06-071-1/+1
| | * perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo2018-06-072-2/+6
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-248-20/+23
|\ \ \
| * | | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-226-16/+21
| * | | rseq/cleanup: Do not abort rseq c.s. in child on fork()Mathieu Desnoyers2018-06-211-4/+1
| * | | rseq/selftests/arm: Align 'struct rseq_cs' on 32 bytesMathieu Desnoyers2018-06-211-0/+1
| * | | rseq/selftests: Make run_param_test.sh executableMathieu Desnoyers2018-06-211-0/+0
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-242-2/+2
|\ \ \ \
| * | | | efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel2018-06-241-1/+1