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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-12
rust: types: add `Opaque::ffi_init`
Benno Lossin
2
-0
/
+29
2023-04-12
rust: prelude: add `pin-init` API items to prelude
Benno Lossin
1
-1
/
+5
2023-04-12
rust: init: add `Zeroable` trait and `init::zeroed` function
Benno Lossin
1
-2
/
+95
2023-04-12
rust: init: add `stack_pin_init!` macro
Benno Lossin
2
-6
/
+191
2023-04-12
rust: init: add `PinnedDrop` trait and macros
Benno Lossin
5
-0
/
+488
2023-04-12
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
2
-13
/
+139
2023-04-12
rust: init: add initialization macros
Benno Lossin
6
-7
/
+1747
2023-04-12
rust: add pin-init API core
Benno Lossin
4
-1
/
+227
2023-04-12
rust: types: add `Opaque::raw_get`
Benno Lossin
1
-0
/
+8
2023-04-12
rust: sync: change error type of constructor functions
Benno Lossin
1
-4
/
+4
2023-04-12
rust: macros: add `quote!` macro
Gary Guo
2
-0
/
+147
2023-04-12
rust: enable the `pin_macro` feature
Benno Lossin
2
-1
/
+2
2023-04-12
rust: error: Add from_result() helper
Wedson Almeida Filho
1
-0
/
+39
2023-04-12
rust: error: Add a helper to convert a C ERR_PTR to a `Result`
Sven Van Asbroeck
2
-1
/
+61
2023-04-12
rust: error: Add to_result() helper
Wedson Almeida Filho
1
-1
/
+10
2023-04-12
rust: error: Add Error::from_errno{_unchecked}()
Miguel Ojeda
1
-0
/
+32
2023-04-12
rust: error: Add Error::to_ptr()
Asahi Lina
2
-0
/
+14
2023-04-12
rust: error: Rename to_kernel_errno() -> to_errno()
Asahi Lina
2
-2
/
+2
2023-04-12
rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()
Asahi Lina
1
-0
/
+11
2023-04-10
rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()
Asahi Lina
2
-0
/
+30
2023-04-10
rust: macros: Allow specifying multiple module aliases
Asahi Lina
2
-6
/
+34
2023-04-10
rust: alloc: vec: Add some try_* methods we need
Miguel Ojeda
2
-3
/
+219
2023-04-10
rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}
Asahi Lina
2
-0
/
+4
2023-04-10
rust: Import upstream `alloc::vec::spec_extend` module
Asahi Lina
1
-0
/
+87
2023-04-10
rust: Import upstream `alloc::vec::set_len_on_drop` module
Asahi Lina
1
-0
/
+28
2023-04-10
rust: Enable the new_uninit feature for kernel and driver crates
Asahi Lina
2
-1
/
+2
2023-04-10
samples: rust: print: Add sample code for Arc printing
Boqun Feng
1
-0
/
+26
2023-04-10
rust: sync: impl {Debug,Display} for {Unique,}Arc
Boqun Feng
1
-0
/
+25
2023-04-09
Linux 6.3-rc6
Linus Torvalds
1
-1
/
+1
2023-04-09
Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+8
2023-04-09
Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+9
2023-04-09
Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
10
-130
/
+175
2023-04-08
Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-8
/
+12
2023-04-08
Merge tag 'char-misc-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
15
-77
/
+84
2023-04-08
Merge tag 'tty-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
4
-5
/
+30
2023-04-08
Merge tag 'usb-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
10
-13
/
+35
2023-04-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-35
/
+19
2023-04-08
Merge tag 'block-6.3-2023-04-06' of git://git.kernel.dk/linux
Linus Torvalds
4
-10
/
+34
2023-04-08
Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linux
Linus Torvalds
2
-4
/
+5
2023-04-08
Merge tag 'dma-mapping-6.3-2023-04-08' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+3
2023-04-08
Merge tag 'trace-v6.3-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-7
/
+10
2023-04-08
Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
19
-195
/
+402
2023-04-07
Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
2
-5
/
+2
2023-04-07
Merge tag 'acpi-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-17
/
+71
2023-04-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-18
/
+14
2023-04-07
Merge tag '6.3-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
8
-79
/
+140
2023-04-06
cifs: double lock in cifs_reconnect_tcon()
Dan Carpenter
1
-1
/
+1
2023-04-06
block: don't set GD_NEED_PART_SCAN if scan partition failed
Yu Kuai
1
-1
/
+7
2023-04-06
tracing/synthetic: Make lastcmd_mutex static
Steven Rostedt (Google)
1
-1
/
+1
2023-04-06
Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
52
-244
/
+408
[next]