aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+7
2019-07-18x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsGravatar Josh Poimboeuf 2-23/+26
2019-07-18x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Gravatar Josh Poimboeuf 1-1/+1
2019-07-18x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Gravatar Josh Poimboeuf 1-1/+1
2019-07-18x86/head/64: Annotate start_cpu0() as non-callableGravatar Josh Poimboeuf 1-2/+2
2019-07-18x86/entry: Fix thunk function ELF sizesGravatar Josh Poimboeuf 1-3/+2
2019-07-18x86/kvm: Don't call kvm_spurious_fault() from .fixupGravatar Josh Poimboeuf 1-15/+19
2019-07-18x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Gravatar Josh Poimboeuf 1-3/+3
2019-07-18x86/kvm: Fix fastop function ELF metadataGravatar Josh Poimboeuf 1-13/+31
2019-07-18x86/paravirt: Fix callee-saved function ELF sizesGravatar Josh Poimboeuf 2-0/+2
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 3-20/+6
2019-07-18riscv: fix build break after macro-to-function conversion in generic cacheflu...Gravatar Paul Walmsley 1-4/+59
2019-07-17x86/mm, tracing: Fix CR2 corruptionGravatar Peter Zijlstra 7-51/+59
2019-07-17x86/entry/64: Update comments and sanity tests for create_gapGravatar Peter Zijlstra 1-6/+11
2019-07-17x86/entry/64: Simplify idtentry a littleGravatar Peter Zijlstra 1-54/+48
2019-07-17x86/entry/32: Simplify common_exceptionGravatar Peter Zijlstra 1-23/+13
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEGravatar Peter Zijlstra 10-26/+45
2019-07-17parisc: Wire up clone3 syscallGravatar Helge Deller 3-1/+3
2019-07-17parisc: Avoid kernel panic triggered by invalid kprobeGravatar Helge Deller 1-0/+3
2019-07-17parisc: Ensure userspace privilege for ptraced processes in regset functionsGravatar Helge Deller 1-1/+2
2019-07-17parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Gravatar Helge Deller 1-10/+18
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 5-37/+0
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 47-191/+383
2019-07-17Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/ucli...Gravatar Linus Torvalds 1-6/+0
2019-07-17Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8...Gravatar Linus Torvalds 49-59/+5
2019-07-17KVM: LAPIC: Make lapic timer unpinnedGravatar Wanpeng Li 2-9/+5
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 44-409/+255
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyGravatar Masahiro Yamada 4-9/+6
2019-07-17KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_countersGravatar Like Xu 1-3/+8
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testGravatar Zhenzhong Duan 4-4/+2
2019-07-17x86/xen: Add "nopv" support for HVM guestGravatar Zhenzhong Duan 3-10/+39
2019-07-17x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableGravatar Zhenzhong Duan 3-9/+9
2019-07-17xen: Map "xen_nopv" parameter to "nopv" and mark it obsoleteGravatar Zhenzhong Duan 1-6/+6
2019-07-17x86: Add "nopv" parameter to disable PV extensionsGravatar Zhenzhong Duan 4-0/+17
2019-07-17x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __initGravatar Zhenzhong Duan 2-5/+4
2019-07-17Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini...Gravatar Zhenzhong Duan 2-6/+3
2019-07-16mm: add account_locked_vm utility functionGravatar Daniel Jordan 2-77/+8
2019-07-16arm64: mm: implement pte_devmap supportGravatar Robin Murphy 3-0/+23
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPGravatar Robin Murphy 5-6/+4
2019-07-16mm/mmap: move common defines to mman-common.hGravatar Aneesh Kumar K.V 2-11/+1
2019-07-16powerpc: define syscall_get_error()Gravatar Dmitry V. Levin 1-0/+10
2019-07-16parisc: define syscall_get_error()Gravatar Dmitry V. Levin 1-0/+7
2019-07-16mips: define syscall_get_error()Gravatar Dmitry V. Levin 1-0/+6
2019-07-16hexagon: define syscall_get_error() and syscall_get_return_value()Gravatar Dmitry V. Levin 1-0/+14
2019-07-16nds32: fix asm/syscall.hGravatar Dmitry V. Levin 1-10/+17
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 10-156/+13
2019-07-16mm/ioremap: probe platform for p4d huge map supportGravatar Anshuman Khandual 3-0/+15
2019-07-16arch/*: remove unused isa_page_to_bus()Gravatar Stephen Kitt 4-9/+0
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Gravatar Masahiro Yamada 9-135/+136
2019-07-16mm: fix the MAP_UNINITIALIZED flagGravatar Christoph Hellwig 1-5/+1