aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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() in follow_page()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
2009-04-01mm: don't call mark_page_accessed() in do_swap_page()KOSAKI Motohiro1-2/+0
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro6-48/+27
2009-04-01vmscan: rename sc.may_swap to may_unmapJohannes Weiner1-10/+10
2009-04-01get_mm_hiwater_xxx: trivial, s/define/inline/Oleg Nesterov1-2/+9
2009-04-01oom_kill: don't call for int_sqrt(0)Cyrill Gorcunov1-7/+5
2009-04-01vmap: remove needless lock and list in vmapMinChan Kim1-16/+3
2009-04-01mm: mminit_validate_memmodel_limits(): remove redundant testCyrill Gorcunov1-3/+1
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan4-29/+4
2009-04-01proc tty: switch xtensa iss console to ->proc_fopsAlexey Dobriyan1-13/+16
2009-04-01proc tty: switch ia64 simserial to ->proc_fopsAlexey Dobriyan1-25/+24
2009-04-01proc tty: switch amiserial to ->proc_fopsAlexey Dobriyan1-34/+28
2009-04-01proc tty: switch ircomm to ->proc_fopsAlexey Dobriyan1-118/+138
2009-04-01proc tty: switch usb-serial to ->proc_fopsAlexey Dobriyan1-31/+27