Age | Commit message (Expand) | Author |
2018-06-25 | s390/decompressor: reuse lib/mem.S for mem functions | Vasily Gorbik |
2018-06-25 | s390/decompressor: avoid reusing uncompressed image objects | Vasily Gorbik |
2018-06-25 | s390/als: avoid .init.* sections usage | Vasily Gorbik |
2018-06-25 | s390/decompressor: rename entry point to startup_decompressor | Vasily Gorbik |
2018-06-25 | s390/boot: make head.S and als.c be part of the decompressor only | Vasily Gorbik |
2018-06-25 | s390/decompressor: trim the kernel image up to 1M | Vasily Gorbik |
2018-06-25 | s390: remove uncompressed kernel image build | Vasily Gorbik |
2018-06-25 | s390/decompressor: correct build flags | Vasily Gorbik |
2018-06-25 | s390/build: remove obsolete -mkernel-backchain flag | Vasily Gorbik |
2018-06-25 | s390: disable asm code expolines if cc does not support it | Vasily Gorbik |
2018-06-25 | s390/qdio: reset old sbal_state flags | Julian Wiedmann |
2018-06-25 | s390: Correct register corruption in critical section cleanup | Christian Borntraeger |
2018-06-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-06-24 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-06-24 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-06-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-06-24 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-06-24 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2018-06-24 | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-06-24 | Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-06-24 | efi/x86: Fix incorrect invocation of PciIo->Attributes() | Ard Biesheuvel |
2018-06-24 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2018-06-23 | Merge tag 'powerpc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2018-06-23 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2018-06-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2018-06-23 | Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-06-23 | x86/mm: Fix 'no5lvl' handling | Kirill A. Shutemov |
2018-06-23 | Revert "x86/mm: Mark __pgtable_l5_enabled __initdata" | Kirill A. Shutemov |
2018-06-22 | x86/CPU/AMD: Fix LLC ID bit-shift calculation | Suravee Suthikulpanit |
2018-06-22 | Merge branch 'linus' into x86/urgent | Thomas Gleixner |
2018-06-22 | rseq: Avoid infinite recursion when delivering SIGSEGV | Will Deacon |
2018-06-22 | arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenance | Will Deacon |
2018-06-22 | arm64: kpti: Use early_param for kpti= command-line option | Will Deacon |
2018-06-22 | kvm: vmx: Nested VM-entry prereqs for event inj. | Marc Orr |
2018-06-22 | x86/microcode/intel: Fix memleak in save_microcode_patch() | Zhenzhong Duan |
2018-06-22 | x86/mce: Fix incorrect "Machine check from unknown source" message | Tony Luck |
2018-06-22 | x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out() | Borislav Petkov |
2018-06-21 | uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn() | Oleg Nesterov |
2018-06-21 | x86/platform/UV: Add kernel parameter to set memory block size | mike.travis@hpe.com |
2018-06-21 | x86/platform/UV: Use new set memory block size function | mike.travis@hpe.com |
2018-06-21 | x86/platform/UV: Add adjustable set memory block size function | mike.travis@hpe.com |
2018-06-21 | x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec() | Dan Williams |
2018-06-21 | x86/pti: Don't report XenPV as vulnerable | Jiri Kosina |
2018-06-21 | x86/build: Remove unnecessary preparation for purgatory | Masahiro Yamada |
2018-06-21 | Revert "kexec/purgatory: Add clean-up for purgatory directory" | Masahiro Yamada |
2018-06-21 | x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths | Juergen Gross |
2018-06-21 | KVM: arm64: Avoid mistaken attempts to save SVE state for vcpus | Dave Martin |
2018-06-21 | KVM: arm64/sve: Fix SVE trap restoration for non-current tasks | Dave Martin |
2018-06-21 | KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put() | Dave Martin |
2018-06-21 | arm64: Introduce sysreg_clear_set() | Mark Rutland |