Age | Commit message (Expand) | Author | Files | Lines |
2022-08-06 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -0/+24 |
2022-08-01 | parisc: Drop zero variable initialisations in mm/init.c | Jason Wang | 1 | -1/+1 |
2022-08-01 | parisc: Fix comment typo in fault.c | Jason Wang | 1 | -1/+1 |
2022-07-18 | parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -0/+20 |
2022-06-17 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
2022-05-23 | parisc: Prevent ldil() to sign-extend into upper 32 bits | Helge Deller | 1 | -0/+6 |
2022-05-17 | parisc: Disable debug code regarding cache flushes in handle_nadtlb_fault() | John David Anglin | 1 | -2/+4 |
2022-03-11 | parisc: Fix handling off probe non-access faults | John David Anglin | 1 | -0/+89 |
2022-01-28 | parisc: Drop __init from map_pages declaration | John David Anglin | 1 | -5/+4 |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -10/+8 |
2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -10/+8 |
2022-01-07 | parisc: Enhance page fault termination message | John David Anglin | 1 | -4/+10 |
2022-01-07 | parisc: Don't call faulthandler_disabled() in do_page_fault() | John David Anglin | 1 | -3/+0 |
2022-01-07 | parisc: Switch user access functions to signal errors in r29 instead of r8 | Helge Deller | 1 | -3/+3 |
2021-11-01 | parisc: Fix set_fixmap() on PA1.x CPUs | Helge Deller | 1 | -4/+1 |
2021-11-01 | parisc: Use swap() to swap values in setup_bootmem() | Yihao Han | 1 | -5/+1 |
2021-10-31 | parisc: fix warning in flush_tlb_all | Sven Schnelle | 1 | -2/+2 |
2021-10-31 | parisc: make parisc_acctyp() available outside of faults.c | Helge Deller | 1 | -1/+1 |
2021-08-30 | parisc: Rename PMD_ORDER to PMD_TABLE_ORDER | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2021-05-05 | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() | Peter Xu | 1 | -1/+1 |
2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 1 | -2/+0 |
2021-02-12 | parisc: Optimize per-pagetable spinlocks | Helge Deller | 2 | -18/+5 |
2020-10-26 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -3/+3 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-08-12 | mm/parisc: use general page fault accounting | Peter Xu | 1 | -5/+3 |
2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu | 1 | -1/+1 |
2020-08-07 | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport | 1 | -5/+0 |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 2 | -2/+1 |
2020-07-21 | parisc: Convert to BIT_MASK() and BIT_WORD() | Helge Deller | 1 | -6/+6 |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -4/+4 |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 1 | -5/+1 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
2020-06-04 | parisc: simplify detection of memory zone boundaries | Mike Rapoport | 1 | -19/+3 |
2020-05-29 | parisc: Fix kernel panic in mem_init() | Helge Deller | 1 | -1/+1 |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 1 | -3/+1 |
2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 1 | -1/+1 |
2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu | 1 | -1/+1 |
2020-01-27 | parisc: map_pages(): cleanup page table initialization | Mike Rapoport | 1 | -38/+12 |
2020-01-14 | parisc: fix map_pages() to actually populate upper directory | Mike Rapoport | 1 | -1/+1 |
2019-12-05 | parisc/hugetlb: use pgtable-nopXd instead of 4level-fixup | Helge Deller | 1 | -6/+12 |
2019-12-05 | parisc: use pgtable-nopXd instead of 4level-fixup | Mike Rapoport | 1 | -3/+7 |
2019-11-11 | parisc: remove __ioremap | Christoph Hellwig | 1 | -6/+4 |
2019-10-14 | parisc: Fix vmap memory leak in ioremap()/iounmap() | Helge Deller | 1 | -5/+7 |
2019-07-31 | parisc: Mark expected switch fall-throughs in fault.c | Helge Deller | 1 | -0/+1 |
2019-07-09 | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+5 |
2019-07-09 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2019-06-08 | parisc: add dynamic ftrace | Sven Schnelle | 1 | -2/+2 |
2019-06-08 | parisc: add WARN_ON() to clear_fixmap | Sven Schnelle | 1 | -0/+3 |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -1/+1 |