index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
/
intel_th
/
msu.c
Age
Commit message (
Expand
)
Author
2020-12-15
hwtracing: intel: use krealloc_array()
Bartosz Golaszewski
2020-03-24
intel_th: msu: Make stopping the trace optional
Alexander Shishkin
2020-03-23
Merge 5.6-rc7 into char-misc-next
Greg Kroah-Hartman
2020-03-18
intel_th: Fix user-visible error codes
Alexander Shishkin
2020-03-18
intel_th: msu: Fix the unexpected state warning
Alexander Shishkin
2020-03-18
intel_th: Disallow multi mode on devices where it's broken
Alexander Shishkin
2019-12-17
intel_th: msu: Fix window switching without windows
Alexander Shishkin
2019-11-04
intel_th: msu: Fix possible memory leak in mode_store()
Wei Yongjun
2019-11-04
intel_th: msu: Fix overflow in shift of an unsigned int
Colin Ian King
2019-11-04
intel_th: msu: Fix missing allocation failure check on a kstrndup
Colin Ian King
2019-11-04
intel_th: msu: Fix an uninitialized mutex
Alexander Shishkin
2019-07-25
intel_th: msu: Preserve pre-existing buffer configuration
Alexander Shishkin
2019-07-25
intel_th: msu: Prevent freeing buffers while locked windows exist
Alexander Shishkin
2019-07-25
intel_th: msu: Get rid of the window size limit
Alexander Shishkin
2019-07-25
intel_th: msu: Introduce buffer interface
Alexander Shishkin
2019-07-03
intel_th: msu: Start read iterator from a non-empty window
Alexander Shishkin
2019-07-03
intel_th: msu: Split sgt array and pointer in multiwindow mode
Alexander Shishkin
2019-07-03
intel_th: msu: Support multipage blocks
Alexander Shishkin
2019-07-03
intel_th: msu: Fix single mode with disabled IOMMU
Alexander Shishkin
2019-07-03
intel_th: msu: Remove set but not used variable 'last'
YueHaibing
2019-07-03
intel_th: msu: Fix unused variable warning on arm64 platform
Shaokun Zhang
2019-05-03
intel_th: msu: Add current window tracking
Alexander Shishkin
2019-05-03
intel_th: msu: Add a sysfs attribute to trigger window switch
Alexander Shishkin
2019-05-03
intel_th: msu: Factor out pipeline draining
Alexander Shishkin
2019-05-03
intel_th: msu: Switch over to scatterlist
Alexander Shishkin
2019-05-03
intel_th: msu: Replace open-coded list_{first,last,next}_entry variants
Alexander Shishkin
2019-05-03
intel_th: msu: Start handling IRQs
Alexander Shishkin
2019-05-03
intel_th: msu: Fix single mode with IOMMU
Alexander Shishkin
2018-12-19
intel_th: msu: Fix an off-by-one in attribute store
Alexander Shishkin
2018-08-23
drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_t
Souptick Joarder
2018-05-25
intel_th: Use correct device when freeing buffers
Alexander Shishkin
2018-03-28
intel_th: Add SPDX GPL-2.0 header to replace GPLv2 boilerplate
Alexander Shishkin
2017-08-25
intel_th: msu: Use the real device in case of IOMMU domain allocation
Alexander Shishkin
2017-05-08
drivers/hwtracing/intel_th/msu.c: use set_memory.h header
Laura Abbott
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2016-05-20
Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-05-19
mm: rename _count, field of the struct page, to _refcount
Joonsoo Kim
2016-04-08
intel_th: msu: Release resources on removal
Alexander Shishkin
2016-04-08
intel_th: msu: Set fops::owner to prevent module from unloading
Alexander Shishkin
2016-04-08
intel_th: msu: Serialize enabling/disabling
Alexander Shishkin
2016-04-08
intel_th: msu: Create sysfs attributes using core driver's facility
Alexander Shishkin
2016-04-08
intel_th: msu: Handle kstrndup() failure
Alexander Shishkin
2016-02-20
intel_th: msu: Release resources on read error
Laurent FERT
2016-02-20
intel_th: msu: Fix offset for wrapped block
Laurent FERT
2015-10-16
intel_th: Check for NULL instead of ERR_PTR
Dan Carpenter
2015-10-10
intel_th: Fix integer mismatch warnings
Alexander Shishkin
2015-10-04
intel_th: Add Memory Storage Unit driver
Alexander Shishkin