aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-31compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes4-0/+227
2018-05-31ARM: spectre-v1: fix syscall entryRussell King2-11/+32
2018-05-31ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King1-0/+19
2018-05-31ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2-0/+21
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2018-05-31i2c: qup: fix building without CONFIG_ACPIArnd Bergmann1-2/+0
2018-05-31rtc: test: remove irq sysfs fileAlexandre Belloni1-39/+0
2018-05-31rtc: test: emulate alarms using timersAlexandre Belloni1-4/+52
2018-05-31rtc: test: store time as an offset to system timeAlexandre Belloni1-16/+23
2018-05-31rtc: test: allow registering many devicesAlexandre Belloni1-24/+24
2018-05-31rtc: test: remove useless proc infoAlexandre Belloni1-11/+0
2018-05-31rtc: ds1685: Add rangeAlexandre Belloni1-0/+4
2018-05-31rtc: ds1685: fix possible race conditionAlexandre Belloni1-23/+18
2018-05-31rtc: sprd: Add new RTC power down check methodBaolin Wang1-23/+24
2018-05-31rtc: sun6i: Fix bit_idx value for clk_register_gateMichael Trimarchi1-2/+2
2018-05-31rtc: jz4740: Fix a typo in KconfigMathieu Malaterre1-1/+1
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter1-10/+12
2018-05-31net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas1-1/+1
2018-05-31net: dsa: mv88e6xxx: Be explicit about DT or pdataAndrew Lunn1-0/+3
2018-05-31net: ti: cpsw: include gpio/consumer.hArnd Bergmann1-1/+1
2018-05-31Merge branch 'mlx5-new-device-events'David S. Miller4-2/+53
2018-05-31net/mlx5: Add FPGA QP error eventIlan Tayari4-2/+23
2018-05-31net/mlx5: Add temperature warning event to logIlan Tayari3-1/+31
2018-05-31Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller2-9/+8
2018-05-31rtnetlink: Add more well known protocol valuesDonald Sharp1-0/+5
2018-05-31cxgb4: Add FORCE_PAUSE bit to 32 bit port capsGanesh Goudar2-3/+12
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey1-1/+1
2018-05-31pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust1-1/+2
2018-05-31pnfs: Don't call commit on failed layoutget-on-openTrond Myklebust1-6/+1
2018-05-31pNFS: Don't send LAYOUTGET on OPEN for read, if we already have cached dataTrond Myklebust1-0/+5
2018-05-31NFSv4/pnfs: Don't switch off layoutget-on-open for transient errorsTrond Myklebust1-7/+15
2018-05-31NFSv4/pnfs: Ensure pnfs_parse_lgopen() won't try to parse uninitialised dataTrond Myklebust1-1/+2
2018-05-31pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGETFred Isaman3-8/+21
2018-05-31pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallFred Isaman4-1/+11
2018-05-31pnfs: Stop attempting LAYOUTGET on OPEN on failureFred Isaman3-2/+22
2018-05-31pnfs: Add LAYOUTGET to OPEN of an existing fileFred Isaman1-17/+73
2018-05-31pNFS: Refactor nfs4_layoutget_release()Trond Myklebust3-47/+52
2018-05-31pnfs: Add LAYOUTGET to OPEN of a new fileFred Isaman4-6/+121
2018-05-31pnfs: Change pnfs_alloc_init_layoutget_args call signatureFred Isaman1-12/+28
2018-05-31pnfs: Move nfs4_opendata into nfs4_fs.hFred Isaman3-25/+26
2018-05-31pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman3-4/+49
2018-05-31pnfs: move allocations out of nfs4_proc_layoutgetFred Isaman3-14/+17
2018-05-31pnfs: refactor send_layoutgetFred Isaman1-18/+15
2018-05-31pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPENFred Isaman2-0/+2
2018-05-31NFS4: move ctx into nfs4_run_open_taskFred Isaman1-8/+11
2018-05-31pnfs: Store return value of decode_layoutget for later processingFred Isaman2-5/+11
2018-05-31pnfs: Remove redundant assignment from nfs4_proc_layoutget().Fred Isaman1-1/+0
2018-05-31NFSv4: Don't add a new lock on an interrupted wait for LOCKBenjamin Coddington1-10/+14
2018-05-31NFSv4: Always clear the pNFS layout when handling ESTALETrond Myklebust2-0/+9
2018-05-31NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski1-2/+3