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-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-22
riscv: mm: accelerate pagefault when badaccess
Kefeng Wang
1
-2
/
+2
2024-05-22
riscv: uaccess: Relax the threshold for fast path
Xiao Wang
1
-1
/
+1
2024-05-22
riscv: uaccess: Allow the last potential unrolled copy
Xiao Wang
1
-1
/
+1
2024-05-22
riscv: typo in comment for get_f64_reg
Xingyou Chen
1
-1
/
+1
2024-05-22
Use bool value in set_cpu_online()
Zhao Ke
1
-1
/
+1
2024-05-22
riscv: selftests: Add hwprobe binaries to .gitignore
Charlie Jenkins
1
-0
/
+2
2024-05-22
riscv: stacktrace: fixed walk_stackframe()
Matthew Bystrin
1
-6
/
+14
2024-05-22
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
6
-142
/
+145
2024-05-22
riscv: do not select MODULE_SECTIONS by default
Qingfang Deng
1
-1
/
+1
2024-05-22
riscv: show help string for riscv-specific targets
Emil Renner Berthing
1
-0
/
+17
2024-05-22
riscv: make image compression configurable
Emil Renner Berthing
3
-10
/
+33
2024-05-22
riscv: cpufeature: Fix extension subset checking
Charlie Jenkins
1
-1
/
+1
2024-05-22
riscv: cpufeature: Fix thead vector hwcap removal
Charlie Jenkins
3
-6
/
+44
2024-05-22
riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context
Nam Cao
1
-6
/
+22
2024-05-22
riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled
Nam Cao
1
-0
/
+3
2024-05-22
vfs: Delete the associated dentry when deleting a file
Yafang Shao
1
-8
/
+7
2024-05-21
gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match
Devyn Liu
1
-1
/
+18
2024-05-21
gpiolib: acpi: Move ACPI device NULL check to acpi_can_fallback_to_crs()
Laura Nao
1
-3
/
+7
2024-05-21
fs/pidfs: make 'lsof' happy with our inode changes
Linus Torvalds
1
-4
/
+24
2024-05-21
KEYS: trusted: Do not use WARN when encode fails
Jarkko Sakkinen
1
-1
/
+2
2024-05-21
KEYS: trusted: Fix memory leak in tpm2_key_encode()
Jarkko Sakkinen
1
-6
/
+18
2024-05-20
arch: Fix name collision with ACPI's video.o
Thomas Zimmermann
4
-2
/
+2
2024-05-20
dm: always manage discard support in terms of max_hw_discard_sectors
Mike Snitzer
9
-13
/
+9
2024-05-20
dm-integrity: set discard_granularity to logical block size
Mikulas Patocka
1
-0
/
+1
2024-05-20
Revert "fanotify: remove unneeded sub-zero check for unsigned value"
Linus Torvalds
1
-1
/
+1
2024-05-20
Coccinelle: pm_runtime: Fix grammar in comment
Thorsten Blum
1
-1
/
+1
2024-05-20
coccinelle: misc: minmax: Suppress reports for err returns
Ricardo Ribalda
1
-16
/
+16
2024-05-20
Revert "selftests/cgroup: Drop define _GNU_SOURCE"
Shuah Khan
7
-0
/
+15
2024-05-20
Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"
Shuah Khan
2
-1
/
+2
2024-05-20
Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"
Shuah Khan
3
-4
/
+4
2024-05-19
dt-bindings: mailbox: qcom-ipcc: Document the SDX75 IPCC
Rohit Agarwal
1
-0
/
+1
2024-05-19
dt-bindings: mailbox: qcom: Add MSM8974 APCS compatible
Luca Weiss
1
-0
/
+1
2024-05-19
mailbox: Convert from tasklet to BH workqueue
Allen Pais
2
-18
/
+19
2024-05-19
mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown
Jason-JH.Lin
1
-1
/
+1
2024-05-19
mailbox: mtk-cmdq-mailbox: fix module autoloading
Krzysztof Kozlowski
1
-0
/
+1
2024-05-19
mailbox: zynqmp: handle SGI for shared IPI
Tanmay Shah
1
-7
/
+152
2024-05-19
mailbox: arm_mhuv3: Add driver
Cristian Marussi
4
-0
/
+1126
2024-05-19
dt-bindings: mailbox: arm,mhuv3: Add bindings
Cristian Marussi
2
-0
/
+237
2024-05-19
mailbox: omap: Remove kernel FIFO message queuing
Andrew Davis
2
-111
/
+5
2024-05-19
mailbox: omap: Reverse FIFO busy check logic
Andrew Davis
1
-17
/
+16
2024-05-19
mailbox: omap: Remove mbox_chan_to_omap_mbox()
Andrew Davis
1
-11
/
+3
2024-05-19
mailbox: omap: Use mbox_controller channel list directly
Andrew Davis
1
-31
/
+11
2024-05-19
mailbox: omap: Use function local struct mbox_controller
Andrew Davis
1
-9
/
+12
2024-05-19
mailbox: omap: Merge mailbox child node setup loops
Andrew Davis
1
-73
/
+46
2024-05-19
mailbox: omap: Use devm_pm_runtime_enable() helper
Andrew Davis
1
-15
/
+3
2024-05-19
mailbox: omap: Remove device class
Andrew Davis
1
-87
/
+2
2024-05-19
mailbox: omap: Remove unneeded header omap-mailbox.h
Andrew Davis
1
-5
/
+2
2024-05-19
mailbox: omap: Move fifo size check to point of use
Andrew Davis
1
-5
/
+5
2024-05-19
mailbox: omap: Move omap_mbox_irq_t into driver
Andrew Davis
2
-4
/
+5
2024-05-19
mailbox: omap: Remove unused omap_mbox_request_channel() function
Andrew Davis
2
-42
/
+0
[next]