| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/mm: use full 4KB page for 2KB PTE | Alexander Gordeev | 2023-11-05 | 4 | -262/+31 |
* | s390/cmma: rework no-dat handling | Heiko Carstens | 2023-11-05 | 5 | -131/+21 |
* | s390/cmma: move arch_set_page_dat() to header file | Heiko Carstens | 2023-11-05 | 6 | -16/+28 |
* | s390/cmma: move set_page_stable() and friends to header file | Heiko Carstens | 2023-11-05 | 2 | -42/+43 |
* | s390/cmma: move parsing of cmma kernel parameter to early boot code | Heiko Carstens | 2023-11-05 | 7 | -42/+58 |
* | s390/cmma: cleanup inline assemblies | Heiko Carstens | 2023-11-05 | 1 | -22/+26 |
* | s390: add USER_STACKTRACE support | Heiko Carstens | 2023-11-05 | 2 | -0/+44 |
* | s390/perf: implement perf_callchain_user() | Heiko Carstens | 2023-11-05 | 2 | -0/+48 |
* | s390/mm: add missing conversion to use ptdescs | Alexander Gordeev | 2023-11-05 | 2 | -3/+3 |
* | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2023-11-03 | 49 | -801/+993 |
|\ |
|
| * | s390: delete the unused store_prefix() function | Ilya Leoshkevich | 2023-10-25 | 1 | -8/+0 |
| * | s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir | Heiko Carstens | 2023-10-25 | 1 | -0/+6 |
| * | s390/cmma: fix detection of DAT pages | Heiko Carstens | 2023-10-25 | 1 | -3/+3 |
| * | s390/pai_crypto: remove per-cpu variable assignement in event initialization | Thomas Richter | 2023-10-25 | 1 | -1/+0 |
| * | s390/pai: initialize event count once at initialization | Thomas Richter | 2023-10-25 | 2 | -2/+0 |
| * | s390/pai_crypto: use PERF_ATTACH_TASK define for per task detection | Thomas Richter | 2023-10-25 | 2 | -2/+2 |
| * | s390/mm: add missing arch_set_page_dat() call to gmap allocations | Heiko Carstens | 2023-10-25 | 2 | -6/+19 |
| * | s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc() | Heiko Carstens | 2023-10-23 | 1 | -2/+6 |
| * | s390/cmma: fix initial kernel address space page table walk | Heiko Carstens | 2023-10-23 | 1 | -3/+10 |
| * | s390/diag: add missing virt_to_phys() translation to diag224() | Heiko Carstens | 2023-10-23 | 1 | -1/+2 |
| * | s390/mm,fault: move VM_FAULT_ERROR handling to do_exception() | Heiko Carstens | 2023-10-23 | 1 | -47/+34 |
| * | s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESS | Heiko Carstens | 2023-10-23 | 1 | -85/+51 |
| * | s390/mm,fault: remove VM_FAULT_SIGNAL | Heiko Carstens | 2023-10-23 | 1 | -10/+7 |
| * | s390/mm,fault: remove VM_FAULT_BADCONTEXT | Heiko Carstens | 2023-10-23 | 1 | -8/+16 |
| * | s390/mm,fault: simplify kfence fault handling | Heiko Carstens | 2023-10-23 | 1 | -8/+8 |
| * | s390/mm,fault: call do_fault_error() only from do_exception() | Heiko Carstens | 2023-10-23 | 1 | -19/+8 |
| * | s390/mm,fault: get rid of do_low_address() | Heiko Carstens | 2023-10-23 | 1 | -16/+9 |
| * | s390/mm,fault: remove VM_FAULT_PFAULT | Heiko Carstens | 2023-10-23 | 1 | -3/+1 |
| * | s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable() | Heiko Carstens | 2023-10-23 | 1 | -26/+19 |
| * | s390/mm,fault: improve readability by using teid union | Heiko Carstens | 2023-10-23 | 1 | -26/+23 |
| * | s390/mm: move translation-exception identification structure to fault.h | Heiko Carstens | 2023-10-23 | 2 | -31/+42 |
| * | s390/mm,fault: use static key for store indication | Heiko Carstens | 2023-10-23 | 1 | -4/+7 |
| * | s390/mm,fault: use get_fault_address() everywhere | Heiko Carstens | 2023-10-23 | 1 | -9/+7 |
| * | s390/mm,fault: replace WARN_ON_ONCE() with unreachable() | Heiko Carstens | 2023-10-23 | 1 | -2/+1 |
| * | s390/mm,fault: remove noinline attribute from all functions | Heiko Carstens | 2023-10-23 | 1 | -5/+5 |
| * | s390/mm,fault: remove line break | Heiko Carstens | 2023-10-23 | 1 | -2/+1 |
| * | s390/mm,fault: include linux/mmu_context.h | Heiko Carstens | 2023-10-23 | 1 | -1/+1 |
| * | s390/mm,fault: have balanced braces, remove unnecessary blanks | Heiko Carstens | 2023-10-23 | 1 | -6/+6 |
| * | s390/mm,fault: use pr_warn(), pr_cont(), ... instead of open-coding | Heiko Carstens | 2023-10-23 | 1 | -7/+5 |
| * | s390/mm,fault: use pr_warn_ratelimited() | Heiko Carstens | 2023-10-23 | 1 | -3/+2 |
| * | s390/mm,fault: use __ratelimit() instead of printk_ratelimit() | Heiko Carstens | 2023-10-23 | 1 | -1/+3 |
| * | s390/mm,fault: reverse x-mas tree coding style | Heiko Carstens | 2023-10-23 | 1 | -5/+5 |
| * | s390/mm,fault: remove and improve comments, adjust whitespace | Heiko Carstens | 2023-10-23 | 1 | -63/+23 |
| * | s390/pai_crypto: dynamically allocate percpu pai crypto map data structure | Thomas Richter | 2023-10-19 | 1 | -27/+100 |
| * | s390/mm: make vmemmap_free() only for CONFIG_MEMORY_HOTPLUG available | Heiko Carstens | 2023-10-19 | 1 | -0/+4 |
| * | s390/mm: remove __GFP_HIGHMEM masking | Heiko Carstens | 2023-10-19 | 1 | -2/+1 |
| * | s390/vmem: remove unused variable | Vasily Gorbik | 2023-10-16 | 1 | -2/+0 |
| * | s390: add support for DCACHE_WORD_ACCESS | Heiko Carstens | 2023-10-16 | 4 | -0/+45 |
| * | s390: provide word-at-a-time implementation | Heiko Carstens | 2023-10-16 | 1 | -0/+42 |
| * | s390/extable: reduce number of extable macros | Heiko Carstens | 2023-10-16 | 1 | -16/+7 |