Age | Commit message (Expand) | Author | Files | Lines |
2017-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 1 | -2/+2 |
2017-07-10 | lib/extable.c: use bsearch() library function in search_extable() | Thomas Meyer | 1 | -14/+14 |
2017-07-06 | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 1 | -1/+2 |
2017-06-25 | sparc64: Fix gup_huge_pmd | Nitin Gupta | 1 | -2/+2 |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins | 1 | -1/+1 |
2017-06-06 | sparc64: delete old wrap code | Pavel Tatashin | 1 | -5/+0 |
2017-06-06 | sparc64: new context wrap | Pavel Tatashin | 1 | -27/+54 |
2017-06-06 | sparc64: add per-cpu mm of secondary contexts | Pavel Tatashin | 1 | -0/+1 |
2017-06-06 | sparc64: redefine first version | Pavel Tatashin | 1 | -3/+3 |
2017-06-06 | sparc64: reset mm cpumask after wrap | Pavel Tatashin | 1 | -0/+2 |
2017-06-06 | sparc/mm/hugepages: Fix setup_hugepagesz for invalid values. | Liam R. Howlett | 1 | -1/+2 |
2017-06-06 | sparc64: mm: fix copy_tsb to correctly copy huge page TSBs | Mike Kravetz | 1 | -2/+5 |
2017-05-17 | sparc: Fix -Wstringop-overflow warning | Orlando Arias | 1 | -1/+1 |
2017-04-18 | sparc64: Fix hugepage page table free | Nitin Gupta | 1 | -0/+16 |
2017-04-06 | sparc32: Export vac_cache_size to fix build error | Guenter Roeck | 1 | -0/+1 |
2017-04-06 | sparc64: Fix memory corruption when THP is enabled | Nitin Gupta | 2 | -5/+5 |
2017-03-27 | sparc64: kern_addr_valid regression | bob picco | 1 | -1/+1 |
2017-03-27 | sparc64: Add support for 2G hugepages | Nitin Gupta | 2 | -0/+11 |
2017-03-27 | sparc64: Fix size check in huge_pte_alloc | Nitin Gupta | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 1 | -0/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar | 1 | -0/+1 |
2017-02-24 | sparc64: Fix build error in flush_tsb_user_page | Nitin Gupta | 2 | -6/+19 |
2017-02-23 | sparc64: memblock resizes are not handled properly | Pavel Tatashin | 1 | -0/+6 |
2017-02-23 | sparc64: use latency groups to improve add_node_ranges speed | Pavel Tatashin | 1 | -95/+113 |
2017-02-23 | sparc64: Add 64K page size support | Nitin Gupta | 3 | -13/+50 |
2017-02-23 | sparc64: Multi-page size support | Nitin Gupta | 4 | -33/+230 |
2017-02-23 | sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structures | Bhumika Goyal | 1 | -3/+3 |
2017-02-22 | arch, mm: remove arch specific show_mem | Michal Hocko | 1 | -11/+0 |
2017-01-26 | sparc: migrate exception table users onto extable.h | Paul Gortmaker | 1 | -0/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
2016-11-14 | sparc64: fix compile warning section mismatch in find_node() | Thomas Tai | 1 | -3/+3 |
2016-11-10 | sparc64: Fix find_node warning if numa node cannot be found | Thomas Tai | 1 | -4/+61 |
2016-10-27 | sparc64: Handle extremely large kernel TLB range flushes more gracefully. | David S. Miller | 1 | -55/+228 |
2016-10-26 | sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c... | David S. Miller | 1 | -12/+30 |
2016-10-26 | sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending. | David S. Miller | 1 | -1/+1 |
2016-10-25 | sparc64: Handle extremely large kernel TSB range flushes sanely. | David S. Miller | 1 | -0/+17 |
2016-10-25 | sparc64: Fix illegal relative branches in hypervisor patched TLB code. | David S. Miller | 1 | -14/+51 |
2016-10-18 | mm: replace get_user_pages_unlocked() write/force parameters with gup_flags | Lorenzo Stoakes | 1 | -1/+2 |
2016-10-06 | sparc: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2 | -2/+2 |
2016-09-28 | sparc64: Fix irq stack bootmem allocation. | Atish Patra | 1 | -16/+0 |
2016-09-28 | sparc64 mm: Fix more TSB sizing issues | Mike Kravetz | 3 | -10/+44 |
2016-09-28 | sparc64: fix section mismatch in find_numa_latencies_for_group | Paul Gortmaker | 1 | -3/+3 |
2016-07-29 | sparc64: Trim page tables for 8M hugepages | Nitin Gupta | 3 | -58/+118 |
2016-07-28 | sparc64 mm: Fix base TSB sizing when hugetlb pages are used | Mike Kravetz | 5 | -14/+17 |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 2 | -3/+3 |
2016-06-24 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 1 | -4/+2 |
2016-05-25 | sparc64: Take ctx_alloc_lock properly in hugetlb_setup(). | David S. Miller | 1 | -3/+7 |
2016-05-20 | sparc64: Reduce TLB flushes during hugepte changes | Nitin Gupta | 4 | -39/+63 |
2016-05-20 | sparc32: drop superfluous cast in calls to __nocache_pa() | Sam Ravnborg | 1 | -2/+2 |