summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-05IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2-9/+9
2017-06-05IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2017-06-05IB/ipoib: Set device connection mode only when neededFeras Daoud1-0/+7
2017-06-05RDMA/core: Fix incorrect structure packing for booleansJason Gunthorpe1-3/+3
2017-06-05ASoC: rt5640: use msleep() for long delaysNicholas Mc Guire1-2/+2
2017-06-05ath5k: drop bogus warning on drv_set_key with unsupported cipherFelix Fietkau1-2/+1
2017-06-05tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-06-05ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o3-54/+74
2017-06-05ext4: avoid deadlock when expanding inode sizeJan Kara2-8/+13
2017-06-05perf evlist: Fix typo in perf_evlist__start_workload()Soramichi Akiyama1-1/+1
2017-06-05hv: init percpu_list in hv_synic_alloc()Vitaly Kuznetsov1-2/+2
2017-06-05hv: allocate synic pages for all present CPUsVitaly Kuznetsov1-2/+2
2017-06-05Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov4-16/+25
2017-06-05Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()K. Y. Srinivasan1-4/+4
2017-06-05hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()Haiyang Zhang1-2/+5
2017-06-05hv: vmbus_post_msg: retry the hypercall on some transient errorsDexuan Cui2-2/+11
2017-06-05clk: wm831x: fix usleep_range with bad rangeNicholas Mc Guire1-1/+2
2017-06-05samples/seccomp: fix 64-bit comparison macrosMathias Svensson1-53/+72
2017-06-05IB/mlx5: Fix retrieval of index to first hi class bfregEli Cohen1-10/+14
2017-06-05scsi: storvsc: properly set residual data length on errorsLong Li1-3/+13
2017-06-05scsi: storvsc: properly handle SRB_ERROR when sense message is presentLong Li1-0/+7
2017-06-05scsi: storvsc: Fix a bug in the handling of SRB status flagsK. Y. Srinivasan1-1/+4
2017-06-05scsi: storvsc: use tagged SRB requests if supported by the deviceLong Li1-0/+9
2017-06-05MIPS: Netlogic: Fix assembler warning from smpboot.SPaul Burton1-2/+2
2017-06-05MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton1-0/+2
2017-06-05MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton1-20/+63
2017-06-05MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton1-3/+8
2017-06-05MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton1-7/+5
2017-06-05MIPS: Prevent unaligned accesses during stack unwindingPaul Burton1-35/+35
2017-06-05MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton1-5/+2
2017-06-05rtlwifi: Fix alignment issuesPing-Ke Shih2-2/+2
2017-06-05iio: st_pressure: Fix data signMarcin Niestroj1-4/+4
2017-06-05adm80211: return an error if adm8211_alloc_rings() failsDan Carpenter1-1/+2
2017-06-05drm/i915: relax uncritical udelay_range()Nicholas Mc Guire1-2/+4
2017-06-05mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for t...Michal Hocko1-1/+1
2017-04-05Linux 3.16.43v3.16.43Ben Hutchings1-1/+1
2017-04-05keys: Guard against null match function in keyring_search_aux()Ben Hutchings1-3/+3
2017-04-05aio: mark AIO pseudo-fs noexecJann Horn1-0/+1
2017-04-05vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman9-11/+20
2017-04-05netlink: remove mmapped netlink supportFlorian Westphal7-1131/+15
2017-04-05HID: hid-input: Add parentheses to quell gcc warningJames C Boyd1-1/+1
2017-04-05MIPS: Zero variable read by get_user / __get_user in case of an error.Ralf Baechle1-1/+4
2017-04-05MIPS: ralink: Cosmetic change to prom_init().John Crispin1-5/+4
2017-04-05serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam1-2/+2
2017-04-05mmc: sunxi: avoid invalid pointer calculationArnd Bergmann1-2/+3
2017-04-05fs/nfs: fix new compiler warning about boolean in switchAndre Przywara1-7/+4
2017-04-05crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2017-04-05atm: iphase: fix misleading indentionTillmann Heidsieck1-1/+1
2017-04-05MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA supportPaul Burton1-4/+20
2017-04-05MIPS: remove MSA macro recursionPaul Burton1-3/+31