summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro-115/+10
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-31/+31
2018-02-11Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-0/+2
2018-02-11Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+8
2018-02-11xtensa: fix build with KASANMax Filippov-0/+2
2018-02-11nios2: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski-2/+0
2018-02-11nios2: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre-8/+8
2018-02-10Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+3
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1040/+3919
2018-02-10powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy-2/+3
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-4/+0
2018-02-09mconsole_proc(): don't mess with file->f_posAl Viro-1/+2
2018-02-09Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář-39/+251
2018-02-09Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvmRadim Krčmář-143/+164
2018-02-09Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+22
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-111/+678
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+5
2018-02-09Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2018-02-09KVM: PPC: Book3S: Add MMIO emulation for VMX instructionsJose Ricardo Ziviani-0/+198
2018-02-09KVM: PPC: Book3S HV: Branch inside feature sectionAlexander Graf-1/+2
2018-02-09KVM: PPC: Book3S HV: Make HPT resizing work on POWER9David Gibson-9/+24
2018-02-09KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing codePaul Mackerras-6/+2
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-260/+632
2018-02-08Merge tags 'cris-for-4.16' and 'cris-for-4.16-urgent' of git://git.kernel.org...Linus Torvalds-1/+18
2018-02-08CRIS: Restore mistakenly cleared kernel MakefileJesper Nilsson-0/+17
2018-02-08xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guestsSimon Gaiser-0/+6
2018-02-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki-0/+1
2018-02-08s390/kconfig: Remove ARCH_WANTS_PROT_NUMA_PROT_NONE selectUlf Magnusson-1/+0
2018-02-08KVM: PPC: Book3S PR: Fix broken select due to misspellingUlf Magnusson-1/+1
2018-02-07Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds-76/+248
2018-02-07Merge tag 'mips_fixes_4.16_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+14
2018-02-07Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds-535/+997
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky-35/+325
2018-02-07x86: hibernate: fix swsusp_arch_resume() prototypeArnd Bergmann-2/+2
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava-2/+5
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-40/+41
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+85
2018-02-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2018-02-06arch/score/kernel/setup.c: combine two seq_printf() calls into one call in sh...Markus Elfring-3/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport-10/+3
2018-02-06lib: optimize cpumask_next_and()Clement Courbet-1/+5
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov-3/+2
2018-02-06Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook-1/+7
2018-02-06Makefile: move stack-protector availability out of KconfigKees Cook-9/+1
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov-13/+22
2018-02-06Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla...Linus Torvalds-27/+12
2018-02-06arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier-70/+13
2018-02-06arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier-1/+87
2018-02-06arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier-2/+18
2018-02-06arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier-0/+13