summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra3-12/+12
2020-03-21x86: Remove unneeded includesBrian Gerst7-12/+0
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst5-22/+19
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst6-114/+64
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst5-75/+79
2020-03-21x86/entry/32: Rename 32-bit specific syscallsBrian Gerst2-30/+30
2020-03-21x86/entry/32: Clean up syscall_32.tblBrian Gerst1-289/+289
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst6-799/+791
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst4-20/+9
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst6-22/+14
2020-03-21x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst1-10/+10
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst12-72/+24
2020-03-21x86/entry/64: Split X32 syscall table into its own fileBrian Gerst3-25/+29
2020-03-21x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst3-7/+10
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst3-7/+2
2020-03-21x86/entry: Refactor SYS_NI macrosBrian Gerst1-9/+23
2020-03-21x86/entry: Refactor COND_SYSCALL macrosBrian Gerst1-18/+26
2020-03-21x86/entry: Refactor SYSCALL_DEFINE0 macrosBrian Gerst1-41/+32
2020-03-21x86/entry: Refactor SYSCALL_DEFINEx macrosBrian Gerst1-25/+24
2020-03-10x86/entry/64: Trace irqflags unconditionally as ON when returning to user spaceThomas Gleixner2-3/+3
2020-03-10x86/entry/32: Remove unused label restore_nocheckThomas Gleixner1-1/+1
2020-02-29x86/entry/32: Remove the 0/-1 distinction from exception entriesThomas Gleixner1-3/+3
2020-02-27x86/traps: Stop using ist_enter/exit() in do_int3()Andy Lutomirski1-6/+15
2020-02-27x86/entry/entry_32: Route int3 through common_exceptionThomas Gleixner1-8/+2
2020-02-27x86/irq: Remove useless return value from do_IRQ()Thomas Gleixner2-3/+2
2020-02-27x86/traps: Remove redundant declaration of do_double_fault()Thomas Gleixner1-7/+7
2020-02-27x86/traps: Document do_spurious_interrupt_bug()Thomas Gleixner1-0/+19
2020-02-27x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()Thomas Gleixner1-1/+0
2020-02-27x86/entry/32: Force MCE through do_mce()Thomas Gleixner3-4/+4
2020-02-27x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski2-5/+10
2020-02-27x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner1-0/+1
2020-02-23Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linuxLinus Torvalds33-164/+662
2020-02-23csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-22Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-23/+27
2020-02-22Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+16
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-29/+25
2020-02-21Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+4
2020-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+2
2020-02-21Merge tag 'powerpc-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds17-99/+308
2020-02-21csky: Implement copy_thread_tlsGuo Ren2-3/+5
2020-02-21csky: Add PCI supportMaJun3-1/+39
2020-02-21csky: Minimize defconfig to support buildroot config.fragmentMa Jun1-7/+0
2020-02-21csky: Add setup_initrd check codeGuo Ren2-3/+44
2020-02-21csky: Cleanup old Kconfig optionsKrzysztof Kozlowski2-3/+0
2020-02-21arch/csky: fix some Kconfig typosRandy Dunlap1-1/+1
2020-02-21csky: Fixup compile warning for three unimplemented syscallsGuo Ren1-0/+3
2020-02-21csky: Remove unused cache implementationGuo Ren1-15/+1
2020-02-21csky: Fixup ftrace modify panicGuo Ren1-0/+2
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren7-11/+77
2020-02-21csky: Optimize abiv2 copy_to_user_page with VM_EXECGuo Ren1-1/+3