summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-122-3/+3
* mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-121-3/+5
* zram: remove request_queue from struct zramSergey Senozhatsky2015-02-122-9/+8
* zram: remove init_lock in zram_make_requestMinchan Kim2015-02-122-32/+64
* zram: check bd_openers instead of bd_holdersMinchan Kim2015-02-121-1/+1
* zram: rework reset and destroy pathSergey Senozhatsky2015-02-121-42/+33
* zram: fix umount-reset_store-mount race conditionSergey Senozhatsky2015-02-121-14/+9
* zram: free meta table in zram_meta_freeGanesh Mahendran2015-02-121-17/+16
* zram: clean up zram_meta_alloc()Sergey Senozhatsky2015-02-121-8/+6
* Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-1220-1448/+1996
|\
| *-------. Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel2015-02-04102-904/+1405
| |\ \ \ \ \
| | | | | | * iommu: Update my email addressJoerg Roedel2015-02-047-9/+9
| | | | | | * iommu: Make more drivers depend on COMPILE_TESTJoerg Roedel2015-01-301-3/+6
| | | | | | * iommu: Disable on !MMU buildsArnd Bergmann2015-01-301-3/+5
| | | | | | * iommu: Fix trace_map() to report original iova and original sizeShuah Khan2015-01-261-1/+1
| | | | | | * iommu: Change trace unmap api to report unmapped sizeShuah Khan2015-01-191-1/+1
| | | | | | * iommu: Fix trace_unmap() to report original iovaShuah Khan2015-01-191-1/+2
| | | | | | * iommu: Make IOVA domain page size explicitRobin Murphy2015-01-192-5/+16
| | | | | | * iommu: Make IOVA domain low limit flexibleRobin Murphy2015-01-192-7/+12
| | | | | | * iommu: Consolidate IOVA allocator codeRobin Murphy2015-01-192-31/+37
| | | | | | * iommu: Allow building iova.c independentlyRobin Murphy2015-01-192-1/+6
| | | | | * | iommu/amd: Convert non-returned local variable to boolean when relevantQuentin Lambert2015-02-041-6/+6
| | | | | * | iommu/amd: Use wait_event in put_pasid_state_waitJoerg Roedel2015-02-041-8/+1
| | | | | * | iommu/amd: Fix amd_iommu_free_device()Peter Zijlstra2015-02-041-13/+7
| | | | * | | iommu/fsl: Various cleanupsEmil Medve2015-02-033-214/+177
| | | | * | | iommu/fsl: Use %pa to print phys_addr_tJoerg Roedel2015-01-301-4/+3
| | | | * | | iommu/fsl: Remove unused fsl_of_pamu_ids[]Emil Medve2015-01-261-10/+0
| | | | * | | iommu/fsl: Fix section mismatchEmil Medve2015-01-261-1/+1
| | | * | | | iommu/omap: Print phys_addr_t using %paJoerg Roedel2015-01-301-1/+1
| | | |/ / /
| | * | | | iommu/arm-smmu: Avoid build warningArnd Bergmann2015-02-031-1/+1
| * | | | | iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registeredLaurent Pinchart2015-01-301-28/+21
| * | | | | iommu/ipmmu-vmsa: Use the ARM LPAE page table allocatorLaurent Pinchart2015-01-262-494/+61
| * | | | | Merge branch 'arm/smmu' into arm/renesasJoerg Roedel2015-01-26124-2350/+3105
| |\| | | |
| | * | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2015-01-266-619/+1561
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | iommu/arm-smmu: add support for iova_to_phys through ATS1PRMitchel Humpherys2015-01-191-2/+67
| | | * | | iommu/arm-smmu: don't touch the secure STLBIALL registerMitchel Humpherys2015-01-191-2/+0
| | | * | | iommu/arm-smmu: make use of generic LPAE allocatorWill Deacon2015-01-192-626/+266
| | | * | | iommu: io-pgtable-arm: add non-secure quirkLaurent Pinchart2015-01-192-1/+9
| | | * | | iommu: add self-consistency tests to ARM LPAE IO page table allocatorWill Deacon2015-01-192-1/+208
| | | * | | iommu: add ARM LPAE page table allocatorWill Deacon2015-01-195-0/+816
| | | * | | iommu: introduce generic page table allocation frameworkWill Deacon2015-01-194-0/+208
| * | | | | Merge branch 'iommu/next' of git://linuxtv.org/pinchartl/fbdev into arm/renesasJoerg Roedel2015-01-191-38/+113
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | iommu/ipmmu-vmsa: Remove platform data supportLaurent Pinchart2015-01-161-24/+0
| | * | | | iommu/ipmmu-vmsa: Support multiple micro TLBs per deviceLaurent Pinchart2015-01-161-29/+86
| | * | | | iommu/ipmmu-vmsa: Add device tree supportLaurent Pinchart2015-01-161-8/+47
| | * | | | iommu/ipmmu-vmsa: Invalidate TLB after unmappingLaurent Pinchart2015-01-161-3/+1
| | * | | | iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page tableLaurent Pinchart2015-01-161-8/+11
| | * | | | iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachmentLaurent Pinchart2015-01-161-1/+3
| | | |/ / | | |/| |
* | | | | Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-126-125/+572
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2015-02-111-15/+0
| |\ \ \ \ \