aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps/pps.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-24
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* pps: fix padding issue with PPS_FETCH for ioctl_compatMatt Ranostay2017-03-17
* pps: add ioctl_compat function to correct ioctl definitionsMatt Ranostay2017-03-17
* PPS: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-20
* pps: convert to idr_alloc()Tejun Heo2013-02-27
* pps: Fix a use-after free bug when unregistering a source.George Spelvin2013-02-13
* pps: Add pps_lookup_dev() functionGeorge Spelvin2013-02-13
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-05
* pps: return PTR_ERR on error in device_createEmil Goode2012-07-30
* pps: class_create() returns an ERR_PTR, not NULLDan Carpenter2012-03-05
* pps: add kernel consumer supportAlexander Gordeev2011-01-13
* pps: make idr lock a mutex and protect idr_pre_getAlexander Gordeev2011-01-13
* pps: move idr stuff to pps.cAlexander Gordeev2011-01-13
* pps: convert printk/pr_* to dev_*Alexander Gordeev2011-01-13
* pps: access pps device by direct pointerAlexander Gordeev2011-01-13
* pps: fix race in PPS_FETCH handlerAlexander Gordeev2011-01-13
* pps: declare variables where they are used in switchAlexander Gordeev2011-01-13
* pps: locking scheme fix up for PPS_GETPARAMSRodolfo Giometti2009-11-12
* pps: fix incorrect verdict checkJoonwoo Park2009-08-26
* LinuxPPS: core supportRodolfo Giometti2009-06-18