Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9f21c67da6a62aa082a1f20feb983ab5ed89a915
/
arch
/
sparc
/
mm
/
init_64.c
fc6daaf
mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute
by Tony Luck
· 9 years ago
f407a82
Merge branch 'linus' into sched/core, to resolve conflict
by Ingo Molnar
· 9 years ago
494e5b6
sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE
by Khalid Aziz
· 9 years ago
70ffdb9
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
by David Hildenbrand
· 10 years ago
3c08158
sparc: Fix /proc/kcore
by David S. Miller
· 10 years ago
031bc57
mm/debug-pagealloc: make debug-pagealloc boottime configurable
by Joonsoo Kim
· 10 years ago
d195b71
sparc64: Kill unnecessary tables and increase MAX_BANKS.
by David S. Miller
· 10 years ago
bb4e6e8
sparc64: Adjust vmalloc region size based upon available virtual address bits.
by David S. Miller
· 10 years ago
7c0fa0f
sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.
by David S. Miller
· 10 years ago
c06240c
sparc64: Use kernel page tables for vmemmap.
by David S. Miller
· 10 years ago
0dd5b7b
sparc64: Fix physical memory management regressions with large max_phys_bits.
by David S. Miller
· 10 years ago
8c82dc0
sparc64: Adjust KTSB assembler to support larger physical addresses.
by David S. Miller
· 10 years ago
4397bed
sparc64: Define VA hole at run time, rather than at compile time.
by David S. Miller
· 10 years ago
ac55c76
sparc64: Switch to 4-level page tables.
by David S. Miller
· 10 years ago
473ad7f
sparc64: Fix reversed start/end in flush_tlb_kernel_range()
by David S. Miller
· 10 years ago
7c21d53
sparc64: mem boot option correction
by bob picco
· 10 years ago
3dee9df
sparc64: find_node adjustment
by bob picco
· 10 years ago
5b6ff9d
sparc64: Fix up merge thinko.
by David S. Miller
· 10 years ago
e9011d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by David S. Miller
· 10 years ago
4ca9a23
sparc64: Guard against flushing openfirmware mappings.
by David S. Miller
· 10 years ago
18f3813
sparc64: Do not insert non-valid PTEs into the TSB hash table.
by David S. Miller
· 10 years ago
f6d4fb5
sparc64 - add mem to iomem resource
by bob picco
· 11 years ago
c4222e4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
by Linus Torvalds
· 10 years ago
48d3721
sparc64: fix sparse warnings in int_64.c
by Sam Ravnborg
· 10 years ago
59dec13
sparc64: fix sparse warnings in init_64.c
by Sam Ravnborg
· 10 years ago
0eef331
sparc64: Use 'ILOG2_4MB' instead of constant '22'.
by David S. Miller
· 11 years ago
e7e8de5
memblock: make memblock_set_node() support different memblock_type
by Tang Chen
· 11 years ago
6a328f3
sparc64: merge fix
by Stephen Rothwell
· 11 years ago
1b27227
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
by Linus Torvalds
· 11 years ago
1ae9ae5
sparc: handle pgtable_page_ctor() fail
by Kirill A. Shutemov
· 11 years ago
a7b9403
sparc64: Encode huge PMDs using PTE encoding.
by David S. Miller
· 11 years ago
2b77933
sparc64: Move to 64-bit PGDs and PMDs.
by David S. Miller
· 11 years ago
37b3a8f
sparc64: Move from 4MB to 8MB huge pages.
by David S. Miller
· 11 years ago
b2d4383
sparc64: Make PAGE_OFFSET variable.
by David S. Miller
· 11 years ago
922631b
sparc64: Use PAGE_OFFSET instead of a magic constant.
by David S. Miller
· 11 years ago
2066aad
sparc: delete __cpuinit/__CPUINIT usage from all users
by Paul Gortmaker
· 11 years ago
dceccbe
mm/SPARC: prepare for removing num_physpages and simplify mem_init()
by Jiang Liu
· 11 years ago
0c98853
mm: concentrate modification of totalram_pages into the mm core
by Jiang Liu
· 11 years ago
1119969
mm: change signature of free_reserved_area() to fix building warnings
by Jiang Liu
· 11 years ago
771a37f
sparc64 address-congruence property
by bob picco
· 11 years ago
70affe4
mm/SPARC: use common help functions to free reserved pages
by Jiang Liu
· 12 years ago
048c9ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by David S. Miller
· 12 years ago
0aad818
sparse-vmemmap: specify vmemmap population range in bytes
by Johannes Weiner
· 12 years ago
07df841
sparc64: Do not save/restore interrupts in get_new_mmu_context()
by Kirill Tkhai
· 12 years ago
ce835e5
sparc64: Do not change num_physpages during initmem freeing
by Tkhai Kirill
· 12 years ago
0197518
memory-hotplug: remove memmap of sparse-vmemmap
by Tang Chen
· 12 years ago
46723bf
memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
by Yasuaki Ishimatsu
· 12 years ago
2ef14f4
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
0fbebed
sparc64: Fix tsb_grow() in atomic context.
by David S. Miller
· 12 years ago
bcd896b
sparc64: Handle hugepage TSB being NULL.
by David S. Miller
· 12 years ago
de65d81
Merge remote-tracking branch 'origin/x86/boot' into x86/mm2
by H. Peter Anvin
· 12 years ago
7c9503b
SPARC: drivers: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
961f8fa
sparc, mm: Remove calling of free_all_bootmem_node()
by Yinghai Lu
· 12 years ago
dff933d
sparc64: clear syscall_noerror on the entry to syscall, not on the exit
by Al Viro
· 12 years ago
9e695d2
sparc64: Support transparent huge pages.
by David Miller
· 12 years ago
c460bec
sparc64: Eliminate PTE table memory wastage.
by David Miller
· 12 years ago
15b9350
sparc64: Only support 4MB huge pages and 8KB base pages.
by David Miller
· 12 years ago
5da444a
sparc: fix format string argument for prom_printf()
by Akinobu Mita
· 12 years ago
c69ad0a
sparc64: Use cpu_pgsz_mask for linear kernel mapping config.
by David S. Miller
· 12 years ago
ce33fdc
sparc64: Probe cpu page size support more portably.
by David S. Miller
· 12 years ago
4f93d21
sparc64: Support 2GB and 16GB page sizes for kernel linear mappings.
by David S. Miller
· 12 years ago
2856cc2
sparc64: Be less verbose during vmemmap population.
by David S. Miller
· 12 years ago
aa6f079
sparc: fix build fail in mm/init_64.c when NEED_MULTIPLE_NODES is off
by Paul Gortmaker
· 13 years ago
799d40cc
sparc64: Do not set max_mapnr.
by David S. Miller
· 13 years ago
5ed56f1
sparc64: Use node local allocations for IRQ stacks.
by David S. Miller
· 13 years ago
625d693
sparc64: Convert over to NO_BOOTMEM.
by David S. Miller
· 13 years ago
d550bbd
Disintegrate asm/system.h for Sparc
by David Howells
· 13 years ago
2a4814d
sparc: Use HAVE_MEMBLOCK_NODE_MAP
by Tejun Heo
· 13 years ago
1aadc05
memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users
by Tejun Heo
· 13 years ago
fe091c2
memblock: Kill memblock_init()
by Tejun Heo
· 13 years ago
d4bbf7e
Merge branch 'master' into x86/memblock
by Tejun Heo
· 13 years ago
f4142cb
sparc64: Force the execute bit in OpenFirmware's translation entries.
by David S. Miller
· 13 years ago
0785a8e
sparc: Fix build with DEBUG_PAGEALLOC enabled.
by David S. Miller
· 13 years ago
9076d0e
sparc: Access kernel TSB using physical addressing when possible.
by David S. Miller
· 13 years ago
f9b18db
memblock: Don't allow archs to override memblock_nid_range()
by Tejun Heo
· 13 years ago
6cb79b3
sparc: Remove unnecessary semicolons
by Joe Perches
· 13 years ago
fb1fece
sparc: convert old cpumask API into new one
by KOSAKI Motohiro
· 13 years ago
51f00a4
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
c7fc2de
memblock, bootmem: Round pfn properly for memory and reserved regions
by Yinghai Lu
· 14 years ago
8d12556
of/sparc: convert various prom_* functions to use phandle
by Andres Salomon
· 14 years ago
9d1e249
memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()
by Benjamin Herrenschmidt
· 14 years ago
35a1f0b
memblock: Remove nid_range argument, arch provides memblock_nid_range() instead
by Benjamin Herrenschmidt
· 14 years ago
08b8479
memblock/sparc: Use new accessors
by Benjamin Herrenschmidt
· 14 years ago
e3239ff
memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region
by Benjamin Herrenschmidt
· 14 years ago
95f72d1
lmb: rename to memblock
by Yinghai Lu
· 14 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 15 years ago
33cd9df
sparc64: Fix array size reported by vmemmap_populate()
by Ben Hutchings
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4b3073e
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
by Russell King
· 15 years ago
1a78ced
sparc64: Fix D-cache flushing on swapin from SW devices.
by David S. Miller
· 15 years ago
d8ed1d4
sparc64: Validate linear D-TLB misses.
by David S. Miller
· 15 years ago
b99c6eb
sparc64: Fix UP bootup regression.
by David S. Miller
· 15 years ago
6ac5c61
sparc: replace uses of CPU_MASK_ALL_PTR
by Stephen Rothwell
· 15 years ago
73fffc0
sparc64: Get rid of real_setup_per_cpu_areas().
by David S. Miller
· 16 years ago
b696fdc
sparc64: Defer cpu_data() setup until end of per-cpu data initialization.
by David S. Miller
· 15 years ago
a209450
sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.
by David S. Miller
· 16 years ago
890db40
sparc: Call OF and MD cpu scanning explicitly from paging_init()
by David S. Miller
· 16 years ago
01c45381
sparc64: add_node_ranges() must be __init
by David S. Miller
· 16 years ago
9a2ed5c
sparc64: Fix section mismatch warnings in PCI controller drivers.
by David S. Miller
· 16 years ago
e305cb8f
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparc64
by Rusty Russell
· 16 years ago
Next »