summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: don't warn that atomic_t is only 24 bitPeter Fritzsche2010-05-251-6/+2
* kernel.h: add pr_warn for symmetry to dev_warn, netdev_warnJoe Perches2010-05-251-0/+2
* ntfs: use add_to_page_cache_lru()Minchan Kim2010-05-251-15/+4
* ntfs: clean up ntfs_attr_extend_initializedMinchan Kim2010-05-251-7/+2
* sunrpc: use formatting of module name in SUNRPCAlex Riesen2010-05-251-4/+1
* hvsi: fix messed up error checking getting state namePhil Carmody2010-05-251-4/+2
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-2521-41/+41
* hangcheck-timer: fix x86_32 bugsYury Polyanskiy2010-05-251-6/+14
* endian: #define __BYTE_ORDERJoakim Tjernlund2010-05-259-31/+8
* err.h: add __must_check to error pointer handlersJani Nikula2010-05-251-5/+5
* cpuidle: add a repeating pattern detector to the menu governorArjan van de Ven2010-05-251-1/+59
* mn10300: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori2010-05-251-0/+2
* mn10300: use generic atomic.hMathieu Desnoyers2010-05-251-157/+1
* m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driverGreg Ungerer2010-05-251-1/+1
* frv: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori2010-05-251-0/+2
* frv: extend gdbstub to support more features of gdbDavid Howells2010-05-253-2/+70
* mm: make lowmem_page_address() use PFN_PHYS() for improved portabilityChris Metcalf2010-05-251-1/+2
* mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li2010-05-254-10/+22
* mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li2010-05-255-12/+29
* mem-hotplug: separate setup_per_cpu_pageset() into separate functionsWu Fengguang2010-05-251-17/+20
* mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.Marcelo Roberto Jimenez2010-05-251-1/+1
* highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita2010-05-252-2/+2
* include/linux/gfp.h: fix coding stylematt mooney2010-05-251-5/+5
* include/linux/gfp.h: spelling fixesmatt mooney2010-05-251-4/+4
* cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo2010-05-253-0/+49
* vmscan: remove isolate_pages callback scan controlJohannes Weiner2010-05-252-30/+35
* vmscan: remove all_unreclaimable scan controlJohannes Weiner2010-05-251-8/+6
* mm: document follow_page()Johannes Weiner2010-05-251-2/+11
* fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy2010-05-251-2/+2
* mm: introduce free_pages_prepare()KOSAKI Motohiro2010-05-251-19/+21
* vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro2010-05-251-15/+26
* readahead.c: fix commentHuang Shijie2010-05-251-1/+1
* vmscan: prevent get_scan_ratio() rounding errorsShaohua Li2010-05-251-52/+55
* mm: consider the entire user address space during node migrationGreg Thelen2010-05-251-1/+1
* mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman2010-05-253-1/+52
* mm: compaction: add a tunable that decides when memory should be compacted an...Mel Gorman2010-05-254-1/+44
* mm: compaction: direct compact when a high-order allocation failsMel Gorman2010-05-255-6/+215
* mm: compaction: add /sys trigger for per-node memory compactionMel Gorman2010-05-254-0/+49
* mm: compaction: add /proc trigger for memory compactionMel Gorman2010-05-254-0/+88
* mm: compaction: memory compaction coreMel Gorman2010-05-2510-1/+472
* mm: move definition for LRU isolation modes to a headerMel Gorman2010-05-252-5/+5
* mm: export fragmentation index via debugfsMel Gorman2010-05-251-0/+84
* mm: export unusable free space index via debugfsMel Gorman2010-05-251-1/+149
* mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman2010-05-253-2/+38
* mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-removeMel Gorman2010-05-251-3/+14
* mm: migration: allow the migration of PageSwapCache pagesMel Gorman2010-05-251-17/+36
* mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman2010-05-251-0/+11
* mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman2010-05-254-40/+24
* mm: migration: take a reference to the anon_vma before migratingMel Gorman2010-05-253-5/+40
* mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes2010-05-251-1/+10