index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
numa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
1
-1
/
+0
|
\
|
*
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
2020-08-07
1
-1
/
+0
*
|
powerpc/drmem: Make LMB walk a bit more flexible
Hari Bathini
2020-07-29
1
-5
/
+8
*
|
powerpc/numa: Limit possible nodes to within num_possible_nodes
Srikar Dronamraju
2020-07-26
1
-3
/
+4
*
|
powerpc/numa: remove arch_update_cpu_topology
Nathan Lynch
2020-07-16
1
-10
/
+0
*
|
powerpc/numa: remove prrn_is_enabled()
Nathan Lynch
2020-07-16
1
-5
/
+0
*
|
powerpc/numa: remove start/stop_topology_update()
Nathan Lynch
2020-07-16
1
-20
/
+0
*
|
powerpc/numa: remove timed_topology_update()
Nathan Lynch
2020-07-16
1
-9
/
+0
*
|
powerpc/numa: stub out numa_update_cpu_topology()
Nathan Lynch
2020-07-16
1
-192
/
+1
*
|
powerpc/numa: remove vphn_enabled and prrn_enabled internal flags
Nathan Lynch
2020-07-16
1
-4
/
+2
*
|
powerpc/numa: remove unreachable topology workqueue code
Nathan Lynch
2020-07-16
1
-14
/
+0
*
|
powerpc/numa: remove unreachable topology timer code
Nathan Lynch
2020-07-16
1
-21
/
+0
*
|
powerpc/numa: make vphn_enabled, prrn_enabled flags const
Nathan Lynch
2020-07-16
1
-2
/
+2
*
|
powerpc/numa: remove unreachable topology update code
Nathan Lynch
2020-07-16
1
-147
/
+2
*
|
powerpc/numa: remove ability to enable topology updates
Nathan Lynch
2020-07-16
1
-70
/
+1
|
/
*
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
2020-03-04
1
-9
/
+0
*
powerpc/numa: Early request for home node associativity
Srikar Dronamraju
2020-03-04
1
-1
/
+40
*
powerpc/numa: Use cpu node map of first sibling thread
Srikar Dronamraju
2020-03-04
1
-2
/
+20
*
powerpc/numa: Handle extra hcall_vphn error cases
Srikar Dronamraju
2020-03-04
1
-9
/
+16
*
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-6
/
+6
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-14
1
-26
/
+35
|
\
|
*
powerpc/mm: Consolidate numa_enable check and min_common_depth check
Aneesh Kumar K.V
2019-07-04
1
-5
/
+11
|
*
powerpc/mm: Fix node look up with numa=off boot
Aneesh Kumar K.V
2019-07-04
1
-3
/
+3
|
*
powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0
Aneesh Kumar K.V
2019-07-04
1
-4
/
+6
|
*
powerpc/pseries: Provide vcpu dispatch statistics
Naveen N. Rao
2019-07-04
1
-0
/
+16
|
*
powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/
Naveen N. Rao
2019-07-04
1
-14
/
+0
|
*
powerpc/pseries: Generalize hcall_vphn()
Naveen N. Rao
2019-07-04
1
-14
/
+13
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
Christophe Leroy
2019-05-02
1
-1
/
+1
*
powerpc/numa: document topology_updates_enabled, disable by default
Nathan Lynch
2019-04-20
1
-4
/
+10
*
powerpc/numa: improve control of topology updates
Nathan Lynch
2019-04-20
1
-6
/
+12
*
powerpc: Remove duplicate headers
Jagadeesh Pagadala
2019-04-20
1
-1
/
+0
*
memblock: memblock_phys_alloc_try_nid(): don't panic
Mike Rapoport
2019-03-12
1
-0
/
+4
*
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-03-07
1
-8
/
+1
|
\
|
*
powerpc/pseries: Perform full re-add of CPU for topology update post-migration
Nathan Fontenot
2019-01-30
1
-8
/
+1
*
|
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
2019-03-06
1
-1
/
+1
*
|
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2019-03-06
1
-7
/
+7
|
/
*
powerpc: Use device_type helpers to access the node type
Rob Herring
2018-11-26
1
-1
/
+1
*
powerpc/numa: Suppress "VPHN is not supported" messages
Satheesh Rajendran
2018-11-14
1
-1
/
+1
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-2
/
+1
*
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2018-10-31
1
-1
/
+1
*
powerpc/pseries/mobility: Extend start/stop topology update scope
Michael Bringmann
2018-10-13
1
-0
/
+6
*
powerpc/numa: Skip onlining a offline node in kdump path
Srikar Dronamraju
2018-10-05
1
-2
/
+3
*
powerpc/numa: Use associativity if VPHN hcall is successful
Srikar Dronamraju
2018-09-25
1
-1
/
+3
*
powerpc/pseries: Fix unitialized timer reset on migration
Michael Bringmann
2018-09-24
1
-1
/
+2
*
powerpc/topology: Get topology for shared processors at boot
Srikar Dronamraju
2018-08-21
1
-10
/
+10
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
1
-15
/
+21
|
\
|
*
powerpc/mm/numa: move numa topology discovery earlier
Nicholas Piggin
2018-03-30
1
-13
/
+19
|
*
powerpc/64s: Allocate LPPACAs individually
Nicholas Piggin
2018-03-30
1
-2
/
+2
[next]