aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-30x86/spectre: Report get_user mitigation for spectre_v1Dan Williams1-1/+1
2018-01-30nl80211: Sanitize array index in parse_txq_paramsDan Williams1-3/+6
2018-01-30vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams1-1/+4
2018-01-30x86/syscall: Sanitize syscall table de-references under speculationDan Williams1-1/+4
2018-01-30x86/get_user: Use pointer masking to limit speculationDan Williams1-0/+10
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams4-14/+14
2018-01-30x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams1-4/+4
2018-01-30x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-0/+9
2018-01-30x86: Introduce barrier_nospecDan Williams2-2/+5
2018-01-30x86: Implement array_index_mask_nospecDan Williams1-0/+24
2018-01-30array_index_nospec: Sanitize speculative array de-referencesDan Williams1-0/+72
2018-01-30Documentation: Document array_index_nospecMark Rutland1-0/+90
2018-01-30ceph: improving efficiency of syncfsChengguang Xu1-1/+1
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-161/+339
2018-01-30Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-14/+60
2018-01-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds270-14726/+18015
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-50/+53
2018-01-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-123/+422
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds81-747/+500
2018-01-30Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-01-30Input: mms114 - use BIT() macro instead of explicit shiftingAndi Shyti1-1/+1
2018-01-30Input: mms114 - replace mdelay with msleepAndi Shyti1-1/+1
2018-01-30Documentation: Fix 'file_mapped' -> 'mapped_file'Florian Schmidt1-2/+2
2018-01-30gfs2: Add a few missing newlines in messagesAndreas Gruenbacher3-5/+5
2018-01-30xtensa: remove arch specific early DT functionsRob Herring1-12/+0
2018-01-30x86: remove arch specific early_init_dt_alloc_memory_archRob Herring1-6/+0
2018-01-30nios2: remove arch specific early_init_dt_alloc_memory_archRob Herring1-5/+0
2018-01-30mips: remove arch specific early_init_dt_alloc_memory_archRob Herring1-5/+0
2018-01-30metag: remove arch specific early DT functionsRob Herring1-14/+0
2018-01-30cris: remove arch specific early DT functionsRob Herring2-34/+0
2018-01-30gfs2: Remove inode from ordered write list in gfs2_write_inode()Abhi Das1-0/+6
2018-01-30Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář13-178/+496
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJason Gunthorpe2113-13459/+25674
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski7-12/+11
2018-01-30x86/entry/64: Push extra regs right awayAndy Lutomirski1-3/+7
2018-01-30x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski2-122/+2
2018-01-30x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang1-3/+3
2018-01-30x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAPWilliam Grant2-4/+7
2018-01-30ipmr: Fix ptrdiff_t print formattingJames Hogan1-1/+1
2018-01-30pinctrl: mcp23s08: fix irq setup orderDmitry Mastykin1-4/+4
2018-01-30objtool: Warn on stripped section symbolJosh Poimboeuf1-0/+5
2018-01-30objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf1-21/+30
2018-01-30objtool: Improve retpoline alternative handlingJosh Poimboeuf1-20/+16
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar13079-284272/+603740
2018-01-30media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logicDaniel Mentz1-262/+476
2018-01-30media: v4l2-compat-ioctl32.c: don't copy back the result for certain errorsHans Verkuil1-0/+3
2018-01-30media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer typeHans Verkuil1-4/+0
2018-01-30media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32Hans Verkuil1-19/+40
2018-01-30media: v4l2-compat-ioctl32.c: fix ctrl_is_pointerHans Verkuil1-19/+38
2018-01-30media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32Hans Verkuil1-19/+28