Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-27mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka
2018-08-18mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()Oscar Salvador
2018-08-18mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Oscar Salvador
2018-05-26mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron
2018-04-06mm/memory_hotplug: optimize memory hotplugPavel Tatashin
2018-04-06mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin
2018-03-15driver core: node: use put_device() if device_register failArvind Yadav
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-14mm: only display online cpus of the numa nodeZhen Lei
2017-09-09mm: change the call sites of numa statistics itemsKemi Wang
2017-07-11mm: drop useless local parameters of __register_one_node()Dou Liyang
2017-07-07mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko
2017-07-07mm: vmstat: move slab statistics from zone to node countersJohannes Weiner
2017-07-07mm, memory_hotplug: split up register_one_node()Michal Hocko
2017-07-07mm: drop page_initialized check from get_nid_for_pfnMichal Hocko
2017-05-23mm: Adjust system_state checkThomas Gleixner
2016-08-03treewide: replace obsolete _refok by __refFabian Frederick
2016-07-29mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski
2016-07-29mm: move most file-based accounting to the nodeMel Gorman
2016-07-29mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman
2016-07-29mm: move page mapped accounting to the nodeMel Gorman
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-29mm, vmstat: add infrastructure for per-node vmstatsMel Gorman
2016-07-27mm, rmap: account shmem thp pagesKirill A. Shutemov
2015-09-05mm: check if section present during memory block registeringYinghai Lu
2015-07-01mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman
2015-03-25drivers: base: node: Delete space after pointer declarationAna Nedelcu
2015-03-25drivers/base/node: clean up attribute group conversionGreg Kroah-Hartman
2015-03-25drivers/base/node: Avoid manual device_create_file() callsTakashi Iwai
2015-02-14drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla
2014-10-10mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner
2014-10-04driver/base/node: remove unnecessary kfree of node struct from unregister_one...Yasuaki Ishimatsu
2014-08-07mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini
2014-03-09numa: fix NULL pointer access and memory leak in unregister_one_node()Xishi Qiu
2013-09-13thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov
2013-04-30drivers/base/node.c: switch to register_hotmemory_notifier()Andrew Morton
2012-12-13numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan
2012-12-13hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12drivers/base/node.c: cleanup node_state_attr[]Lai Jiangshan
2012-12-12mm: cleanup register_node()Yasuaki Ishimatsu
2012-12-12memory-hotplug: suppress "Device nodeX does not have a release() function" wa...Yasuaki Ishimatsu
2012-12-12numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang
2012-05-30mm: fix off-by-one bug in print_nodes_state()Ryota Ozaki
2012-02-03drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-22convert 'memory' sysdev_class to a regular subsystemKay Sievers
2011-12-22cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2011-11-18drivers/base/node.c: fix compilation error with older versions of gccClaudio Scordino
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro