index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pps
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
pps-gpio: remove dead capture_clear code
Calvin Owens
1
-32
/
+3
2026-08-03
pps: don't allow PPS_KC_BIND on removed devices
Calvin Owens
1
-0
/
+10
2026-08-03
pps: don't try to wait for negative timeouts in PPS_FETCH
Calvin Owens
1
-2
/
+8
2026-08-03
pps: pps-gpio: split IRQ handler into hardirq timestamper + threaded handler
Michael Byczkowski
1
-12
/
+25
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2
-2
/
+0
2026-06-02
pps: generators: Use ktime_get_real_ts64() instead of ktime_get_snapshot()
Thomas Gleixner
2
-10
/
+2
2026-04-02
pps: change pps_class to a const struct
Jori Koolstra
1
-10
/
+14
2026-04-02
pps: change pps_gen_class to a const struct
Jori Koolstra
1
-10
/
+12
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-3
/
+3
2026-01-27
pps: generators: remove broken pps_gen_parport driver
Ethan Nelson-Moore
3
-247
/
+0
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-4
/
+2
2025-11-19
pps: Switch to use %ptSp
Andy Shevchenko
2
-4
/
+2
2025-09-06
pps: fix warning in pps_register_cdev when register device fail
Wang Liang
2
-7
/
+3
2025-07-01
pps: fix poll support
Denis OSTERLAND-HEIM
1
-2
/
+9
2025-07-01
pps: clients: gpio: fix interrupt handling order in remove path
Eliav Farber
1
-2
/
+3
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-15
pps: generators: tio: fix platform_set_drvdata()
Raag Jadav
1
-1
/
+1
2025-04-05
treewide: Convert new and leftover hrtimer_init() users
Thomas Gleixner
1
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
3
-4
/
+4
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-11
/
+300
2025-02-21
pps: generators: Add PPS Generator TIO Driver
Subramanian Mohan
3
-0
/
+289
2025-02-21
pps: generators: replace copy of pps-gen info struct with const pointer
Subramanian Mohan
3
-11
/
+11
2025-02-18
pps: generators: pps_gen_parport: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-01-10
pps: clients: gpio: Bypass edge's direction check when not needed
Bastien Curutchet
1
-1
/
+5
2025-01-08
drivers pps/generators: add dummy PPS generator
Rodolfo Giometti
3
-0
/
+106
2025-01-08
drivers pps: add PPS generators support
Rodolfo Giometti
5
-2
/
+436
2025-01-07
pps: Fix a use-after-free
Calvin Owens
7
-80
/
+85
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-03
pps: add an error check in parport_attach
Ma Ke
1
-2
/
+6
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+2
2024-07-03
parport: Remove parport_driver.devmodel
Dr. David Alan Gilbert
2
-2
/
+0
2024-05-27
pps: clients: gpio: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2024-04-29
pps: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-03-07
pps: use cflags-y instead of EXTRA_CFLAGS
Lukas Bulwahn
1
-3
/
+1
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-01-19
tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
Ilpo Järvinen
1
-3
/
+3
2022-03-18
pps: generators: pps_gen_parport: Switch to use module_parport_driver()
Andy Shevchenko
1
-35
/
+7
2022-02-04
pps: clients: gpio: Propagate return value from pps_gpio_probe
Robert Hancock
1
-1
/
+1
2021-07-29
pps: clients: parport: Switch to use module_parport_driver()
Andy Shevchenko
1
-34
/
+8
2021-05-13
tty: no checking of tty_unregister_ldisc
Jiri Slaby
1
-7
/
+1
2021-05-13
tty: make tty_ldisc_ops a param in tty_unregister_ldisc
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
1
-1
/
+2
2021-04-26
Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-3
/
+0
2021-03-24
pps: clients: gpio: Rearrange optional stuff in pps_gpio_setup()
Andy Shevchenko
1
-15
/
+18
2021-03-24
pps: clients: gpio: Use struct device pointer directly
Andy Shevchenko
1
-23
/
+19
2021-03-24
pps: clients: gpio: Make use of device properties
Andy Shevchenko
1
-10
/
+7
2021-03-24
pps: clients: gpio: Get rid of legacy platform data
Andy Shevchenko
1
-14
/
+3
2021-03-24
pps: clients: gpio: Remove redundant condition in ->remove()
Andy Shevchenko
1
-5
/
+3
[next]