summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Linux 3.16.58v3.16.58Ben Hutchings1-1/+1
2018-09-25mm: get rid of vmacache_flush_all() entirelyLinus Torvalds4-43/+2
2018-09-25KVM: x86: introduce num_emulated_msrsPaolo Bonzini1-13/+27
2018-09-25x86/cpu/intel: Add Knights Mill to Intel familyPiotr Luc1-0/+1
2018-09-25x86/cpu/AMD: Fix erratum 1076 (CPB bit)Borislav Petkov1-0/+13
2018-09-25x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey2-5/+8
2018-09-25x86/process: Optimize TIF checks in __switch_to_xtra()Kyle Huey1-23/+31
2018-09-25seccomp: add "seccomp" syscallKees Cook8-6/+65
2018-09-25seccomp: split mode setting routinesKees Cook1-23/+48
2018-09-25seccomp: extract check/assign mode helpersKees Cook1-4/+18
2018-09-25seccomp: create internal mode-setting functionKees Cook1-2/+14
2018-09-25xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2018-09-25xfs: validate cached inodes are free when allocatedDave Chinner1-25/+48
2018-09-25xfs: catch inode allocation state mismatch corruptionDave Chinner1-1/+22
2018-09-25hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-09-25btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo1-11/+12
2018-09-25video: uvesafb: Fix integer overflow in allocationKees Cook1-1/+2
2018-09-25uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma1-4/+4
2018-09-25cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer1-1/+1
2018-09-25x86/paravirt: Fix spectre-v2 mitigations for paravirt guestsPeter Zijlstra1-4/+10
2018-09-25x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina1-31/+7
2018-09-25x86/speculation: Clean up various Spectre related detailsIngo Molnar1-15/+10
2018-09-25ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai1-6/+14
2018-09-25USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn1-17/+6
2018-09-25infiniband: fix a possible use-after-free bugCong Wang1-1/+5
2018-09-25x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski1-10/+3
2018-09-25Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-09-25ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-56/+3
2018-09-25jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o1-1/+1
2018-09-25ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-09-25ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1
2018-09-25ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-09-25ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3
2018-09-25ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o1-8/+14
2018-09-25ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-09-25ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-09-25ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-09-25ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o1-7/+3
2018-09-25ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2-0/+7
2018-09-25ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-09-25ext4: only look at the bg_flags field if it is validTheodore Ts'o4-6/+36
2018-09-25xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+2
2018-09-25scsi: libsas: defer ata device eh commands to libataJason Yan1-20/+13
2018-09-25Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2
2018-09-25scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()Alexander Potapenko1-1/+1
2018-09-25jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor1-4/+6
2018-09-25sr: pass down correctly sized SCSI sense bufferJens Axboe1-14/+7
2018-09-25kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini3-12/+24
2018-09-25KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini3-26/+37
2018-09-25KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini1-32/+32