index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
counter.h
Age
Commit message (
Expand
)
Author
2023-08-16
counter: Declare counter_priv() to be const
Uwe Kleine-König
2022-10-17
counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_array
William Breathitt Gray
2022-09-30
counter: Introduce the COUNTER_COMP_ARRAY component type
William Breathitt Gray
2022-09-30
counter: Introduce the Count capture component
William Breathitt Gray
2022-09-30
counter: Introduce the Signal polarity component
William Breathitt Gray
2022-09-22
counter: Realign counter_comp comment block to 80 characters
William Breathitt Gray
2021-12-30
counter: remove old and now unused registration API
Uwe Kleine-König
2021-12-30
counter: Provide alternative counter registration functions
Uwe Kleine-König
2021-12-30
counter: Provide a wrapper to access device private data
Uwe Kleine-König
2021-12-21
counter: Add the necessary colons and indents to the comments of counter_compi
Yanteng Si
2021-10-21
counter: Fix use-after-free race condition for events_queue_size write
William Breathitt Gray
2021-10-19
counter: drop chrdev_lock
David Lechner
2021-10-17
counter: Add character device interface
William Breathitt Gray
2021-10-17
counter: Move counter enums to uapi header
William Breathitt Gray
2021-10-17
counter: Update counter.h comments to reflect sysfs internalization
William Breathitt Gray
2021-10-17
counter: Internalize sysfs interface code
William Breathitt Gray
2021-08-09
counter: Rename counter_count_function to counter_function
William Breathitt Gray
2021-08-09
counter: Rename counter_signal_value to counter_signal_level
William Breathitt Gray
2019-10-18
counter: Fix typo in action_get description
William Breathitt Gray
2019-10-18
counter: Simplify the count_read and count_write callbacks
William Breathitt Gray
2019-04-25
counter: Introduce the Generic Counter interface
William Breathitt Gray