index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dpll
/
dpll_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+15
2026-08-17
dpll: fix NULL deref in dpll_device_ops() during teardown race
Petr Oros
1
-9
/
+15
2026-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+27
2026-07-24
dpll: use pin owner's dpll ref for pin-level attribute reporting
Ivan Vecera
1
-0
/
+27
2026-07-06
dpll: add STATE_CONNECTED_OVERRIDE pin capability
Ivan Vecera
1
-1
/
+5
2026-06-13
dpll: extend pin notifier with notification source ID
Grzegorz Nitka
1
-6
/
+8
2026-06-13
dpll: balance create/delete notifications in __dpll_pin_(un)register
Grzegorz Nitka
1
-1
/
+1
2026-06-13
dpll: guard sync-pair removal on full pin unregister
Grzegorz Nitka
1
-2
/
+3
2026-06-13
dpll: emit per-dpll delete notifications in dpll_pin_on_pin_unregister()
Grzegorz Nitka
1
-2
/
+2
2026-06-13
dpll: send delete notification before unregister in on-pin rollback
Grzegorz Nitka
1
-1
/
+1
2026-06-13
dpll: fix stale iteration in dpll_pin_on_pin_unregister()
Grzegorz Nitka
1
-1
/
+6
2026-06-13
dpll: allow registering FW-identified pin with a different DPLL
Grzegorz Nitka
1
-4
/
+16
2026-05-12
dpll: add fractional frequency offset to pin-parent-device
Ivan Vecera
1
-1
/
+2
2026-04-03
dpll: add frequency monitoring callback ops
Ivan Vecera
1
-1
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-7
/
+7
2026-02-05
dpll: Add reference count tracking support
Ivan Vecera
1
-22
/
+76
2026-02-05
dpll: Enhance and consolidate reference counting logic
Ivan Vecera
1
-24
/
+50
2026-02-05
dpll: Support dynamic pin index allocation
Ivan Vecera
1
-2
/
+46
2026-02-05
dpll: Add notifier chain for dpll events
Petr Oros
1
-0
/
+57
2026-02-05
dpll: Allow associating dpll pin with a firmware node
Ivan Vecera
1
-0
/
+49
2026-01-22
dpll: Prevent duplicate registrations
Ivan Vecera
1
-8
/
+4
2025-06-27
dpll: add reference sync get/set
Arkadiusz Kubalewski
1
-0
/
+45
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2025-03-19
dpll: fix xa_alloc_cyclic() error handling
Michal Swiatkowski
1
-1
/
+1
2025-03-04
dpll: Add an assertion to check freq_supported_num
Jiasheng Jiang
1
-1
/
+4
2024-05-13
dpll: fix return value check for kmemdup
Chen Ni
1
-1
/
+1
2024-04-25
dpll: fix dpll_pin_on_pin_register() for multiple parent pins
Arkadiusz Kubalewski
1
-25
/
+33
2024-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2024-03-08
dpll: fix dpll_xa_ref_*_del() for multiple registrations
Jiri Pirko
1
-4
/
+4
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+20
2024-03-05
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
1
-5
/
+20
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2024-02-29
dpll: fix build failure due to rcu_dereference_check() on unknown type
Eric Dumazet
1
-0
/
+5
2024-02-26
dpll: rely on rcu for netdev_dpll_pin()
Eric Dumazet
1
-1
/
+1
2024-02-07
dpll: check that pin is registered in __dpll_pin_unregister()
Jiri Pirko
1
-0
/
+3
2024-01-31
dpll: move xa_erase() call in to match dpll_pin_alloc() error path order
Jiri Pirko
1
-1
/
+1
2024-01-22
dpll: fix register pin with unregistered parent pin
Arkadiusz Kubalewski
1
-6
/
+0
2024-01-22
dpll: fix pin dump crash for rebound module
Arkadiusz Kubalewski
1
-2
/
+53
2024-01-22
dpll: fix broken error path in dpll_pin_alloc(..)
Arkadiusz Kubalewski
1
-3
/
+4
2023-12-13
dpll: allocate pin ids in cycle
Jiri Pirko
1
-3
/
+5
2023-09-17
dpll: netlink: Add DPLL framework base functions
Vadim Fedorenko
1
-1
/
+10
2023-09-17
dpll: core: Add DPLL framework base functions
Vadim Fedorenko
1
-0
/
+789