Age | Commit message (Expand) | Author |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-12 | mm/parisc: use general page fault accounting | Peter Xu |
2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu |
2020-08-07 | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport |
2020-07-21 | parisc: Convert to BIT_MASK() and BIT_WORD() | Helge Deller |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-03 | parisc: simplify detection of memory zone boundaries | Mike Rapoport |
2020-05-29 | parisc: Fix kernel panic in mem_init() | Helge Deller |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu |
2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu |
2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu |
2020-01-27 | parisc: map_pages(): cleanup page table initialization | Mike Rapoport |
2020-01-14 | parisc: fix map_pages() to actually populate upper directory | Mike Rapoport |
2019-12-04 | parisc/hugetlb: use pgtable-nopXd instead of 4level-fixup | Helge Deller |
2019-12-04 | parisc: use pgtable-nopXd instead of 4level-fixup | Mike Rapoport |
2019-11-11 | parisc: remove __ioremap | Christoph Hellwig |
2019-10-14 | parisc: Fix vmap memory leak in ioremap()/iounmap() | Helge Deller |
2019-07-31 | parisc: Mark expected switch fall-throughs in fault.c | Helge Deller |
2019-07-09 | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-06-08 | parisc: add dynamic ftrace | Sven Schnelle |
2019-06-08 | parisc: add WARN_ON() to clear_fixmap | Sven Schnelle |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman |
2019-05-27 | signal: Remove task parameter from force_sig_mceerr | Eric W. Biederman |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-14 | Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2019-05-14 | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig |
2019-05-10 | parisc: Use __ro_after_init in init.c | Helge Deller |
2019-05-10 | parisc: Enable the ro_after_init feature | Helge Deller |
2019-05-03 | parisc: Update huge TLB page support to use per-pagetable spinlock | John David Anglin |
2019-05-03 | parisc: Allow live-patching of __meminit functions | Helge Deller |
2019-05-03 | parisc: Switch from DISCONTIGMEM to SPARSEMEM | Helge Deller |
2019-05-03 | parisc: add set_fixmap()/clear_fixmap() | Sven Schnelle |
2019-02-22 | parisc: use memblock_alloc() instead of custom get_memblock() | Mike Rapoport |
2019-01-05 | parisc: Remap hugepage-aligned pages in set_kernel_text_rw() | Helge Deller |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport |
2018-10-28 | parisc: Fix A500 boot crash | John David Anglin |
2018-10-17 | parisc: Add alternative coding infrastructure | Helge Deller |
2018-10-17 | parisc: Fix map_pages() to not overwrite existing pte entries | Helge Deller |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder |
2018-08-13 | parisc: merge pcx_dma_ops and pcxl_dma_ops | Christoph Hellwig |
2018-06-04 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-05-02 | parisc: Fix section mismatches | Helge Deller |
2018-04-25 | signal/parisc: Use force_sig_fault where appropriate | Eric W. Biederman |