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
/
pps
/
pps.c
Age
Commit message (
Expand
)
Author
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-03-17
pps: fix padding issue with PPS_FETCH for ioctl_compat
Matt Ranostay
2017-03-17
pps: add ioctl_compat function to correct ioctl definitions
Matt Ranostay
2013-08-19
PPS: convert class code to use dev_groups
Greg Kroah-Hartman
2013-02-27
pps: convert to idr_alloc()
Tejun Heo
2013-02-13
pps: Fix a use-after free bug when unregistering a source.
George Spelvin
2013-02-13
pps: Add pps_lookup_dev() function
George Spelvin
2012-10-06
idr: rename MAX_LEVEL to MAX_IDR_LEVEL
Fengguang Wu
2012-07-30
pps: return PTR_ERR on error in device_create
Emil Goode
2012-03-05
pps: class_create() returns an ERR_PTR, not NULL
Dan Carpenter
2011-01-13
pps: add kernel consumer support
Alexander Gordeev
2011-01-13
pps: make idr lock a mutex and protect idr_pre_get
Alexander Gordeev
2011-01-13
pps: move idr stuff to pps.c
Alexander Gordeev
2011-01-13
pps: convert printk/pr_* to dev_*
Alexander Gordeev
2011-01-13
pps: access pps device by direct pointer
Alexander Gordeev
2011-01-13
pps: fix race in PPS_FETCH handler
Alexander Gordeev
2011-01-13
pps: declare variables where they are used in switch
Alexander Gordeev
2009-11-12
pps: locking scheme fix up for PPS_GETPARAMS
Rodolfo Giometti
2009-08-26
pps: fix incorrect verdict check
Joonwoo Park
2009-06-18
LinuxPPS: core support
Rodolfo Giometti