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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-11
nfc: Unify style of usb_device_id arrays
Uwe Kleine-König (The Capable Hub)
2
-3
/
+2
2026-08-11
nfc: Unify style of spi_device_id arrays
Uwe Kleine-König (The Capable Hub)
3
-4
/
+3
2026-08-11
nfc: Initialize spi_device_idarrays using member names
Uwe Kleine-König (The Capable Hub)
4
-5
/
+5
2026-08-11
nfc: Drop unused assignment of spi_device_id driver data
Uwe Kleine-König (The Capable Hub)
4
-5
/
+5
2026-08-11
nfc: Unify style of of_device_id arrays
Uwe Kleine-König (The Capable Hub)
13
-31
/
+30
2026-08-11
nfc: Drop __maybe_unused from of_device_id tables
Uwe Kleine-König (The Capable Hub)
10
-10
/
+10
2026-08-11
nfc: Initialize mei_cl_device_idarrays using member names
Uwe Kleine-König (The Capable Hub)
2
-8
/
+12
2026-08-11
nfc: pn544: Drop empty line between i2c_device_id array and MODULE_DEVICE_TAB...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-08-11
nfc: Unify style of acpi_device_id arrays
Uwe Kleine-König (The Capable Hub)
5
-5
/
+5
2026-08-11
nfc: Initialize acpi_device_id arrays using member names
Uwe Kleine-König (The Capable Hub)
6
-9
/
+9
2026-08-11
nfc: Drop unused assignment of acpi_device_id driver data
Uwe Kleine-König (The Capable Hub)
4
-5
/
+4
2026-08-11
nfc: Drop __maybe_unused from acpi_device_id tables
Uwe Kleine-König (The Capable Hub)
4
-4
/
+4
2026-08-11
nfc: nxp-nci: Add remove on IRQ error
Griffin Kroah-Hartman
1
-1
/
+3
2026-08-11
nfc: mrvl: spi: Unregister dev on allocation fail
Griffin Kroah-Hartman
1
-0
/
+4
2026-08-11
nfc: trf7970a: Use NULL when no response is expected
Linmao Li
1
-1
/
+1
2026-08-11
nfc: pn533: fix memcpy overflow warning
Rosen Penev
1
-4
/
+6
2026-08-11
selftests: timers: nsleep-lat: Check all calls to clock_nanosleep() and clock...
Thomas Weißschuh (Schneider Electric)
1
-7
/
+16
2026-08-11
selftests: timers: nsleep-lat: Reuse kselftest error numbers
Thomas Weißschuh (Schneider Electric)
1
-13
/
+6
2026-08-11
selftests: timers: nsleep-lat: Explicitly list the tested clocks
Thomas Weißschuh (Schneider Electric)
1
-14
/
+12
2026-08-11
selftests: timers: nsleep-lat: Use NSEC_PER_MSEC define for unreasonable latency
Thomas Weißschuh (Schneider Electric)
1
-1
/
+1
2026-08-11
selftests: timers: nanosleep: Report each test separately
Thomas Weißschuh (Schneider Electric)
1
-13
/
+8
2026-08-11
selftests: timers: nanosleep: Explicitly handle timer_delete() failure
Thomas Weißschuh (Schneider Electric)
1
-4
/
+7
2026-08-11
selftests: timers: nanosleep: Move all single clock tests out of the loop in ...
Thomas Weißschuh (Schneider Electric)
1
-23
/
+28
2026-08-11
selftests: timers: nanosleep: Reuse kselftest error numbers
Thomas Weißschuh (Schneider Electric)
1
-19
/
+17
2026-08-11
selftests: timers: nanosleep: Explicitly list the tested clocks
Thomas Weißschuh (Schneider Electric)
1
-14
/
+12
2026-08-11
selftests: timers: nanosleep: Drop output alignment
Thomas Weißschuh (Schneider Electric)
1
-5
/
+5
2026-08-11
selftests: timers: Use clock_name() and constants from clock-helpers.h
Thomas Weißschuh (Schneider Electric)
12
-205
/
+47
2026-08-11
selftests: Add clock-helpers.h
Thomas Weißschuh (Schneider Electric)
1
-0
/
+76
2026-08-11
timer_list: Use ktime_t over nanoseconds
Thomas Weißschuh (Schneider Electric)
1
-30
/
+27
2026-08-11
timer_list: Use standard 'long long' format placeholders
Thomas Weißschuh (Schneider Electric)
1
-9
/
+9
2026-08-11
hrtimer: Add a lockdep assertion to hrtimer_update_base()
Thomas Weißschuh (Schneider Electric)
1
-0
/
+2
2026-08-11
timekeeping: Use u32 for clock_was_set_seq
Thomas Weißschuh (Schneider Electric)
6
-7
/
+8
2026-08-11
timekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()
Thomas Weißschuh (Schneider Electric)
2
-3
/
+3
2026-08-11
nfc: microread: validate target discovery payload lengths
Pengpeng Hou
1
-2
/
+29
2026-08-11
nfc: nci: free destination parameters when closing a connection
Linmao Li
1
-0
/
+1
2026-08-11
nfc: nci: fix use of uninitialized memory in CORE_INIT_RSP parsing
Yun Zhou
1
-3
/
+38
2026-08-11
nfc: pn533: purge fragmented skbs during cleanup
Xu Rao
1
-0
/
+1
2026-08-11
nfc: st21nfca: validate ATR_REQ length against the received frame
Doruk Tan Ozturk
1
-0
/
+3
2026-08-11
nfc: llcp: bound the connect_sn TLV walk to the skb
Doruk Tan Ozturk
1
-4
/
+6
2026-08-11
nfc: llcp: reject PDUs shorter than the LLCP header
Doruk Tan Ozturk
1
-0
/
+5
2026-08-11
nfc: digital: Do not dump a NULL response in command completion
Linmao Li
1
-1
/
+1
2026-08-11
nfc: pn533: hold a reference to the request skb during send_frame
Yinhao Hu
1
-6
/
+15
2026-08-11
nfc: nci: fix uninit-value in the RF discover/activated NTF handlers
Samuel Page
1
-2
/
+2
2026-08-11
nfc: fdp: bound the device-reported read length and fix an skb leak
Bryam Vargas
1
-0
/
+27
2026-08-11
nfc: nci: fix out-of-bounds write in nci_target_auto_activated()
Samuel Page
1
-0
/
+6
2026-08-11
nfc: nci: add data_len bound checks to activation parameter extractors
Bryam Vargas
1
-4
/
+22
2026-08-11
nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers
Muhammad Bilal
1
-2
/
+16
2026-08-11
nfc: llcp: bound SNL TLV parsing to the skb and add length checks
Doruk Tan Ozturk
1
-8
/
+21
2026-08-11
nfc: digital: clamp SENSF_RES length to the destination buffer
Doruk Tan Ozturk
1
-0
/
+2
2026-08-11
nfc: nci: fix double completion race in nci_data_exchange_complete
Zhenghang Xiao
1
-5
/
+5
[prev]
[next]