summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nodemask.h: remove macro any_online_nodeH Hartley Sweeten2010-03-063-15/+4
* fs: use rlimit helpersJiri Slaby2010-03-068-12/+12
* cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens2010-03-061-4/+4
* init/initramfs.c: fix "symbol shadows an earlier one" noiseH Hartley Sweeten2010-03-061-6/+6
* init/main.c: improve usability in case of init binary failureAndreas Mohr2010-03-062-1/+51
* kernel/cpu.c: delete deprecated definition in cpu_up()Chen Gong2010-03-061-1/+1
* MFGPT: move clocksource menuRandy Dunlap2010-03-063-11/+9
* um: tell git to ignore generated filesWANG Cong2010-03-062-0/+4
* uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov2010-03-061-2/+2
* cris v32: typo in crisv32_arbiter_unwatch()?Roel Kluin2010-03-061-1/+1
* cryptocop: fix assertion in create_output_descriptors()Roel Kluin2010-03-061-1/+1
* cris: convert to use arch_gettimeoffset()john stultz2010-03-062-66/+8
* cpuidle menu: remove 8 bytes of padding on 64 bit buildsRichard Kennedy2010-03-061-1/+1
* alpha: PTR_ERR overwrites -EINVAL in syscall osf_mountRoel Kluin2010-03-061-1/+2
* frv: remove pci_dma_sync_single() and pci_dma_sync_sg()FUJITA Tomonori2010-03-061-37/+0
* mm: add comment on swap_duplicate's error codeHugh Dickins2010-03-061-1/+5
* nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani2010-03-061-2/+2
* mm: use the same log level for show_mem()Amerigo Wang2010-03-061-7/+7
* mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes2010-03-061-1/+2
* vmscan: detect mapped file pages used only onceJohannes Weiner2010-03-063-14/+36
* vmscan: drop page_mapping_inuse()Johannes Weiner2010-03-061-23/+2
* vmscan: factor out page reference checksJohannes Weiner2010-03-061-13/+43
* mm: document /sys/devices/system/node/nodeXMel Gorman2010-03-061-0/+7
* mm: document /proc/pagetypeinfoMel Gorman2010-03-061-1/+44
* mm: suppress pfn range output for zones without pagesDavid Rientjes2010-03-061-2/+6
* mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-065-5/+41
* mm/swapfile.c: fix swapon size off-by-oneHugh Dickins2010-03-061-13/+18
* mm: remove VM_LOCK_RMAP codeRik van Riel2010-03-063-31/+0
* rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel2010-03-063-0/+32
* rmap: remove obsolete check from __page_check_anon_rmap()Rik van Riel2010-03-061-3/+0
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-0614-85/+298
* mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina2010-03-061-1/+1
* include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton2010-03-061-11/+11
* readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2010-03-063-1/+18
* vfs: take f_lock on modifying f_mode after open timeWu Fengguang2010-03-062-0/+4
* mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro2010-03-061-4/+0
* mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro2010-03-061-30/+30
* memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org2010-03-063-24/+43
* mm: fix mbind vma merge problemKOSAKI Motohiro2010-03-061-13/+39
* mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro2010-03-064-23/+14
* mm: remove free_hot_page()Li Hong2010-03-063-9/+5
* mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong2010-03-061-1/+1
* mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong2010-03-061-1/+1
* mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro2010-03-061-0/+2
* vmscan: get_scan_ratio() cleanupKOSAKI Motohiro2010-03-061-9/+14
* vmscan: check high watermark after shrink zoneMinchan Kim2010-03-061-10/+12
* mm: use rlimit helpersJiri Slaby2010-03-064-14/+15
* mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro2010-03-061-2/+2
* mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro2010-03-061-9/+2
* mm: count swap usageKAMEZAWA Hiroyuki2010-03-066-7/+23