index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
crypto
/
api-rng.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-03
lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocations
Fredrik Noring
2
-1
/
+29
2019-06-03
dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, free}_contiguous()
Nicolin Chen
1
-1
/
+7
2019-06-03
dma-contiguous: use fallback alloc_pages for single pages
Nicolin Chen
1
-1
/
+10
2019-06-03
dma-contiguous: add dma_{alloc,free}_contiguous() helpers
Nicolin Chen
3
-20
/
+64
2019-06-03
iommu/dma: Fix condition check in iommu_dma_unmap_sg
Nathan Chancellor
1
-1
/
+1
2019-05-27
arm64: trim includes in dma-mapping.c
Christoph Hellwig
1
-10
/
+0
2019-05-27
arm64: switch copyright boilerplace to SPDX in dma-mapping.c
Christoph Hellwig
1
-14
/
+1
2019-05-27
iommu/dma: Switch copyright boilerplace to SPDX
Christoph Hellwig
2
-24
/
+2
2019-05-27
iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP
Christoph Hellwig
2
-8
/
+9
2019-05-27
iommu/dma: Refactor iommu_dma_mmap
Christoph Hellwig
1
-35
/
+11
2019-05-27
iommu/dma: Refactor iommu_dma_get_sgtable
Christoph Hellwig
1
-28
/
+17
2019-05-27
iommu/dma: Refactor iommu_dma_alloc, part 2
Christoph Hellwig
1
-30
/
+35
2019-05-27
iommu/dma: Cleanup variable naming in iommu_dma_alloc
Robin Murphy
1
-23
/
+22
2019-05-27
iommu/dma: Split iommu_dma_free
Robin Murphy
1
-4
/
+8
2019-05-27
iommu/dma: Merge the CMA and alloc_pages allocation paths
Christoph Hellwig
1
-20
/
+12
2019-05-27
iommu/dma: Don't remap CMA unnecessarily
Robin Murphy
1
-7
/
+12
2019-05-27
iommu/dma: Refactor iommu_dma_alloc
Robin Murphy
1
-30
/
+30
2019-05-27
iommu/dma: Refactor iommu_dma_free
Robin Murphy
1
-40
/
+33
2019-05-27
iommu/dma: Remove __iommu_dma_free
Christoph Hellwig
1
-19
/
+2
2019-05-27
iommu/dma: Refactor the page array remapping allocator
Christoph Hellwig
1
-28
/
+26
2019-05-27
iommu/dma: Factor out remapped pages lookup
Robin Murphy
1
-12
/
+20
2019-05-27
iommu/dma: Squash __iommu_dma_{map,unmap}_page helpers
Robin Murphy
1
-18
/
+7
2019-05-27
iommu/dma: Move domain lookup into __iommu_dma_{map,unmap}
Robin Murphy
1
-15
/
+14
2019-05-27
iommu/dma: Move __iommu_dma_map
Christoph Hellwig
1
-23
/
+23
2019-05-27
iommu/dma: move the arm64 wrappers to common code
Christoph Hellwig
4
-457
/
+378
2019-05-27
iommu/dma: Use for_each_sg in iommu_dma_alloc
Christoph Hellwig
1
-9
/
+5
2019-05-27
iommu/dma: Remove the flush_page callback
Christoph Hellwig
3
-14
/
+5
2019-05-27
iommu/dma: Cleanup dma-iommu.h
Christoph Hellwig
1
-4
/
+2
2019-05-27
Linux 5.2-rc2
v5.2-rc2
Linus Torvalds
1
-2
/
+2
2019-05-26
random: fix soft lockup when trying to read from an uninitialized blocking pool
Theodore Ts'o
1
-3
/
+13
2019-05-26
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
3
-10
/
+20
2019-05-25
ext4: fix dcache lookup of !casefolded directories
Gabriel Krisman Bertazi
1
-1
/
+1
2019-05-24
locking/lock_events: Use this_cpu_add() when necessary
Waiman Long
1
-2
/
+40
2019-05-24
KVM: x86: fix return value for reserved EFER
Paolo Bonzini
1
-1
/
+1
2019-05-24
tools/kvm_stat: fix fields filter for child events
Stefan Raspl
2
-4
/
+14
2019-05-24
KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard
Thomas Huth
2
-0
/
+4
2019-05-24
kvm: selftests: aarch64: compile with warnings on
Andrew Jones
1
-4
/
+5
2019-05-24
kvm: selftests: aarch64: fix default vm mode
Andrew Jones
1
-1
/
+1
2019-05-24
kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot size
Andrew Jones
1
-1
/
+1
2019-05-24
KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGION
Christian Borntraeger
1
-14
/
+21
2019-05-24
KVM: x86/pmu: do not mask the value that is written to fixed PMUs
Paolo Bonzini
1
-5
/
+8
2019-05-24
KVM: x86/pmu: mask the result of rdpmc according to the width of the counters
Paolo Bonzini
4
-13
/
+15
2019-05-24
x86/kvm/pmu: Set AMD's virt PMU version to 1
Borislav Petkov
1
-1
/
+1
2019-05-24
KVM: x86: do not spam dmesg with VMCS/VMCB dumps
Paolo Bonzini
2
-8
/
+27
2019-05-24
kvm: Check irqchip mode before assign irqfd
Peter Xu
3
-0
/
+17
2019-05-24
kvm: svm/avic: fix off-by-one in checking host APIC ID
Suthikulpanit, Suravee
1
-1
/
+5
2019-05-24
KVM: selftests: do not blindly clobber registers in guest asm
Paolo Bonzini
1
-24
/
+30
2019-05-24
KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c
Thomas Huth
1
-3
/
+0
2019-05-24
KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace
Wanpeng Li
1
-0
/
+18
2019-05-24
KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow
Wanpeng Li
1
-1
/
+1
[next]