aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+1
|\
| * Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
* | pps: pps_kc_hardpps_lock can be staticFengguang Wu2013-04-301-3/+3
* | pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli2013-04-301-2/+4
|/
* drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall2013-02-271-4/+2
* pps: convert to idr_alloc()Tejun Heo2013-02-272-23/+15
* pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-131-4/+7
* pps: Don't crash the machine when exiting will doGeorge Spelvin2013-02-131-1/+10
* pps: Fix a use-after free bug when unregistering a source.George Spelvin2013-02-131-4/+10
* pps: Use pps_lookup_dev to reduce ldisc couplingGeorge Spelvin2013-02-131-6/+4
* pps: Add pps_lookup_dev() functionGeorge Spelvin2013-02-131-0/+33
* tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+1
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2012-11-011-1/+0
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-051-1/+1
* pps: return PTR_ERR on error in device_createEmil Goode2012-07-301-1/+3
* pps: class_create() returns an ERR_PTR, not NULLDan Carpenter2012-03-051-2/+2
* pps gpio client: add missing dependencyHeiko Carstens2011-11-021-1/+1
* pps: new client driver using GPIOJames Nuss2011-11-023-0/+237
* pps: default echo functionJames Nuss2011-11-023-28/+13
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* pps: remove unreachable codeAlexander Gordeev2011-03-221-5/+0
* pps: change to new flag variablematt mooney2011-03-171-3/+1
* pps: make pps_gen_parport depend on BROKENThomas Gleixner2011-03-041-1/+1
* pps: initialize ts_real properlyAlexander Gordeev2011-02-251-1/+1
* pps: claim parallel port exclusivelyAlexander Gordeev2011-01-252-2/+2
* pps ktimer: remove noisy messageRodolfo Giometti2011-01-251-2/+0
* pps: add parallel port PPS signal generatorAlexander Gordeev2011-01-132-7/+10
* pps: add parallel port PPS signal generatorAlexander Gordeev2011-01-135-1/+304
* pps: add parallel port PPS clientAlexander Gordeev2011-01-133-0/+266
* pps: add kernel consumer supportAlexander Gordeev2011-01-135-1/+212
* ntp: add hardpps implementationAlexander Gordeev2011-01-131-0/+9
* pps: timestamp is always passed to dcd_change()Alexander Gordeev2011-01-131-8/+0
* pps: simplify conditions a bitAlexander Gordeev2011-01-131-4/+2
* pps: use BUG_ON for kernel API safety checksAlexander Gordeev2011-01-131-4/+2
* pps: make idr lock a mutex and protect idr_pre_getAlexander Gordeev2011-01-131-8/+11
* pps: move idr stuff to pps.cAlexander Gordeev2011-01-132-54/+52
* pps: convert printk/pr_* to dev_*Alexander Gordeev2011-01-134-21/+26
* pps: access pps device by direct pointerAlexander Gordeev2011-01-134-144/+73
* pps: unify timestamp gatheringAlexander Gordeev2011-01-133-26/+20
* pps: fix race in PPS_FETCH handlerAlexander Gordeev2011-01-132-5/+9
* pps: declare variables where they are used in switchAlexander Gordeev2011-01-131-4/+6
* pps: trivial fixesAlexander Gordeev2011-01-131-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pps: serial clients supportRodolfo Giometti2010-03-123-0/+162
* pps: LinuxPPS clients supportRodolfo Giometti2010-03-125-0/+153
* pps: events reporting fix upRodolfo Giometti2009-11-121-5/+15
* pps: locking scheme fix up for PPS_GETPARAMSRodolfo Giometti2009-11-121-3/+8
* pps: fix incorrect verdict checkJoonwoo Park2009-08-261-1/+1
* LinuxPPS: core supportRodolfo Giometti2009-06-185-0/+780