index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
numa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-03
powerpc: Stop using of_root
Christophe Leroy
1
-2
/
+4
2023-08-24
powerpc/pseries: Move VPHN constants into vphn.h
Michael Ellerman
1
-0
/
+1
2023-04-29
Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-14
/
+7
2023-04-04
powerpc: Use of_address_to_resource()
Rob Herring
1
-14
/
+7
2023-04-04
powerpc/papr_scm: Update the NUMA distance table for the target node
Aneesh Kumar K.V
1
-0
/
+1
2022-09-30
powerpc/mm: Always update max/min_low_pfn in mem_topology_setup()
Aneesh Kumar K.V
1
-3
/
+3
2022-05-22
powerpc/numa: Associate numa node to its cpu earlier
Oscar Salvador
1
-24
/
+8
2022-05-08
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
1
-1
/
+0
2022-05-04
powerpc/mm: Switch from __FUNCTION__ to __func__
Dwaipayan Ray
1
-2
/
+1
2022-03-31
powerpc/numa: Handle partially initialized numa nodes
Srikar Dronamraju
1
-1
/
+1
2022-03-01
powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()
Daniel Henrique Barboza
1
-1
/
+3
2021-12-23
powerpc/mm: Add __init attribute to eligible functions
Nick Child
1
-3
/
+3
2021-11-15
powerpc/pseries: Fix numa FORM2 parsing fallback code
Nicholas Piggin
1
-16
/
+12
2021-11-15
powerpc/pseries: rename numa_dist_table to form2_distances
Nicholas Piggin
1
-9
/
+9
2021-08-26
powerpc/numa: Update cpu_cpu_map on CPU online/offline
Srikar Dronamraju
1
-5
/
+2
2021-08-26
powerpc/numa: Print debug statements only when required
Srikar Dronamraju
1
-5
/
+4
2021-08-26
powerpc/numa: convert printk to pr_xxx
Srikar Dronamraju
1
-13
/
+9
2021-08-26
powerpc/numa: Drop dbg in favour of pr_debug
Srikar Dronamraju
1
-15
/
+9
2021-08-13
powerpc/pseries: Add support for FORM2 associativity
Aneesh Kumar K.V
1
-35
/
+152
2021-08-13
powerpc/pseries: Add a helper for form1 cpu distance
Aneesh Kumar K.V
1
-1
/
+9
2021-08-13
powerpc/pseries: Consolidate different NUMA distance update code paths
Aneesh Kumar K.V
1
-57
/
+155
2021-08-13
powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY
Aneesh Kumar K.V
1
-14
/
+21
2021-08-13
powerpc/pseries: rename min_common_depth to primary_domain_index
Aneesh Kumar K.V
1
-19
/
+19
2021-08-10
powerpc/numa: Consider the max NUMA node for migratable LPAR
Laurent Dufour
1
-3
/
+10
2020-11-27
powerpc/numa: Fix a regression on memoryless node 0
Srikar Dronamraju
1
-2
/
+1
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-17
/
+84
2020-10-14
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
1
-5
/
+2
2020-10-06
pseries/hotplug-memory: hot-add: skip redundant LMB lookup
Scott Cheloha
1
-1
/
+1
2020-09-16
powerpc/smp: Implement cpu_to_coregroup_id
Srikar Dronamraju
1
-0
/
+20
2020-09-16
powerpc/smp: Create coregroup domain
Srikar Dronamraju
1
-0
/
+5
2020-09-16
powerpc/numa: Detect support for coregroup
Srikar Dronamraju
1
-13
/
+21
2020-09-16
powerpc/numa: Offline memoryless cpuless node 0
Srikar Dronamraju
1
-0
/
+10
2020-09-16
powerpc/numa: Prefer node id queried from vphn
Srikar Dronamraju
1
-9
/
+10
2020-09-16
powerpc/numa: Set numa_node for all possible cpus
Srikar Dronamraju
1
-1
/
+15
2020-09-16
powerpc/numa: Restrict possible nodes based on platform
Srikar Dronamraju
1
-3
/
+12
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
1
-1
/
+0
2020-07-29
powerpc/drmem: Make LMB walk a bit more flexible
Hari Bathini
1
-5
/
+8
2020-07-26
powerpc/numa: Limit possible nodes to within num_possible_nodes
Srikar Dronamraju
1
-3
/
+4
2020-07-16
powerpc/numa: remove arch_update_cpu_topology
Nathan Lynch
1
-10
/
+0
2020-07-16
powerpc/numa: remove prrn_is_enabled()
Nathan Lynch
1
-5
/
+0
2020-07-16
powerpc/numa: remove start/stop_topology_update()
Nathan Lynch
1
-20
/
+0
2020-07-16
powerpc/numa: remove timed_topology_update()
Nathan Lynch
1
-9
/
+0
2020-07-16
powerpc/numa: stub out numa_update_cpu_topology()
Nathan Lynch
1
-192
/
+1
2020-07-16
powerpc/numa: remove vphn_enabled and prrn_enabled internal flags
Nathan Lynch
1
-4
/
+2
2020-07-16
powerpc/numa: remove unreachable topology workqueue code
Nathan Lynch
1
-14
/
+0
2020-07-16
powerpc/numa: remove unreachable topology timer code
Nathan Lynch
1
-21
/
+0
2020-07-16
powerpc/numa: make vphn_enabled, prrn_enabled flags const
Nathan Lynch
1
-2
/
+2
2020-07-16
powerpc/numa: remove unreachable topology update code
Nathan Lynch
1
-147
/
+2
2020-07-16
powerpc/numa: remove ability to enable topology updates
Nathan Lynch
1
-70
/
+1
[next]