summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-01epoll: remove debugging codeDavide Libenzi1-67/+11
2009-04-01epoll: fix epoll's own poll (update)Davide Libenzi1-53/+57
2009-04-01epoll: fix epoll's own pollDavide Libenzi1-207/+304
2009-04-01drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensorDaniel Mack4-0/+543
2009-04-01hpilo: reduce frequency of IO operationsDavid Altobelli2-4/+8
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison7-227/+215
2009-04-01introduce pr_cont() macroCyrill Gorcunov1-0/+2
2009-04-01init/main.c: fix sparse warnings: context imbalanceHannes Eder1-0/+1
2009-04-01bcm47xx: fix GPIO API return codesMichael Buesch1-8/+12
2009-04-01auxdisplay: remove PARPORT dependencyH Hartley Sweeten1-2/+1
2009-04-01remove unused include/asm-generic/dma-mapping.hFUJITA Tomonori1-308/+0
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen4-1/+57
2009-04-01lib/rbtree.c: optimize rb_erase()Wolfram Strepp1-10/+4
2009-04-01loop: add ioctl to resize a loop deviceJ. R. Okajima2-0/+31
2009-04-01uml: remove useless commentsWANG Cong31-310/+0
2009-04-01uml: improve error messagesWANG Cong1-4/+4
2009-04-01uml: don't use a too long string literalWANG Cong2-5/+9
2009-04-01ubd: stop defintining MAJOR_NRChristoph Hellwig1-9/+8
2009-04-01pm: cleanup includesMagnus Damm2-27/+0
2009-04-01pm: rework includes, remove arch ifdefsMagnus Damm8-3/+7
2009-04-01alpha: convert u64 to unsigned long longRandy Dunlap14-74/+78
2009-04-01alpha: xchg/cmpxchg cleanup and fixesIvan Kokshaysky2-497/+308
2009-04-01MAINTAINERS: add the missing linux alpha port mailling listCheng Renquan1-0/+1
2009-04-01alpha: fix macrosRoel Kluin1-6/+6
2009-04-01shmem: writepage directly to swapHugh Dickins2-2/+6
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki4-5/+15
2009-04-01ramfs-nommu: use generic lru cacheJohannes Weiner1-11/+4
2009-04-01vmscan: print shrink_slab symbol name on negative shrinker objectsDavid Rientjes1-2/+3
2009-04-01nommu: make CONFIG_UNEVICTABLE_LRU available when CONFIG_MMU=nDavid Howells1-1/+0
2009-04-01nommu: there is no mlock() for NOMMU, so don't provide the bitsDavid Howells3-10/+26
2009-04-01mm: use debug_kmap_atomicAkinobu Mita7-0/+12
2009-04-01mm: introduce debug_kmap_atomicAkinobu Mita3-44/+58
2009-04-01mm: page_mkwrite change prototype to match fault: fix sysfsHugh Dickins1-4/+4
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin2-8/+15
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin16-23/+65
2009-04-01mm: enable hashdist by default on 64bit NUMAAnton Blanchard1-3/+3
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan3-12/+14
2009-04-01generic debug pageallocAkinobu Mita16-19/+202
2009-04-01memdup_user(): introduceLi Zefan2-0/+31
2009-04-01hugetlb: chg cannot become less than 0Roel Kluin1-3/+3
2009-04-01mm: remove pagevec_swap_free()KOSAKI Motohiro2-24/+0
2009-04-01mm: don't free swap slots on page deactivationJohannes Weiner1-3/+0
2009-04-01mm: move pagevec stripping to save unlock-relockJohannes Weiner1-5/+2
2009-04-01mm: reintroduce and deprecate rlimit based access for SHM_HUGETLBRavikiran G Thirumalai2-2/+23
2009-04-01mm: fix SHM_HUGETLB to work with users in hugetlb_shm_groupRavikiran G Thirumalai1-7/+1
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin3-15/+17
2009-04-01vmscan: respect higher order in zone_reclaim()Johannes Weiner1-0/+1
2009-04-01mm: add comment why mark_page_accessed() would be better than pte_mkyoung() i...KOSAKI Motohiro1-0/+5
2009-04-01vmscan: clip swap_cluster_max in shrink_all_memory()Johannes Weiner1-1/+1
2009-04-01mm: shrink_all_memory(): use sc.nr_reclaimedMinChan Kim1-22/+24