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-07-31
bitfield: Ensure the return values of helper functions are checked
Ben Horgan
1
-4
/
+4
2025-07-31
test_bits: add tests for __GENMASK() and __GENMASK_ULL()
Vincent Mailhol
1
-0
/
+19
2025-07-31
bits: unify the non-asm GENMASK*()
Vincent Mailhol
1
-22
/
+4
2025-07-31
bits: split the definition of the asm and non-asm GENMASK*()
Vincent Mailhol
1
-6
/
+7
2025-07-31
cpumask: Remove unnecessary cpumask_nth_andnot()
Shaopeng Tan
2
-43
/
+0
2025-07-31
watchdog: fix opencoded cpumask_next_wrap() in watchdog_next_cpu()
Yury Norov [NVIDIA]
1
-4
/
+1
2025-07-31
clocksource: Improve randomness in clocksource_verify_choose_cpus()
Yury Norov [NVIDIA]
1
-4
/
+1
2025-07-31
smb3 client: add way to show directory leases for improved debugging
Steve French
2
-1
/
+53
2025-07-31
unwind: Finish up unwind when a task exits
Steven Rostedt
3
-3
/
+25
2025-07-31
unwind deferred: Use SRCU unwind_deferred_task_work()
Steven Rostedt
1
-6
/
+21
2025-07-31
unwind: Add USED bit to only have one conditional on way back to user space
Steven Rostedt
2
-10
/
+13
2025-07-31
unwind deferred: Add unwind_completed mask to stop spurious callbacks
Steven Rostedt
3
-5
/
+19
2025-07-31
unwind deferred: Use bitmask to determine which callbacks to call
Steven Rostedt
3
-23
/
+92
2025-07-31
unwind_user/deferred: Make unwind deferral requests NMI-safe
Steven Rostedt
1
-8
/
+44
2025-07-31
unwind_user/deferred: Add deferred unwinding interface
Josh Poimboeuf
3
-1
/
+203
2025-07-31
unwind_user/deferred: Add unwind cache
Josh Poimboeuf
4
-8
/
+40
2025-07-30
drm/xe/vf: Disable CSC support on VF
Lukasz Laguna
1
-0
/
+1
2025-07-30
mtd: spinand: winbond: Add comment about the maximum frequency
Miquel Raynal
1
-0
/
+1
2025-07-30
mtd: spinand: winbond: Enable high-speed modes on w35n0xjw
Miquel Raynal
3
-4
/
+94
2025-07-30
mtd: spinand: winbond: Enable high-speed modes on w25n0xjw
Miquel Raynal
3
-3
/
+45
2025-07-30
mtd: spinand: Add a ->configure_chip() hook
Miquel Raynal
2
-2
/
+21
2025-07-30
mtd: spinand: Add a frequency field to all READ_FROM_CACHE variants
Miquel Raynal
13
-112
/
+121
2025-07-30
mtd: spinand: Fix macro alignment
Miquel Raynal
1
-3
/
+3
2025-07-30
spi: spi-mem: Take into account the actual maximum frequency
Miquel Raynal
3
-6
/
+16
2025-07-30
spi: spi-mem: Use picoseconds for calculating the op durations
Miquel Raynal
1
-3
/
+10
2025-07-30
mtd: rawnand: atmel: set pmecc data setup time
Balamanikandan Gunasundar
1
-0
/
+6
2025-07-30
mtd: spinand: propagate spinand_wait() errors from spinand_write_page()
Gabor Juhos
1
-1
/
+4
2025-07-30
mtd: rawnand: fsmc: Add missing check after DMA map
Thomas Fourier
1
-0
/
+2
2025-07-30
mtd: rawnand: rockchip: Add missing check after DMA map
Thomas Fourier
1
-0
/
+15
2025-07-30
mtd: rawnand: hynix: don't try read-retry on SLC NANDs
Hector Palacios
1
-2
/
+2
2025-07-30
mtd: rawnand: atmel: Fix dma_mapping_error() address
Thomas Fourier
1
-1
/
+1
2025-07-30
mtd: nand: brcmnand: fix mtd corrected bits stat
David Regan
1
-15
/
+38
2025-07-30
mtd: rawnand: renesas: Add missing check after DMA map
Thomas Fourier
1
-0
/
+6
2025-07-30
mtd: spinand: gigadevice: Add support for GD5F1GM9 chips
Teng Wu
1
-0
/
+20
2025-07-30
mtd: nand: brcmnand: replace manual string choices with standard helpers
Yuesong Li
1
-4
/
+5
2025-07-30
mfd: dt-bindings: Convert TPS65910 to DT schema
Shree Ramamoorthy
2
-205
/
+318
2025-07-30
mfd: Minor Cirrus/Maxim Kconfig order fixes
Charles Keepax
1
-48
/
+48
2025-07-30
mfd: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
3
-3
/
+0
2025-07-29
compiler_types: Provide __no_kstack_erase to disable coverage only on Clang
Kees Cook
4
-2
/
+9
2025-07-29
fortify: Fix incorrect reporting of read buffer size
Kees Cook
1
-1
/
+1
2025-07-29
kstack_erase: Fix missed export of renamed KSTACK_ERASE_CFLAGS
Kees Cook
1
-1
/
+1
2025-07-29
ring-buffer: Make the const read-only 'type' static
Colin Ian King
1
-1
/
+1
2025-07-29
unwind_user/deferred: Add unwind_user_faultable()
Steven Rostedt
6
-1
/
+103
2025-07-29
unwind_user: Add user space unwinding API with frame pointer support
Josh Poimboeuf
9
-0
/
+209
2025-07-29
Documentation: KVM: Use unordered list for pre-init VGIC registers
Oliver Upton
1
-5
/
+2
2025-07-29
pwm: imx-tpm: Reset counter if CMOD is 0
Laurentiu Mihalcea
1
-0
/
+9
2025-07-29
pwm: mediatek: Fix duty and period setting
Uwe Kleine-König
1
-7
/
+14
2025-07-29
pwm: mediatek: Handle hardware enable and clock enable separately
Uwe Kleine-König
1
-32
/
+28
2025-07-29
jfs: fix metapage reference count leak in dbAllocCtl
Zheng Yu
1
-1
/
+3
2025-07-29
ktest.pl: Add new PATCHCHECK_SKIP option to skip testing individual commits
Steven Rostedt
2
-0
/
+35
[next]