aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov1-0/+3
2013-09-11mm/writeback: make writeback_inodes_wb staticWanpeng Li1-2/+0
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du3-2/+1
2013-09-11mm: munlock: manual pte walk in fast path instead of follow_page_mask()Vlastimil Babka1-6/+6
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov1-0/+6
2013-09-11memblock, numa: binary search node idYinghai Lu1-0/+2
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+12
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi1-0/+6
2013-09-11mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable()Naoya Horiguchi1-1/+1
2013-09-11mm: mbind: add hugepage migration code to mbind()Naoya Horiguchi1-0/+3
2013-09-11mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi1-5/+0
2013-09-11mm: migrate: make core migration code aware of hugepageNaoya Horiguchi1-0/+4
2013-09-11lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim1-2/+2
2013-09-11vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter1-1/+2
2013-09-11swap: clean-up #ifdef in page_mapping()Joonsoo Kim1-0/+1
2013-09-11mm: page_alloc: fair zone allocator policyJohannes Weiner1-0/+1
2013-09-11mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag tracepoint()Srivatsa S. Bhat1-3/+7
2013-09-11swap: make cluster allocation per-cpuShaohua Li1-0/+11
2013-09-11swap: make swap discard asyncShaohua Li1-9/+11
2013-09-11swap: change block allocation algorithm for SSDShaohua Li1-0/+20
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen1-1/+2
2013-09-11mm: vmstats: tlb flush countersDave Hansen1-0/+5
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov1-2/+7
2013-09-11block: support embedded device command line partitionCai Zhiyong1-0/+43
2013-09-11include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_group_leader_pidOleg Nesterov1-4/+4
2013-09-11include/linux/smp.h:on_each_cpu(): switch back to a C functionAndrew Morton1-8/+12
2013-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2013-09-11ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček1-0/+2
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+5
2013-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+0
2013-09-11Merge remote-tracking branch 'asoc/fix/rsnd' into asoc-linusMark Brown1-1/+1
2013-09-11Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linusMark Brown4-6/+14
2013-09-11Merge remote-tracking branch 'asoc/fix/atmel' into asoc-linusMark Brown11-157/+389
2013-09-10Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6Linus Torvalds3-0/+58
2013-09-10target/iscsi: Bump versions to v4.1.0Nicholas Bellinger1-1/+1
2013-09-10Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-0/+252
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-3/+20
2013-09-10target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger1-0/+3
2013-09-10target: Add support for EXTENDED_COPY copy offload emulationNicholas Bellinger1-0/+1
2013-09-10target: Add global device list for EXTENDED_COPYNicholas Bellinger1-0/+1
2013-09-10target: Make helpers non static for EXTENDED_COPY command setupNicholas Bellinger1-0/+4
2013-09-10target/tcm_qla2xxx: Add/use target_reverse_dma_direction() in target_core_fabric.hNicholas Bellinger1-0/+26
2013-09-10target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger1-0/+1
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa1-11/+2
2013-09-10shrinker: Kill old ->shrink API.Dave Chinner2-12/+7
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner1-2/+2
2013-09-10vmscan: per-node deferred workGlauber Costa1-2/+12
2013-09-10shrinker: add node awarenessDave Chinner1-0/+3
2013-09-10list_lru: remove special case function list_lru_dispose_all.Glauber Costa1-17/+0
2013-09-10list_lru: per-node APIGlauber Costa1-5/+34