Age | Commit message (Expand) | Author |
2018-08-21 | sparc32: split ramdisk detection and reservation to a helper function | Mike Rapoport |
2018-08-21 | sparc32: switch to NO_BOOTMEM | Mike Rapoport |
2018-08-21 | sparc: mm/init_32: kill trailing whitespace | Mike Rapoport |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder |
2018-07-30 | sparc: move MSI related definitions to where they are used | Thomas Petazzoni |
2018-06-15 | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX | Stefan Agner |
2018-04-25 | signal/sparc: Use force_sig_fault where appropriate | Eric W. Biederman |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman |
2018-04-13 | mm/gup.c: document return value | Michael S. Tsirkin |
2018-04-05 | mm: fix races between swapoff and flush dcache | Huang Ying |
2018-03-18 | sparc64: Add support for ADI (Application Data Integrity) | Khalid Aziz |
2018-03-15 | sparc64: Fix regression in pmdp_invalidate(). | David S. Miller |
2018-02-06 | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-31 | sparc64: update pmdp_invalidate() to return old pmd value | Nitin Gupta |
2018-01-08 | mm: pass the vmem_altmap to vmemmap_free | Christoph Hellwig |
2018-01-08 | mm: pass the vmem_altmap to vmemmap_populate | Christoph Hellwig |
2017-12-19 | Do not hash userspace addresses in fault handlers | Kees Cook |
2017-12-15 | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" | Linus Torvalds |
2017-11-29 | mm: replace pmd_write with pmd_access_permitted in fault + gup paths | Dan Williams |
2017-11-29 | mm: replace pud_write with pud_access_permitted in fault + gup paths | Dan Williams |
2017-11-15 | mm: remove cold parameter from free_hot_cold_page* | Mel Gorman |
2017-11-15 | sparc64: simplify vmemmap_populate | Pavel Tatashin |
2017-11-15 | sparc64/mm: set fields in deferred pages | Pavel Tatashin |
2017-11-15 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) |
2017-11-15 | mm: introduce wrappers to access mm->nr_ptes | Kirill A. Shutemov |
2017-11-15 | mm: account pud page tables | Kirill A. Shutemov |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-15 | sparc64: Cleanup hugepage table walk functions | Nitin Gupta |
2017-08-15 | sparc64: Add 16GB hugepage support | Nitin Gupta |
2017-08-15 | sparc64: Support huge PUD case in get_user_pages | Nitin Gupta |
2017-08-04 | sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8. | Vijay Kumar |
2017-08-04 | sparc64: recognize and support sparc M8 cpu type | Allen Pais |
2017-07-20 | sparc64: Register hugepages during arch init | Nitin Gupta |
2017-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds |
2017-07-10 | lib/extable.c: use bsearch() library function in search_extable() | Thomas Meyer |
2017-07-06 | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal |
2017-06-25 | sparc64: Fix gup_huge_pmd | Nitin Gupta |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins |
2017-06-06 | sparc64: delete old wrap code | Pavel Tatashin |
2017-06-06 | sparc64: new context wrap | Pavel Tatashin |
2017-06-06 | sparc64: add per-cpu mm of secondary contexts | Pavel Tatashin |
2017-06-06 | sparc64: redefine first version | Pavel Tatashin |
2017-06-06 | sparc64: reset mm cpumask after wrap | Pavel Tatashin |
2017-06-06 | sparc/mm/hugepages: Fix setup_hugepagesz for invalid values. | Liam R. Howlett |
2017-06-06 | sparc64: mm: fix copy_tsb to correctly copy huge page TSBs | Mike Kravetz |
2017-05-17 | sparc: Fix -Wstringop-overflow warning | Orlando Arias |
2017-04-18 | sparc64: Fix hugepage page table free | Nitin Gupta |
2017-04-06 | sparc32: Export vac_cache_size to fix build error | Guenter Roeck |
2017-04-06 | sparc64: Fix memory corruption when THP is enabled | Nitin Gupta |
2017-03-27 | sparc64: kern_addr_valid regression | bob picco |