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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-17
watchdog/perf: optimize bytes copied and remove manual NUL-termination
Thorsten Blum
1
-4
/
+2
2025-03-17
lib/interval_tree: fix the comment of interval_tree_span_iter_next_gap()
Wei Yang
1
-3
/
+9
2025-03-17
lib/interval_tree: skip the check before go to the right subtree
Wei Yang
1
-6
/
+2
2025-03-17
lib/interval_tree: add test case for span iteration
Wei Yang
3
-2
/
+123
2025-03-17
lib/interval_tree: add test case for interval_tree_iter_xxx() helpers
Wei Yang
3
-0
/
+110
2025-03-17
lib/rbtree: add random seed
Wei Yang
6
-4
/
+15
2025-03-17
lib/rbtree: split tests
Wei Yang
2
-20
/
+59
2025-03-17
lib/rbtree: enable userland test suite for rbtree related data structure
Wei Yang
19
-13
/
+288
2025-03-17
checkpatch: describe --min-conf-desc-length
Philipp Hahn
1
-2
/
+3
2025-03-17
scripts/gdb/symbols: determine KASLR offset on s390
Ilya Leoshkevich
2
-1
/
+65
2025-03-17
signal: avoid clearing TIF_SIGPENDING in recalc_sigpending() if unset
Mateusz Guzik
1
-3
/
+4
2025-03-17
scripts/gdb/linux/symbols.py: address changes to module_sect_attrs
Antonio Quartulli
1
-4
/
+9
2025-03-17
RDMA/bnxt_re: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2025-03-17
platform/x86: thinkpad_acpi: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2025-03-17
platform/x86/amd/pmf: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2025-03-17
spi: spi-imx: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2025-03-17
spi: spi-fsl-lpspi: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2025-03-17
nvme: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-4
/
+2
2025-03-17
power: supply: da9030: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-2
/
+1
2025-03-17
xfs: convert timeouts to secs_to_jiffies()
Easwar Hariharan
2
-5
/
+5
2025-03-17
ata: libata-zpodd: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-2
/
+1
2025-03-16
btrfs: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-3
/
+3
2025-03-16
ALSA: ac97: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-2
/
+1
2025-03-16
accel/habanalabs: convert timeouts to secs_to_jiffies()
Easwar Hariharan
4
-4
/
+4
2025-03-16
scsi: lpfc: convert timeouts to secs_to_jiffies()
Easwar Hariharan
7
-47
/
+34
2025-03-16
coccinelle: misc: secs_to_jiffies: Patch expressions too
Easwar Hariharan
1
-0
/
+10
2025-03-16
cpu: remove needless return in void API suspend_enable_secondary_cpus()
Zijun Hu
1
-1
/
+1
2025-03-16
rhashtable: remove needless return in three void APIs
Zijun Hu
1
-3
/
+3
2025-03-16
scripts/gdb: add $lx_per_cpu_ptr()
Brendan Jackman
1
-2
/
+20
2025-03-16
MAINTAINERS: mailmap: update Hyeonggon's name and email address
Hyeonggon Yoo
2
-1
/
+2
2025-03-16
mailmap: remove never used @parity.io email
Jarkko Sakkinen
1
-1
/
+0
2025-03-16
lib min_heap: use size_t for array size and index variables
Kuan-Wei Chiu
2
-8
/
+8
2025-03-16
reboot: retire hw_protection_reboot and hw_protection_shutdown helpers
Ahmad Fatoum
1
-10
/
+0
2025-03-16
thermal: core: allow user configuration of hardware protection action
Ahmad Fatoum
3
-9
/
+16
2025-03-16
dt-bindings: thermal: give OS some leeway in absence of critical-action
Ahmad Fatoum
1
-3
/
+2
2025-03-16
platform/chrome: cros_ec_lpc: prepare for hw_protection_shutdown removal
Ahmad Fatoum
1
-1
/
+1
2025-03-16
regulator: allow user configuration of hardware protection action
Ahmad Fatoum
2
-10
/
+10
2025-03-16
reboot: add support for configuring emergency hardware protection action
Ahmad Fatoum
5
-1
/
+84
2025-03-16
reboot: indicate whether it is a HARDWARE PROTECTION reboot or shutdown
Ahmad Fatoum
1
-1
/
+2
2025-03-16
reboot: rename now misleading __hw_protection_shutdown symbols
Ahmad Fatoum
2
-8
/
+8
2025-03-16
reboot: describe do_kernel_restart's cmd argument in kernel-doc
Ahmad Fatoum
1
-0
/
+3
2025-03-16
docs: thermal: sync hardware protection doc with code
Ahmad Fatoum
1
-11
/
+14
2025-03-16
reboot: reboot, not shutdown, on hw_protection_reboot timeout
Ahmad Fatoum
1
-21
/
+49
2025-03-16
reboot: replace __hw_protection_shutdown bool action parameter with an enum
Ahmad Fatoum
2
-11
/
+21
2025-03-16
ocfs2: remove reference to bh->b_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-03-16
ocfs2: use memcpy_to_folio() in ocfs2_symlink_get_block()
Matthew Wilcox (Oracle)
1
-12
/
+5
2025-03-16
ocfs2: validate l_tree_depth to avoid out-of-bounds access
Vasiliy Kovalev
1
-0
/
+8
2025-03-16
ucount: use rcuref_t for reference counting
Sebastian Andrzej Siewior
2
-13
/
+14
2025-03-16
ucount: use RCU for ucounts lookups
Sebastian Andrzej Siewior
2
-36
/
+43
2025-03-16
ucount: replace get_ucounts_or_wrap() with atomic_inc_not_zero()
Sebastian Andrzej Siewior
1
-18
/
+6
[next]