summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.4.89v4.4.89Greg Kroah-Hartman2017-09-271-1/+1
* ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-271-4/+6
* bcache: fix bch_hprint crash and improve outputMichael Lyle2017-09-271-15/+35
* bcache: fix for gc and write-back raceTang Junhui2017-09-273-2/+10
* bcache: Correct return value for sysfs attach errorsTony Asleson2017-09-271-2/+2
* bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-09-272-1/+21
* bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui2017-09-271-3/+3
* bcache: Fix leak of bdev referenceJan Kara2017-09-271-0/+2
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-273-6/+7
* media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck2017-09-271-0/+7
* media: v4l2-compat-ioctl32: Fix timespec conversionDaniel Mentz2017-09-271-1/+2
* PCI: shpchp: Enable bridge bus mastering if MSI is enabledAleksandr Bezzubikov2017-09-271-0/+2
* ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-272-3/+6
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-271-1/+1
* ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-09-271-1/+1
* scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter2017-09-271-4/+4
* scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke2017-09-271-3/+2
* scsi: sg: factor out sg_fill_request_table()Hannes Reinecke2017-09-271-26/+35
* scsi: sg: off by one in sg_ioctl()Dan Carpenter2017-09-271-1/+1
* scsi: sg: use standard lists for sg_requestsHannes Reinecke2017-09-271-86/+61
* scsi: sg: remove 'save_scat_len'Hannes Reinecke2017-09-271-2/+0
* scsi: storvsc: fix memory leak on ring buffer busyLong Li2017-09-271-0/+2
* scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...Shivasharan S2017-09-271-1/+4
* scsi: megaraid_sas: Check valid aen class range to avoid kernel panicShivasharan S2017-09-271-0/+8
* scsi: zfcp: trace high part of "new" 64 bit SCSI LUNSteffen Maier2017-09-272-2/+4
* scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late res...Steffen Maier2017-09-271-1/+5
* scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace recordsSteffen Maier2017-09-271-4/+17
* scsi: zfcp: fix missing trace records for early returns in TMF eh handlersSteffen Maier2017-09-271-2/+6
* scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBASteffen Maier2017-09-272-7/+8
* scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace recordsSteffen Maier2017-09-272-3/+11
* scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress pathBenjamin Block2017-09-271-1/+5
* scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabledSteffen Maier2017-09-271-1/+2
* skd: Submit requests to firmware before triggering the doorbellBart Van Assche2017-09-271-0/+6
* skd: Avoid that module unloading triggers a use-after-freeBart Van Assche2017-09-271-7/+8
* md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown2017-09-271-0/+5
* block: Relax a check in blk_start_queue()Bart Van Assche2017-09-271-1/+1
* powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman2017-09-271-45/+74
* ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-09-271-7/+31
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller2017-09-271-1/+3
* MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic2017-09-272-4/+4
* MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic2017-09-274-4/+12
* MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic2017-09-274-6/+22
* MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic2017-09-274-32/+96
* MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic2017-09-274-24/+8
* MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationAleksandar Markovic2017-09-274-16/+112
* Input: i8042 - add Gigabyte P57 to the keyboard reset tableKai-Heng Feng2017-09-271-0/+7
* tty: fix __tty_insert_flip_char regressionArnd Bergmann2017-09-271-1/+2
* tty: improve tty_insert_flip_char() slow pathArnd Bergmann2017-09-271-2/+3
* tty: improve tty_insert_flip_char() fast pathArnd Bergmann2017-09-272-1/+26