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-11-30
x86/smp: Use atomic_try_cmpxchg in native_stop_other_cpus()
Uros Bizjak
1
-2
/
+3
2023-11-30
x86/smp: Move the call to smp_processor_id() after the early exit in native_stop_other_cpus()
Uros Bizjak
1
-3
/
+6
2023-11-30
x86/percpu: Declare const_pcpu_hot as extern const variable
Uros Bizjak
1
-2
/
+1
2023-11-30
x86/callthunks: Mark apply_relocation() as __init_or_module
Ingo Molnar
2
-2
/
+2
2023-11-30
x86/acpi: Use %rip-relative addressing in wakeup_64.S
Uros Bizjak
1
-12
/
+12
2023-11-30
x86/callthunks: Fix and unify call thunks assembly snippets
Uros Bizjak
1
-16
/
+7
2023-11-30
x86/callthunks: Handle %rip-relative relocations in call thunk template
Uros Bizjak
3
-9
/
+28
2023-11-30
x86/percpu: Define PER_CPU_VAR macro also for !__ASSEMBLY__
Uros Bizjak
1
-0
/
+5
2023-10-24
x86/percpu: Return correct variable from current_top_of_stack()
Uros Bizjak
1
-1
/
+1
2023-10-23
x86/percpu: Introduce const-qualified const_pcpu_hot to micro-optimize code generation
Uros Bizjak
6
-4
/
+16
2023-10-20
x86/percpu: Introduce %rip-relative addressing to PER_CPU_VAR()
Uros Bizjak
3
-19
/
+35
2023-10-20
x86/percpu, xen: Correct PER_CPU_VAR() usage to include symbol and its addend
Uros Bizjak
1
-5
/
+5
2023-10-20
x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addend
Uros Bizjak
4
-4
/
+4
2023-10-20
x86/fpu: Clean up FPU switching in the middle of task switching
Linus Torvalds
3
-12
/
+12
2023-10-18
x86/percpu: Use the correct asm operand modifier in percpu_stable_op()
Uros Bizjak
1
-2
/
+2
2023-10-16
x86/percpu: Use C for arch_raw_cpu_ptr(), to improve code generation
Uros Bizjak
1
-0
/
+17
2023-10-16
x86/percpu: Rewrite arch_raw_cpu_ptr() to be easier for compilers to optimize
Uros Bizjak
1
-2
/
+4
2023-10-10
x86/percpu: Disable named address spaces for KASAN
Uros Bizjak
1
-1
/
+6
2023-10-05
x86/percpu: Use C for percpu read/write accessors
Uros Bizjak
1
-11
/
+54
2023-10-05
x86/percpu: Use compiler segment prefix qualifier
Nadav Amit
2
-23
/
+47
2023-10-05
x86/percpu: Enable named address spaces with known compiler version
Uros Bizjak
1
-0
/
+7
2023-10-03
x86/lib: Address kernel-doc warnings
Zhu Wang
1
-5
/
+0
2023-09-27
x86/entry: Fix typos in comments
Xin Li (Intel)
1
-4
/
+4
2023-09-27
x86/entry: Remove unused argument %rsi passed to exc_nmi()
Xin Li (Intel)
1
-2
/
+0
2023-09-22
x86/bitops: Remove unused __sw_hweight64() assembly implementation on x86-32
Ingo Molnar
1
-14
/
+6
2023-09-21
x86/percpu: Do not clobber %rsi in percpu_{try_,}cmpxchg{64,128}_op
Uros Bizjak
1
-12
/
+16
2023-09-15
x86/percpu: Use raw_cpu_try_cmpxchg() in preempt_count_set()
Uros Bizjak
1
-2
/
+2
2023-09-15
x86/percpu: Define raw_cpu_try_cmpxchg and this_cpu_try_cmpxchg()
Uros Bizjak
1
-0
/
+27
2023-09-15
x86/percpu: Define {raw,this}_cpu_try_cmpxchg{64,128}
Uros Bizjak
1
-0
/
+67
2023-09-07
x86/asm/bitops: Use __builtin_clz{l|ll} to evaluate constant expressions
Nick Desaulniers
1
-0
/
+9
2023-09-03
virtio_ring: fix avail_wrap_counter in virtqueue_add_packed
Yuan Yao
1
-1
/
+1
2023-09-03
virtio_vdpa: build affinity masks conditionally
Jason Wang
1
-6
/
+11
2023-09-03
virtio_net: merge dma operations when filling mergeable buffers
Xuan Zhuo
1
-26
/
+202
2023-09-03
virtio_ring: introduce dma sync api for virtqueue
Xuan Zhuo
2
-0
/
+84
2023-09-03
virtio_ring: introduce dma map api for virtqueue
Xuan Zhuo
2
-0
/
+77
2023-09-03
virtio_ring: introduce virtqueue_reset()
Xuan Zhuo
2
-0
/
+35
2023-09-03
virtio_ring: separate the logic of reset/enable from virtqueue_resize
Xuan Zhuo
1
-19
/
+39
2023-09-03
virtio_ring: correct the expression of the description of virtqueue_resize()
Xuan Zhuo
1
-1
/
+1
2023-09-03
virtio_ring: skip unmap for premapped
Xuan Zhuo
1
-14
/
+28
2023-09-03
virtio_ring: introduce virtqueue_dma_dev()
Xuan Zhuo
2
-0
/
+19
2023-09-03
virtio_ring: support add premapped buf
Xuan Zhuo
1
-2
/
+17
2023-09-03
virtio_ring: introduce virtqueue_set_dma_premapped()
Xuan Zhuo
2
-0
/
+55
2023-09-03
virtio_ring: put mapping error check in vring_map_one_sg
Xuan Zhuo
1
-15
/
+22
2023-09-03
virtio_ring: check use_dma_api before unmap desc for indirect
Xuan Zhuo
1
-2
/
+4
2023-09-03
vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK
Eugenio Pérez
1
-0
/
+8
2023-09-03
vdpa: add get_backend_features vdpa operation
Eugenio Pérez
2
-0
/
+16
2023-09-03
vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature
Eugenio Pérez
1
-1
/
+2
2023-09-03
vdpa: add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flag
Eugenio Pérez
1
-0
/
+4
2023-09-03
vdpa/mlx5: Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-09-02
mm/pagewalk: fix bootstopping regression from extra pte_unmap()
Hugh Dickins
1
-1
/
+1
[next]