index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()
YueHaibing
1
-8
/
+0
2022-02-23
crypto: x86/blowfish - Remove unused inline functions
YueHaibing
1
-12
/
+0
2022-02-11
crypto: arm/xor - make vectorized C code Clang-friendly
Ard Biesheuvel
1
-9
/
+3
2022-02-11
lib/xor: make xor prototypes more friendly to compiler vectorization
Ard Biesheuvel
15
-173
/
+311
2022-02-05
crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizes
Ard Biesheuvel
2
-108
/
+57
2022-02-05
crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunk
Ard Biesheuvel
3
-142
/
+55
2022-02-05
crypto: arm/aes-neonbs-ctr - deal with non-multiples of AES block size
Ard Biesheuvel
2
-63
/
+77
2022-02-05
crypto: arm64/aes-neon-ctr - improve handling of single tail block
Ard Biesheuvel
2
-19
/
+20
2022-01-31
arm64: lib: accelerate crc32_be
Kevin Bracey
1
-14
/
+73
2022-01-31
crypto: x86 - Convert to SPDX identifier
Nathan Huckleberry
1
-53
/
+10
2022-01-28
crypto: x86/sm3 - add AVX assembly implementation
Tianjia Zhang
3
-0
/
+654
2022-01-28
crypto: arm64/sm3-ce - make dependent on sm3 library
Tianjia Zhang
2
-9
/
+21
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
29
-37
/
+5
2022-01-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
23
-31
/
+15
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-535
/
+664
2022-01-22
Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-3
/
+16
2022-01-22
Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
39
-412
/
+980
2022-01-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-3
/
+3
2022-01-22
mm: remove cleancache
Christoph Hellwig
16
-16
/
+0
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
6
-13
/
+13
2022-01-22
kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
Luis Chamberlain
2
-2
/
+2
2022-01-21
Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
5
-5
/
+19
2022-01-21
Merge tag 'pci-v5.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+9
2022-01-21
Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
6
-56
/
+104
2022-01-20
RISC-V: nommu_virt: Drop unused SLAB_MERGE_DEFAULT
Palmer Dabbelt
1
-1
/
+0
2022-01-20
parisc: Fix missing prototype for 'toc_intr' warning in toc.c
Helge Deller
2
-0
/
+2
2022-01-20
parisc: Autodetect default output device and set console= kernel parameter
Helge Deller
1
-0
/
+11
2022-01-20
parisc: Use safer strscpy() in setup_cmdline()
Helge Deller
1
-2
/
+2
2022-01-20
RISC-V: Remove redundant err variable
Minghao Chi
1
-3
/
+1
2022-01-20
riscv: dts: sifive unmatched: Add gpio poweroff
Ron Economos
1
-0
/
+5
2022-01-20
RISC-V: Do not use cpumask data structure for hartid bitmap
Atish Patra
11
-136
/
+130
2022-01-20
RISC-V: Move spinwait booting method to its own config
Atish Patra
5
-5
/
+30
2022-01-20
RISC-V: Move the entire hart selection via lottery to SMP
Atish Patra
1
-2
/
+6
2022-01-20
RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
Atish Patra
5
-23
/
+30
2022-01-20
RISC-V: Do not print the SBI version during HSM extension boot print
Atish Patra
1
-1
/
+1
2022-01-20
RISC-V: Avoid using per cpu array for ordered booting
Atish Patra
4
-15
/
+58
2022-01-20
riscv: default to CONFIG_RISCV_SBI_V01=n
Heinrich Schuchardt
1
-1
/
+0
2022-01-20
arm64: mm: apply __ro_after_init to memory_limit
Peng Fan
1
-1
/
+1
2022-01-20
arm64: atomics: lse: Dereference matching size
Kees Cook
2
-2
/
+2
2022-01-20
Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+2
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
13
-339
/
+50
2022-01-20
kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR
Marco Elver
1
-1
/
+1
2022-01-20
arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KB
Nathan Chancellor
1
-0
/
+4
2022-01-20
proc: make the proc_create[_data]() stubs static inlines
Hans de Goede
1
-5
/
+3
2022-01-20
mm: percpu: add generic pcpu_populate_pte() function
Kefeng Wang
3
-104
/
+4
2022-01-20
mm: percpu: add generic pcpu_fc_alloc/free funciton
Kefeng Wang
4
-171
/
+5
2022-01-20
mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef
Kefeng Wang
4
-15
/
+43
2022-01-20
mm: percpu: generalize percpu related config
Kefeng Wang
7
-74
/
+21
2022-01-19
riscv: fix boolconv.cocci warnings
kernel test robot
1
-2
/
+1
2022-01-19
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
17
-188
/
+705
[next]