summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-29Linux 3.14.31v3.14.31Greg Kroah-Hartman
2015-01-29md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.NeilBrown
2015-01-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko
2015-01-29mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman
2015-01-29mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman
2015-01-29mm: vmscan: only update per-cpu thresholds for online CPUMel Gorman
2015-01-29mm: move zone->pages_scanned into a vmstat counterMel Gorman
2015-01-29mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman
2015-01-29mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman
2015-01-29memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand
2015-01-29vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim
2015-01-29mm: make copy_pte_range static againJerome Marchand
2015-01-29mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes
2015-01-29mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins
2015-01-29shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins
2015-01-29mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman
2015-01-29mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2015-01-29fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman
2015-01-29mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman
2015-01-29mm: do not use atomic operations when releasing pagesMel Gorman
2015-01-29mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2015-01-29mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman
2015-01-29mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2015-01-29mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2015-01-29mm: page_alloc: use unsigned int for order in more placesMel Gorman
2015-01-29mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman
2015-01-29mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman
2015-01-29mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman
2015-01-29mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman
2015-01-29mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman
2015-01-29include/linux/jump_label.h: expose the reference countMel Gorman
2015-01-29mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...Mel Gorman
2015-01-29mm: page_alloc: do not update zlc unless the zlc is activeMel Gorman
2015-01-29mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan
2015-01-29mmc: sdhci: Don't signal the sdio irq if it's not setupSjoerd Simons
2015-01-29tty: Fix pty master poll() after slave closes v2Francesco Ruggeri
2015-01-29Input: evdev - fix EVIOCG{type} ioctlDmitry Torokhov
2015-01-29ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWINDVineet Gupta
2015-01-29ARC: Delete stale barrier.hVineet Gupta
2015-01-29crypto: add missing crypto module aliasesMathias Krause
2015-01-29crypto: include crypto- module prefix in templateKees Cook
2015-01-29crypto: prefix module autoloading with "crypto-"Kees Cook
2015-01-29drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg
2015-01-29Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"David Vrabel
2015-01-29ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter
2015-01-29netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso
2015-01-29KEYS: close race between key lookup and freeingSasha Levin
2015-01-29sata_dwc_460ex: fix resource leak on error pathAndy Shevchenko
2015-01-29x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski
2015-01-29x86/apic: Re-enable PCI_MSI support for non-SMP X86_32Bryan O'Donoghue