summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-05Linux 4.9.53v4.9.53Greg Kroah-Hartman1-1/+1
2017-10-05swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini3-0/+25
2017-10-05video: fbdev: aty: do not leak uninitialized padding in clk to userspaceVladis Dronov1-1/+1
2017-10-05KVM: VMX: use cmpxchg64Paolo Bonzini1-6/+6
2017-10-05cxl: Fix driver use countFrederic Barrat2-1/+11
2017-10-05KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang1-12/+21
2017-10-05KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang1-5/+1
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2-1/+3
2017-10-05gfs2: Fix debugfs glocks dumpAndreas Gruenbacher1-11/+5
2017-10-05x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers2-2/+11
2017-10-05x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour1-23/+24
2017-10-05btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-10-05btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota1-1/+1
2017-10-05btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota1-1/+1
2017-10-05PCI: Fix race condition with driver_overrideNicolai Stange1-2/+9
2017-10-05etnaviv: fix gem object list corruptionLucas Stach1-0/+3
2017-10-05xfs: validate bdev support for DAX inode flagRoss Zwisler1-1/+2
2017-10-05kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson1-0/+5
2017-10-05KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr1-2/+7
2017-10-05kvm/x86: Handle async PF in RCU read-side critical sectionsBoqun Feng1-1/+2
2017-10-05KVM: VMX: simplify and fix vmx_vcpu_pi_loadPaolo Bonzini1-33/+35
2017-10-05KVM: VMX: avoid double list add with VT-d posted interruptsPaolo Bonzini1-37/+25
2017-10-05KVM: VMX: extract __pi_post_blockPaolo Bonzini1-33/+38
2017-10-05arm64: fault: Route pte translation faults via do_translation_faultWill Deacon1-1/+1
2017-10-05arm64: Make sure SPsel is always setMarc Zyngier1-0/+1
2017-10-05seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-10-05selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook1-5/+13
2017-10-05iw_cxgb4: put ep reference in pass_accept_req()Steve Wise1-1/+1
2017-10-05iw_cxgb4: remove the stid on listen create failureSteve Wise1-1/+1
2017-10-05bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig1-1/+0
2017-10-05nl80211: check for the required netlink attributes presenceVladis Dronov1-0/+3
2017-10-05vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2017-10-05SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-10-05SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-10-05SMB3: Warn user if trying to sign connection that authenticated as guestSteve French1-0/+2
2017-10-05Fix SMB3.1.1 guest authentication to SambaSteve French1-1/+1
2017-10-05PM: core: Fix device_pm_check_callbacks()Rafael J. Wysocki1-3/+6
2017-10-05s390/mm: fix write access check in gup_huge_pmd()Gerald Schaefer1-4/+3
2017-10-05powerpc/ftrace: Pass the correct stack pointer for DYNAMIC_FTRACE_WITH_REGSNaveen N. Rao1-8/+12
2017-10-05powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero1-1/+1
2017-10-05powerpc/pseries: Fix parent_dn reference leak in add_dt_node()Tyrel Datwyler1-1/+3
2017-10-05KEYS: prevent KEYCTL_READ on negative keyEric Biggers1-0/+5
2017-10-05KEYS: prevent creating a different user's keyringsEric Biggers5-12/+23
2017-10-05KEYS: fix writing past end of user-supplied buffer in keyring_read()Eric Biggers1-9/+5
2017-10-05security/keys: rewrite all of big_key cryptoJason A. Donenfeld2-71/+59
2017-10-05security/keys: properly zero out sensitive key material in big_keyJason A. Donenfeld1-6/+6
2017-10-05crypto: talitos - fix hashingLEROY Christophe1-1/+1
2017-10-05crypto: talitos - fix sha224LEROY Christophe1-2/+2
2017-10-05crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe1-1/+2
2017-10-05crypto: drbg - fix freeing of resourcesStephan Mueller1-4/+4