summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-05frv: use find_task_by_vpid in cxn_pin_by_pidPavel Emelyanov1-1/+1
2008-02-05frv: remove dead config symbol from FRV codeJiri Olsa1-4/+0
2008-02-05FRV: move DMA macros to scatterlist.h for consistency.Robert P. J. Day2-10/+10
2008-02-05FRV: permit the memory to be located elsewhere in NOMMU modeDavid Howells2-1/+10
2008-02-05Smack: Simplified Mandatory Access Control KernelCasey Schaufler10-3/+4611
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore6-9/+225
2008-02-05oom_kill: remove uid==0 checksSerge E. Hallyn1-1/+1
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn11-71/+67
2008-02-05Remove unnecessary include from include/linux/capability.hAndrew Morgan1-1/+0
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan7-125/+349
2008-02-05revert "capabilities: clean up file capability reading"Andrew Morton2-17/+12
2008-02-05VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSMDavid P. Quigley1-7/+8
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley7-47/+57
2008-02-05slob: correct Kconfig descriptionMatt Mackall1-5/+3
2008-02-05slob: reduce external fragmentation by using three free listsMatt Mackall1-14/+33
2008-02-05slob: fix free block merging at head of subpageMatt Mackall1-0/+4
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu3-5/+23
2008-02-05mm: fix section mismatch warning in sparse.cSam Ravnborg1-1/+1
2008-02-05mm: fix PageUptodate data raceNick Piggin6-13/+48
2008-02-05page migraton: handle orphaned pagesShaohua Li2-7/+25
2008-02-05Document lowmem_reserve_ratioYasunori Goto1-17/+63
2008-02-05check ADVICE of fadvise64_64 even if get_xip_page is givenMasatake YAMATO1-2/+14
2008-02-05Include count of pagecache pages in show_mem() outputLarry Woodman1-0/+2
2008-02-05Fix dirty page accounting leak with ext3 data=journalBjorn Steinbrink1-2/+2
2008-02-05set_page_refcounted() VM_BUG_ON fixQi Yong1-1/+1
2008-02-05mm: remove fastcall from mm/Harvey Harrison7-23/+24
2008-02-05page allocator: remove unused arguments in zone_init_free_lists()Andi Kleen1-3/+2
2008-02-05skip writing data pages when inode is under I_SYNCQi Yong1-12/+1
2008-02-05mm: don't waste swap on locked pagesHugh Dickins1-1/+4
2008-02-05vmstat: remove prefetchChristoph Lameter1-9/+2
2008-02-05Fix /proc dcache deadlock in do_exitAndrea Arcangeli1-1/+2
2008-02-05mm/page-writeback: highmem_is_dirtyable optionBron Gondwana5-5/+47
2008-02-05Page allocator: get rid of the list of cold pagesChristoph Lameter3-49/+40
2008-02-05mm: don't allow ioremapping of ranges larger than vmalloc spaceRobert Bragg1-0/+4
2008-02-05vmstat: small revisions to refresh_cpu_vm_stats()Christoph Lameter1-4/+16
2008-02-05arch_rebalance_pgtables callMartin Schwidefsky1-1/+5
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt43-151/+151
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter5-44/+48
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin3-6/+11
2008-02-05make __vmalloc_area_node() staticAdrian Bunk1-2/+2
2008-02-05Remove unused code from mm/tiny-shmem.cBalbir Singh1-12/+0
2008-02-05mm/page-writeback.c: make a function staticAdrian Bunk1-1/+1
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall5-3/+20
2008-02-05maps4: add /proc/kpageflags interfaceMatt Mackall1-1/+83
2008-02-05maps4: add /proc/kpagecount interfaceMatt Mackall1-0/+50
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall3-2/+204
2008-02-05maps4: regroup task_mmu by interfaceMatt Mackall1-207/+210
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall4-54/+39
2008-02-05maps4: simplify interdependence of maps and smapsMatt Mackall1-26/+26
2008-02-05maps4: use pagewalker in clear_refs and smapsMatt Mackall1-78/+17