Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | ARM: use pr_warn_ratelimited() when migrating IRQs | Russell King | 2014-11-21 | 1 | -3/+3 | |
| | * | | | ARM: convert printk(KERN_* to pr_* | Russell King | 2014-11-21 | 28 | -146/+128 | |
| | * | | | ARM: 8204/1: Add unwinding support for memset function | Lin Yongting | 2014-11-21 | 1 | -0/+12 | |
| | * | | | ARM: 8203/1: mm: try to re-use old ASID assignments following a rollover | Will Deacon | 2014-11-21 | 1 | -24/+34 | |
| | * | | | ARM: 8215/1: vfp: Silence mvfr0 variable unused warning | Stephen Boyd | 2014-11-21 | 1 | -23/+22 | |
| | * | | | ARM: 8197/1: vfp: Fix VFPv3 hwcap detection on CPUID based cpus | Stephen Boyd | 2014-11-21 | 2 | -41/+57 | |
| | * | | | ARM: 8196/1: vfp: Workaround bad MVFR1 register on some Kraits | Stephen Boyd | 2014-11-21 | 1 | -2/+3 | |
| | * | | | ARM: 8195/1: vfp: Bounce undefined instructions in vectored mode | Stepan Moskovchenko | 2014-11-17 | 1 | -0/+6 | |
| | * | | | ARM: 8194/1: remove clear_thread_flag(TIF_UPROBE) | Yalin Wang | 2014-11-17 | 1 | -1/+0 | |
| | * | | | ARM: 8176/1: Use current_stack_pointer in unwind_backtrace | Behan Webster | 2014-11-13 | 1 | -2/+1 | |
| | * | | | ARM: 8175/1: Use current_stack_pointer to calculate pt_regs address | Behan Webster | 2014-11-13 | 1 | -3/+2 | |
| | * | | | ARM: 8174/1: Use global stack register variable for percpu | Mark Charlebois | 2014-11-13 | 1 | -2/+2 | |
| | * | | | ARM: 8173/1: Calculate current_thread_info from current_stack_pointer | Behan Webster | 2014-11-13 | 1 | -2/+2 | |
| | * | | | ARM: 8172/1: Use current_stack_pointer in save_stack_trace_tsk | Behan Webster | 2014-11-13 | 1 | -3/+1 | |
| | * | | | ARM: 8171/1: Use current_stack_pointer for return_address | Behan Webster | 2014-11-13 | 1 | -2/+1 | |
| | * | | | ARM: 8170/1: Add global named register current_stack_pointer for ARM | Behan Webster | 2014-11-13 | 1 | -0/+5 | |
* | | | | | Merge tag 'iommu-updates-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-12-12 | 21 | -985/+2432 | |
|\ \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-----------. \ \ \ \ | Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm... | Joerg Roedel | 2014-12-02 | 1388 | -11768/+26406 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | * | | | | | iommu: Decouple iommu_map_sg from CPU page size | Robin Murphy | 2014-12-02 | 1 | -5/+15 | |
| | | | | | | * | | | | | | iommu/amd: Fix accounting of device_state | Oded Gabbay | 2014-11-12 | 1 | -6/+2 | |
| | | | | | * | | | | | | | iommu/vt-d: Fix an off-by-one bug in __domain_mapping() | Jiang Liu | 2014-12-02 | 1 | -5/+3 | |
| | | | | | * | | | | | | | pci, ACPI, iommu: Enhance pci_root to support DMAR device hotplug | Jiang Liu | 2014-11-18 | 1 | -2/+14 | |
| | | | | | * | | | | | | | iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplug | Jiang Liu | 2014-11-18 | 1 | -55/+151 | |
| | | | | | * | | | | | | | iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping() | Jiang Liu | 2014-11-18 | 1 | -3/+5 | |
| | | | | | * | | | | | | | iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug | Jiang Liu | 2014-11-18 | 1 | -60/+178 | |
| | | | | | * | | | | | | | iommu/vt-d: Search for ACPI _DSM method for DMAR hotplug | Jiang Liu | 2014-11-18 | 1 | -3/+30 | |
| | | | | | * | | | | | | | iommu/vt-d: Implement DMAR unit hotplug framework | Jiang Liu | 2014-11-18 | 4 | -14/+370 | |
| | | | | | * | | | | | | | iommu/vt-d: Dynamically allocate and free seq_id for DMAR units | Jiang Liu | 2014-11-18 | 3 | -16/+43 | |
| | | | | | * | | | | | | | iommu/vt-d: Introduce helper function dmar_walk_resources() | Jiang Liu | 2014-11-18 | 3 | -110/+122 | |
| | | | | | * | | | | | | | x86/vt-d: Fix incorrect bit operations in setting values | Li, Zhen-Hua | 2014-11-06 | 1 | -0/+2 | |
| | | | | * | | | | | | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 2014-11-21 | 3 | -25/+113 | |
| | | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute | Will Deacon | 2014-11-14 | 1 | -20/+90 | |
| | | | | | * | | | | | | | | iommu/arm-smmu: Play nice on non-ARM/SMMU systems | Thierry Reding | 2014-11-14 | 1 | -0/+12 | |
| | | | | | * | | | | | | | | iommu/amd: remove compiler warning due to IOMMU_CAP_NOEXEC | Will Deacon | 2014-11-14 | 1 | -0/+2 | |
| | | | | | * | | | | | | | | iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver | Antonios Motakis | 2014-11-14 | 1 | -0/+2 | |
| | | | | | * | | | | | | | | iommu: add capability IOMMU_CAP_NOEXEC | Antonios Motakis | 2014-11-14 | 1 | -0/+1 | |
| | | | | | * | | | | | | | | iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXEC | Antonios Motakis | 2014-11-14 | 2 | -5/+6 | |
| | | | | | | |_|_|_|_|/ / | | | | | | |/| | | | | | | ||||||
| | | | * | | | | | | | | | iommu/ipmmu-vmsa: Return proper error if devm_request_irq fails | Axel Lin | 2014-11-04 | 1 | -1/+1 | |
| | | | | |_|/ / / / / / | | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | | iommu/rockchip: Allow to compile with COMPILE_TEST | Joerg Roedel | 2014-11-04 | 1 | -1/+2 | |
| | | * | | | | | | | | | dt-bindings: iommu: Add documentation for rockchip iommu | Daniel Kurtz | 2014-11-03 | 1 | -0/+26 | |
| | | * | | | | | | | | | iommu/rockchip: rk3288 iommu driver | Daniel Kurtz | 2014-11-03 | 3 | -0/+1051 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | iommu/msm: Use dev_get_platdata() | Kiran Padwal | 2014-11-04 | 1 | -2/+2 | |
| | * | | | | | | | | | iommu/msm: Deletion of unnecessary checks before clk_disable() | SF Markus Elfring | 2014-10-23 | 2 | -6/+3 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | iommu/omap: Use dev_get_platdata() | Kiran Padwal | 2014-11-04 | 1 | -3/+3 | |
| * | | | | | | | | | iommu/omap: Switch pagetable debugfs entry to use seq_file | Suman Anna | 2014-10-23 | 1 | -53/+28 | |
| * | | | | | | | | | iommu/omap: Fix bus error on debugfs access of unattached IOMMU | Suman Anna | 2014-10-23 | 1 | -0/+14 | |
| * | | | | | | | | | iommu/omap: Reset the domain field upon detaching | Suman Anna | 2014-10-23 | 1 | -0/+1 | |
| * | | | | | | | | | iommu/omap: Do not export unneeded functions | Suman Anna | 2014-10-23 | 2 | -7/+2 | |
| * | | | | | | | | | iommu/omap: Remove couple of unused exported functions | Suman Anna | 2014-10-23 | 2 | -26/+0 | |
| * | | | | | | | | | iommu/omap: Integrate omap-iommu-debug into omap-iommu | Suman Anna | 2014-10-23 | 4 | -80/+58 |