summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-25Linux 3.16.58v3.16.58Ben Hutchings
2018-09-25mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-09-25KVM: x86: introduce num_emulated_msrsPaolo Bonzini
2018-09-25x86/cpu/intel: Add Knights Mill to Intel familyPiotr Luc
2018-09-25x86/cpu/AMD: Fix erratum 1076 (CPB bit)Borislav Petkov
2018-09-25x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey
2018-09-25x86/process: Optimize TIF checks in __switch_to_xtra()Kyle Huey
2018-09-25seccomp: add "seccomp" syscallKees Cook
2018-09-25seccomp: split mode setting routinesKees Cook
2018-09-25seccomp: extract check/assign mode helpersKees Cook
2018-09-25seccomp: create internal mode-setting functionKees Cook
2018-09-25xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2018-09-25xfs: validate cached inodes are free when allocatedDave Chinner
2018-09-25xfs: catch inode allocation state mismatch corruptionDave Chinner
2018-09-25hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández
2018-09-25btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo
2018-09-25video: uvesafb: Fix integer overflow in allocationKees Cook
2018-09-25uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma
2018-09-25cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer
2018-09-25x86/paravirt: Fix spectre-v2 mitigations for paravirt guestsPeter Zijlstra
2018-09-25x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina
2018-09-25x86/speculation: Clean up various Spectre related detailsIngo Molnar
2018-09-25ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai
2018-09-25USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn
2018-09-25infiniband: fix a possible use-after-free bugCong Wang
2018-09-25x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski
2018-09-25Fix up non-directory creation in SGID directoriesLinus Torvalds
2018-09-25ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o
2018-09-25jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o
2018-09-25ext4: add more inode number paranoia checksTheodore Ts'o
2018-09-25ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o
2018-09-25ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o
2018-09-25ext4: always verify the magic number in xattr blocksTheodore Ts'o
2018-09-25ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o
2018-09-25ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o
2018-09-25ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o
2018-09-25ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o
2018-09-25ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o
2018-09-25ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o
2018-09-25ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-09-25ext4: only look at the bg_flags field if it is validTheodore Ts'o
2018-09-25xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2018-09-25scsi: libsas: defer ata device eh commands to libataJason Yan
2018-09-25Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn
2018-09-25scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()Alexander Potapenko
2018-09-25jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor
2018-09-25sr: pass down correctly sized SCSI sense bufferJens Axboe
2018-09-25kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini
2018-09-25KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini
2018-09-25KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini