aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-01nommu: there is no mlock() for NOMMU, so don't provide the bitsGravatar David Howells 3-10/+26
2009-04-01mm: use debug_kmap_atomicGravatar Akinobu Mita 7-0/+12
2009-04-01mm: introduce debug_kmap_atomicGravatar Akinobu Mita 3-44/+58
2009-04-01mm: page_mkwrite change prototype to match fault: fix sysfsGravatar Hugh Dickins 1-4/+4
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsGravatar Nick Piggin 2-8/+15
2009-04-01mm: page_mkwrite change prototype to match faultGravatar Nick Piggin 16-23/+65
2009-04-01mm: enable hashdist by default on 64bit NUMAGravatar Anton Blanchard 1-3/+3
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Gravatar Alexey Dobriyan 3-12/+14
2009-04-01generic debug pageallocGravatar Akinobu Mita 16-19/+202
2009-04-01memdup_user(): introduceGravatar Li Zefan 2-0/+31
2009-04-01hugetlb: chg cannot become less than 0Gravatar Roel Kluin 1-3/+3
2009-04-01mm: remove pagevec_swap_free()Gravatar KOSAKI Motohiro 2-24/+0
2009-04-01mm: don't free swap slots on page deactivationGravatar Johannes Weiner 1-3/+0
2009-04-01mm: move pagevec stripping to save unlock-relockGravatar Johannes Weiner 1-5/+2
2009-04-01mm: reintroduce and deprecate rlimit based access for SHM_HUGETLBGravatar Ravikiran G Thirumalai 2-2/+23
2009-04-01mm: fix SHM_HUGETLB to work with users in hugetlb_shm_groupGravatar Ravikiran G Thirumalai 1-7/+1
2009-04-01vfs: add/use account_page_dirtied()Gravatar Edward Shishkin 3-15/+17
2009-04-01vmscan: respect higher order in zone_reclaim()Gravatar Johannes Weiner 1-0/+1
2009-04-01mm: add comment why mark_page_accessed() would be better than pte_mkyoung() i...Gravatar KOSAKI Motohiro 1-0/+5
2009-04-01vmscan: clip swap_cluster_max in shrink_all_memory()Gravatar Johannes Weiner 1-1/+1
2009-04-01mm: shrink_all_memory(): use sc.nr_reclaimedGravatar MinChan Kim 1-22/+24
2009-04-01mm: don't call mark_page_accessed() in do_swap_page()Gravatar KOSAKI Motohiro 1-2/+0
2009-04-01mm: introduce for_each_populated_zone() macroGravatar KOSAKI Motohiro 6-48/+27
2009-04-01vmscan: rename sc.may_swap to may_unmapGravatar Johannes Weiner 1-10/+10
2009-04-01get_mm_hiwater_xxx: trivial, s/define/inline/Gravatar Oleg Nesterov 1-2/+9
2009-04-01oom_kill: don't call for int_sqrt(0)Gravatar Cyrill Gorcunov 1-7/+5
2009-04-01vmap: remove needless lock and list in vmapGravatar MinChan Kim 1-16/+3
2009-04-01mm: mminit_validate_memmodel_limits(): remove redundant testGravatar Cyrill Gorcunov 1-3/+1
2009-04-01proc tty: remove struct tty_operations::read_procGravatar Alexey Dobriyan 4-29/+4
2009-04-01proc tty: switch xtensa iss console to ->proc_fopsGravatar Alexey Dobriyan 1-13/+16
2009-04-01proc tty: switch ia64 simserial to ->proc_fopsGravatar Alexey Dobriyan 1-25/+24
2009-04-01proc tty: switch amiserial to ->proc_fopsGravatar Alexey Dobriyan 1-34/+28
2009-04-01proc tty: switch ircomm to ->proc_fopsGravatar Alexey Dobriyan 1-118/+138
2009-04-01proc tty: switch usb-serial to ->proc_fopsGravatar Alexey Dobriyan 1-31/+27
2009-04-01proc tty: switch serial_core to ->proc_fopsGravatar Alexey Dobriyan 1-40/+36
2009-04-01proc tty: switch sdio_uart to ->proc_fopsGravatar Alexey Dobriyan 1-32/+30
2009-04-01proc tty: switch synclinkmp to ->proc_fopsGravatar Alexey Dobriyan 1-40/+34
2009-04-01proc tty: switch synclink_gt to ->proc_fopsGravatar Alexey Dobriyan 1-40/+34
2009-04-01proc tty: switch synclink to ->proc_fopsGravatar Alexey Dobriyan 1-59/+39
2009-04-01proc tty: switch stallion to ->proc_fopsGravatar Alexey Dobriyan 1-76/+50
2009-04-01proc tty: switch synclink_cs to ->proc_fopsGravatar Alexey Dobriyan 1-39/+34
2009-04-01proc tty: switch istallion to ->proc_fopsGravatar Alexey Dobriyan 1-69/+52
2009-04-01proc tty: switch ip2 to ->proc_fopsGravatar Alexey Dobriyan 1-40/+34
2009-04-01proc tty: switch cyclades to ->proc_fopsGravatar Alexey Dobriyan 1-34/+20
2009-04-01proc tty: add struct tty_operations::proc_fopsGravatar Alexey Dobriyan 2-7/+14
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 18-70/+68
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 15-58/+72
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskGravatar Linus Torvalds 69-129/+48
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...Gravatar Linus Torvalds 12-92/+181
2009-03-30Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Gravatar Linus Torvalds 18-327/+588