index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: prefer _THIS_IP_ to current_text_addr
Nick Desaulniers
2018-08-17
2
-2
/
+3
*
sh: make use of for_each_node_by_type()
Dmitry Torokhov
2018-08-17
1
-3
/
+4
*
Fix kexec forbidding kernels signed with keys in the secondary keyring to boot
Yannik Sembritzki
2018-08-16
1
-1
/
+1
*
Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-08-16
7
-65
/
+0
|
\
|
*
Merge branch 'pci/resource'
Bjorn Helgaas
2018-08-15
4
-57
/
+0
|
|
\
|
|
*
PCI: Make early dump functionality generic
Sinan Kaya
2018-06-29
4
-57
/
+0
|
*
|
Merge branch 'pci/misc'
Bjorn Helgaas
2018-08-15
3
-8
/
+0
|
|
\
\
|
|
*
|
PCI: Call dma_debug_add_bus() for pci_bus_type from PCI core
Christoph Hellwig
2018-07-30
3
-8
/
+0
|
|
|
/
*
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-08-15
2
-0
/
+19
|
\
\
\
|
*
|
|
scsi: arm64: defconfig: enable configs for Hisilicon ufs
liwei
2018-07-19
1
-0
/
+1
|
*
|
|
scsi: arm64: dts: add ufs dts node
liwei
2018-07-19
1
-0
/
+18
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2018-08-15
1
-0
/
+4
|
\
\
\
|
*
|
|
clk: at91: add I2S clock mux driver
Codrin Ciubotariu
2018-07-06
1
-0
/
+4
|
|
/
/
*
|
|
Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2018-08-15
5
-363
/
+266
|
\
\
\
|
*
|
|
media: sh: migor: Remove stale soc_camera include
Jacopo Mondi
2018-07-24
1
-1
/
+0
|
*
|
|
media: ov772x: omit consumer ID when getting clock reference
Akinobu Mita
2018-06-28
1
-1
/
+1
|
*
|
|
media: ov772x: use generic names for reset and powerdown gpios
Akinobu Mita
2018-06-28
1
-2
/
+3
|
*
|
|
media: arch: sh: ap325rxa: Use new renesas-ceu camera driver
Jacopo Mondi
2018-06-28
2
-204
/
+80
|
*
|
|
media: arch: sh: ms7724se: Use new renesas-ceu camera driver
Jacopo Mondi
2018-06-28
1
-41
/
+79
|
*
|
|
media: arch: sh: kfr2r09: Use new renesas-ceu camera driver
Jacopo Mondi
2018-06-28
1
-114
/
+103
*
|
|
|
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-08-15
2
-6
/
+24
|
\
\
\
\
|
*
\
\
\
BackMerge v4.18-rc7 into drm-next
Dave Airlie
2018-07-30
126
-365
/
+665
|
|
\
\
\
\
|
*
\
\
\
\
Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2018-07-20
1
-0
/
+18
|
|
\
\
\
\
\
|
|
*
|
|
|
|
x86/gpu: reserve ICL's graphics stolen memory
Paulo Zanoni
2018-07-10
1
-0
/
+18
|
*
|
|
|
|
|
ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()
Thierry Reding
2018-07-16
1
-6
/
+6
*
|
|
|
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-08-15
47
-266
/
+648
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
crypto: arm64/ghash-ce - implement 4-way aggregation
Ard Biesheuvel
2018-08-07
2
-51
/
+142
|
*
|
|
|
|
|
|
crypto: arm64/ghash-ce - replace NEON yield check with block limit
Ard Biesheuvel
2018-08-07
2
-32
/
+23
|
*
|
|
|
|
|
|
crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable
Ard Biesheuvel
2018-08-07
2
-41
/
+49
|
*
|
|
|
|
|
|
crypto: arm64/aes-ce-gcm - implement 2-way aggregation
Ard Biesheuvel
2018-08-07
2
-68
/
+52
|
*
|
|
|
|
|
|
crypto: arm64/aes-ce-gcm - operate on two input blocks at a time
Ard Biesheuvel
2018-08-07
2
-69
/
+161
|
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2018-08-07
2
-146
/
+80
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
crypto: arm/chacha20 - always use vrev for 16-bit rotates
Eric Biggers
2018-08-03
1
-6
/
+4
|
*
|
|
|
|
|
|
|
arm64: dts: hisi: add SEC crypto accelerator nodes for hip07 SoC
Jonathan Cameron
2018-08-03
1
-0
/
+284
|
*
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2018-08-03
260
-1195
/
+1648
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
crypto: arm64/sha256 - increase cra_priority of scalar implementations
Eric Biggers
2018-07-27
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
crypto: aead - remove useless setting of type flags
Eric Biggers
2018-07-09
1
-1
/
+0
|
*
|
|
|
|
|
|
|
|
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-09
5
-5
/
+0
|
*
|
|
|
|
|
|
|
|
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-07-09
5
-16
/
+11
|
*
|
|
|
|
|
|
|
|
crypto: shash - remove useless setting of type flags
Eric Biggers
2018-07-09
39
-78
/
+2
|
*
|
|
|
|
|
|
|
|
crypto: x86/sha-mb - decrease priority of multibuffer algorithms
Eric Biggers
2018-07-09
3
-3
/
+24
|
*
|
|
|
|
|
|
|
|
crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
Eric Biggers
2018-07-09
1
-1
/
+1
|
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-15
21
-552
/
+817
|
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge tag 'wireless-drivers-next-for-davem-2018-08-12' of git://git.kernel.or...
David S. Miller
2018-08-13
2
-2
/
+0
|
|
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUG
Michael Büsch
2018-08-09
2
-2
/
+0
|
*
|
|
|
|
|
|
|
|
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-11
2
-2
/
+0
|
|
\
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
\
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-09
13
-192
/
+141
|
|
\
\
\
\
\
\
\
\
\
\
\
|
|
|
_
|
/
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
powerpc/mpc85xx: add clocks property for fman ptp timer node
Yangbo Lu
2018-08-05
5
-0
/
+5
|
*
|
|
|
|
|
|
|
|
|
|
arm64: dts: fsl: add clocks property for fman ptp timer node
Yangbo Lu
2018-08-05
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-05
16
-59
/
+191
|
|
\
\
\
\
\
\
\
\
\
\
\
[next]