| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | add includes masked by cgroup -> bpf dependency | Jakub Kicinski | 2021-12-16 | 1 | -0/+1 |
| |/ |
|
* | | s390/mm: check 2KB-fragment page on release | Alexander Gordeev | 2021-12-16 | 1 | -11/+30 |
* | | s390/mm: better annotate 2KB pagetable fragments handling | Alexander Gordeev | 2021-12-16 | 1 | -20/+107 |
* | | s390/mm: fix 2KB pgtable release race | Alexander Gordeev | 2021-12-16 | 1 | -1/+3 |
* | | s390/sclp: release SCLP early buffer after kernel initialization | Alexander Egorenkov | 2021-12-16 | 1 | -0/+3 |
* | | s390/pgalloc: use pointers instead of unsigned long values | Heiko Carstens | 2021-12-10 | 1 | -32/+32 |
* | | s390/pgalloc: add virt/phys address handling to base asce functions | Heiko Carstens | 2021-12-10 | 1 | -13/+13 |
* | | s390/cmm: add missing virt_to_phys() conversion | Heiko Carstens | 2021-12-10 | 1 | -1/+1 |
* | | s390/mm: add missing phys_to_virt translation to page table dumper | Heiko Carstens | 2021-12-10 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2021-11-10 | 1 | -2/+0 |
|\ |
|
| * | exit: Remove calls of do_exit after noreturn versions of die | Eric W. Biederman | 2021-10-20 | 1 | -2/+0 |
* | | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-11-06 | 4 | -14/+25 |
|\ \ |
|
| * | | s390: add support for BEAR enhancement facility | Sven Schnelle | 2021-10-26 | 2 | -5/+19 |
| * | | s390/pgtable: use physical address for Page-Table Origin | Alexander Gordeev | 2021-10-26 | 1 | -2/+2 |
| * | | s390/cmm: use string_upper() instead of open coded variant | Andy Shevchenko | 2021-10-11 | 1 | -7/+4 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-06 | 2 | -4/+1 |
|\ \ |
|
| * | | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 2021-11-06 | 1 | -1/+1 |
| * | | s390: use generic version of arch_is_kernel_initmem_freed() | Christophe Leroy | 2021-11-06 | 1 | -3/+0 |
| |/ |
|
* | | KVM: s390: pv: properly handle page flags for protected guests | Claudio Imbrenda | 2021-10-27 | 1 | -1/+3 |
* | | s390/mm: optimize reset_guest_reference_bit() | David Hildenbrand | 2021-10-25 | 1 | -2/+12 |
* | | s390/mm: optimize set_guest_storage_key() | David Hildenbrand | 2021-10-25 | 1 | -2/+12 |
* | | s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present | David Hildenbrand | 2021-10-25 | 1 | -12/+3 |
* | | s390/mm: fix VMA and page table handling code in storage key handling functions | David Hildenbrand | 2021-10-25 | 1 | -18/+39 |
* | | s390/mm: validate VMA in PGSTE manipulation functions | David Hildenbrand | 2021-10-25 | 1 | -0/+13 |
* | | s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap() | David Hildenbrand | 2021-10-25 | 1 | -2/+3 |
* | | s390/gmap: validate VMA in __gmap_zap() | David Hildenbrand | 2021-10-25 | 1 | -0/+6 |
|/ |
|
* | Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-09-09 | 2 | -8/+7 |
|\ |
|
| * | s390/mm: fix kernel doc comments | Heiko Carstens | 2021-09-07 | 2 | -8/+7 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-08 | 1 | -2/+1 |
|\ \ |
|
| * | | mm/memory_hotplug: remove nid parameter from arch_remove_memory() | David Hildenbrand | 2021-09-08 | 1 | -2/+1 |
* | | | Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly" | Linus Torvalds | 2021-09-07 | 1 | -1/+1 |
* | | | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-09-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | s390/pv: fix the forcing of the swiotlb | Halil Pasic | 2021-07-23 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | mm/gup: remove try_get_page(), call try_get_compound_head() directly | John Hubbard | 2021-09-03 | 1 | -1/+1 |
| |/ |
|
* | | s390/mm,pageattr: fix walk_pte_level() early exit | Heiko Carstens | 2021-08-25 | 1 | -1/+1 |
* | | s390/kasan: fix large PMD pages address alignment check | Alexander Gordeev | 2021-08-25 | 1 | -21/+20 |
* | | s390/mm: remove unused cmma functions | David Hildenbrand | 2021-08-18 | 1 | -43/+0 |
* | | s390: rename dma section to amode31 | Heiko Carstens | 2021-08-05 | 2 | -3/+3 |
* | | s390/mm: use page_to_virt() in __kernel_map_pages() | Heiko Carstens | 2021-08-05 | 1 | -1/+1 |
* | | s390: replace deprecated CPU-hotplug functions | Sebastian Andrzej Siewior | 2021-08-05 | 1 | -2/+2 |
* | | s390: add kfence region to pagetable dumper | Sven Schnelle | 2021-07-30 | 1 | -0/+16 |
* | | s390: add support for KFENCE | Sven Schnelle | 2021-07-30 | 3 | -4/+11 |
* | | s390/mm: implement set_memory_4k() | Heiko Carstens | 2021-07-30 | 1 | -2/+12 |
* | | s390/boot: introduce boot data 'initrd_data' | Alexander Egorenkov | 2021-07-27 | 1 | -1/+1 |
|/ |
|
* | s390/mm: use call_on_stack() macro | Heiko Carstens | 2021-07-08 | 1 | -4/+9 |
* | s390/signal: remove sigreturn on stack | Sven Schnelle | 2021-07-08 | 1 | -23/+0 |
* | s390: mm: Fix secure storage access exception handling | Janosch Frank | 2021-07-05 | 1 | -0/+26 |
* | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-07-04 | 3 | -45/+21 |
|\ |
|
| * | s390/mm,pages-states: get rid of register asm | Heiko Carstens | 2021-06-28 | 1 | -6/+6 |