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.13.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
2021-03-24
dt-bindings: nvmem: use base meta-schema for consumer schema
Rob Herring
1
-1
/
+1
2021-03-24
dt-bindings: trivial-devices: Allow 'spi-max-frequency' property
Rob Herring
1
-0
/
+3
2021-03-24
dt-bindings: More cleanup of standard unit properties
Rob Herring
6
-7
/
+0
2021-03-24
of: unittest: Statically apply overlays using fdtoverlay
Viresh Kumar
3
-0
/
+56
2021-03-24
of: unittest: Create overlay_common.dtsi and testcases_common.dtsi
Viresh Kumar
5
-106
/
+128
2021-03-24
kbuild: Add generic rule to apply fdtoverlay
Rob Herring
1
-2
/
+24
2021-03-24
kbuild: Simplify builds with CONFIG_OF_ALL_DTBS
Viresh Kumar
1
-3
/
+2
2021-03-24
dt-bindings: media: Convert video-mux to DT schema
Rob Herring
2
-60
/
+106
2021-03-16
kbuild: Enable DT undocumented compatible checks
Rob Herring
2
-1
/
+5
2021-03-15
dt-bindings: Bump dtschema version required to v2021.2.1
Rob Herring
1
-1
/
+1
2021-03-11
of: property: Remove unneeded return variable
Yang Li
1
-2
/
+1
2021-03-11
powerpc/kexec_file: Restore FDT size estimation for kdump kernel
Thiago Jung Bauermann
3
-20
/
+10
2021-03-08
arm64: Enable passing IMA log to next kernel on kexec
Lakshmi Ramasubramanian
1
-0
/
+1
2021-03-08
powerpc: Delete unused function delete_fdt_mem_rsv()
Lakshmi Ramasubramanian
2
-33
/
+0
2021-03-08
kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDT
Lakshmi Ramasubramanian
1
-52
/
+5
2021-03-08
powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c
Lakshmi Ramasubramanian
10
-272
/
+243
2021-03-08
powerpc: Enable passing IMA log to next kernel on kexec
Lakshmi Ramasubramanian
1
-1
/
+1
2021-03-08
powerpc: Move ima buffer fields to struct kimage
Lakshmi Ramasubramanian
5
-37
/
+11
2021-03-08
powerpc: Use common of_kexec_alloc_and_setup_fdt()
Rob Herring
4
-140
/
+26
2021-03-08
arm64: Use common of_kexec_alloc_and_setup_fdt()
Rob Herring
1
-174
/
+8
2021-03-08
of: Add a common kexec FDT setup function
Rob Herring
3
-0
/
+276
2021-03-08
x86: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
4
-15
/
+10
2021-03-08
powerpc: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
3
-14
/
+10
2021-03-08
arm64: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
2
-13
/
+9
2021-03-08
kexec: Move ELF fields to struct kimage
Lakshmi Ramasubramanian
1
-0
/
+5
2021-03-06
Linux 5.12-rc2
v5.12-rc2
Linus Torvalds
1
-1
/
+1
2021-03-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-62
/
+76
2021-03-06
Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+2
2021-03-06
Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2021-03-06
Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-11
/
+16
2021-03-05
Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-69
/
+75
2021-03-05
Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-439
/
+361
2021-03-05
Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-26
/
+41
2021-03-05
Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-3
/
+3
2021-03-05
Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-14
/
+87
2021-03-05
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-25
/
+87
2021-03-05
Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
7
-40
/
+25
2021-03-05
Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-16
/
+31
2021-03-05
RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()
Bob Pearson
1
-32
/
+23
2021-03-05
RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()
Bob Pearson
1
-24
/
+35
2021-03-05
RDMA/rxe: Fix missed IB reference counting in loopback
Bob Pearson
1
-1
/
+9
2021-03-05
io_uring: don't restrict issue_flags for io_openat
Pavel Begunkov
1
-1
/
+1
2021-03-05
Merge tag 'nvme-5.12-2021-03-05' of git://git.infradead.org/nvme into block-5.12
Jens Axboe
7
-47
/
+62
2021-03-05
io_uring: make SQPOLL thread parking saner
Jens Axboe
1
-35
/
+30
2021-03-05
io-wq: kill hashed waitqueue before manager exits
Jens Axboe
1
-4
/
+5
2021-03-05
io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return
Jens Axboe
1
-0
/
+1
2021-03-05
io_uring: don't keep looping for more events if we can't flush overflow
Jens Axboe
1
-3
/
+12
2021-03-05
io_uring: move to using create_io_thread()
Jens Axboe
3
-109
/
+54
2021-03-05
Merge branch 'powercap'
Rafael J. Wysocki
2
-1
/
+4
2021-03-05
nvmet: model_number must be immutable once set
Max Gurtovoy
4
-45
/
+50
[next]