summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams2018-06-151-1/+3
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-1417-17/+17
|\
| * i2c: pca-platform: move header to platform_dataWolfram Sang2018-05-171-1/+1
| * i2c: omap: move header to platform_dataWolfram Sang2018-05-1710-10/+10
| * i2c: gpio: move header to platform_dataWolfram Sang2018-05-176-6/+6
* | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-1425-30/+30
* | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-1311-69/+47
|\ \
| * | sh: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-06-111-2/+2
| * | powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin2018-06-116-34/+8
| * | gcc-plugins: disable GCC_PLUGIN_STRUCTLEAK_BYREF_ALL for COMPILE_TESTMasahiro Yamada2018-06-111-0/+1
| * | gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TESTMasahiro Yamada2018-06-111-4/+3
| * | gcc-plugins: test plugin support in Kconfig and clean up MakefileMasahiro Yamada2018-06-111-0/+10
| * | gcc-plugins: move GCC version check for PowerPC to KconfigMasahiro Yamada2018-06-111-1/+1
| * | arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2018-06-082-6/+1
| * | stack-protector: test compiler capability in Kconfig and drop AUTO modeMasahiro Yamada2018-06-082-22/+21
* | | KVM: x86: VMX: fix build without hyper-vLinus Torvalds2018-06-121-0/+3
* | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1277-131/+153
|\ \ \
| * | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-123-3/+4
| * | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-128-10/+12
| * | | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-122-4/+6
| * | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1241-58/+60
| * | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1228-47/+61
| * | | Convert intel uncore to struct_sizeMatthew Wilcox2018-06-121-9/+10
* | | | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-1253-351/+301
|\ \ \ \
| * | | | MIPS: ptrace: Make FPU context layout comments match realityMaciej W. Rozycki2018-05-242-4/+4
| * | | | MIPS: memset.S: Reinstate delay slot indentationMatt Redfearn2018-05-211-14/+14
| * | | | MIPS: perf: Fix perf with MT counting other threadsMatt Redfearn2018-05-151-39/+39
| * | | | MIPS: perf: Use correct VPE ID when setting up VPE tracingMatt Redfearn2018-05-151-10/+2
| * | | | MIPS: perf: More robustly probe for the presence of per-tc countersMatt Redfearn2018-05-153-5/+7
| * | | | MIPS: Probe for MIPS MT perf counters per TCMatt Redfearn2018-05-153-0/+19
| * | | | MIPS: mscc: Connect phys to ports on ocelot_pcb123Alexandre Belloni2018-05-141-0/+20
| * | | | MIPS: mscc: Add switch to ocelotAlexandre Belloni2018-05-141-0/+88
| * | | | MIPS: JZ4740: Drop old platform reset codePaul Cercueil2018-05-141-31/+0
| * | | | MIPS: qi_lb60: Enable the jz4740-wdt driverPaul Cercueil2018-05-141-0/+2
| * | | | MIPS: JZ4780: dts: Fix watchdog nodePaul Cercueil2018-05-141-1/+4
| * | | | MIPS: JZ4740: dts: Add bindings for the jz4740-wdt driverPaul Cercueil2018-05-143-17/+8
| * | | | MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"Colin Ian King2018-05-141-1/+1
| * | | | MIPS: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-141-8/+1
| * | | | MIPS: Convert update_persistent_clock() to update_persistent_clock64()Baolin Wang2018-05-148-39/+30
| * | | | MIPS: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang2018-05-148-16/+16
| * | | | MIPS: sni: Remove the read_persistent_clock()Baolin Wang2018-05-141-6/+0
| * | | | MIPS: BCM47XX: Use __initdata for the bcm47xx_leds_pdataRafał Miłecki2018-04-231-1/+1
| * | | | MIPS: Use generic GCC library routines from lib/Antony Pavlov2018-04-237-144/+6
| * | | | MIPS: vmlinuz: Use generic ashldi3Matt Redfearn2018-04-231-4/+7
| * | | | lib: Rename compiler intrinsic selects to GENERIC_LIB_*Matt Redfearn2018-04-231-3/+3
| * | | | MIPS: BCM47XX: Add support for Netgear WNR1000 V3Rafał Miłecki2018-04-234-0/+21
| * | | | MIPS: dts: Avoid unneeded built-in.a in DTS dirsMasahiro Yamada2018-04-2310-10/+10
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-1255-595/+1320
|\ \ \ \ \
| * | | | | kvm: fix typo in flag nameMichael S. Tsirkin2018-06-121-2/+2
| * | | | | kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-123-14/+26