index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
mm
/
init_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sparc64: Add 16GB hugepage support
Nitin Gupta
2017-08-15
1
-7
/
+47
*
sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8.
Vijay Kumar
2017-08-04
1
-1
/
+11
*
sparc64: recognize and support sparc M8 cpu type
Allen Pais
2017-08-04
1
-0
/
+2
*
sparc64: Register hugepages during arch init
Nitin Gupta
2017-07-20
1
-1
/
+24
*
sparc64: new context wrap
Pavel Tatashin
2017-06-06
1
-27
/
+54
*
sparc64: add per-cpu mm of secondary contexts
Pavel Tatashin
2017-06-06
1
-0
/
+1
*
sparc64: redefine first version
Pavel Tatashin
2017-06-06
1
-3
/
+3
*
sparc64: reset mm cpumask after wrap
Pavel Tatashin
2017-06-06
1
-0
/
+2
*
sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.
Liam R. Howlett
2017-06-06
1
-1
/
+2
*
sparc64: kern_addr_valid regression
bob picco
2017-03-27
1
-1
/
+1
*
sparc64: Add support for 2G hugepages
Nitin Gupta
2017-03-27
1
-0
/
+4
*
sparc64: memblock resizes are not handled properly
Pavel Tatashin
2017-02-23
1
-0
/
+6
*
sparc64: use latency groups to improve add_node_ranges speed
Pavel Tatashin
2017-02-23
1
-95
/
+113
*
sparc64: Add 64K page size support
Nitin Gupta
2017-02-23
1
-0
/
+4
*
sparc64: Multi-page size support
Nitin Gupta
2017-02-23
1
-1
/
+41
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
sparc64: fix compile warning section mismatch in find_node()
Thomas Tai
2016-11-14
1
-3
/
+3
*
sparc64: Fix find_node warning if numa node cannot be found
Thomas Tai
2016-11-10
1
-4
/
+61
*
sparc: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-10-06
1
-1
/
+1
*
sparc64: Fix irq stack bootmem allocation.
Atish Patra
2016-09-28
1
-16
/
+0
*
sparc64: fix section mismatch in find_numa_latencies_for_group
Paul Gortmaker
2016-09-28
1
-3
/
+3
*
sparc64: Trim page tables for 8M hugepages
Nitin Gupta
2016-07-29
1
-2
/
+4
*
sparc64 mm: Fix base TSB sizing when hugetlb pages are used
Mike Kravetz
2016-07-28
1
-1
/
+2
*
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
2016-06-24
1
-4
/
+2
*
sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
David S. Miller
2016-05-25
1
-3
/
+7
*
sparc64: Reduce TLB flushes during hugepte changes
Nitin Gupta
2016-05-20
1
-12
/
+0
*
sparc64: recognize and support Sonoma CPU type
Khalid Aziz
2016-04-21
1
-0
/
+3
*
arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM
Toshi Kani
2016-01-30
1
-4
/
+4
*
sparc64: Fix numa node distance initialization
Nitin Gupta
2016-01-14
1
-7
/
+8
*
sparc64: Fix numa distance values
Nitin Gupta
2015-11-04
1
-1
/
+69
*
mm/memblock: add extra "flags" to memblock to allow selection of memory based...
Tony Luck
2015-06-24
1
-2
/
+4
*
Merge branch 'linus' into sched/core, to resolve conflict
Ingo Molnar
2015-06-02
1
-21
/
+53
|
\
|
*
sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE
Khalid Aziz
2015-05-31
1
-21
/
+53
*
|
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-05-19
1
-1
/
+1
|
/
*
sparc: Fix /proc/kcore
David S. Miller
2015-03-18
1
-1
/
+1
*
mm/debug-pagealloc: make debug-pagealloc boottime configurable
Joonsoo Kim
2014-12-13
1
-1
/
+1
*
sparc64: Kill unnecessary tables and increase MAX_BANKS.
David S. Miller
2014-10-05
1
-23
/
+2
*
sparc64: Adjust vmalloc region size based upon available virtual address bits.
David S. Miller
2014-10-05
1
-11
/
+19
*
sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.
David S. Miller
2014-10-05
1
-1
/
+8
*
sparc64: Use kernel page tables for vmemmap.
David S. Miller
2014-10-05
1
-38
/
+34
*
sparc64: Fix physical memory management regressions with large max_phys_bits.
David S. Miller
2014-10-05
1
-225
/
+168
*
sparc64: Adjust KTSB assembler to support larger physical addresses.
David S. Miller
2014-10-05
1
-3
/
+25
*
sparc64: Define VA hole at run time, rather than at compile time.
David S. Miller
2014-10-05
1
-0
/
+21
*
sparc64: Switch to 4-level page tables.
David S. Miller
2014-10-05
1
-4
/
+27
*
sparc64: Fix reversed start/end in flush_tlb_kernel_range()
David S. Miller
2014-10-04
1
-2
/
+2
*
sparc64: mem boot option correction
bob picco
2014-09-16
1
-1
/
+48
*
sparc64: find_node adjustment
bob picco
2014-09-16
1
-1
/
+4
*
sparc64: Fix up merge thinko.
David S. Miller
2014-08-05
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
David S. Miller
2014-08-05
1
-0
/
+32
|
\
[next]