summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-12MN10300: Get rid of unused variable from ASB2305 PCI codeDavid Howells1-3/+1
2012-12-12MN10300: ASB2305 PCI code needs linux/irq.hDavid Howells1-0/+1
2012-12-12mn10300/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-8/+25
2012-12-12MN10300: Handle cacheable PCI regions in pci_iomap()David Howells2-1/+36
2012-12-12MN10300: fix debug polling in ttySM driverMark Salter1-12/+23
2012-12-12MN10300: ttySM: clean up unnecessary castingMark Salter2-6/+6
2012-12-12MN10300: fix SMP synchronization between txdma and serial driverMark Salter4-48/+90
2012-12-12MN10300: fix serial port vdma irq setup for SMPMark Salter1-4/+30
2012-12-12MN10300: cleanup IRQ affinity settingMark Salter3-52/+17
2012-12-12MN10300: ttySM: Use memory barriers correctly in circular buffer logicDavid Howells1-6/+8
2012-12-12Thermal: Fix DEFAULT_THERMAL_GOVERNORZhang Rui2-3/+9
2012-12-12Thermal: fix a NULL pointer dereference when generic thermal layer is built a...Zhang Rui1-1/+2
2012-12-12memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan1-0/+40
2012-12-12memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan1-6/+45
2012-12-12mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan4-14/+146
2012-12-12drivers/base/node.c: cleanup node_state_attr[]Lai Jiangshan1-10/+10
2012-12-12bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim5-16/+16
2012-12-12avr32, kconfig: remove HAVE_ARCH_BOOTMEMJoonsoo Kim1-3/+0
2012-12-12mm: cma: remove watermark hacksMarek Szyprowski2-67/+0
2012-12-12mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski1-8/+9
2012-12-12mm, oom: fix race when specifying a thread as the oom originDavid Rientjes6-52/+30
2012-12-12mm, oom: change type of oom_score_adj to shortDavid Rientjes9-31/+31
2012-12-12mm: cleanup register_node()Yasuaki Ishimatsu2-2/+1
2012-12-12mm, mempolicy: remove duplicate codeDavid Rientjes1-17/+4
2012-12-12mm/vmscan.c: try_to_freeze() returns booleanJeff Liu1-1/+1
2012-12-12mm: introduce putback_movable_pages()Rafael Aquini4-4/+26
2012-12-12virtio_balloon: introduce migration primitives to balloon pagesRafael Aquini1-19/+132
2012-12-12mm: introduce compaction and migration for ballooned pagesRafael Aquini2-4/+51
2012-12-12mm: introduce a common interface for balloon pages mobilityRafael Aquini6-1/+617
2012-12-12mm: redefine address_space.assoc_mappingRafael Aquini5-10/+10
2012-12-12mm: adjust address_space_operations.migratepage() return codeRafael Aquini3-20/+24
2012-12-12arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/Andrew Morton1-3/+3
2012-12-12mm: use vm_unmapped_area() in hugetlbfs on sparc64 architectureMichel Lespinasse1-94/+30
2012-12-12mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse1-114/+30
2012-12-12mm: use vm_unmapped_area() in hugetlbfs on tile architectureMichel Lespinasse1-114/+25
2012-12-12mm: use vm_unmapped_area() on sparc32 architectureMichel Lespinasse1-18/+9
2012-12-12mm: use vm_unmapped_area() on sh architectureMichel Lespinasse1-114/+23
2012-12-12mm: use vm_unmapped_area() on arm architectureMichel Lespinasse1-109/+23
2012-12-12mm: use vm_unmapped_area() on mips architectureMichel Lespinasse1-94/+17
2012-12-12mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse1-105/+25
2012-12-12mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse1-34/+8
2012-12-12mm: fix cache coloring on x86_64 architectureMichel Lespinasse1-2/+2
2012-12-12mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse3-126/+33
2012-12-12mm: vm_unmapped_area() lookup functionMichel Lespinasse2-90/+253
2012-12-12mm: rearrange vm_area_struct for fewer cache missesRik van Riel1-4/+8
2012-12-12mm: check rb_subtree_gap correctnessMichel Lespinasse1-14/+39
2012-12-12mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse2-11/+141
2012-12-12selftests: add a test program for variable huge page sizes in mmap/shmgetAndi Kleen2-2/+256
2012-12-12mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen12-18/+135
2012-12-12mm: hwpoison: fix action_result() to print out dirty/cleanNaoya Horiguchi1-13/+13