summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-24Linux 5.6-rc3v5.6-rc3Linus Torvalds1-1/+1
2020-02-23Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-10/+44
2020-02-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-108/+256
2020-02-23Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linuxLinus Torvalds34-164/+663
2020-02-23csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-23Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-23/+27
2020-02-23Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-19/+25
2020-02-23Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+16
2020-02-22Merge tag 'zonefs-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-10/+10
2020-02-22Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+30
2020-02-22Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+16
2020-02-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-17/+48
2020-02-22Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+15
2020-02-22Merge tag 'devicetree-fixes-for-5.6-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-22/+41
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds17-75/+64
2020-02-22io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang1-18/+9
2020-02-22ext4: fix mount failure with quota configured as moduleJan Kara1-1/+1
2020-02-22jbd2: fix ocfs2 corrupt when clearing block group bitswangyan1-2/+6
2020-02-22ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2-9/+23
2020-02-22ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers3-11/+11
2020-02-22ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh5-37/+76
2020-02-22Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+7
2020-02-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds6-10/+12
2020-02-22Merge tag 'powerpc-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds17-99/+308
2020-02-22Merge tag 'linux-watchdog-5.6-rc3' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2-7/+14
2020-02-21Merge tag 'char-misc-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-19/+65
2020-02-21Merge tag 'staging-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-1530/+56
2020-02-21Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds16-51/+104
2020-02-21Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds26-140/+327
2020-02-21Merge tag 'drm-fixes-2020-02-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds50-243/+486