aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stable: update references to older 2.6 versions for 3.xPaul Gortmaker2012-08-091-5/+14
* ftrace: Disable function tracing during suspend/resume and hibernation, againSrivatsa S. Bhat2012-08-092-0/+9
* locks: fix checking of fcntl_setlease argumentJ. Bruce Fields2012-08-091-3/+3
* usb: gadget: Fix g_ether interface link statusKevin Cernekee2012-08-091-6/+6
* usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede2012-08-091-3/+7
* ALSA: hda - Add support for Realtek ALC282David Henningsson2012-08-091-0/+1
* ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad oneNishanth Menon2012-08-091-2/+1
* SCSI: Avoid dangling pointer in scsi_requeue_command()Bart Van Assche2012-08-091-0/+11
* SCSI: fix hot unplug vs async scan raceDan Williams2012-08-092-15/+29
* SCSI: fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations)Dan Williams2012-08-091-0/+14
* SCSI: libsas: fix sas_discover_devices return code handlingDan Williams2012-08-091-27/+12
* SCSI: libsas: continue revalidationDan Williams2012-08-091-4/+4
* powerpc: Fix wrong divisor in usecs_to_cputimeAndreas Schwab2012-08-092-8/+8
* powerpc: Add "memory" attribute for mfmsr()Tiejun Chen2012-08-091-1/+2
* powerpc/ftrace: Fix assembly trampoline register usageroger blofeld2012-08-091-6/+6
* mmc: sdhci-pci: CaFe has broken card detectionDaniel Drake2012-08-091-0/+1
* Linux 3.0.39Greg Kroah-Hartman2012-08-011-1/+1
* vmscan: fix initial shrinker size handlingKonstantin Khlebnikov2012-08-011-3/+6
* mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov2012-08-011-1/+1
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-0112-110/+135
* cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes2012-08-011-5/+24
* cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes2012-08-011-3/+6
* mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner2012-08-011-1/+2
* mm: test PageSwapBacked in lumpy reclaimHugh Dickins2012-08-011-1/+1
* mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim2012-08-011-2/+3
* vmscan: activate executable pages after first usageKonstantin Khlebnikov2012-08-011-0/+6
* vmscan: promote shared file mapped pagesKonstantin Khlebnikov2012-08-011-1/+1
* mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman2012-08-011-10/+9
* mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman2012-08-011-1/+7
* mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman2012-08-011-5/+39
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-0111-52/+76
* kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex Shi2012-08-011-0/+2
* kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex Shi2012-08-011-3/+11
* mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-08-013-2/+38
* mm: page allocator: do not call direct reclaim for THP allocations while comp...Mel Gorman2012-08-011-10/+35
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-017-47/+106
* mm: compaction: allow compaction to isolate dirty pagesMel Gorman2012-08-011-3/+0
* mm: migration: clean up unmap_and_move()Minchan Kim2012-08-011-35/+40
* mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim2012-08-012-2/+20
* mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2012-08-013-2/+10
* mm: change isolate mode from #define to bitwise typeMinchan Kim2012-08-018-34/+43
* mm: compaction: trivial clean up in acct_isolated()Minchan Kim2012-08-011-13/+5
* vmscan: abort reclaim/compaction if compaction can proceedMel Gorman2012-08-011-11/+21
* vmscan: limit direct reclaim for higher order allocationsRik van Riel2012-08-011-0/+16
* vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner2012-08-011-0/+15
* vmscan: shrinker->nr updates race and go wrongDave Chinner2012-08-011-13/+32
* vmscan: add shrink_slab tracepointsDave Chinner2012-08-012-1/+84
* vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li2012-08-011-0/+3
* mm: vmscan: fix force-scanning small targets without swapJohannes Weiner2012-08-011-15/+12
* mm: reduce the amount of work done when updating min_free_kbytesMel Gorman2012-08-011-16/+24