| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/c... | Linus Torvalds | 2014-01-30 | 4 | -91/+323 |
|\ |
|
| * | platform/chrome: unregister platform driver/device when module exit | Wei Yongjun | 2013-11-27 | 1 | -0/+3 |
| * | platform/chrome: Make i2c_adapter_names static | Olof Johansson | 2013-11-25 | 1 | -1/+1 |
| * | platform/chrome: chromeos_laptop - fix incorrect placement of __initdata tag | Benson Leung | 2013-11-25 | 1 | -1/+1 |
| * | platform/chrome: chromeos_laptop - Use deferred probing | Benson Leung | 2013-11-25 | 1 | -43/+101 |
| * | platform/chrome: chromeos_laptop - Restructure device associations | Aaron Durbin | 2013-11-25 | 1 | -71/+126 |
| * | platform/chrome: Add pstore platform_device | Olof Johansson | 2013-11-25 | 3 | -0/+116 |
* | | Merge tag 'iommu-updates-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-01-30 | 13 | -264/+259 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-----------. \ | Merge branches 'arm/smmu', 'core', 'x86/vt-d', 'arm/shmobile', 'x86/amd', 'pp... | Joerg Roedel | 2014-01-09 | 77 | -562/+1024 |
| |\ \ \ \ \ \ \ \ |
|
| | | | | | | | * | | drm/msm: Fix link error with !MSM_IOMMU | Joerg Roedel | 2014-01-07 | 1 | -0/+1 |
| | | | | | | |/ / |
|
| | | | | | * / / | iommu/fsl_pamu: Use dev_is_pci() to check whether it is pci device | Yijing Wang | 2014-01-07 | 1 | -3/+3 |
| | | | | | |/ / |
|
| | | | | * / / | iommu/amd: Use dev_is_pci() to check whether it is pci device | Yijing Wang | 2014-01-07 | 1 | -2/+2 |
| | | | | |/ / |
|
| | | | * | | | iommu/shmobile: Turn the flush_lock mutex into a spinlock | Laurent Pinchart | 2014-01-07 | 2 | -6/+6 |
| | | | * | | | iommu/shmobile: Allocate archdata with kzalloc() | Laurent Pinchart | 2014-01-07 | 1 | -2/+1 |
| | | | * | | | iommu: shmobile: Enable driver compilation with COMPILE_TEST | Laurent Pinchart | 2014-01-07 | 1 | -0/+1 |
| | | | |/ / |
|
| | | * | | | iommu/vt-d: Fix signedness bug in alloc_irte() | Dan Carpenter | 2014-01-09 | 1 | -6/+1 |
| | | * | | | iommu/vt-d: free all resources if failed to initialize DMARs | Jiang Liu | 2014-01-09 | 1 | -32/+49 |
| | | * | | | iommu/vt-d, trivial: clean sparse warnings | Jiang Liu | 2014-01-09 | 3 | -6/+6 |
| | | * | | | iommu/vt-d: fix wrong return value of dmar_table_init() | Jiang Liu | 2014-01-09 | 1 | -15/+14 |
| | | * | | | iommu/vt-d: release invalidation queue when destroying IOMMU unit | Jiang Liu | 2014-01-09 | 1 | -0/+6 |
| | | * | | | iommu/vt-d: fix access after free issue in function free_dmar_iommu() | Jiang Liu | 2014-01-09 | 1 | -3/+4 |
| | | * | | | iommu/vt-d: keep shared resources when failed to initialize iommu devices | Jiang Liu | 2014-01-09 | 2 | -26/+43 |
| | | * | | | iommu/vt-d: fix invalid memory access when freeing DMAR irq | Jiang Liu | 2014-01-09 | 1 | -1/+1 |
| | | * | | | iommu/vt-d, trivial: simplify code with existing macros | Jiang Liu | 2014-01-09 | 3 | -68/+25 |
| | | * | | | iommu/vt-d, trivial: use defined macro instead of hardcoding | Jiang Liu | 2014-01-09 | 1 | -1/+1 |
| | | * | | | iommu/vt-d: mark internal functions as static | Jiang Liu | 2014-01-09 | 2 | -2/+7 |
| | | * | | | iommu/vt-d, trivial: clean up unused code | Jiang Liu | 2014-01-09 | 2 | -27/+0 |
| | | * | | | iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu() | Jiang Liu | 2014-01-09 | 2 | -8/+2 |
| | | * | | | iommu/vt-d, trivial: print correct domain id of static identity domain | Jiang Liu | 2014-01-09 | 1 | -2/+2 |
| | | * | | | iommu/vt-d, trivial: refine support of 64bit guest address | Jiang Liu | 2014-01-09 | 1 | -6/+5 |
| | | * | | | iommu/vt-d: fix resource leakage on error recovery path in iommu_init_domains() | Jiang Liu | 2014-01-09 | 1 | -4/+8 |
| | | * | | | iommu/vt-d: fix a race window in allocating domain ID for virtual machines | Jiang Liu | 2014-01-09 | 1 | -2/+2 |
| | | * | | | iommu/vt-d: fix PCI device reference leakage on error recovery path | Jiang Liu | 2014-01-09 | 1 | -2/+12 |
| | | * | | | iommu/vt-d: use dedicated bitmap to track remapping entry allocation status | Jiang Liu | 2014-01-07 | 1 | -29/+26 |
| | | * | | | iommu/vt-d: Use dev_is_pci() to check whether it is pci device | Yijing Wang | 2014-01-07 | 1 | -1/+1 |
| | | * | | | iommu/vt-d: Mark function eoi_ioapic_pin_remapped() as static in irq_remapping.c | Rashika Kheria | 2013-12-30 | 1 | -1/+1 |
| | | * | | | iommu/vt-d: Mark functions as static in intel_irq_remapping.c | Rashika Kheria | 2013-12-30 | 1 | -2/+2 |
| | | * | | | iommu/vt-d: Mark functions as static in dmar.c | Rashika Kheria | 2013-12-30 | 1 | -2/+2 |
| | * | | | | iommu: add missing include | Brian Norris | 2014-01-07 | 1 | -0/+1 |
| | |/ / / |
|
| * | | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 2013-12-30 | 1 | -7/+26 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | iommu/arm-smmu: add support for IOMMU_EXEC | Will Deacon | 2013-12-16 | 1 | -3/+6 |
| | * | | | iommu/arm-smmu: use VA_BITS to determine arm64 virtual address space | Will Deacon | 2013-12-16 | 1 | -3/+2 |
| | * | | | iommu/arm-smmu: add devices attached to the SMMU to an IOMMU group | Antonios Motakis | 2013-12-16 | 1 | -1/+18 |
* | | | | | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2014-01-30 | 23 | -353/+1474 |
|\ \ \ \ \ |
|
| * | | | | | watchdog: w83627hf_wdt: Reset watchdog trigger during initialization | Guenter Roeck | 2014-01-28 | 1 | -2/+2 |
| * | | | | | watchdog: w83627hf: Add support for W83697HF and W83697UG | Guenter Roeck | 2014-01-28 | 2 | -13/+51 |
| * | | | | | watchdog: w83627hf: Auto-detect IO address and supported chips | Guenter Roeck | 2014-01-28 | 2 | -24/+173 |
| * | | | | | watchdog: at91sam9_wdt: increase security margin on watchdog counter reset | Boris BREZILLON | 2014-01-28 | 1 | -9/+16 |
| * | | | | | watchdog: at91sam9_wdt: avoid spurious watchdog reset during init | Boris BREZILLON | 2014-01-28 | 1 | -1/+9 |
| * | | | | | watchdog: at91sam9_wdt: fix secs_to_ticks | Boris BREZILLON | 2014-01-28 | 1 | -1/+1 |