Age | Commit message (Expand) | Author | Files | Lines |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -1/+1 |
2020-10-02 | s390/startup: correct early pgm check info formatting | Vasily Gorbik | 1 | -1/+2 |
2020-10-02 | s390/nvme: support firmware-assisted dump to NVMe disks | Alexander Egorenkov | 1 | -3/+12 |
2020-10-02 | s390/ipl: support NVMe IPL kernel parameters | Alexander Egorenkov | 1 | -8/+23 |
2020-09-30 | s390/startup: add kaslr_offset to pgm check info print | Vasily Gorbik | 1 | -0/+8 |
2020-09-30 | s390/startup: correct "dfltcc" option parsing | Vasily Gorbik | 1 | -1/+1 |
2020-09-29 | s390/startup: avoid save_area_sync overflow | Vasily Gorbik | 1 | -10/+11 |
2020-09-29 | s390: remove unused _swsusp_reset_dma | Vasily Gorbik | 2 | -19/+0 |
2020-09-29 | s390/kaslr: correct and explain randomization base generation | Vasily Gorbik | 1 | -38/+92 |
2020-09-29 | s390/kaslr: avoid mixing valid random value and an error code | Vasily Gorbik | 1 | -5/+5 |
2020-09-21 | s390/boot: avoid unnecessary zeroing of .bss section | Vasily Gorbik | 1 | -6/+0 |
2020-09-16 | s390/protvirt: parse prot_virt option in the decompressor | Vasily Gorbik | 2 | -0/+11 |
2020-09-16 | s390/boot: enable .bss section for compressed kernel | Alexander Egorenkov | 7 | -20/+24 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2 | -2/+2 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2 | -2/+2 |
2020-04-25 | s390/protvirt: fix compilation issue | Claudio Imbrenda | 1 | -2/+0 |
2020-04-04 | Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -11/+6 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -0/+2 |
2020-03-31 | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 2 | -2/+2 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2 | -0/+2 |
2020-02-27 | s390/protvirt: introduce host side setup | Vasily Gorbik | 2 | -1/+21 |
2020-02-19 | s390/arch: install kernels with their proper version ID | Stefan Raspl | 1 | -11/+6 |
2020-02-17 | s390: make 'install' not depend on vmlinux | Masahiro Yamada | 1 | -1/+1 |
2020-02-17 | s390/kaslr: Fix casts in get_random | Nathan Chancellor | 1 | -1/+1 |
2020-02-11 | s390/uv: Fix handling of length extensions | Christian Borntraeger | 1 | -1/+2 |
2020-01-31 | s390/boot: add dfltcc= kernel command line parameter | Mikhail Zaslonko | 1 | -0/+14 |
2020-01-31 | s390/boot: rename HEAP_SIZE due to name collision | Mikhail Zaslonko | 1 | -4/+4 |
2020-01-22 | s390: fix __EMIT_BUG() macro | Sven Schnelle | 1 | -1/+1 |
2019-11-30 | s390/kaslr: store KASLR offset for early dumps | Gerald Schaefer | 1 | -0/+5 |
2019-11-25 | Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -1/+1 |
2019-10-31 | s390/boot: fix section name escaping | Nick Desaulniers | 1 | -1/+1 |
2019-10-22 | s390/kaslr: add support for R_390_GLOB_DAT relocation type | Gerald Schaefer | 1 | -3/+11 |
2019-09-17 | Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 10 | -24/+172 |
2019-09-13 | s390/startup: add pgm check info printing | Vasily Gorbik | 4 | -2/+101 |
2019-08-26 | s390/kaslr: reserve memory for kasan usage | Vasily Gorbik | 1 | -8/+33 |
2019-08-26 | s390/mem_detect: provide single get_mem_detect_end | Vasily Gorbik | 1 | -7/+0 |
2019-08-26 | s390/startup: correct command line options parsing | Vasily Gorbik | 1 | -3/+3 |
2019-08-21 | s390/startup: round down "mem" option to page boundary | Vasily Gorbik | 1 | -1/+1 |
2019-08-21 | s390/startup: adjust _sdma and _edma to page boundaries | Vasily Gorbik | 1 | -1/+2 |
2019-08-21 | s390: clean .bss before running uncompressed kernel | Vasily Gorbik | 1 | -0/+6 |
2019-08-21 | s390/startup: purge obsolete .gitignore patterns | Vasily Gorbik | 1 | -3/+0 |
2019-08-21 | s390/startup: add initial pgm check handler | Vasily Gorbik | 1 | -1/+23 |
2019-08-21 | s390: move vmalloc option parsing to startup code | Vasily Gorbik | 1 | -0/+5 |
2019-08-06 | s390/protvirt: avoid memory sharing for diag 308 set/store | Vasily Gorbik | 1 | -2/+0 |
2019-07-29 | s390/boot: add missing declarations and includes | Vasily Gorbik | 2 | -0/+2 |
2019-07-23 | s390: enable detection of kernel version from bzImage | Vasily Gorbik | 4 | -1/+10 |
2019-05-07 | s390/boot: fix compiler error due to missing awk strtonum | Martin Schwidefsky | 2 | -1/+2 |
2019-05-03 | s390: fix clang -Wpointer-sign warnigns in boot code | Arnd Bergmann | 1 | -1/+1 |
2019-05-03 | s390: only build for new CPUs with clang | Arnd Bergmann | 1 | -6/+12 |
2019-05-02 | s390: simplify disabled_wait | Martin Schwidefsky | 2 | -2/+2 |