| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | s390/hwcaps: remove z/Architecture mode active check | Heiko Carstens | 2021-07-27 | 1 | -2/+1 | |
| | * | | | | | | | | s390/hwcaps: use consistent coding style / remove comments | Heiko Carstens | 2021-07-27 | 1 | -54/+13 | |
| | * | | | | | | | | s390/hwcaps: open code initialization of first six hwcap bits | Heiko Carstens | 2021-07-27 | 1 | -6/+24 | |
| | * | | | | | | | | s390/hwcaps: split setup_hwcaps() | Heiko Carstens | 2021-07-27 | 1 | -9/+15 | |
| | * | | | | | | | | s390/hwcaps: move setup_hwcaps() | Heiko Carstens | 2021-07-27 | 2 | -158/+160 | |
| | * | | | | | | | | s390/hwcaps: add sanity checks | Heiko Carstens | 2021-07-27 | 2 | -0/+4 | |
| | * | | | | | | | | s390/hwcaps: use named initializers for hwcap string arrays | Heiko Carstens | 2021-07-27 | 1 | -4/+23 | |
| | * | | | | | | | | s390/hwcaps: introduce HWCAP bit numbers | Heiko Carstens | 2021-07-27 | 1 | -23/+52 | |
| | * | | | | | | | | s390/hwcaps: shorten HWCAP defines | Heiko Carstens | 2021-07-27 | 3 | -49/+49 | |
| | * | | | | | | | | s390: add HWCAP_S390_PCI_MIO to ELF hwcaps | Niklas Schnelle | 2021-07-27 | 3 | -1/+4 | |
| | * | | | | | | | | s390: make PCI mio support a machine flag | Niklas Schnelle | 2021-07-27 | 3 | -3/+8 | |
| | * | | | | | | | | s390/disassembler: add instructions | Heiko Carstens | 2021-07-27 | 2 | -0/+20 | |
| | * | | | | | | | | s390: report more CPU capabilities | Heiko Carstens | 2021-07-27 | 3 | -1/+7 | |
| | * | | | | | | | | s390/qdio: remove unused macros | Julian Wiedmann | 2021-07-27 | 1 | -5/+0 | |
| | * | | | | | | | | s390/qdio: clarify reporting of errors to the drivers | Julian Wiedmann | 2021-07-27 | 1 | -4/+3 | |
| | * | | | | | | | | s390/qdio: remove remaining tasklet & timer code | Julian Wiedmann | 2021-07-27 | 1 | -3/+0 | |
| | * | | | | | | | | s390/setup: don't reserve memory that occupied decompressor's head | Alexander Egorenkov | 2021-07-27 | 1 | -1/+1 | |
| | * | | | | | | | | s390/boot: move dma sections from decompressor to decompressed kernel | Alexander Egorenkov | 2021-07-27 | 13 | -99/+183 | |
| | * | | | | | | | | s390/ctl_reg: add ctlreg5 and ctlreg15 unions | Heiko Carstens | 2021-07-27 | 1 | -0/+17 | |
| | * | | | | | | | | s390/boot: make _diag308_reset_dma() position-independent | Alexander Egorenkov | 2021-07-27 | 1 | -1/+3 | |
| | * | | | | | | | | s390/boot: move EP_OFFSET and EP_STRING to head.S | Alexander Egorenkov | 2021-07-27 | 2 | -2/+3 | |
| | * | | | | | | | | s390/setup: generate asm offsets from struct parmarea | Alexander Egorenkov | 2021-07-27 | 2 | -9/+7 | |
| | * | | | | | | | | s390/setup: drop _OFFSET macros | Alexander Egorenkov | 2021-07-27 | 1 | -17/+6 | |
| | * | | | | | | | | s390/setup: remove unused symbolic constants for C code from setup.h | Alexander Egorenkov | 2021-07-27 | 1 | -3/+0 | |
| | * | | | | | | | | s390/dump: introduce boot data 'oldmem_data' | Alexander Egorenkov | 2021-07-27 | 7 | -35/+43 | |
| | * | | | | | | | | s390/boot: introduce boot data 'initrd_data' | Alexander Egorenkov | 2021-07-27 | 7 | -23/+32 | |
| | * | | | | | | | | s390/boot: move sclp early buffer from fixed address in asm to C | Alexander Egorenkov | 2021-07-27 | 6 | -7/+17 | |
| | * | | | | | | | | s390/boot: get rid of magic numbers for startup offsets | Alexander Egorenkov | 2021-07-27 | 1 | -4/+4 | |
| | * | | | | | | | | s390/vdso: use system call functions | Heiko Carstens | 2021-07-27 | 1 | -18/+4 | |
| | * | | | | | | | | s390/syscall: provide generic system call functions | Heiko Carstens | 2021-07-27 | 1 | -0/+59 | |
| | * | | | | | | | | s390/cpacf: get rid of register asm | Heiko Carstens | 2021-07-27 | 1 | -97/+111 | |
| | * | | | | | | | | s390/debug: remove unused print defines | Heiko Carstens | 2021-07-27 | 1 | -34/+0 | |
| | * | | | | | | | | s390/uv: de-duplicate checks for Protected Host Virtualization | Alexander Egorenkov | 2021-07-27 | 2 | -34/+21 | |
| | * | | | | | | | | s390/boot: disable Secure Execution in dump mode | Alexander Egorenkov | 2021-07-27 | 3 | -0/+11 | |
| | * | | | | | | | | s390/boot: move uv function declarations to boot/uv.h | Alexander Egorenkov | 2021-07-27 | 4 | -8/+20 | |
| | * | | | | | | | | s390/jump_label: print real address in a case of a jump label bug | Heiko Carstens | 2021-07-27 | 1 | -1/+1 | |
| | * | | | | | | | | s390/mm: don't print hashed values for pte_ERROR() & friends | Heiko Carstens | 2021-07-27 | 1 | -5/+5 | |
| | * | | | | | | | | s390/mm: use pr_err() instead of printk() for pte_ERROR & friends | Heiko Carstens | 2021-07-27 | 1 | -5/+5 | |
| | * | | | | | | | | s390/sclp: use only one sclp early buffer to send commands | Alexander Egorenkov | 2021-07-27 | 3 | -4/+9 | |
| | * | | | | | | | | s390/cio: remove unused include linux/spinlock.h from cio.h | Alexander Egorenkov | 2021-07-27 | 4 | -1/+5 | |
| | * | | | | | | | | s390/boot: make stacks part of the decompressor's image | Alexander Egorenkov | 2021-07-27 | 4 | -17/+19 | |
| | * | | | | | | | | s390/boot: move all linker symbol declarations from c to h files | Alexander Egorenkov | 2021-07-27 | 5 | -13/+14 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | s390/pci: fix use after free of zpci_dev | Niklas Schnelle | 2021-08-18 | 2 | -0/+11 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge tag 's390-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-08-05 | 6 | -2/+7 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | s390: update defconfigs | Heiko Carstens | 2021-08-03 | 2 | -2/+2 | |
| | * | | | | | | s390/boot: fix zstd build for -march=z900 | Vasily Gorbik | 2021-07-30 | 2 | -0/+3 | |
| | * | | | | | | s390/vdso: add .got.plt in vdso linker script | Sumanth Korikkar | 2021-07-30 | 2 | -0/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-07-30 | 1 | -0/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2021-07-29 | 1 | -0/+5 | |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | | * | | | | | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2021-07-29 | 1 | -0/+5 | |
