summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov2015-02-131-1/+8
* memcg: cleanup static keys decrementVladimir Davydov2015-02-131-5/+0
* memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov2015-02-131-1/+2
* list_lru: add helpers to isolate itemsVladimir Davydov2015-02-131-2/+7
* memcg: free memcg_caches slot on css offlineVladimir Davydov2015-02-131-5/+5
* slab: link memcg caches of the same kind into a listVladimir Davydov2015-02-131-0/+4
* slab: embed memcg_cache_params to kmem_cacheVladimir Davydov2015-02-133-12/+9
* list_lru: introduce per-memcg listsVladimir Davydov2015-02-132-12/+54
* list_lru: organize all list_lrus to listVladimir Davydov2015-02-131-0/+3
* list_lru: get rid of ->active_nodesVladimir Davydov2015-02-131-3/+2
* memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov2015-02-131-2/+10
* memcg: rename some cache id related variablesVladimir Davydov2015-02-131-2/+2
* vmscan: per memory cgroup slab shrinkersVladimir Davydov2015-02-133-4/+14
* fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov2015-02-131-2/+4
* list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-131-0/+16
* mm: numa: do not trap faults on the huge zero pageMel Gorman2015-02-131-1/+2
* mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2015-02-132-156/+1
* mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman2015-02-131-2/+1
* mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman2015-02-131-1/+1
* mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman2015-02-131-0/+20
* mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman2015-02-131-4/+0
* Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-02-127-4/+57
|\
| * exportfs: add methods for block layout exportsChristoph Hellwig2015-02-051-0/+23
| * nfsd: implement pNFS operationsChristoph Hellwig2015-02-023-1/+5
| * fs: add FL_LAYOUT lease typeChristoph Hellwig2015-02-021-0/+16
| * nfs: add LAYOUT_TYPE_MAX enum valueChristoph Hellwig2015-02-021-0/+1
| * Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20J. Bruce Fields2015-02-0224-81/+236
| |\
| * | sunrpc/lockd: fix references to the BKLJeff Layton2015-01-231-1/+1
| * | svcrdma: Support RDMA_NOMSG requestsChuck Lever2015-01-151-0/+1
| * | svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever2015-01-151-0/+10
| * | svcrdma: Clean up read chunk countingChuck Lever2015-01-151-2/+0
* | | Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-124-41/+199
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel2015-02-0412-43/+133
| |\ \ \ \ \ \
| | | | | * | | iommu: Change trace unmap api to report unmapped sizeShuah Khan2015-01-191-13/+18
| | | | | * | | iommu: Make IOVA domain page size explicitRobin Murphy2015-01-191-2/+33
| | | | | * | | iommu: Make IOVA domain low limit flexibleRobin Murphy2015-01-191-4/+3
| | | | | * | | iommu: Consolidate IOVA allocator codeRobin Murphy2015-01-191-0/+3
| * | | | | | | Merge branch 'arm/smmu' into arm/renesasJoerg Roedel2015-01-2612-14/+190
| |\| | | | | |
| | * | | | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2015-01-261-0/+144
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | iopoll: Introduce memory-mapped IO polling macrosMatt Wagantall2015-01-191-0/+144
| * | | | | | | Merge branch 'iommu/next' of git://linuxtv.org/pinchartl/fbdev into arm/renesasJoerg Roedel2015-01-191-24/+0
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | iommu/ipmmu-vmsa: Remove platform data supportLaurent Pinchart2015-01-161-24/+0
| | | |/ / / / | | |/| | | |
* | | | | | | Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-121-2/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v3.19-rc6' into HEADRob Herring2015-02-0423-34/+129
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | of: Fix brace position for struct of_device_id definitionDaniel Thompson2015-02-041-2/+1
* | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-123-9/+84
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'devel-stable' into for-nextRussell King2015-02-1020-67/+92
| |\ \ \ \ \ \ \ \
| | * | | | | | | | kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-131-1/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | ARM: 8256/1: driver coamba: add device binding path 'driver_override'Antonios Motakis2015-02-101-0/+1
| * | | | | | | | ARM: 8207/1: amba: Use inlines instead of macros for amba_pclk_enable/disableKrzysztof Kozlowski2015-01-161-4/+8