index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-11
rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()
Asahi Lina
2
-0
/
+30
2023-04-11
rust: macros: Allow specifying multiple module aliases
Asahi Lina
2
-6
/
+34
2023-04-11
rust: alloc: vec: Add some try_* methods we need
Miguel Ojeda
2
-3
/
+219
2023-04-11
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
v6.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/ke...
Linus Torvalds
1
-6
/
+8
2023-04-09
Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+9
2023-04-09
Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-130
/
+175
2023-04-09
Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cif...
Linus Torvalds
4
-8
/
+12
2023-04-08
Merge tag 'char-misc-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-77
/
+84
2023-04-08
Merge tag 'tty-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-5
/
+30
2023-04-08
Merge tag 'usb-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
10
-13
/
+35
2023-04-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
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/d...
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...
Linus Torvalds
2
-7
/
+10
2023-04-08
Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...
Linus Torvalds
19
-195
/
+402
2023-04-07
Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+2
2023-04-07
Merge tag 'acpi-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
3
-17
/
+71
2023-04-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
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-07
cifs: double lock in cifs_reconnect_tcon()
Dan Carpenter
1
-1
/
+1
2023-04-07
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/ne...
Linus Torvalds
52
-244
/
+408
2023-04-06
Merge tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+1
2023-04-06
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+14
2023-04-06
Merge tag 'pwm/for-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-2
/
+22
2023-04-06
Merge tag 'drm-fixes-2023-04-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
11
-43
/
+81
2023-04-06
Merge tag 'sound-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
14
-12
/
+106
2023-04-06
Merge tag 'platform-drivers-x86-v6.3-5' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-7
/
+21
2023-04-06
Merge tag 'asm-generic-fixes-6.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-19
/
+19
2023-04-06
net: stmmac: check fwnode for phy device before scanning for phy
Michael Sit Wei Hong
1
-4
/
+11
2023-04-06
ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
Zheng Yejian
1
-6
/
+9
2023-04-06
swiotlb: fix a braino in the alignment check fix
Petr Tesarik
1
-3
/
+3
2023-04-06
Merge tag 'nvme-6.3-2023-04-06' of git://git.infradead.org/nvme into block-6.3
Jens Axboe
1
-3
/
+3
[next]