summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.16.46v3.16.46Ben Hutchings2017-07-181-1/+1
* ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-07-181-0/+1
* ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-07-181-2/+4
* fs/exec.c: account for argv/envp pointersKees Cook2017-07-181-4/+24
* char: lp: fix possible integer overflow in lp_setup()Willy Tarreau2017-07-181-1/+5
* xen-blkback: don't leak stack data via response ringJan Beulich2017-07-182-31/+17
* drm/vmwgfx: Make sure backup_handle is always validSinclair Yeh2017-07-181-1/+3
* mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-07-182-41/+82
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-07-181-8/+6
* ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-07-181-2/+4
* team: fix memory leaksPan Bian2017-07-181-2/+6
* macvlan: Fix device ref leak when purging bc_queueHerbert Xu2017-07-181-1/+10
* Input: i8042 - add Clevo P650RS to the i8042 reset listDmitry Torokhov2017-07-181-0/+7
* net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-07-181-1/+2
* net: tc35815: move free after the dereferenceDan Carpenter2017-07-181-1/+1
* sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-07-181-7/+2
* cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-07-181-5/+2
* smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-07-181-6/+2
* mac80211: reject ToDS broadcast data framesJohannes Berg2017-07-181-0/+24
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-07-181-2/+14
* ACPI / power: Avoid maybe-uninitialized warningArnd Bergmann2017-07-181-0/+1
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-07-181-3/+5
* Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis2017-07-181-0/+8
* KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells2017-07-181-1/+1
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-07-181-0/+10
* p9_client_readdir() fixAl Viro2017-07-181-0/+4
* ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf2017-07-181-0/+12
* perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra2017-07-181-0/+2
* zram: do not use copy_page with non-page aligned addressMinchan Kim2017-07-181-3/+3
* cpupower: Fix turbo frequency reporting for pre-Sandy Bridge coresBen Hutchings2017-07-181-0/+1
* ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai2017-07-181-6/+3
* MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-07-181-15/+33
* s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger2017-07-181-0/+2
* CIFS: remove bad_network_name flagGermano Percossi2017-07-182-6/+0
* x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner2017-07-181-1/+1
* x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause2017-07-181-2/+9
* l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault2017-07-181-1/+6
* l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault2017-07-181-2/+0
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-07-181-4/+10
* scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen2017-07-181-2/+18
* scsi: sr: Sanity check returned mode dataMartin K. Petersen2017-07-181-2/+4
* xen, fbfront: fix connecting to backendJuergen Gross2017-07-181-2/+2
* virtio_console: fix uninitialized variable useMichael S. Tsirkin2017-07-181-2/+4
* Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-07-181-0/+4
* CIFS: Handle mismatched open callsPavel Shilovsky2017-07-188-8/+134
* metag/usercopy: Add missing fixupsJames Hogan2017-07-181-24/+48
* metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan2017-07-181-8/+28
* metag/usercopy: Set flags before ADDZJames Hogan2017-07-181-4/+4
* metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan2017-07-182-46/+26
* metag/usercopy: Add early abort to copy_to_userJames Hogan2017-07-181-0/+20