index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-23
swap: make each swap partition have one address_space
Shaohua Li
6
-28
/
+60
2013-02-23
mm: don't inline page_mapping()
Shaohua Li
1
-0
/
+16
2013-02-23
mm: numa: cleanup flow of transhuge page migration
Hugh Dickins
2
-71
/
+52
2013-02-23
mm: fold page->_last_nid into page->flags where possible
Peter Zijlstra
1
-0
/
+4
2013-02-23
mm: numa: take THP into account when migrating pages for NUMA balancing
Mel Gorman
1
-2
/
+4
2013-02-23
mm: teach mm by current context info to not do I/O during memory allocation
Ming Lei
2
-3
/
+10
2013-02-23
mm: don't wait on congested zones in balance_pgdat()
Zlatko Calusic
2
-29
/
+1
2013-02-23
mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on...
Naoya Horiguchi
1
-1
/
+11
2013-02-23
mm/memory-failure.c: clean up soft_offline_page()
Naoya Horiguchi
1
-69
/
+87
2013-02-23
memory-failure: use num_poisoned_pages instead of mce_bad_pages
Xishi Qiu
2
-9
/
+9
2013-02-23
memory-failure: do code refactor of soft_offline_page()
Xishi Qiu
1
-14
/
+20
2013-02-23
memory-failure: fix an error of mce_bad_pages statistics
Xishi Qiu
1
-21
/
+17
2013-02-23
mm: remove MIGRATE_ISOLATE check in hotpath
Minchan Kim
3
-7
/
+17
2013-02-23
mm: increase totalram_pages when free pages allocated by bootmem allocator
Jiang Liu
1
-0
/
+1
2013-02-23
mm: set zone->present_pages to number of existing pages in the zone
Jiang Liu
1
-1
/
+1
2013-02-23
mm: use zone->present_pages instead of zone->managed_pages where appropriate
Jiang Liu
3
-24
/
+24
2013-02-23
mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...
Tang Chen
1
-0
/
+34
2013-02-23
acpi, memory-hotplug: support getting hotplug info from SRAT
Tang Chen
1
-1
/
+21
2013-02-23
acpi, memory-hotplug: extend movablemem_map ranges to the end of node
Tang Chen
1
-2
/
+32
2013-02-23
page_alloc: bootmem limit with movablecore_map
Tang Chen
1
-1
/
+17
2013-02-23
page_alloc: make movablemem_map have higher priority
Tang Chen
1
-3
/
+25
2013-02-23
page_alloc: introduce zone_movable_limit[] to keep movable limit for nodes
Tang Chen
1
-2
/
+74
2013-02-23
page_alloc: add movable_memmap kernel parameter
Tang Chen
1
-0
/
+131
2013-02-23
cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node
Wen Congyang
1
-1
/
+29
2013-02-23
memory-hotplug: export the function try_offline_node()
Wen Congyang
1
-1
/
+2
2013-02-23
mempolicy: fix is_valid_nodemask()
Lai Jiangshan
1
-14
/
+22
2013-02-23
memory-hotplug: consider compound pages when free memmap
Wen Congyang
1
-1
/
+1
2013-02-23
memory-hotplug: do not allocate pgdat if it was not freed when offline.
Tang Chen
1
-8
/
+16
2013-02-23
memory-hotplug: free node_data when a node is offlined
Wen Congyang
1
-3
/
+27
2013-02-23
memory-hotplug: remove sysfs file of node
Tang Chen
1
-2
/
+56
2013-02-23
memory_hotplug: clear zone when removing the memory
Yasuaki Ishimatsu
1
-0
/
+207
2013-02-23
memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP.
Tang Chen
1
-11
/
+0
2013-02-23
memory-hotplug: remove memmap of sparse-vmemmap
Tang Chen
1
-1
/
+2
2013-02-23
memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()
Tang Chen
2
-5
/
+4
2013-02-23
memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
Yasuaki Ishimatsu
2
-5
/
+40
2013-02-23
memory-hotplug: introduce new arch_remove_memory() for removing page table
Wen Congyang
1
-0
/
+2
2013-02-23
memory-hotplug: remove /sys/firmware/memmap/X sysfs
Yasuaki Ishimatsu
1
-1
/
+4
2013-02-23
memory-hotplug: remove redundant codes
Wen Congyang
1
-47
/
+82
2013-02-23
memory-hotplug: check whether all memory blocks are offlined or not when remo...
Yasuaki Ishimatsu
1
-0
/
+48
2013-02-23
memory-hotplug: try to offline the memory twice to avoid dependence
Wen Congyang
1
-2
/
+14
2013-02-23
mm: memory_hotplug: no need to check res twice in add_memory
Sasha Levin
1
-2
/
+1
2013-02-23
mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool
Michel Lespinasse
3
-8
/
+8
2013-02-23
mm: introduce VM_POPULATE flag to better deal with racy userspace programs
Michel Lespinasse
3
-14
/
+21
2013-02-23
mm: directly use __mlock_vma_pages_range() in find_extend_vma()
Michel Lespinasse
4
-86
/
+9
2013-02-23
mm: remove flags argument to mmap_region
Michel Lespinasse
2
-19
/
+17
2013-02-23
mm: use mm_populate() for mremap() of VM_LOCKED vmas
Michel Lespinasse
1
-12
/
+13
2013-02-23
mm: use mm_populate() when adjusting brk with MCL_FUTURE in effect
Michel Lespinasse
1
-4
/
+14
2013-02-23
mm: use mm_populate() for blocking remap_file_pages()
Michel Lespinasse
1
-16
/
+6
2013-02-23
mm: introduce mm_populate() for populating new vmas
Michel Lespinasse
4
-13
/
+35
2013-02-23
mm: remap_file_pages() fixes
Michel Lespinasse
1
-8
/
+14
[next]