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
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
/
drivers
/
base
/
node.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-14
drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-1
/
+2
2014-11-07
cpumask: factor out show_cpumap into separate helper function
Sudeep Holla
1
-10
/
+4
2014-10-10
mm: remove noisy remainder of the scan_unevictable interface
Johannes Weiner
1
-3
/
+0
2014-10-04
driver/base/node: remove unnecessary kfree of node struct from unregister_one...
Yasuaki Ishimatsu
1
-1
/
+0
2014-08-07
mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces
Rafael Aquini
1
-1
/
+1
2014-03-09
numa: fix NULL pointer access and memory leak in unregister_one_node()
Xishi Qiu
1
-0
/
+4
2013-09-13
thp: account anon transparent huge pages into NR_ANON_PAGES
Kirill A. Shutemov
1
-6
/
+0
2013-04-30
drivers/base/node.c: switch to register_hotmemory_notifier()
Andrew Morton
1
-2
/
+6
2012-12-13
numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
Lai Jiangshan
1
-0
/
+6
2012-12-13
hugetlb: use N_MEMORY instead N_HIGH_MEMORY
Lai Jiangshan
1
-1
/
+1
2012-12-12
drivers/base/node.c: cleanup node_state_attr[]
Lai Jiangshan
1
-10
/
+10
2012-12-12
mm: cleanup register_node()
Yasuaki Ishimatsu
1
-1
/
+1
2012-12-12
memory-hotplug: suppress "Device nodeX does not have a release() function" wa...
Yasuaki Ishimatsu
1
-1
/
+19
2012-12-12
numa: convert static memory to dynamically allocated memory for per node device
Wen Congyang
1
-16
/
+22
2012-05-30
mm: fix off-by-one bug in print_nodes_state()
Ryota Ozaki
1
-5
/
+3
2012-02-03
drivers/base/memory.c: fix memory_dev_init() long delay
Yinghai Lu
1
-0
/
+8
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
1
-74
/
+80
2011-12-22
convert 'memory' sysdev_class to a regular subsystem
Kay Sievers
1
-70
/
+76
2011-12-22
cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
Kay Sievers
1
-4
/
+4
2011-11-18
drivers/base/node.c: fix compilation error with older versions of gcc
Claudio Scordino
1
-6
/
+8
2011-05-25
mm: per-node vmstat: show proper vmstats
KOSAKI Motohiro
1
-5
/
+9
2011-02-04
memory hotplug: Update phys_index to [start|end]_section_nr
Nathan Fontenot
1
-4
/
+8
2011-01-14
thp: transparent hugepage sysfs meminfo
David Rientjes
1
-3
/
+18
2010-10-27
writeback: add /sys/devices/system/node/<node>/vmstat
Michael Rubin
1
-0
/
+14
2010-10-22
driver core: Convert link_mem_sections to use find_memory_block_hinted.
Robin Holt
1
-3
/
+5
2010-08-10
drivers/base/node.c: reduce stack usage of node_read_meminfo()
KOSAKI Motohiro
1
-23
/
+23
2010-05-25
mm: compaction: add /sys trigger for per-node memory compaction
Mel Gorman
1
-0
/
+3
2010-04-07
nodemask: include slab.h from drivers/base/node.c
Tejun Heo
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-19
driver core: numa: fix BUILD_BUG_ON for node_read_distance
David Rientjes
1
-2
/
+5
2010-03-08
sysdev: Use sysdev_class attribute arrays in node driver
Andi Kleen
1
-15
/
+16
2010-03-08
sysdev: Convert node driver class attributes to be data driven
Andi Kleen
1
-47
/
+18
2010-03-08
sysdev: Pass attribute in sysdev_class attributes show/store
Andi Kleen
1
-5
/
+12
2009-12-15
mm: slab-allocate memory section nodemask for large systems
David Rientjes
1
-4
/
+9
2009-12-15
mm: add numa node symlink for cpu devices in sysfs
Alex Chiang
1
-1
/
+10
2009-12-15
mm: refactor unregister_cpu_under_node()
Alex Chiang
1
-6
/
+12
2009-12-15
mm: refactor register_cpu_under_node()
Alex Chiang
1
-9
/
+11
2009-12-15
mm: add numa node symlink for memory section in sysfs
Alex Chiang
1
-1
/
+10
2009-12-15
hugetlb: offload per node attribute registrations
Lee Schermerhorn
1
-10
/
+47
2009-12-15
hugetlb: handle memory hot-plug events
Lee Schermerhorn
1
-5
/
+48
2009-12-15
hugetlb: add per node hstate attributes
Lee Schermerhorn
1
-0
/
+39
2009-09-22
mm: oom analysis: add shmem vmstat
KOSAKI Motohiro
1
-0
/
+2
2009-09-22
mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output
KOSAKI Motohiro
1
-0
/
+3
2009-06-17
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
1
-4
/
+0
2009-03-13
cpumask: replace node_to_cpumask with cpumask_of_node.
Rusty Russell
1
-1
/
+1
2009-03-11
mm: get_nid_for_pfn() returns int
Roel Kluin
1
-1
/
+1
2009-01-07
mm: show node to memory section relationship with symlinks in sysfs
Gary Hade
1
-0
/
+103
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-2
/
+2
2008-10-20
vmscan: unevictable LRU scan sysctl
Lee Schermerhorn
1
-0
/
+5
2008-10-20
vmstat: mlocked pages statistics
Nick Piggin
1
-1
/
+3
[next]