index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
/
intel_th
/
msu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-04
intel_th: msu: Fix possible memory leak in mode_store()
Wei Yongjun
1
-1
/
+3
2019-11-04
intel_th: msu: Fix overflow in shift of an unsigned int
Colin Ian King
1
-1
/
+1
2019-11-04
intel_th: msu: Fix missing allocation failure check on a kstrndup
Colin Ian King
1
-0
/
+3
2019-11-04
intel_th: msu: Fix an uninitialized mutex
Alexander Shishkin
1
-1
/
+1
2019-07-25
intel_th: msu: Preserve pre-existing buffer configuration
Alexander Shishkin
1
-2
/
+7
2019-07-25
intel_th: msu: Prevent freeing buffers while locked windows exist
Alexander Shishkin
1
-0
/
+5
2019-07-25
intel_th: msu: Get rid of the window size limit
Alexander Shishkin
1
-71
/
+68
2019-07-25
intel_th: msu: Introduce buffer interface
Alexander Shishkin
1
-20
/
+368
2019-07-03
intel_th: msu: Start read iterator from a non-empty window
Alexander Shishkin
1
-9
/
+33
2019-07-03
intel_th: msu: Split sgt array and pointer in multiwindow mode
Alexander Shishkin
1
-10
/
+13
2019-07-03
intel_th: msu: Support multipage blocks
Alexander Shishkin
1
-18
/
+38
2019-07-03
intel_th: msu: Fix single mode with disabled IOMMU
Alexander Shishkin
1
-1
/
+1
2019-07-03
intel_th: msu: Remove set but not used variable 'last'
YueHaibing
1
-2
/
+1
2019-07-03
intel_th: msu: Fix unused variable warning on arm64 platform
Shaokun Zhang
1
-13
/
+27
2019-05-03
intel_th: msu: Add current window tracking
Alexander Shishkin
1
-30
/
+49
2019-05-03
intel_th: msu: Add a sysfs attribute to trigger window switch
Alexander Shishkin
1
-0
/
+28
2019-05-03
intel_th: msu: Factor out pipeline draining
Alexander Shishkin
1
-10
/
+18
2019-05-03
intel_th: msu: Switch over to scatterlist
Alexander Shishkin
1
-59
/
+104
2019-05-03
intel_th: msu: Replace open-coded list_{first,last,next}_entry variants
Alexander Shishkin
1
-10
/
+10
2019-05-03
intel_th: msu: Start handling IRQs
Alexander Shishkin
1
-1
/
+63
2019-05-03
intel_th: msu: Fix single mode with IOMMU
Alexander Shishkin
1
-3
/
+32
2018-12-19
intel_th: msu: Fix an off-by-one in attribute store
Alexander Shishkin
1
-1
/
+2
2018-08-24
drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-05-25
intel_th: Use correct device when freeing buffers
Alexander Shishkin
1
-3
/
+3
2018-03-28
intel_th: Add SPDX GPL-2.0 header to replace GPLv2 boilerplate
Alexander Shishkin
1
-9
/
+1
2017-08-25
intel_th: msu: Use the real device in case of IOMMU domain allocation
Alexander Shishkin
1
-6
/
+6
2017-05-09
drivers/hwtracing/intel_th/msu.c: use set_memory.h header
Laura Abbott
1
-1
/
+3
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-3
/
+3
2016-05-21
Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-48
/
+68
2016-05-20
mm: rename _count, field of the struct page, to _refcount
Joonsoo Kim
1
-1
/
+1
2016-04-08
intel_th: msu: Release resources on removal
Alexander Shishkin
1
-0
/
+12
2016-04-08
intel_th: msu: Set fops::owner to prevent module from unloading
Alexander Shishkin
1
-0
/
+1
2016-04-08
intel_th: msu: Serialize enabling/disabling
Alexander Shishkin
1
-43
/
+49
2016-04-08
intel_th: msu: Create sysfs attributes using core driver's facility
Alexander Shishkin
1
-5
/
+1
2016-04-08
intel_th: msu: Handle kstrndup() failure
Alexander Shishkin
1
-0
/
+5
2016-02-21
intel_th: msu: Release resources on read error
Laurent FERT
1
-4
/
+3
2016-02-21
intel_th: msu: Fix offset for wrapped block
Laurent FERT
1
-1
/
+1
2015-10-17
intel_th: Check for NULL instead of ERR_PTR
Dan Carpenter
1
-2
/
+2
2015-10-10
intel_th: Fix integer mismatch warnings
Alexander Shishkin
1
-1
/
+1
2015-10-04
intel_th: Add Memory Storage Unit driver
Alexander Shishkin
1
-0
/
+1509