summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-2780-125/+21Star
* [PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o2006-09-273-3/+3
* [PATCH] inode-diet: Move i_bdev into a unionTheodore Ts'o2006-09-272-2/+2
* [PATCH] inode-diet: Move i_pipe into a unionTheodore Ts'o2006-09-271-2/+3
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-2736-90/+88Star
* [PATCH] fat: cleanup fat_get_block(s)OGAWA Hirofumi2006-09-271-17/+12Star
* [PATCH] kdump: introduce "reset_devices" command line optionVivek Goyal2006-09-273-0/+24
* [PATCH] autofs4 needs to force fail return revalidateIan Kent2006-09-272-23/+65
* [PATCH] uml: fix allocation sizeJeff Dike2006-09-271-4/+5
* [PATCH] uml: fix sleep length bugJeff Dike2006-09-271-1/+1
* [PATCH] uml: add an exportJeff Dike2006-09-271-0/+1
* [PATCH] uml: file renamingJeff Dike2006-09-277-192/+663
* [PATCH] uml: thread creation tidyingJeff Dike2006-09-277-86/+43Star
* [PATCH] uml: mark some tt-mode codeJeff Dike2006-09-273-4/+9
* [PATCH] uml: add checkstack supportJeff Dike2006-09-271-1/+5
* [PATCH] uml: use correct SIGBUS handlerJeff Dike2006-09-271-8/+9
* [PATCH] uml: fix gcov supportJeff Dike2006-09-271-12/+1Star
* [PATCH] uml: fix missing x86_64 register definitionsJeff Dike2006-09-273-4/+44
* [PATCH] uml: get rid of ZONE_DMA useJeff Dike2006-09-271-1/+2
* [PATCH] uml: const more dataJeff Dike2006-09-2740-65/+65
* [PATCH] uml: fix proc-vs-interrupt context spinlock deadlockPaolo 'Blaisorblade' Giarrusso2006-09-271-12/+4Star
* [PATCH] uml: use -mcmodel=kernel for x86_64Paolo 'Blaisorblade' Giarrusso2006-09-271-2/+5
* [PATCH] m32r: revise __raw_read_trylock()Hirokazu Takata2006-09-271-1/+8
* [PATCH] m32r: Fix "value computed not used" warningsHirokazu Takata2006-09-271-2/+2
* [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells2006-09-273-6/+6
* [PATCH] NOMMU: Make futexes work under NOMMU conditionsDavid Howells2006-09-272-5/+19
* [PATCH] NOMMU: Add docs about shared memoryDavid Howells2006-09-271-0/+9
* [PATCH] NOMMU: Make mremap() partially work for NOMMU kernelsDavid Howells2006-09-272-17/+70
* [PATCH] NOMMU: Order the per-mm_struct VMA listDavid Howells2006-09-271-32/+72
* [PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells2006-09-275-20/+80
* [PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU modeDavid Howells2006-09-271-2/+2
* [PATCH] NOMMU: Check VMA protectionsDavid Howells2006-09-271-5/+25
* [PATCH] Check if start address is in vma region in NOMMU function get_user_pa...Sonic Zhang2006-09-271-2/+6
* [PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA searchDavid Howells2006-09-271-8/+3Star
* [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells2006-09-273-0/+61
* [PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2006-09-273-54/+100
* [PATCH] AVR32: Use unsigned long flags for saving interrupt stateHaavard Skinnemoen2006-09-271-2/+4
* [PATCH] Mark __remove_vm_area() staticRolf Eike Beer2006-09-272-2/+1Star
* [PATCH] Fix kerneldoc comments in mm/vmalloc.cRolf Eike Beer2006-09-271-20/+8Star
* [PATCH] mm/page_alloc: use NULL instead of 0 for ptrRandy Dunlap2006-09-271-1/+1
* [PATCH] mspec driverJes Sorensen2006-09-273-0/+430
* [PATCH] do_no_pfn()Jes Sorensen2006-09-272-5/+66
* [PATCH] zone_statistics: Use hot node instead of cold zone_pgdatChristoph Lameter2006-09-271-1/+1
* [PATCH] Do not allocate pagesets for unpopulated zones.Christoph Lameter2006-09-271-0/+3
* [PATCH] Add node to zone for the NUMA caseChristoph Lameter2006-09-273-1/+7
* [PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter2006-09-272-30/+81
* [PATCH] Disable GFP_THISNODE in the non-NUMA caseChristoph Lameter2006-09-271-0/+5
* [PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter2006-09-272-7/+12
* [PATCH] Condense output of show_free_areas()Jes Sorensen2006-09-271-19/+17Star
* [PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_nod...Christoph Lameter2006-09-271-10/+9Star