summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.14.21v3.14.21Greg Kroah-Hartman2014-10-091-1/+1
* mm: don't pointlessly use BUG_ON() for sanity checkLinus Torvalds2014-10-091-3/+5
* mm: per-thread vma cachingDavidlohr Bueso2014-10-0912-44/+231
* vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter2014-10-091-1/+1
* mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov2014-10-091-13/+13
* mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov2014-10-091-2/+2
* mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe2014-10-091-2/+4
* mm: optimize put_mems_allowed() usageMel Gorman2014-10-098-39/+38
* mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T2014-10-091-2/+2
* mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes2014-10-091-0/+1
* mm, compaction: determine isolation mode only onceDavid Rientjes2014-10-091-7/+2
* mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim2014-10-091-7/+4
* mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim2014-10-091-15/+19
* mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim2014-10-091-1/+1
* drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg2014-10-091-0/+6
* mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim2014-10-091-2/+11
* mm/compaction: disallow high-order page for migration targetJoonsoo Kim2014-10-091-12/+3
* mm, compaction: avoid isolating pinned pagesDavid Rientjes2014-10-091-0/+9
* swap: change swap_list_head to plist, add swap_avail_headDan Streetman2014-10-094-59/+97
* lib/plist: add plist_requeueDan Streetman2014-10-092-0/+54
* lib/plist: add helper functionsDan Streetman2014-10-091-0/+43
* swap: change swap_info singly-linked list to list_headDan Streetman2014-10-094-115/+78
* mm: exclude memoryless nodes from zone_reclaimMichal Hocko2014-10-091-2/+3
* jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-10-092-36/+30
* media: vb2: fix VBI/poll regressionHans Verkuil2014-10-092-2/+17
* mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman2014-10-091-2/+5
* mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long2014-10-091-2/+2
* hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-10-093-0/+28
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-10-097-8/+25
* ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)2014-10-091-1/+1
* init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menuJosh Triplett2014-10-091-0/+1
* Fix problem recognizing symlinksSteve French2014-10-092-1/+3
* drm/i915: Flush the PTEs after updating them before suspendChris Wilson2014-10-091-1/+13
* md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown2014-10-091-1/+17
* cpufreq: integrator: fix integrator_cpufreq_remove return typeArnd Bergmann2014-10-091-2/+2
* mm: migrate: Close race between migration completion and mprotectMel Gorman2014-10-091-1/+4
* perf: fix perf bug in fork()Peter Zijlstra2014-10-092-3/+6
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-10-091-14/+21
* Linux 3.14.20v3.14.20Greg Kroah-Hartman2014-10-051-1/+1
* ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variantsRajendra Nayak2014-10-051-0/+6
* clk: qcom: mdp_lut_clk is a child of mdp_srcStephen Boyd2014-10-051-1/+1
* clk: qcom: Fix MN frequency tables, parent map, and jpegdStephen Boyd2014-10-051-40/+42
* staging/lustre: disable virtual block device for 64K pagesArnd Bergmann2014-10-051-0/+1
* aio: block exit_aio() until all context requests are completedGu Zheng2014-10-051-1/+7
* clk: prevent erronous parsing of children during rate changeTero Kristo2014-10-051-1/+6
* perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas2014-10-051-3/+9
* partitions: aix.c: off by one bugDan Carpenter2014-10-051-1/+1
* dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko2014-10-052-13/+7
* dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko2014-10-051-8/+11
* serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus2014-10-051-5/+12