aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/chan_user.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-16mm/page_alloc.c: make code staticAdrian Bunk1-2/+2
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfoMel Gorman5-101/+241
2007-10-16Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman5-25/+80
2007-10-16Fix calculation in move_freepages_block for counting pagesMel Gorman1-4/+4
2007-10-16don't group high order atomic allocationsMel Gorman3-34/+10
2007-10-16remove PAGE_GROUP_BY_MOBILITYMel Gorman3-62/+2
2007-10-16Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocksMel Gorman3-30/+114
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman2-5/+55
2007-10-16Be more agressive about stealing when MIGRATE_RECLAIMABLE allocations fallbackMel Gorman1-3/+15
2007-10-16Bias the placement of kernel pages at lower PFNsMel Gorman1-0/+20
2007-10-16Do not group pages by mobility type on low memory systemsMel Gorman1-1/+23