summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic2-2/+34
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic2-2/+42
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic2-91/+41
2017-09-27MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic2-4/+4
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic4-4/+12
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic4-6/+22
2017-09-27MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic4-32/+96
2017-09-27MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic4-24/+8
2017-09-27MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationAleksandar Markovic4-16/+112
2017-09-27Input: i8042 - add Gigabyte P57 to the keyboard reset tableKai-Heng Feng1-0/+7
2017-09-27pinctrl/amd: save pin registers over suspend/resumeDaniel Drake2-0/+76
2017-09-27pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xxKrzysztof Kozlowski4-38/+50
2017-09-27pinctrl: samsung: Fix invalid register offset used for Exynos5433 external in...Krzysztof Kozlowski1-4/+4
2017-09-27tty: fix __tty_insert_flip_char regressionArnd Bergmann1-1/+2
2017-09-27tty: improve tty_insert_flip_char() slow pathArnd Bergmann1-2/+3
2017-09-27tty: improve tty_insert_flip_char() fast pathArnd Bergmann2-1/+26
2017-09-27drm/amdgpu: read reg in each iterator of psp_wait_for loopZhang, Jerry2-4/+1
2017-09-27Input: xpad - validate USB endpoint type during probeCameron Gutman1-4/+6
2017-09-27smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()Ethan Barnes1-1/+11
2017-09-27srcu: Provide ordering for CPU not involved in grace periodPaul E. McKenney1-0/+9
2017-09-27IB/mlx5: Fix cached MR allocation flowMajd Dibbiny1-5/+13
2017-09-27IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2-3/+4
2017-09-27IB/hfi1: Revert egress pkey check enforcementAlex Estrin1-1/+0
2017-09-27<linux/uaccess.h>: Fix copy_in_user() declarationBart Van Assche1-1/+1
2017-09-27orangefs: Don't clear SGID when inheriting ACLsJan Kara1-20/+28
2017-09-20Linux 4.13.3v4.13.3Greg Kroah-Hartman1-1/+1
2017-09-20xfs: fix compiler warningsDarrick J. Wong5-8/+11
2017-09-20md/raid5: release/flush io in raid5_do_work()Song Liu1-0/+4
2017-09-20md/raid1/10: reset bio allocated from mempoolShaohua Li2-4/+50
2017-09-20xfs: use kmem_free to free return value of kmem_zallocPan Bian1-1/+1
2017-09-20xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+47
2017-09-20xfs: don't set v3 xflags for v2 inodesChristoph Hellwig1-13/+25
2017-09-20xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-09-20xfs: disable per-inode DAX flagChristoph Hellwig1-1/+2
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2-18/+65
2017-09-20xfs: disallow marking previously dirty buffers as orderedBrian Foster2-3/+6
2017-09-20xfs: move bmbt owner change to last step of extent swapBrian Foster1-18/+26
2017-09-20xfs: skip bmbt block ino validation during owner changeBrian Foster3-1/+4
2017-09-20xfs: don't log dirty ranges for ordered buffersBrian Foster3-18/+16
2017-09-20xfs: refactor buffer logging into buffer dirtying helperBrian Foster2-17/+33
2017-09-20xfs: ordered buffer log items are never formattedBrian Foster2-11/+2
2017-09-20xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2-30/+33
2017-09-20xfs: open-code xfs_buf_item_dirty()Brian Foster3-13/+1
2017-09-20xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2-10/+23
2017-09-20xfs: evict all inodes involved with log redo itemDarrick J. Wong4-1/+14
2017-09-20xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino1-28/+27
2017-09-20xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster1-4/+3
2017-09-20xfs: fix log recovery corruption error due to tail overwriteBrian Foster1-31/+77
2017-09-20xfs: always verify the log tail during recoveryBrian Foster1-23/+3
2017-09-20xfs: fix recovery failure when log record header wraps log endBrian Foster1-4/+14