aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/physmem.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: stop specially protecting kernel stacksJeff Dike4-4/+7
2007-10-16uml: fix nonremovability of watchdogJeff Dike1-1/+1
2007-10-16uml: fix an IPV6 libc vs kernel symbol clashJeff Dike1-1/+2
2007-10-16uml: stop using libc asm/page.hJeff Dike6-6/+2
2007-10-16uml: console tidyingJeff Dike1-114/+114
2007-10-16uml: fix console writing bugsJeff Dike3-7/+16
2007-10-16uml: console subsystem tidyingJeff Dike9-299/+296
2007-10-16uml: fix error cleanup orderingJeff Dike1-2/+2
2007-10-16uml: tidy recently-moved codeJeff Dike3-29/+15
2007-10-16uml: move userspace code to userspace fileJeff Dike2-48/+49
2007-10-16tty: bring the old cris driver back somewhere into the realm of new tty bufferingAlan Cox1-55/+12
2007-10-16CRIS: cleanup struct irqaction initializersThomas Gleixner2-4/+12
2007-10-16m32r: convert to generic sys_ptraceChristoph Hellwig3-40/+17
2007-10-16m32r: serial: remove M32R_SIO_SHARE_IRQSHirokazu Takata2-7/+1
2007-10-16M32R: cleanup struct irqaction initializersThomas Gleixner1-2/+6
2007-10-16include/asm-m32r/thread_info.h: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-10-16alpha: beautify vmlinux.ldsSam Ravnborg2-127/+136
2007-10-16alpha: convert to generic sys_ptraceChristoph Hellwig3-47/+6
2007-10-16cleanup arch/alpha/MakefileAdrian Bunk1-67/+16
2007-10-16M68KNOMMU: remove unused config symbol CONFIG_DISKtelGreg Ungerer1-2/+1
2007-10-16FRV: cleanup struct irqaction initializersThomas Gleixner1-1/+4
2007-10-16include/asm-frv/thread_info.h: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-10-16remove frv usage of flush_tlb_pgtables()Benjamin Herrenschmidt1-2/+1
2007-10-16mm: add node states sysfs class attributeSLee Schermerhorn1-1/+90
2007-10-16mm/vmstat.c: cleanupsAdrian Bunk1-18/+1
2007-10-16mm/mempolicy.c: cleanupsAdrian Bunk2-16/+18
2007-10-16mm/shmem.c: make 3 functions staticAdrian Bunk2-20/+5
2007-10-16hugetlb: fix dynamic pool resize failure caseAdam Litke1-2/+11
2007-10-16hugetlb: fix hugepage allocation with memoryless nodesNishanth Aravamudan1-20/+43
2007-10-16hugetlb: fix pool resizing corner caseAdam Litke1-5/+4
2007-10-16hugetlbfs read() supportBadari Pulavarty1-0/+125
2007-10-16hugetlb: allow extending ftruncate on hugetlbfsKen Chen1-7/+1
2007-10-16hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke3-0/+14
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_SHARED mappingsAdam Litke1-23/+132
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappingsAdam Litke1-14/+125
2007-10-16hugetlb: Move update_and_free_pageAdam Litke1-15/+15
2007-10-16memory hotplug: Hot-add with sparsemem-vmemmapYasunori Goto3-5/+24
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki8-78/+10
2007-10-16memory unplug: ia64 interfaceKAMEZAWA Hiroyuki1-1/+11
2007-10-16memory unplug: page offlineKAMEZAWA Hiroyuki6-1/+314
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki6-3/+223
2007-10-16memory unplug: memory hotplug cleanupKAMEZAWA Hiroyuki4-30/+52
2007-10-16Breakout page_order() to internal.h to avoid special knowledge of the buddy allocatorMel Gorman2-10/+10
2007-10-16slub: list_locations() can use GFP_TEMPORARYAndrew Morton1-1/+1
2007-10-16SLUB: Optimize cacheline use for zeroingChristoph Lameter2-2/+13
2007-10-16SLUB: Place kmem_cache_cpu structures in a NUMA aware wayChristoph Lameter2-17/+160
2007-10-16SLUB: Avoid touching page struct when freeing to per cpu slabChristoph Lameter1-5/+9
2007-10-16SLUB: Move page->offset to kmem_cache_cpu->offsetChristoph Lameter3-45/+13
2007-10-16SLUB: Do not use page->mappingChristoph Lameter3-13/+2
2007-10-16SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slabChristoph Lameter2-75/+124