summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-21lockdep: Rename trace_softirqs_{on,off}()Peter Zijlstra
2020-03-21lockdep: Rename trace_hardirq_{enter,exit}()Thomas Gleixner
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra
2020-03-21x86: Remove unneeded includesBrian Gerst
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst
2020-03-21x86/entry/32: Rename 32-bit specific syscallsBrian Gerst
2020-03-21x86/entry/32: Clean up syscall_32.tblBrian Gerst
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst
2020-03-21x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst
2020-03-21x86/entry/64: Split X32 syscall table into its own fileBrian Gerst
2020-03-21x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst
2020-03-21x86/entry: Refactor SYS_NI macrosBrian Gerst
2020-03-21x86/entry: Refactor COND_SYSCALL macrosBrian Gerst
2020-03-21x86/entry: Refactor SYSCALL_DEFINE0 macrosBrian Gerst
2020-03-21x86/entry: Refactor SYSCALL_DEFINEx macrosBrian Gerst
2020-03-10x86/entry/64: Trace irqflags unconditionally as ON when returning to user spaceThomas Gleixner
2020-03-10x86/entry/32: Remove unused label restore_nocheckThomas Gleixner
2020-02-29x86/entry/32: Remove the 0/-1 distinction from exception entriesThomas Gleixner
2020-02-27x86/traps: Stop using ist_enter/exit() in do_int3()Andy Lutomirski
2020-02-27x86/entry/entry_32: Route int3 through common_exceptionThomas Gleixner
2020-02-27x86/irq: Remove useless return value from do_IRQ()Thomas Gleixner
2020-02-27x86/traps: Remove redundant declaration of do_double_fault()Thomas Gleixner
2020-02-27x86/traps: Document do_spurious_interrupt_bug()Thomas Gleixner
2020-02-27x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()Thomas Gleixner
2020-02-27x86/entry/32: Force MCE through do_mce()Thomas Gleixner
2020-02-27x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski
2020-02-27x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner
2020-02-23Linux 5.6-rc3v5.6-rc3Linus Torvalds
2020-02-23Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-02-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-23Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linuxLinus Torvalds
2020-02-23csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven
2020-02-22Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-22Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-22Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-22Merge tag 'zonefs-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-02-22Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-22Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-02-22Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-02-22Merge tag 'devicetree-fixes-for-5.6-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-02-22io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang
2020-02-21ext4: fix mount failure with quota configured as moduleJan Kara