aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-265-8/+8
* vmscan,tmpfs: treat used once pages on tmpfs as used onceKOSAKI Motohiro2010-10-261-1/+1
* writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang2010-10-262-12/+6
* writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman2010-10-266-12/+112
* vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be iso...KOSAKI Motohiro2010-10-261-6/+11
* vmscan: remove dead code in shrink_inactive_list()KOSAKI Motohiro2010-10-261-8/+0
* vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro2010-10-262-48/+78
* vmscan: synchronous lumpy reclaim should not call congestion_wait()KOSAKI Motohiro2010-10-261-2/+0
* writeback: account for time spent congestion_waitedMel Gorman2010-10-262-0/+33
* tracing, vmscan: add trace events for LRU list shrinkingMel Gorman2010-10-263-10/+77
* vmscan: delete dead codeShaohua Li2010-10-261-10/+0
* mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGSWill Deacon2010-10-261-2/+2
* writeback: report dirty thresholds in /proc/vmstatMichael Rubin2010-10-261-14/+25
* writeback: add /sys/devices/system/node/<node>/vmstatMichael Rubin2010-10-261-0/+14
* writeback: add nr_dirtied and nr_written to /proc/vmstatMichael Rubin2010-10-263-0/+7
* mm: add account_page_writeback()Michael Rubin2010-10-263-2/+14
* mm/mempolicy.c: check return code of check_rangeVasiliy Kulikov2010-10-261-1/+4
* vmscan: prevent background aging of anon page in no swap systemMinchan Kim2010-10-261-1/+16
* memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki2010-10-263-36/+72
* memory hotplug: fix notifier's return value checkKAMEZAWA Hiroyuki2010-10-261-1/+1
* mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim2010-10-264-7/+18
* mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo2010-10-262-1/+12
* include/linux/pageblock-flags.h: fix set_pageblock_flags() macro definitonzeal2010-10-261-2/+3
* writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-2612-52/+11
* oom: fix locking for oom_adj and oom_score_adjDavid Rientjes2010-10-261-19/+21
* oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes2010-10-261-35/+48
* oom: kill all threads sharing oom killed task's mmDavid Rientjes2010-10-261-0/+24
* oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes2010-10-261-4/+5
* oom: add per-mm oom disable countYing Han2010-10-265-1/+54
* Documentation/filesystems/proc.txt: improve smaps field documentationMatt Mackall2010-10-261-7/+7
* vmcore: it is not experimental any moreWANG Cong2010-10-261-2/+2
* um: fix IRQ flag handling namingRichard Weinberger2010-10-261-17/+32
* percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH2010-10-261-0/+1
* kfifo: disable __kfifo_must_check_helper()Andrew Morton2010-10-261-5/+2
* hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger2010-10-263-10/+4
* ipmi: proper spinlock initializationEric Dumazet2010-10-261-11/+19
* drivers/misc/ad525x_dpot.c: fix typo in spi write16 and write24 transfer countsMichael Hennerich2010-10-261-2/+2
* um: remove PAGE_SIZE alignment in linker script causing kernel segfault.Richard Weinberger2010-10-261-1/+1
* sgi-xp: incoming XPC channel messages can come in after the channel's partiti...Robin Holt2010-10-261-0/+17
* um: fix global timer issue when using CONFIG_NO_HZRichard Weinberger2010-10-261-1/+1
* mm, page-allocator: do not check the state of a non-existant buddy during freeMel Gorman2010-10-261-1/+1
* types.h: move misplaced commentAndrew Morton2010-10-261-10/+10
* mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki2010-10-261-1/+1
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2010-10-2615-27/+1483
|\
| * power_supply: Makefile cleanupmatt mooney2010-10-061-12/+4
| * bq27x00_battery: Add missing kfree(di->bus) in bq27x00_battery_remove()Axel Lin2010-10-061-0/+1
| * power_supply: Introduce maximum current propertyHeikki Krogerus2010-10-062-0/+2
| * power_supply: Add types for USB chargersHeikki Krogerus2010-10-062-2/+6
| * ds2782_battery: Fix unitsRyan Mallon2010-10-061-6/+6
| * power_supply: Add driver for TWL4030/TPS65950 BCI chargerGrazvydas Ignotas2010-09-303-0/+572