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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-09
crypto: acomp - define max size for destination
Giovanni Cabiddu
1
-0
/
+1
2022-12-05
crypto: api - Use linux/cache.h instead of asm/cache.h
Herbert Xu
1
-1
/
+1
2022-12-02
crypto: kpp - Add ctx helpers with DMA alignment
Herbert Xu
1
-1
/
+23
2022-12-02
crypto: akcipher - Add ctx helpers with DMA alignment
Herbert Xu
1
-1
/
+23
2022-12-02
crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127
Herbert Xu
1
-1
/
+1
2022-12-02
crypto: skcipher - Add ctx helpers with DMA alignment
Herbert Xu
1
-0
/
+22
2022-12-02
crypto: hash - Add ctx helpers with DMA alignment
Herbert Xu
1
-0
/
+22
2022-12-02
crypto: aead - Add ctx helpers with DMA alignment
Herbert Xu
1
-0
/
+22
2022-12-02
crypto: api - Add crypto_tfm_ctx_dma
Herbert Xu
2
-7
/
+39
2022-12-02
crypto: Prepare to move crypto_tfm_ctx
Herbert Xu
3
-2
/
+5
2022-12-02
crypto: kpp - Move reqsize into tfm
Herbert Xu
2
-5
/
+6
2022-12-02
crypto: akcipher - Move reqsize into tfm
Herbert Xu
2
-4
/
+5
2022-12-02
crypto: kpp - Add helper to set reqsize
Herbert Xu
1
-0
/
+6
2022-11-25
Revert "crypto: shash - avoid comparing pointers to exported functions under ...
Eric Biggers
1
-1
/
+7
2022-11-25
Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...
Herbert Xu
1
-0
/
+1
2022-11-18
crypto: hisilicon/qm - modify the process of regs dfx
Kai Ye
1
-4
/
+4
2022-11-18
crypto: skcipher - Allow sync algorithms with large request contexts
Herbert Xu
1
-0
/
+8
2022-11-18
crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()
Xiongfeng Wang
1
-2
/
+4
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
1
-1
/
+1
2022-11-14
i2c: core: Introduce i2c_client_get_device_id helper function
Angel Iglesias
1
-0
/
+1
2022-11-11
crypto: lib/aesgcm - Provide minimal library implementation
Ard Biesheuvel
1
-0
/
+22
2022-10-28
crypto: af_alg - Support symmetric encryption via keyring keys
Frederick Lawler
1
-0
/
+1
2022-10-21
crypto: scatterwalk - remove duplicate function declarations
Tianjia Zhang
1
-1
/
+0
2022-10-17
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-21
/
+4
2022-10-16
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
3
-5
/
+21
2022-10-16
Revert "cpumask: fix checking valid cpu range".
Tetsuo Handa
1
-8
/
+11
2022-10-16
Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2022-10-15
mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
Hyeonggon Yoo
1
-1
/
+0
2022-10-15
Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+7
2022-10-14
Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+14
2022-10-14
Merge branch 'clk-rate-range' into clk-next
Stephen Boyd
2
-3
/
+17
2022-10-14
clk: at91: fix the build with binutils 2.27
Kefeng Wang
1
-2
/
+4
2022-10-14
Merge tag 'sound-fix-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+4
2022-10-14
Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-20
/
+31
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-2
/
+22
2022-10-14
Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-16
/
+16
2022-10-14
Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+3
2022-10-14
Merge tag 'io_uring-6.1-2022-10-13' of git://git.kernel.dk/linux
Linus Torvalds
2
-5
/
+2
2022-10-13
Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-0
/
+1
2022-10-13
Merge patch series "Use composable cache instead of L2 cache"
Palmer Dabbelt
2
-16
/
+16
2022-10-13
soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.
Greentime Hu
2
-16
/
+16
2022-10-13
Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-13
/
+21
2022-10-13
Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-3
/
+1
2022-10-13
Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-0
/
+7
2022-10-13
mm/migrate_device.c: add migrate_device_range()
Alistair Popple
1
-0
/
+7
2022-10-13
mm: free device private pages have zero refcount
Alistair Popple
1
-0
/
+1
2022-10-13
mm/memory.c: fix race when faulting a device private page
Alistair Popple
1
-0
/
+8
2022-10-13
mm/damon: move sz_damon_region to damon_sz_region
Xin Hao
1
-0
/
+6
2022-10-13
tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().
Kuniyuki Iwashima
3
-9
/
+2
2022-10-13
udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).
Kuniyuki Iwashima
1
-0
/
+1
[next]