summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik2018-08-155-12/+16
* Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-132-2/+2
* alpha: fix osf_wait4() breakageAl Viro2018-07-221-4/+1
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-07-212-7/+4
|\
| * Merge tag 'imx-fixes-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2018-07-201-1/+1
| |\
| | * ARM: dts: imx6: RDU2: fix irq type for mv88e6xxx switchUwe Kleine-König2018-07-201-1/+1
| * | Merge tag 'omap-for-v4.18/fixes-rc5-signed' of git://git.kernel.org/pub/scm/l...Olof Johansson2018-07-191-6/+3
| |\ \
| | * | ARM: dts: omap4-droid4: fix dts w.r.t. pwmPavel Machek2018-07-161-6/+3
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-211-3/+0
|\ \ \ \
| * | | | x86/MCE: Remove min interval polling limitationDewet Thibaut2018-07-171-3/+0
* | | | | Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-07-213-9/+10
|\ \ \ \ \
| * | | | | x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2018-07-162-6/+5
| * | | | | x86/events/intel/ds: Fix bts_interrupt_threshold alignmentHugh Dickins2018-07-151-3/+5
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-212-2/+7
|\ \ \ \ \ \
| * | | | | | x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handlingDan Williams2018-07-162-2/+7
* | | | | | | Merge tag 'powerpc-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-07-217-9/+47
|\ \ \ \ \ \ \
| * | | | | | | powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)Gautham R. Shenoy2018-07-181-0/+2
| * | | | | | | powerpc/Makefile: Assemble with -me500 when building for E500James Clarke2018-07-181-0/+1
| * | | | | | | KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy2018-07-184-7/+42
| * | | | | | | powerpc/xmon: Fix disassembly since printf changesMichael Ellerman2018-07-171-2/+2
* | | | | | | | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-212-9/+3
* | | | | | | | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-212-6/+6
* | | | | | | | Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-07-2024-47/+112
|\ \ \ \ \ \ \ \
| * | | | | | | | ARCv2: [plat-hsdk]: Save accl reg pair by defaultVineet Gupta2018-07-192-1/+3
| * | | | | | | | ARC: mm: allow mprotect to make stack mappings executableVineet Gupta2018-07-111-1/+1
| * | | | | | | | ARC: Fix CONFIG_SWAPAlexey Brodkin2018-07-091-1/+1
| * | | | | | | | ARC: [arcompact] entry.S: minor code movementVineet Gupta2018-07-092-3/+6
| * | | | | | | | ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin2018-07-0912-12/+0
| * | | | | | | | ARC: configs: remove no longer needed CONFIG_DEVPTS_MULTIPLE_INSTANCESAnders Roxell2018-07-091-1/+0
| * | | | | | | | ARC: Improve cmpxchg syscall implementationPeter Zijlstra2018-07-091-11/+36
| * | | | | | | | ARC: [plat-hsdk]: Configure APB GPIO controller on ARC HSDK platformGustavo Pimentel2018-07-091-0/+62
| * | | | | | | | ARC: [plat-hsdk] Add PCIe supportGustavo Pimentel2018-06-211-0/+1
| * | | | | | | | ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin2018-06-202-3/+1
| * | | | | | | | ARC: Explicitly add -mmedium-calls to CFLAGSAlexey Brodkin2018-06-131-14/+1
* | | | | | | | | Merge tag 'nds32-for-linus-4.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-07-206-70/+58
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" whenGreentime Hu2018-07-051-1/+1
| * | | | | | | | | nds32: To simplify the implementation of update_mmu_cache()Greentime Hu2018-07-031-39/+8
| * | | | | | | | | nds32: Fix the dts pointer is not passed correctly issue.Greentime Hu2018-07-031-1/+2
| * | | | | | | | | nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGreentime Hu2018-07-032-23/+39
| * | | | | | | | | nds32: Fix build error caused by configuration flag renameGuenter Roeck2018-06-191-6/+6
| * | | | | | | | | nds32: define __NDS32_E[BL]__ for sparseLuc Van Oostenryck2018-06-191-0/+2
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-07-184-27/+52
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | kvmclock: fix TSC calibration for nested guestsPeng Hao2018-07-181-0/+1
| * | | | | | | | | KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabledLiran Alon2018-07-181-6/+21
| * | | | | | | | | x86/kvmclock: set pvti_cpu0_va after enabling kvmclockRadim Krčmář2018-07-151-6/+5
| * | | | | | | | | x86/kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches KVM_AMDJanakarajan Natarajan2018-07-151-1/+1
| * | | | | | | | | kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loadingJim Mattson2018-07-151-5/+4
| * | | | | | | | | x86/kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasksVitaly Kuznetsov2018-07-151-8/+17
| * | | | | | | | | KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini2018-07-151-1/+3
* | | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-07-154-3/+49
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | |