summaryrefslogtreecommitdiffstats
path: root/.clang-format (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-02s390: fix gcc 8 stringop-truncation warnings in proc handlersVasily Gorbik2-5/+3
2018-07-02s390/dasd: fix gcc 8 stringop-truncation warningVasily Gorbik1-1/+1
2018-07-02s390/dasd,zfcp: fix gcc 8 stringop-truncation warningsVasily Gorbik3-4/+4
2018-07-02s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik1-2/+2
2018-07-02s390/scm_blk: correct numa_node in scm_blk_dev_setupVasily Gorbik1-0/+1
2018-07-02s390/dasd: correct numa_node in dasd_alloc_queueVasily Gorbik1-0/+1
2018-06-25s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.Harald Freudenberger6-329/+259
2018-06-25s390/zcrypt: Show load of cards and queues in sysfsHarald Freudenberger2-0/+24
2018-06-25s390/zcrypt: Review inline assembler constraints.Harald Freudenberger1-17/+23
2018-06-25s390/zcrypt: Add ZAPQ inline function.Harald Freudenberger1-0/+19
2018-06-25s390/setup: do not reserve the decompressor codeVasily Gorbik2-2/+3
2018-06-25s390: hypfs: use ktime_get_seconds() instead of get_seconds()Arnd Bergmann1-3/+3
2018-06-25s390/decompressor: support uncompressed kernelVasily Gorbik5-6/+19
2018-06-25init/Kconfig: add an option for uncompressed kernelVasily Gorbik1-1/+14
2018-06-25s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.oVasily Gorbik1-7/+7
2018-06-25s390/decompressor: allow preprocessor in piggy.o linker scriptVasily Gorbik3-2/+3
2018-06-25s390/decompressor: extend .bss check for early codeVasily Gorbik2-0/+8
2018-06-25s390: add custom target and make path extension optional for .bss checkVasily Gorbik1-1/+6
2018-06-25s390/decompressor: avoid repeating objects list in MakefileVasily Gorbik1-2/+3
2018-06-25s390/decompressor: reuse lib/mem.S for mem functionsVasily Gorbik3-38/+5
2018-06-25s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik5-14/+15
2018-06-25s390/als: avoid .init.* sections usageVasily Gorbik1-10/+9
2018-06-25s390/decompressor: rename entry point to startup_decompressorVasily Gorbik2-5/+2
2018-06-25s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik10-32/+38
2018-06-25s390/decompressor: trim the kernel image up to 1MVasily Gorbik3-5/+5
2018-06-25s390: remove uncompressed kernel image buildVasily Gorbik2-9/+4
2018-06-25s390/decompressor: correct build flagsVasily Gorbik2-12/+21
2018-06-25s390/build: remove obsolete -mkernel-backchain flagVasily Gorbik1-7/+0
2018-06-25s390: disable asm code expolines if cc does not support itVasily Gorbik2-2/+3
2018-06-25s390/qdio: reset old sbal_state flagsJulian Wiedmann2-4/+2
2018-06-25s390: Correct register corruption in critical section cleanupChristian Borntraeger1-2/+2
2018-06-24Linux 4.18-rc2v4.18-rc2Linus Torvalds1-1/+1
2018-06-24efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel1-1/+1
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche2-1/+1
2018-06-23x86/mm: Fix 'no5lvl' handlingKirill A. Shutemov1-0/+3
2018-06-23Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"Kirill A. Shutemov1-1/+1
2018-06-22x86/CPU/AMD: Fix LLC ID bit-shift calculationSuravee Suthikulpanit1-1/+1
2018-06-22bdi: Fix another oops in wb_workfn()Jan Kara2-14/+8
2018-06-22lightnvm: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon6-16/+21
2018-06-22arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon1-2/+3
2018-06-22arm64: kpti: Use early_param for kpti= command-line optionWill Deacon1-1/+1
2018-06-22MAINTAINERS: Add file patterns for x86 device tree bindingsGeert Uytterhoeven1-0/+1
2018-06-22time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-06-22KVM: fix KVM_CAP_HYPERV_TLBFLUSH paragraph numberVitaly Kuznetsov1-1/+1
2018-06-22kvm: vmx: Nested VM-entry prereqs for event inj.Marc Orr3-0/+79
2018-06-22x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan1-1/+4
2018-06-22x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck1-8/+18
2018-06-22x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov1-8/+10
2018-06-22irqdesc: Delete irq_desc_get_msi_desc()John Garry1-5/+0