summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/qdio: improve roll-back after error on ESTABLISH ccwJulian Wiedmann2021-07-271-3/+3
* s390/qdio: cancel the ESTABLISH ccw after timeoutJulian Wiedmann2021-07-271-21/+30
* s390/qdio: fix roll-back after timeout on ESTABLISH ccwJulian Wiedmann2021-07-271-12/+19
* s390/setup: don't reserve memory that occupied decompressor's headAlexander Egorenkov2021-07-271-1/+1
* s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov2021-07-2713-99/+183
* s390/ctl_reg: add ctlreg5 and ctlreg15 unionsHeiko Carstens2021-07-271-0/+17
* s390/boot: make _diag308_reset_dma() position-independentAlexander Egorenkov2021-07-271-1/+3
* s390/boot: move EP_OFFSET and EP_STRING to head.SAlexander Egorenkov2021-07-272-2/+3
* s390/setup: generate asm offsets from struct parmareaAlexander Egorenkov2021-07-272-9/+7
* s390/setup: drop _OFFSET macrosAlexander Egorenkov2021-07-271-17/+6
* s390/setup: remove unused symbolic constants for C code from setup.hAlexander Egorenkov2021-07-271-3/+0
* s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov2021-07-279-37/+45
* s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov2021-07-277-23/+32
* s390/boot: move sclp early buffer from fixed address in asm to CAlexander Egorenkov2021-07-277-8/+23
* s390/boot: get rid of magic numbers for startup offsetsAlexander Egorenkov2021-07-271-4/+4
* s390/vdso: use system call functionsHeiko Carstens2021-07-271-18/+4
* s390/syscall: provide generic system call functionsHeiko Carstens2021-07-271-0/+59
* s390/cpacf: get rid of register asmHeiko Carstens2021-07-271-97/+111
* s390/debug: remove unused print definesHeiko Carstens2021-07-271-34/+0
* s390/dasd: remove debug printkHeiko Carstens2021-07-271-3/+1
* s390/uv: de-duplicate checks for Protected Host VirtualizationAlexander Egorenkov2021-07-272-34/+21
* s390/boot: disable Secure Execution in dump modeAlexander Egorenkov2021-07-273-0/+11
* s390/boot: move uv function declarations to boot/uv.hAlexander Egorenkov2021-07-274-8/+20
* s390/jump_label: print real address in a case of a jump label bugHeiko Carstens2021-07-271-1/+1
* s390/mm: don't print hashed values for pte_ERROR() & friendsHeiko Carstens2021-07-271-5/+5
* s390/mm: use pr_err() instead of printk() for pte_ERROR & friendsHeiko Carstens2021-07-271-5/+5
* s390/sclp: use only one sclp early buffer to send commandsAlexander Egorenkov2021-07-274-5/+20
* s390/cio: remove unused include linux/spinlock.h from cio.hAlexander Egorenkov2021-07-274-1/+5
* s390/boot: make stacks part of the decompressor's imageAlexander Egorenkov2021-07-274-17/+19
* s390/boot: move all linker symbol declarations from c to h filesAlexander Egorenkov2021-07-275-13/+14
* Linux 5.14-rc3v5.14-rc3Linus Torvalds2021-07-261-1/+1
* smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds2021-07-251-1/+1
* Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-255-8/+68
|\
| * KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin2021-07-231-0/+20
| * KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin2021-07-231-3/+22
| * KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin2021-07-171-2/+2
| * KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crashNicholas Piggin2021-07-171-0/+2
| * KVM: PPC: Book3S HV P9: Fix guest TM supportNicholas Piggin2021-07-151-3/+22
* | Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-252-8/+10
|\ \
| * \ Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2021-07-202-8/+10
| |\ \
| | * | timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne2021-07-151-3/+5
| | * | posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker2021-07-151-5/+5
| | |/
* | | Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-251-3/+4
|\ \ \
| * | | jump_labels: Mark __jump_label_transform() as __always_inlined to work around...Ingo Molnar2021-07-131-3/+4
* | | | Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-254-7/+23
|\ \ \ \
| * \ \ \ Merge tag 'efi-urgent-for-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2021-07-204-7/+23
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov2021-07-201-1/+4
| | * | | efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra2021-07-161-2/+2
| | * | | firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier2021-07-161-1/+12
| | * | | efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek2021-07-161-3/+5
| | | |/ | | |/|