summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03iommu: Don't use sme_active() in generic codeJoerg Roedel
2019-08-30iommu: Remove wrong default domain commentsTom Murphy
2019-08-30iommu/dma: Fix for dereferencing before null checkingYunsheng Lin
2019-08-30iommu: Revisit iommu_insert_resv_region() implementationEric Auger
2019-08-30iommu/iova: Avoid false sharing on fq_timer_onEric Dumazet
2019-08-23Documentation: Update Documentation for iommu.passthroughJoerg Roedel
2019-08-23iommu: Disable passthrough mode when SME is activeJoerg Roedel
2019-08-23iommu: Set default domain type at runtimeJoerg Roedel
2019-08-23iommu: Print default domain type on bootJoerg Roedel
2019-08-23ia64: Get rid of iommu_pass_throughJoerg Roedel
2019-08-23x86/dma: Get rid of iommu_pass_throughJoerg Roedel
2019-08-23iommu/vt-d: Request passthrough mode from IOMMU coreJoerg Roedel
2019-08-23iommu/amd: Request passthrough mode from IOMMU coreJoerg Roedel
2019-08-23iommu: Use Functions to set default domain type in iommu_set_def_domain_type()Joerg Roedel
2019-08-23iommu: Add helpers to set/get default domain typeJoerg Roedel
2019-08-23iommu: Remember when default domain type was set on kernel command lineJoerg Roedel
2019-08-20Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/...Joerg Roedel
2019-08-09iommu: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-08-04Linux 5.3-rc3v5.3-rc3Linus Torvalds
2019-08-04Merge tag 'tpmdd-next-20190805' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds
2019-08-04Merge tag 'mtd/fixes-for-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-08-05tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain
2019-08-05tpm: Fix null pointer dereference on chip register error pathMilan Broz
2019-08-04Merge tag 'powerpc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-08-04MAINTAINERS: Add Geert as Renesas SoC Co-MaintainerGeert Uytterhoeven
2019-08-04Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-04Merge tag 'safesetid-maintainers-correction-5.3-rc2' of git://github.com/mica...Linus Torvalds
2019-08-04kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci
2019-08-03Merge tag 'xtensa-20190803' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-08-03Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-08-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-08-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-08-03Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-08-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-08-03Merge tag 'riscv/for-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-08-03drivers/acpi/scan.c: document why we don't need the device_hotplug_lockDavid Hildenbrand
2019-08-03memremap: move from kernel/ to mm/Christoph Hellwig
2019-08-03lib/test_meminit.c: use GFP_ATOMIC in RCU critical sectionAlexander Potapenko
2019-08-03asm-generic: fix -Wtype-limits compiler warningsQian Cai
2019-08-03cgroup: kselftest: relax fs_spec checksChris Down
2019-08-03mm/memory_hotplug.c: remove unneeded return for void functionWeitao Hou
2019-08-03mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell
2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise
2019-08-03page flags: prioritize kasan bits over last-cpuidArnd Bergmann
2019-08-03ubsan: build ubsan.c more conservativelyArnd Bergmann
2019-08-03kasan: remove clang version check for KASAN_STACKArnd Bergmann
2019-08-03mm: compaction: avoid 100% CPU usage during compaction when a task is killedMel Gorman
2019-08-03mm: migrate: fix reference check race between __find_get_block() and migrationJan Kara
2019-08-03mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...Yang Shi