Age | Commit message (Expand) | Author |
2023-11-22 | s390: remove odd comment | Heiko Carstens |
2023-11-22 | s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init() | Mikhail Zaslonko |
2023-11-22 | s390/pai: cleanup event initialization | Thomas Richter |
2023-11-10 | kprobes: unify kprobes_exceptions_nofify() prototypes | Arnd Bergmann |
2023-11-09 | Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-11-08 | Merge tag 's390-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2023-11-05 | s390/mm: make pte_free_tlb() similar to pXd_free_tlb() | Alexander Gordeev |
2023-11-05 | s390/mm: use compound page order to distinguish page tables | Alexander Gordeev |
2023-11-05 | s390/mm: use full 4KB page for 2KB PTE | Alexander Gordeev |
2023-11-05 | s390/cmma: rework no-dat handling | Heiko Carstens |
2023-11-05 | s390/cmma: move arch_set_page_dat() to header file | Heiko Carstens |
2023-11-05 | s390/cmma: move set_page_stable() and friends to header file | Heiko Carstens |
2023-11-05 | s390/cmma: move parsing of cmma kernel parameter to early boot code | Heiko Carstens |
2023-11-05 | s390/cmma: cleanup inline assemblies | Heiko Carstens |
2023-11-05 | s390: add USER_STACKTRACE support | Heiko Carstens |
2023-11-05 | s390/perf: implement perf_callchain_user() | Heiko Carstens |
2023-11-05 | s390/mm: add missing conversion to use ptdescs | Alexander Gordeev |
2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2023-11-03 | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-11-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2023-11-01 | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2023-11-01 | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-10-31 | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-10-31 | Merge tag 'kvm-s390-next-6.7-1' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini |
2023-10-30 | Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr... | Linus Torvalds |
2023-10-30 | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-10-30 | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2023-10-28 | kbuild: unify vdso_install rules | Masahiro Yamada |
2023-10-27 | Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ... | Joerg Roedel |
2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-10-25 | s390: delete the unused store_prefix() function | Ilya Leoshkevich |
2023-10-25 | s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir | Heiko Carstens |
2023-10-25 | s390/cmma: fix detection of DAT pages | Heiko Carstens |
2023-10-25 | s390/pai_crypto: remove per-cpu variable assignement in event initialization | Thomas Richter |
2023-10-25 | s390/pai: initialize event count once at initialization | Thomas Richter |
2023-10-25 | s390/pai_crypto: use PERF_ATTACH_TASK define for per task detection | Thomas Richter |
2023-10-25 | s390/mm: add missing arch_set_page_dat() call to gmap allocations | Heiko Carstens |
2023-10-23 | s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc() | Heiko Carstens |
2023-10-23 | s390/cmma: fix initial kernel address space page table walk | Heiko Carstens |
2023-10-23 | s390/diag: add missing virt_to_phys() translation to diag224() | Heiko Carstens |
2023-10-23 | s390/mm,fault: move VM_FAULT_ERROR handling to do_exception() | Heiko Carstens |
2023-10-23 | s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESS | Heiko Carstens |
2023-10-23 | s390/mm,fault: remove VM_FAULT_SIGNAL | Heiko Carstens |
2023-10-23 | s390/mm,fault: remove VM_FAULT_BADCONTEXT | Heiko Carstens |
2023-10-23 | s390/mm,fault: simplify kfence fault handling | Heiko Carstens |
2023-10-23 | s390/mm,fault: call do_fault_error() only from do_exception() | Heiko Carstens |
2023-10-23 | s390/mm,fault: get rid of do_low_address() | Heiko Carstens |