index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-28
Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
32
-32
/
+32
2019-07-28
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
31
-1886
/
+33
2019-07-28
unicore: Drop pointless include
Linus Walleij
1
-1
/
+0
2019-07-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-23
/
+75
2019-07-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+4
2019-07-27
Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
1
-0
/
+2
2019-07-27
Merge tag 's390-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
12
-59
/
+79
2019-07-27
ARM: dts: rockchip: Cleanup style around assignment operator
Krzysztof Kozlowski
4
-9
/
+9
2019-07-27
crypto: ghash - add comment and improve help text
Eric Biggers
3
-4
/
+3
2019-07-26
mips: vdso: Fix flip/flop vdso building bug
Vincenzo Frascino
1
-7
/
+7
2019-07-26
mips: vdso: Fix source path
Vincenzo Frascino
1
-2
/
+2
2019-07-26
Merge tag 'docs-5.3-1' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2019-07-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
14
-97
/
+207
2019-07-26
KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new EC
Zenghui Yu
2
-3
/
+5
2019-07-26
arm64: KVM: regmap: Fix unexpected switch fall-through
Anders Roxell
1
-0
/
+5
2019-07-26
ARM: dts: gemini: Mount root from mtdblock3
Linus Walleij
2
-2
/
+2
2019-07-26
ARM: dts: gemini: Switch to redboot partition parsing
Linus Walleij
2
-62
/
+8
2019-07-26
ARM: dts: gemini: Fix up confused pin settings
Linus Walleij
1
-8
/
+11
2019-07-26
s390/mm: use shared variables for sysctl range check
Vasily Gorbik
1
-4
/
+2
2019-07-26
s390/dma: provide proper ARCH_ZONE_DMA_BITS value
Halil Pasic
1
-0
/
+2
2019-07-25
MIPS: BCM47XX: Add support for Netgear R6200 V1
Edward Matijević
3
-0
/
+12
2019-07-26
crypto: aegis128l/aegis256 - remove x86 and generic implementations
Ard Biesheuvel
5
-2113
/
+0
2019-07-26
crypto: morus - remove generic and x86 implementations
Ard Biesheuvel
9
-2726
/
+0
2019-07-26
crypto: arm/aes-scalar - unexport en/decryption routines
Ard Biesheuvel
1
-3
/
+0
2019-07-26
crypto: arm64/aes-cipher - switch to shared AES inverse Sbox
Ard Biesheuvel
1
-39
/
+1
2019-07-26
crypto: arm/aes-cipher - switch to shared AES inverse Sbox
Ard Biesheuvel
1
-39
/
+1
2019-07-26
crypto: arm64/aes-neon - switch to shared AES Sboxes
Ard Biesheuvel
1
-71
/
+3
2019-07-26
crypto: arm/ghash - provide a synchronous version
Ard Biesheuvel
1
-26
/
+52
2019-07-26
crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)
Ard Biesheuvel
1
-0
/
+65
2019-07-26
crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
Ard Biesheuvel
1
-0
/
+43
2019-07-26
crypto: arm/aes - use native endiannes for key schedule
Ard Biesheuvel
2
-16
/
+13
2019-07-26
crypto: arm64/aes-ce-cipher - use AES library as fallback
Ard Biesheuvel
3
-9
/
+3
2019-07-26
crypto: aes - move sync ctr(aes) to AES library and generic helper
Ard Biesheuvel
3
-60
/
+33
2019-07-26
crypto: arm64/aes-ce - switch to library version of key expansion routine
Ard Biesheuvel
2
-8
/
+11
2019-07-26
crypto: arm64/aes-neonbs - switch to library version of key expansion routine
Ard Biesheuvel
2
-4
/
+5
2019-07-26
crypto: arm64/aes-ccm - switch to AES library
Ard Biesheuvel
2
-13
/
+7
2019-07-26
crypto: arm/aes-neonbs - switch to library version of key expansion routine
Ard Biesheuvel
2
-3
/
+3
2019-07-26
crypto: arm64/ghash - switch to AES library
Ard Biesheuvel
2
-22
/
+11
2019-07-26
crypto: x86/aes - drop scalar assembler implementations
Ard Biesheuvel
4
-621
/
+0
2019-07-26
crypto: x86/aes-ni - switch to generic for fallback and key routines
Ard Biesheuvel
2
-20
/
+7
2019-07-26
crypto: aes - rename local routines to prevent future clashes
Ard Biesheuvel
4
-16
/
+16
2019-07-26
crypto: arm/aes-ce - cosmetic/whitespace cleanup
Ard Biesheuvel
1
-60
/
+56
2019-07-25
mips: Add clock_gettime64 entry point
Vincenzo Frascino
2
-0
/
+9
2019-07-25
mips: Add clock_getres entry point
Vincenzo Frascino
3
-0
/
+39
2019-07-25
mips: Add support for generic vDSO
Vincenzo Frascino
11
-115
/
+296
2019-07-25
perf/x86/intel: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-07-25
ARM: dts: rockchip: add veyron-tiger board
Matthias Kaehlcke
2
-0
/
+126
2019-07-25
ARM: dts: rockchip: add veyron-fievel board
Matthias Kaehlcke
2
-0
/
+299
2019-07-25
ARM: dts: rockchip: consolidate veyron panel and backlight settings
Matthias Kaehlcke
6
-224
/
+67
2019-07-25
ARM: dts: rockchip: move rk3288-veryon display settings into a separate file
Matthias Kaehlcke
2
-114
/
+125
[prev]
[next]