aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Gravatar Linus Torvalds 2-0/+7
2018-05-01hexagon: export csum_partial_copy_nocheckGravatar Arnd Bergmann 1-0/+1
2018-05-01hexagon: add memset_io() helperGravatar Arnd Bergmann 1-0/+6
2018-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 2-2/+2
2018-04-30sparc: vio: use put_device() instead of kfree()Gravatar Arvind Yadav 1-1/+1
2018-04-30sparc64: Fix mistake in oradax license textGravatar Rob Gardner 1-1/+1
2018-04-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-19/+93
2018-04-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-19/+68
2018-04-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+6
2018-04-28Merge tag 'powerpc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 8-48/+132
2018-04-27rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-22/+50
2018-04-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 10-17/+27
2018-04-27x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPIGravatar KarimAllah Ahmed 1-7/+0
2018-04-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 18-71/+196
2018-04-27kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in useGravatar Junaid Shahid 1-10/+4
2018-04-27x86/entry/64/compat: Preserve r8-r11 in int $0x80Gravatar Andy Lutomirski 1-4/+4
2018-04-27x86/ipc: Fix x32 version of shmid64_ds and msqid64_dsGravatar Arnd Bergmann 2-0/+73
2018-04-27x86/setup: Do not reserve a crash kernel region if booted on Xen PVGravatar Petr Tesarik 1-0/+6
2018-04-27arm64: avoid instrumenting atomic_ll_sc.oGravatar Mark Rutland 1-0/+4
2018-04-27Merge tag 'arm-soc/for-4.17/devicetree-arm64-fixes' of https://github.com/Bro...Gravatar Arnd Bergmann 1-40/+40
2018-04-27powerpc/kvm/booke: Fix altivec related build breakGravatar Laurentiu Tudor 1-0/+7
2018-04-27powerpc: Fix deadlock with multiple calls to smp_send_stopGravatar Nicholas Piggin 1-16/+39
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+17
2018-04-26x86/cpu/intel: Add missing TLB cpuid valuesGravatar jacek.tomaka@poczta.fm 1-0/+3
2018-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 5-6/+28
2018-04-26arm64: fix possible spectre-v1 in ptrace_hbp_get_event()Gravatar Mark Rutland 1-4/+10
2018-04-26ARM: defconfig: Update Gemini defconfigGravatar Linus Walleij 1-2/+25
2018-04-26ARM: s3c24xx: jive: Fix some GPIO namesGravatar Linus Walleij 1-2/+2
2018-04-26Merge tag 'omap-for-v4.17/fixes-signed' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 5-11/+8
2018-04-26Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Gravatar Arnd Bergmann 7-0/+106
2018-04-26ARM: dts: Fix NAS4220B pin configGravatar Linus Walleij 1-14/+14
2018-04-26Merge tag 'juno-fixes-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Arnd Bergmann 1-2/+0
2018-04-26Merge tag 'socfpga_defconfig_fix_v4.17' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 1-0/+1
2018-04-26x86/smpboot: Don't use mwait_play_dead() on AMD systemsGravatar Yazen Ghannam 1-0/+2
2018-04-26x86/mm: Make vmemmap and vmalloc base address constants unsigned longGravatar Jiri Kosina 1-4/+4
2018-04-26x86/vector: Remove the unused macro FPU_IRQGravatar Dou Liyang 1-2/+0
2018-04-26x86/vector: Remove the macro VECTOR_OFFSET_STARTGravatar Dou Liyang 1-5/+0
2018-04-26x86/cpufeatures: Enumerate cldemote instructionGravatar Fenghua Yu 1-0/+1
2018-04-25perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1Gravatar Kan Liang 1-3/+6
2018-04-25tracing/x86: Update syscall trace events to handle new prefixed syscall func ...Gravatar Steven Rostedt (VMware) 1-2/+17
2018-04-25Merge tag 'kvmarm-fixes-for-4.17-1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Radim Krčmář 7-5/+46
2018-04-25powerpc: Fix smp_send_stop NMI IPI handlingGravatar Nicholas Piggin 1-5/+17
2018-04-25x86/pti: Filter at vma->vm_page_prot populationGravatar Dave Hansen 2-0/+9
2018-04-25x86/pti: Disallow global kernel text with RANDSTRUCTGravatar Dave Hansen 1-0/+10
2018-04-25x86/pti: Reduce amount of kernel text allowed to be GlobalGravatar Dave Hansen 1-3/+13
2018-04-25x86/pti: Fix boot warning from Global-bit settingGravatar Dave Hansen 1-10/+30
2018-04-25x86/pti: Fix boot problems from Global-bit settingGravatar Dave Hansen 1-2/+2
2018-04-25rtc: opal: Fix OPAL RTC driver OPAL_BUSY loopsGravatar Nicholas Piggin 1-3/+5
2018-04-24arm64: support __int128 with clangGravatar Jason A. Donenfeld 1-0/+4
2018-04-24arm64: only advance singlestep for user instruction trapsGravatar Mark Rutland 1-1/+2