index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
mm
/
init_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-26
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
1
-2
/
+2
2019-05-14
initramfs: poison freed initrd memory
Christoph Hellwig
1
-8
/
+0
2019-05-09
sparc64: simplify reduce_memory() function
Mike Rapoport
1
-40
/
+2
2019-03-12
sparc: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+11
2019-03-07
arch: simplify several early memory allocations
Mike Rapoport
1
-6
/
+3
2019-03-05
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-3
/
+3
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
1
-4
/
+2
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-2
/
+1
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-2
/
+2
2018-10-31
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
1
-3
/
+6
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
1
-5
/
+6
2018-10-26
sparc64: Export __node_distance.
David S. Miller
1
-0
/
+1
2018-06-15
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
Stefan Agner
1
-1
/
+1
2018-04-05
mm: fix races between swapoff and flush dcache
Huang Ying
1
-3
/
+3
2018-03-18
sparc64: Add support for ADI (Application Data Integrity)
Khalid Aziz
1
-0
/
+69
2018-01-08
mm: pass the vmem_altmap to vmemmap_free
Christoph Hellwig
1
-1
/
+2
2018-01-08
mm: pass the vmem_altmap to vmemmap_populate
Christoph Hellwig
1
-1
/
+1
2017-11-15
mm: remove cold parameter from free_hot_cold_page*
Mel Gorman
1
-1
/
+1
2017-11-15
sparc64: simplify vmemmap_populate
Pavel Tatashin
1
-17
/
+6
2017-11-15
sparc64/mm: set fields in deferred pages
Pavel Tatashin
1
-1
/
+8
2017-11-15
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
Levin, Alexander (Sasha Levin)
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-15
sparc64: Add 16GB hugepage support
Nitin Gupta
1
-7
/
+47
2017-08-04
sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8.
Vijay Kumar
1
-1
/
+11
2017-08-04
sparc64: recognize and support sparc M8 cpu type
Allen Pais
1
-0
/
+2
2017-07-20
sparc64: Register hugepages during arch init
Nitin Gupta
1
-1
/
+24
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-03-27
sparc64: kern_addr_valid regression
bob picco
1
-1
/
+1
2017-03-27
sparc64: Add support for 2G hugepages
Nitin Gupta
1
-0
/
+4
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
1
-0
/
+4
2017-02-23
sparc64: Multi-page size support
Nitin Gupta
1
-1
/
+41
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
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-06
sparc: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-09-28
sparc64: Fix irq stack bootmem allocation.
Atish Patra
1
-16
/
+0
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
1
-2
/
+4
2016-07-28
sparc64 mm: Fix base TSB sizing when hugetlb pages are used
Mike Kravetz
1
-1
/
+2
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
1
-12
/
+0
2016-04-21
sparc64: recognize and support Sonoma CPU type
Khalid Aziz
1
-0
/
+3
2016-01-30
arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM
Toshi Kani
1
-4
/
+4
[next]