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
2023-07-04
Revert ".gitignore: ignore *.cover and *.mbx"
Linus Torvalds
1
-2
/
+0
2023-07-04
afs: Fix accidental truncation when storing data
David Howells
1
-3
/
+5
2023-07-04
module: fix init_module_from_file() error handling
Linus Torvalds
1
-16
/
+23
2023-07-04
clk: tegra: Avoid calling an uninitialized function
Thierry Reding
1
-3
/
+12
2023-07-04
mm: don't do validate_mm() unnecessarily and without mmap locking
Linus Torvalds
1
-4
/
+2
2023-07-03
arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()
SeongJae Park
1
-2
/
+0
2023-07-03
rdma: fix INFINIBAND_USER_ACCESS dependency
Arnd Bergmann
1
-2
/
+4
2023-07-03
gfs2: Add quota_change type
Bob Peterson
2
-11
/
+15
2023-07-03
gfs2: Use memcpy_{from,to}_page where appropriate
Andreas Gruenbacher
3
-15
/
+7
2023-07-03
gfs2: Convert remaining kmap_atomic calls to kmap_local_page
Andreas Gruenbacher
2
-8
/
+9
2023-07-03
gfs2: Replace deprecated kmap_atomic with kmap_local_page
Deepak R Varma
1
-4
/
+4
2023-07-03
gfs: Get rid of unnucessary locking in inode_go_dump
Andreas Gruenbacher
2
-12
/
+7
2023-07-03
gfs2: gfs2_freeze_lock_shared cleanup
Andreas Gruenbacher
4
-12
/
+7
2023-07-03
gfs2: Replace sd_freeze_state with SDF_FROZEN flag
Andreas Gruenbacher
7
-31
/
+17
2023-07-03
gfs2: Rework freeze / thaw logic
Andreas Gruenbacher
7
-110
/
+178
2023-07-03
mm: validate the mm before dropping the mmap lock
Linus Torvalds
1
-2
/
+1
2023-07-03
parisc: syscalls: Avoid compiler warnings with W=1
Helge Deller
1
-0
/
+3
2023-07-03
parisc: math-emu: Avoid compiler warnings with W=1
Helge Deller
1
-1
/
+2
2023-07-03
parisc: Raise minimal GCC version to 12.0.0
Helge Deller
1
-2
/
+2
2023-07-03
parisc: unwind: Avoid missing prototype warning for handle_interruption()
Helge Deller
2
-2
/
+4
2023-07-03
execve: always mark stack as growing down during early stack setup
Linus Torvalds
1
-1
/
+3
2023-07-03
parisc: smp: Add declaration for start_cpu_itimer()
Helge Deller
2
-2
/
+1
2023-07-03
parisc: pdt: Get prototype for arch_report_meminfo()
Helge Deller
1
-0
/
+1
2023-07-03
vhost: Make parameter name match of vhost_get_vq_desc()
Xianting Tian
1
-1
/
+1
2023-07-03
vduse: fix NULL pointer dereference
Maxime Coquelin
1
-1
/
+5
2023-07-03
vhost: Allow worker switching while work is queueing
Mike Christie
3
-46
/
+115
2023-07-03
vhost_scsi: add support for worker ioctls
Mike Christie
1
-0
/
+8
2023-07-03
vhost: allow userspace to create workers
Mike Christie
4
-1
/
+193
2023-07-03
vhost: replace single worker pointer with xarray
Mike Christie
2
-17
/
+50
2023-07-03
vhost: add helper to parse userspace vring state/file
Mike Christie
1
-7
/
+22
2023-07-03
vhost: remove vhost_work_queue
Mike Christie
2
-9
/
+2
2023-07-03
vhost_scsi: flush IO vqs then send TMF rsp
Mike Christie
1
-3
/
+18
2023-07-03
vhost_scsi: convert to vhost_vq_work_queue
Mike Christie
1
-9
/
+9
2023-07-03
vhost_scsi: make SCSI cmd completion per vq
Mike Christie
1
-30
/
+26
2023-07-03
vhost_sock: convert to vhost_vq_work_queue
Mike Christie
1
-2
/
+2
2023-07-03
vhost: convert poll work to be vq based
Mike Christie
3
-6
/
+12
2023-07-03
vhost: take worker or vq for flushing
Mike Christie
2
-2
/
+14
2023-07-03
vhost: take worker or vq instead of dev for queueing
Mike Christie
2
-16
/
+29
2023-07-03
vhost, vhost_net: add helper to check if vq has work
Mike Christie
3
-5
/
+5
2023-07-03
vhost: add vhost_worker pointer to vhost_virtqueue
Mike Christie
2
-7
/
+15
2023-07-03
vhost: dynamically allocate vhost_worker
Mike Christie
2
-25
/
+45
2023-07-03
vhost: create worker at end of vhost_dev_set_owner
Mike Christie
1
-6
/
+13
2023-07-03
virtio_bt: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-07-03
virtio-console: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-07-03
virtio-crypto: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-07-03
vDPA/ifcvf: implement new accessors for vq_state
Zhu Lingshan
3
-33
/
+17
2023-07-03
vDPA/ifcvf: detect and report max allowed vq size
Zhu Lingshan
3
-2
/
+35
2023-07-03
vDPA/ifcvf: dynamic allocate vq data stores
Zhu Lingshan
3
-1
/
+6
2023-07-03
ovl: move all parameter handling into params.{c,h}
Christian Brauner
4
-564
/
+581
2023-07-03
kdb: move kdb_send_sig() declaration to a better header file
Daniel Thompson
2
-1
/
+2
[next]