index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pps
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/git/gregkh/char-misc
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/git/gregkh/driver-core
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/gregkh/tty
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
2021-03-24
pps: clients: gpio: Use dev_err_probe() to avoid log noise
Andy Shevchenko
1
-9
/
+6
2021-03-24
pps: clients: gpio: Bail out on error when requesting GPIO echo line
Andy Shevchenko
1
-5
/
+5
2021-03-10
tty: remove TTY_LDISC_MAGIC
Jiri Slaby
1
-3
/
+0
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2019-07-16
drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
Miroslav Lichvar
1
-0
/
+8
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
10
-148
/
+10
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
6
-0
/
+6
2019-05-14
pps: pps-gpio PPS ECHO implementation
Tom Burkart
1
-3
/
+85
2019-05-14
pps: descriptor-based gpio
Tom Burkart
1
-36
/
+31
2018-12-29
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+2
2018-12-22
treewide: surround Kconfig file paths with double quotes
Masahiro Yamada
1
-2
/
+2
2018-11-27
pps: using ERR_PTR instead of NULL while pps_register_source fails
YueHaibing
5
-9
/
+10
2018-03-14
pps: generator: use new parport device model
Sudip Mukherjee
1
-3
/
+9
2018-03-14
pps: client: use new parport device model
Sudip Mukherjee
1
-3
/
+18
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-02-06
pps: parport: use timespec64 instead of timespec
Arnd Bergmann
1
-20
/
+20
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
[next]