summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-1726-42/+57
* sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-172-2/+3
* sh: make use of for_each_node_by_type()Dmitry Torokhov2018-08-171-3/+4
* Fix kexec forbidding kernels signed with keys in the secondary keyring to bootYannik Sembritzki2018-08-161-1/+1
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-167-65/+0
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2018-08-154-57/+0
| |\
| | * PCI: Make early dump functionality genericSinan Kaya2018-06-294-57/+0
| * | Merge branch 'pci/misc'Bjorn Helgaas2018-08-153-8/+0
| |\ \
| | * | PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig2018-07-303-8/+0
| | |/
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-152-0/+19
|\ \ \
| * | | scsi: arm64: defconfig: enable configs for Hisilicon ufsliwei2018-07-191-0/+1
| * | | scsi: arm64: dts: add ufs dts nodeliwei2018-07-191-0/+18
| | |/ | |/|
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-08-151-0/+4
|\ \ \
| * | | clk: at91: add I2S clock mux driverCodrin Ciubotariu2018-07-061-0/+4
| |/ /
* | | Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-08-155-363/+266
|\ \ \
| * | | media: sh: migor: Remove stale soc_camera includeJacopo Mondi2018-07-241-1/+0
| * | | media: ov772x: omit consumer ID when getting clock referenceAkinobu Mita2018-06-281-1/+1
| * | | media: ov772x: use generic names for reset and powerdown gpiosAkinobu Mita2018-06-281-2/+3
| * | | media: arch: sh: ap325rxa: Use new renesas-ceu camera driverJacopo Mondi2018-06-282-204/+80
| * | | media: arch: sh: ms7724se: Use new renesas-ceu camera driverJacopo Mondi2018-06-281-41/+79
| * | | media: arch: sh: kfr2r09: Use new renesas-ceu camera driverJacopo Mondi2018-06-281-114/+103
* | | | Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-152-6/+24
|\ \ \ \
| * \ \ \ BackMerge v4.18-rc7 into drm-nextDave Airlie2018-07-30126-365/+665
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-201-0/+18
| |\ \ \ \ \
| | * | | | | x86/gpu: reserve ICL's graphics stolen memoryPaulo Zanoni2018-07-101-0/+18
| * | | | | | ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()Thierry Reding2018-07-161-6/+6
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-1547-266/+648
|\ \ \ \ \ \ \
| * | | | | | | crypto: arm64/ghash-ce - implement 4-way aggregationArd Biesheuvel2018-08-072-51/+142
| * | | | | | | crypto: arm64/ghash-ce - replace NEON yield check with block limitArd Biesheuvel2018-08-072-32/+23
| * | | | | | | crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidableArd Biesheuvel2018-08-072-41/+49
| * | | | | | | crypto: arm64/aes-ce-gcm - implement 2-way aggregationArd Biesheuvel2018-08-072-68/+52
| * | | | | | | crypto: arm64/aes-ce-gcm - operate on two input blocks at a timeArd Biesheuvel2018-08-072-69/+161
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-08-072-146/+80
| |\ \ \ \ \ \ \
| * | | | | | | | crypto: arm/chacha20 - always use vrev for 16-bit rotatesEric Biggers2018-08-031-6/+4
| * | | | | | | | arm64: dts: hisi: add SEC crypto accelerator nodes for hip07 SoCJonathan Cameron2018-08-031-0/+284
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-03260-1195/+1648
| |\ \ \ \ \ \ \ \
| * | | | | | | | | crypto: arm64/sha256 - increase cra_priority of scalar implementationsEric Biggers2018-07-271-2/+2
| * | | | | | | | | crypto: aead - remove useless setting of type flagsEric Biggers2018-07-091-1/+0
| * | | | | | | | | crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-095-5/+0
| * | | | | | | | | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-095-16/+11
| * | | | | | | | | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-0939-78/+2
| * | | | | | | | | crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers2018-07-093-3/+24
| * | | | | | | | | crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers2018-07-091-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1521-552/+817
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'wireless-drivers-next-for-davem-2018-08-12' of git://git.kernel.or...David S. Miller2018-08-132-2/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch2018-08-092-2/+0
| * | | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-112-2/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0913-192/+141
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | powerpc/mpc85xx: add clocks property for fman ptp timer nodeYangbo Lu2018-08-055-0/+5
| * | | | | | | | | | | arm64: dts: fsl: add clocks property for fman ptp timer nodeYangbo Lu2018-08-051-0/+1