Age | Commit message (Expand) | Author | Files | Lines |
7 days | Merge tag 's390-6.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 3 | -5/+5 |
2025-09-03 | s390: kexec: initialize kexec_buf struct | Breno Leitao | 3 | -5/+5 |
2025-08-28 | s390/cpum_cf: Deny all sampling events by counter PMU | Thomas Richter | 1 | -2/+2 |
2025-08-28 | s390/pai: Deny all events not handled by this PMU | Thomas Richter | 2 | -3/+3 |
2025-08-08 | Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -1/+7 |
2025-08-06 | s390/debug: Fix typo in debug_sprintf_format_fn() comment | Tigran Mkrtchyan | 1 | -1/+1 |
2025-08-03 | Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2025-07-31 | s390/mm: Set high_memory at the end of the identity mapping | Alexander Gordeev | 1 | -0/+6 |
2025-07-29 | Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 22 | -138/+151 |
2025-07-29 | Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+5 |
2025-07-29 | Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -10/+10 |
2025-07-28 | Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2025-07-28 | Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee... | Linus Torvalds | 1 | -21/+21 |
2025-07-21 | stackleak: Rename STACKLEAK to KSTACK_ERASE | Kees Cook | 1 | -1/+1 |
2025-07-21 | s390/stp: Default to enabled | Sven Schnelle | 1 | -2/+1 |
2025-07-21 | s390/stp: Remove leap second support | Sven Schnelle | 1 | -77/+0 |
2025-07-21 | s390/time: Remove in-kernel time steering | Sven Schnelle | 1 | -36/+3 |
2025-07-21 | s390/smp: Use monotonic clock in smp_emergency_stop() | Sven Schnelle | 1 | -3/+3 |
2025-07-19 | Add a new optional ",cma" suffix to the crashkernel= command line option | Jiri Bohac | 1 | -1/+1 |
2025-07-16 | s390/pai_crypto: Rename PAI Crypto event 4210 | Thomas Richter | 1 | -1/+1 |
2025-07-14 | s390/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names | Dave Martin | 1 | -21/+21 |
2025-07-14 | smpboot: introduce SDTL_INIT() helper to tidy sched topology setup | Li Chen | 1 | -5/+5 |
2025-07-10 | s390/stp: Remove udelay from stp_sync_clock() | Sven Schnelle | 1 | -1/+1 |
2025-07-09 | s390/early: Copy last breaking event address to pt_regs | Heiko Carstens | 1 | -0/+1 |
2025-07-02 | fs: introduce file_getattr and file_setattr syscalls | Andrey Albershteyn | 1 | -0/+2 |
2025-06-30 | s390/smp: Remove conditional emergency signal order code usage | Heiko Carstens | 1 | -4/+1 |
2025-06-29 | Merge branch 'uaccess-key' into features | Alexander Gordeev | 3 | -1/+56 |
2025-06-29 | s390/skey: Provide infrastructure for executing with non-default access key | Heiko Carstens | 3 | -1/+56 |
2025-06-26 | s390/nmi: Print additional information | Heiko Carstens | 2 | -5/+73 |
2025-06-17 | s390: Remove unnecessary include <linux/export.h> | Heiko Carstens | 8 | -8/+0 |
2025-06-17 | s390: Explicitly include <linux/export.h> | Heiko Carstens | 8 | -0/+11 |
2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 2 | -10/+10 |
2025-06-07 | Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2025-06-07 | arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds | Masahiro Yamada | 1 | -1/+1 |
2025-06-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -19/+78 |
2025-05-28 | Merge tag 'kvm-s390-next-6.16-1' of https://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 1 | -19/+78 |
2025-05-28 | KVM: s390: Simplify and move pv code | Claudio Imbrenda | 1 | -6/+6 |
2025-05-28 | s390/uv: Improve splitting of large folios that cannot be split while dirty | David Hildenbrand | 1 | -6/+60 |
2025-05-28 | s390/uv: Always return 0 from s390_wiggle_split_folio() if successful | David Hildenbrand | 1 | -10/+12 |
2025-05-28 | s390/uv: Don't return 0 from make_hva_secure() if the operation was not succe... | David Hildenbrand | 1 | -1/+4 |
2025-05-26 | Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -6/+1 |
2025-05-26 | Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 12 | -112/+49 |
2025-05-21 | s390/perf: Remove driver-specific throttle support | Kan Liang | 2 | -6/+1 |
2025-05-17 | s390/ptrace: Always inline regs_get_kernel_stack_nth() and regs_get_register() | Heiko Carstens | 1 | -33/+0 |
2025-05-05 | s390/entry: Fix last breaking event handling in case of stack corruption | Heiko Carstens | 1 | -1/+2 |
2025-04-30 | s390: Simple strcpy() to strscpy() conversions | Heiko Carstens | 2 | -9/+9 |
2025-04-30 | s390/uv: Remove uv_get_secret_metadata function | Harald Freudenberger | 1 | -30/+0 |
2025-04-30 | s390/uv: Rename find_secret() to uv_find_secret() and publish | Harald Freudenberger | 1 | -5/+14 |
2025-04-30 | s390/cpumf: Adjust number of leading zeroes for z15 attributes | Thomas Richter | 1 | -2/+2 |
2025-04-17 | s390: Remove optional third argument of strscpy() if possible | Heiko Carstens | 3 | -3/+3 |