summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mm: cma: WARN if freed memory is still in useMarek Szyprowski2012-12-201-2/+9
* exec: do not leave bprm->interp on stackKees Cook2012-12-204-2/+23
* drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan2012-12-201-15/+47
* drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan2012-12-201-3/+15
* Documentation: kernel-parameters.txt remove capability.disableJosh Boyer2012-12-201-6/+0
* mm: fix calculation of dirtyable memorySonny Rao2012-12-201-5/+20
* compaction: fix build error in CMA && !COMPACTIONMinchan Kim2012-12-201-6/+20
* Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-2027-272/+477
|\
| *-------. Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-1642-581/+752
| |\ \ \ \ \
| | | | | | * ARM: OMAP4: hwmod data: ipu and dsp to use parent clocks instead of leaf clocksOmar Ramirez Luna2012-12-032-24/+2
| | | | | | * iommu/omap: Adapt to runtime pmOmar Ramirez Luna2012-12-035-43/+19
| | | | | | * iommu/omap: Migrate to hwmod frameworkOmar Ramirez Luna2012-12-035-156/+64
| | | | | | * iommu/omap: Keep mmu enabled when requestedOmar Ramirez Luna2012-12-031-3/+0
| | | | | | * iommu/omap: Remove redundant clock handling on ISROmar Ramirez Luna2012-12-031-2/+0
| | | | | | * Merge branch 'omap-for-v3.8/cleanup-headers-iommu' of git://git.kernel.org/pu...Joerg Roedel2012-12-0321-291/+279
| | | | | | |\
| | | | | * | | iommu/tegra: smmu: Move bus_set_iommu after probe for multi archHiroshi Doyu2012-11-281-1/+1
| | | | | * | | iommu/tegra: gart: Move bus_set_iommu after probe for multi archHiroshi Doyu2012-11-281-1/+1
| | | | | * | | iommu/tegra: smmu: Remove unnecessary PTC/TLB flush allHiroshi Doyu2012-11-281-3/+1
| | | | | |/ /
| | | | * | | intel-iommu: Prevent devices with RMRRs from being placed into SI DomainTom Mingarelli2012-11-211-0/+31
| | | * | | | iommu/amd: Remove obsolete commentJoerg Roedel2012-12-021-10/+0
| | | * | | | iommu/amd: Don't use 512GB pagesJoerg Roedel2012-12-021-1/+3
| | | * | | | iommu/amd: Properly account for virtual aliases in IOMMU groupsAlex Williamson2012-10-242-5/+57
| | | * | | | iommu/amd: Split IOMMU group allocation and attachAlex Williamson2012-10-241-11/+19
| | | * | | | iommu/amd: Split upstream bus device lookupAlex Williamson2012-10-241-9/+15
| | | * | | | iommu/amd: Split IOMMU Group topology walkAlex Williamson2012-10-241-25/+33
| | | * | | | iommu/amd: Split IOMMU group initializationAlex Williamson2012-10-241-18/+43
| | * | | | | ARM: dma-mapping: support debug_dma_mapping_errorMing Lei2012-12-031-0/+1
| | * | | | | tile: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
| | * | | | | sh: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
| | * | | | | powerpc: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
| | * | | | | mips: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+2
| | * | | | | microblaze: dma-mapping: support debug_dma_mapping_errorShuah Khan2012-11-281-0/+2
| | * | | | | ia64: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
| | * | | | | c6x: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
| | * | | | | ARM64: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
| | * | | | | sparc: dma-mapping: support debug_dma_mapping_errorShuah Khan2012-11-171-0/+1
| | * | | | | dma-debug: fix to not have dependency on get_dma_ops() interfaceShuah Khan2012-11-171-22/+7
| | * | | | | Documentation DMA-API-HOWTO.txt Add dma mapping error check usage examplesShuah Khan2012-10-241-0/+126
| | * | | | | dma-debug: New interfaces to debug dma mapping errorsShuah Khan2012-10-244-4/+87
| | |/ / / /
* | | | | | intel-iommu: Free old page tables before creating superpageWoodhouse, David2012-12-201-2/+9
* | | | | | ARM: OMAP: Fix build breakage due to missing include in i2c.cVaibhav Bedia2012-12-201-0/+1
* | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-2017-276/+412
|\ \ \ \ \ \
| * | | | | | virtio_console: Add support for remoteproc serialSjur Brændeland2012-12-182-23/+170
| * | | | | | virtio_console: Merge struct buffer_token into struct port_bufferSjur Brændeland2012-12-181-76/+53
| * | | | | | virtio: add drv_to_virtio to make code clearlyWanlong Gao2012-12-182-7/+9
| * | | | | | virtio: use dev_to_virtio wrapper in virtioWanlong Gao2012-12-182-11/+14
| * | | | | | virtio-mmio: Fix irq parsing in command line parameterPawel Moll2012-12-181-9/+17
| * | | | | | virtio_console: Free buffers from out-queue upon closesjur.brandeland@stericsson.com2012-12-181-0/+4
| * | | | | | virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-12-181-4/+3
| * | | | | | virtio_console: Use kmalloc instead of kzallocSjur Brændeland2012-12-181-1/+1