summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Linux 4.11.8v4.11.8Greg Kroah-Hartman1-1/+1
2017-06-29brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()Arend Van Spriel1-2/+1
2017-06-29netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn1-8/+13
2017-06-29netfilter: xtables: zero padding in data_to_userWillem de Bruijn3-7/+13
2017-06-29net: phy: fix marvell phy status readingRussell King1-2/+0
2017-06-29spi: double time out toleranceHauke Mehrtens1-1/+1
2017-06-29usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu1-5/+5
2017-06-29drm: Fix GETCONNECTOR regressionDaniel Vetter1-18/+20
2017-06-29rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells1-30/+34
2017-06-29ACPI / scan: Fix enumeration for special SPI and I2C devicesJarkko Nikula2-31/+39
2017-06-29ACPI / scan: Apply default enumeration to devices with ACPI driversRafael J. Wysocki1-3/+3
2017-06-29drm/amdgpu: add Polaris12 DIDJunshan Fang1-0/+1
2017-06-29drm/amdgpu: adjust default display clockAlex Deucher1-0/+4
2017-06-29drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGatingAlex Deucher1-2/+2
2017-06-29drm/radeon: add a quirk for Toshiba Satellite L20-183Alex Deucher1-0/+7
2017-06-29drm/radeon: add a PX quirk for another K53TK variantAlex Deucher1-0/+4
2017-06-29iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger1-0/+12
2017-06-29iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger1-2/+8
2017-06-29target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger3-12/+15
2017-06-29arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon2-3/+3
2017-06-29time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2-11/+12
2017-06-29time: Fix clock->read(clock) race around clocksource changesJohn Stultz2-17/+36
2017-06-29brcmfmac: unbind all devices upon failure in firmware callbackArend Van Spriel1-2/+3
2017-06-29brcmfmac: use firmware callback upon failure to loadArend Van Spriel1-14/+13
2017-06-29brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel5-20/+34
2017-06-29Input: i8042 - add Fujitsu Lifebook AH544 to notimeout listDaniel Drake1-0/+7
2017-06-29powerpc/64s: Handle data breakpoints in Radix modeNaveen N. Rao1-4/+7
2017-06-29powerpc/kprobes: Pause function_graph tracing during jprobes handlingNaveen N. Rao1-0/+11
2017-06-29signal: Only reschedule timers on signals timers have sentEric W. Biederman1-6/+14
2017-06-29random: silence compiler warnings and fix raceJason A. Donenfeld1-6/+6
2017-06-29HID: Add quirk for Dell PIXART OEM mouseSebastian Parschauer2-0/+4
2017-06-29cxgb4: notify uP to route ctrlq compl to rdma rspqRaju Rangoju1-4/+6
2017-06-29CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet1-1/+3
2017-06-29CIFS: Improve readdir verbosityPavel Shilovsky2-4/+9
2017-06-29KVM: PPC: Book3S HV: Save/restore host values of debug registersPaul Mackerras1-13/+32
2017-06-29KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exitPaul Mackerras2-3/+17
2017-06-29KVM: PPC: Book3S HV: Context-switch EBB registers properlyPaul Mackerras1-0/+15
2017-06-29KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1Paul Mackerras1-0/+8
2017-06-29KVM: PPC: Book3S HV: Preserve userspace HTM state properlyPaul Mackerras1-0/+21
2017-06-29KVM: PPC: Book3S HV: Cope with host using large decrementer modePaul Mackerras2-7/+28
2017-06-29KVM: s390: gaccess: fix real-space designation asce handling for gmap shadowsHeiko Carstens1-9/+6
2017-06-29KVM: MIPS: Fix maybe-uninitialized build failureJames Cowgill1-1/+5
2017-06-29KVM: x86: fix singlestepping over syscallPaolo Bonzini3-30/+34
2017-06-29perf probe: Fix probe definition for inlined functionsBjörn Töpel1-1/+1
2017-06-29perf/x86/intel: Add 1G DTLB load/store miss support for SKLKan Liang1-2/+2
2017-06-29lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov1-3/+3
2017-06-29fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara1-0/+1
2017-06-29autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-06-29powerpc/perf: Fix oops when kthread execs user processRavi Bangoria1-1/+2
2017-06-29fs/exec.c: account for argv/envp pointersKees Cook1-4/+24