| Commit message (Expand) | Author | Files | Lines |
2020-11-30 | s390/ap: let bus_register() add the AP bus sysfs attributes | Julian Wiedmann | 1 | -29/+24 |
2020-11-30 | s390/vdso: add missing prototypes for vdso functions | Heiko Carstens | 3 | -0/+16 |
2020-11-30 | s390/Kconfig: default PCI_NR_FUNCTIONS to 512 | Niklas Schnelle | 1 | -1/+1 |
2020-11-23 | s390/vdso: reimplement getcpu vdso syscall | Heiko Carstens | 8 | -2/+42 |
2020-11-23 | s390/mm: add debug user asce support | Heiko Carstens | 5 | -0/+35 |
2020-11-23 | s390/mm: use invalid asce instead of kernel asce | Heiko Carstens | 5 | -5/+13 |
2020-11-23 | s390/mm: remove set_fs / rework address space handling | Heiko Carstens | 21 | -375/+51 |
2020-11-23 | s390: fix fpu restore in entry.S | Sven Schnelle | 2 | -5/+7 |
2020-11-20 | init/Kconfig: make COMPILE_TEST depend on !S390 | Heiko Carstens | 1 | -1/+1 |
2020-11-20 | s390/vmem: make variable and function names consistent | Alexander Gordeev | 1 | -18/+18 |
2020-11-20 | s390/vmem: remove redundant check | Alexander Gordeev | 1 | -1/+1 |
2020-11-20 | s390/stp: let subsys_system_register() sysfs attributes | Julian Wiedmann | 1 | -30/+14 |
2020-11-20 | s390/decompressor: print cmdline and BEAR on pgm_check | Vasily Gorbik | 1 | -0/+7 |
2020-11-20 | s390/decompressor: add stacktrace support | Vasily Gorbik | 5 | -3/+32 |
2020-11-20 | s390/decompressor: add symbols support | Vasily Gorbik | 4 | -5/+97 |
2020-11-20 | s390/decompressor: correct some asm symbols annotations | Vasily Gorbik | 2 | -11/+12 |
2020-11-20 | s390/decompressor: add decompressor_printk | Vasily Gorbik | 2 | -78/+68 |
2020-11-20 | s390/ftrace: assume -mhotpatch or -mrecord-mcount always available | Vasily Gorbik | 4 | -81/+24 |
2020-11-20 | s390: unify identity mapping limits handling | Vasily Gorbik | 10 | -80/+109 |
2020-11-20 | s390/prng: let misc_register() add the prng sysfs attributes | Julian Wiedmann | 1 | -37/+16 |
2020-11-20 | s390/cio: fix kernel-doc markups in cio driver. | Mauro Carvalho Chehab | 2 | -2/+2 |
2020-11-20 | s390: add separate program check exit path | Heiko Carstens | 1 | -3/+11 |
2020-11-18 | s390/sclp: provide extended sccb support | Sumanth Korikkar | 6 | -11/+25 |
2020-11-18 | s390/sclp: avoid copy of sclp_info_sccb | Sumanth Korikkar | 3 | -8/+9 |
2020-11-18 | s390/sclp: use memblock for early read cpu info | Sumanth Korikkar | 1 | -22/+28 |
2020-11-18 | s390/pci: inform when missing required facilities | Niklas Schnelle | 1 | -1/+3 |
2020-11-12 | s390/mm: remove unused clear_user_asce() | Heiko Carstens | 1 | -7/+0 |
2020-11-12 | s390/cpum_sf.c: fix file permission for cpum_sfb_size | Thomas Richter | 1 | -1/+1 |
2020-11-12 | s390: update defconfigs | Heiko Carstens | 1 | -0/+1 |
2020-11-09 | s390/zcrypt/pkey: introduce zcrypt_wait_api_operational() function | Harald Freudenberger | 3 | -0/+83 |
2020-11-09 | s390/ap: ap bus userspace notifications for some bus conditions | Harald Freudenberger | 2 | -10/+166 |
2020-11-09 | s390/trng: set quality to 1024 | Christian Borntraeger | 1 | -3/+4 |
2020-11-09 | s390/pci: remove races against pte updates | Daniel Vetter | 1 | -41/+57 |
2020-11-09 | s390/early: rewrite program parameter setup in C | Vasily Gorbik | 2 | -6/+11 |
2020-11-09 | s390/kasan: move memory needs estimation into a function | Vasily Gorbik | 2 | -22/+34 |
2020-11-09 | s390/kasan: make kasan header self-contained | Vasily Gorbik | 1 | -0/+2 |
2020-11-09 | s390/kasan: remove obvious parameter with the only possible value | Vasily Gorbik | 3 | -5/+5 |
2020-11-09 | s390/kasan: avoid confusing naming | Vasily Gorbik | 1 | -9/+7 |
2020-11-09 | s390/decompressor: fix build warning | Vasily Gorbik | 1 | -1/+3 |
2020-11-09 | s390/mm: let vmalloc area size depend on physical memory size | Heiko Carstens | 3 | -1/+21 |
2020-11-09 | s390/mm: extend default vmalloc area size to 512GB | Heiko Carstens | 1 | -6/+6 |
2020-11-09 | s390: make sure vmemmap is top region table entry aligned | Vasily Gorbik | 1 | -4/+5 |
2020-11-09 | s390/kasan: remove 3-level paging support | Vasily Gorbik | 4 | -58/+11 |
2020-11-09 | s390: remove unused s390_base_ext_handler | Vasily Gorbik | 3 | -30/+2 |
2020-11-09 | s390/udelay: make it work for the early code | Vasily Gorbik | 3 | -0/+15 |
2020-11-09 | s390/head: set io/ext handlers to disabled wait | Vasily Gorbik | 1 | -1/+13 |
2020-11-09 | s390: fix system call exit path | Heiko Carstens | 1 | -0/+2 |
2020-11-09 | Linux 5.10-rc3v5.10-rc3 | Linus Torvalds | 1 | -1/+1 |
2020-11-08 | fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent | Eddy Wu | 1 | -5/+5 |
2020-11-08 | vt: Disable KD_FONT_OP_COPY | Daniel Vetter | 1 | -22/+2 |