index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2020-03-04
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
1
-9
/
+0
2020-03-04
powerpc/numa: Early request for home node associativity
Srikar Dronamraju
1
-1
/
+40
2020-03-04
powerpc/numa: Use cpu node map of first sibling thread
Srikar Dronamraju
1
-2
/
+20
2020-03-04
powerpc/numa: Handle extra hcall_vphn error cases
Srikar Dronamraju
1
-9
/
+16
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-6
/
+6
2019-07-14
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-26
/
+35
2019-07-04
powerpc/mm: Consolidate numa_enable check and min_common_depth check
Aneesh Kumar K.V
1
-5
/
+11
2019-07-04
powerpc/mm: Fix node look up with numa=off boot
Aneesh Kumar K.V
1
-3
/
+3
2019-07-04
powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0
Aneesh Kumar K.V
1
-4
/
+6
2019-07-04
powerpc/pseries: Provide vcpu dispatch statistics
Naveen N. Rao
1
-0
/
+16
2019-07-04
powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/
Naveen N. Rao
1
-14
/
+0
2019-07-04
powerpc/pseries: Generalize hcall_vphn()
Naveen N. Rao
1
-14
/
+13
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-02
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
Christophe Leroy
1
-1
/
+1
2019-04-20
powerpc/numa: document topology_updates_enabled, disable by default
Nathan Lynch
1
-4
/
+10
2019-04-20
powerpc/numa: improve control of topology updates
Nathan Lynch
1
-6
/
+12
2019-04-20
powerpc: Remove duplicate headers
Jagadeesh Pagadala
1
-1
/
+0
2019-03-12
memblock: memblock_phys_alloc_try_nid(): don't panic
Mike Rapoport
1
-0
/
+4
2019-03-07
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-8
/
+1
2019-03-06
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
1
-1
/
+1
2019-03-06
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-7
/
+7
2019-01-30
powerpc/pseries: Perform full re-add of CPU for topology update post-migration
Nathan Fontenot
1
-8
/
+1
2018-11-26
powerpc: Use device_type helpers to access the node type
Rob Herring
1
-1
/
+1
2018-11-14
powerpc/numa: Suppress "VPHN is not supported" messages
Satheesh Rajendran
1
-1
/
+1
[next]