summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.4.168v4.4.168Greg Kroah-Hartman2018-12-171-1/+1
* selftests: Move networking/timestamping from DocumentationShuah Khan2018-12-178-17/+9
* rocker: fix rocker_tlv_put_* functions for KASANArnd Bergmann2018-12-171-6/+18
* staging: speakup: Replace strncpy with memcpyGuenter Roeck2018-12-171-2/+2
* matroxfb: fix size of memcpySudip Mukherjee2018-12-171-1/+1
* media: dvb-frontends: fix i2c access helpers for KASANArnd Bergmann2018-12-1711-13/+34
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-12-173-5/+9
* proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds2018-12-171-10/+8
* mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2018-12-174-19/+20
* mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2018-12-172-11/+21
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2018-12-1726-59/+72
* mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2018-12-175-15/+11
* mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes2018-12-174-13/+15
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2018-12-1716-38/+31
* mm/nommu.c: Switch __get_user_pages_unlocked() to use __get_user_pages()Ben Hutchings2018-12-171-2/+2
* mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2018-12-174-18/+29
* mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes2018-12-171-11/+26
* sr: pass down correctly sized SCSI sense bufferJens Axboe2018-12-171-14/+7
* swiotlb: clean up reportingKees Cook2018-12-171-11/+9
* hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz2018-12-171-3/+7
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-12-172-3/+22
* hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz2018-12-171-3/+12
* mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz2018-12-171-1/+3
* posix-timers: Sanitize overrun handlingThomas Gleixner2018-12-173-13/+22
* wil6210: missing length check in wmi_set_ieLior David2018-12-171-1/+7
* bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-12-171-4/+59
* bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()Ben Hutchings2018-12-171-8/+8
* bpf/verifier: Add spi variable to check_stack_write()Ben Hutchings2018-12-171-5/+3
* bpf: support 8-byte metafield accessAlexei Starovoitov2018-12-171-3/+6
* KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-12-177-18/+59
* x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-12-172-7/+7
* x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-12-172-4/+12
* KVM: SVM: Move spec control call after restore of GSThomas Gleixner2018-12-171-12/+12
* x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk2018-12-174-8/+8
* x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-12-172-8/+4
* x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-12-174-31/+31
* x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams2018-12-171-10/+10
* x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-12-171-0/+9
* x86: fix SMAP in 32-bit environmentsLinus Torvalds2018-12-171-0/+26
* x86: reorganize SMAP handling in user space accessesLinus Torvalds2018-12-172-46/+101
* KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2018-12-172-6/+8
* KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-12-171-0/+88
* KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-12-174-6/+118
* KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed2018-12-174-2/+33
* KVM/x86: Add IBPB supportAshok Raj2018-12-174-3/+127
* KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini2018-12-171-142/+112
* KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini2018-12-171-13/+22
* KVM: nVMX: Eliminate vmcs02 poolJim Mattson2018-12-171-122/+22
* KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack2018-12-171-10/+43
* KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář2018-12-171-58/+38