Age | Commit message (Expand) | Author |
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-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-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 |
2023-10-23 | s390/mm,fault: remove VM_FAULT_PFAULT | Heiko Carstens |
2023-10-23 | s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable() | Heiko Carstens |
2023-10-23 | s390/mm,fault: improve readability by using teid union | Heiko Carstens |
2023-10-23 | s390/mm: move translation-exception identification structure to fault.h | Heiko Carstens |
2023-10-23 | s390/mm,fault: use static key for store indication | Heiko Carstens |
2023-10-23 | s390/mm,fault: use get_fault_address() everywhere | Heiko Carstens |
2023-10-23 | s390/mm,fault: replace WARN_ON_ONCE() with unreachable() | Heiko Carstens |
2023-10-23 | s390/mm,fault: remove noinline attribute from all functions | Heiko Carstens |
2023-10-23 | s390/mm,fault: remove line break | Heiko Carstens |
2023-10-23 | s390/mm,fault: include linux/mmu_context.h | Heiko Carstens |
2023-10-23 | s390/mm,fault: have balanced braces, remove unnecessary blanks | Heiko Carstens |