aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-07-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-3/+12
2018-07-08Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+8
2018-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-4/+107
2018-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-2/+10
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers5-5/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers5-16/+11
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers39-78/+2
2018-07-09crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers3-3/+24
2018-07-09crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers1-1/+1
2018-07-08Merge tag 'keystone_config_for_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/defconfigOlof Johansson1-0/+5
2018-07-08Merge tag 'keystone_dts_for_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/dtOlof Johansson7-8/+346
2018-07-08Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panicSunil Muthuswamy3-2/+31
2018-07-08headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devicetable.h>Randy Dunlap1-0/+1
2018-07-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+3
2018-07-07x86/mtrr: Don't copy out-of-bounds data in mtrr_writeJann Horn1-1/+2
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-07Merge tag 'fsi-updates-2018-06-12' of https://git.kernel.org/pub/scm/linux/kernel/git/benh/linux-fsi into char-misc-nextGreg Kroah-Hartman3-0/+3
2018-07-07ARM: pxa: irq: fix handling of ICMR registers in suspend/resumeDaniel Mack1-2/+2
2018-07-07arm64: dts: rockchip: corrected uart1 clock-names for rk3328Huibin Hong1-1/+1
2018-07-07arm64: dts: rockchip: add Google BobHeiko Stuebner2-0/+80
2018-07-07arm64: dts: rockchip: move core edp from rk3399-kevin to shared chromebookHeiko Stuebner2-35/+38
2018-07-07arm64: dts: rockchip: move Chromebook-specific Gru-parts to a separate fileHeiko Stuebner3-329/+364
2018-07-07arm64: dts: rockchip: add phandles to some nodes on rk3399-gruHeiko Stuebner1-3/+3
2018-07-07ARM: dts: s5pv210: Add initial DTS for SGH-T959P phoneJonathan Bakker2-0/+46
2018-07-07ARM: dts: s5pv210: Add initial DTS for Samsung Galaxy S phonePaweł Chmiel2-0/+78
2018-07-07ARM: dts: s5pv210: Add initial DTS for Samsung Aries based phonesPaweł Chmiel1-0/+419
2018-07-07ARM: s5pv210_defconfig: Enable options needed to boot typical Linux distroPaweł Chmiel1-0/+15
2018-07-07ARM: s5pv210_defconfig: Enable drivers for Samsung Aries based phonesPaweł Chmiel1-2/+31
2018-07-07ARM: s5pv210_defconfig: Run make savedefconfigPaweł Chmiel1-1/+0
2018-07-07ARM: dts: s5pv210: Add missing interrupt-controller property to gph2Paweł Chmiel1-0/+2
2018-07-06clk: at91: add I2S clock mux driverCodrin Ciubotariu1-0/+4
2018-07-06x86/numa_emulation: Introduce uniform split capabilityDan Williams1-19/+86
2018-07-06x86/numa_emulation: Fix emulated-to-physical node mappingDan Williams1-1/+1
2018-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-3/+16
2018-07-06arm64: mm: Export __flush_icache_range() to modulesWill Deacon1-1/+1
2018-07-06ARM: dts: armada-38x: use the new thermal bindingBaruch Siach1-1/+1
2018-07-06x86: irq_remapping: Move irq remapping mode enumSuravee Suthikulpanit1-0/+5
2018-07-06arm64: topology: re-introduce numa mask check for scheduler MC selectionSudeep Holla1-1/+6
2018-07-06arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla2-8/+8
2018-07-06arm64: smp: remove cpu and numa topology information when hotplugging out CPUSudeep Holla1-0/+3
2018-07-06arm64: topology: restrict updating siblings_masks to online cpus onlySudeep Holla1-5/+3
2018-07-06arm64: topology: add support to remove cpu topology sibling masksSudeep Holla2-0/+16
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla3-8/+27
2018-07-06arm64: topology: refactor reset_cpu_topology to add support for removing topologySudeep Holla1-7/+14
2018-07-06arm64: errata: Don't define type field twice for arm64_errata[] entriesWill Deacon1-2/+0
2018-07-06arm64: Implement page table free interfacesChintan Pandya1-4/+44
2018-07-06arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya1-0/+7
2018-07-06Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into aarch64/for-next/coreWill Deacon2-10/+55
2018-07-06Merge branch 'x86/urgent' into x86/hypervThomas Gleixner110-736/+711