aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-09drm/i915: Only enqueue already completed requestsChris Wilson3-38/+74
2019-10-09drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)Chris Wilson1-1/+0
2019-10-09drm/i915/cml: Add second PCH ID for CMPMatt Roper2-0/+2
2019-10-09MIPS: fw: sni: Fix out of bounds init of o32 stackThomas Bogendoerfer1-1/+1
2019-10-09MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer1-2/+2
2019-10-09perf beauty: Introduce strtoul() for x86 MSRsArnaldo Carvalho de Melo3-1/+9
2019-10-09perf trace: Expand strings in filters to integersArnaldo Carvalho de Melo1-0/+130
2019-10-09perf trace: Introduce a strtoul() method for 'struct strarrays'Arnaldo Carvalho de Melo2-0/+33
2019-10-09perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'Arnaldo Carvalho de Melo1-1/+7
2019-10-09iio: Fix an undefied reference error in noa1305_probezhong jiang1-0/+1
2019-10-09iio: light: opt3001: fix mutex unlock raceDavid Frey1-1/+5
2019-10-09iio: adc: ad799x: fix probe error handlingMarco Felsch1-2/+2
2019-10-09iio: light: add missing vcnl4040 of_compatibleMarco Felsch1-0/+4
2019-10-09iio: light: fix vcnl4000 devicetree hooksMarco Felsch1-5/+5
2019-10-09iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controllerLorenzo Bianconi1-1/+3
2019-10-09iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+32
2019-10-09iio: imu: adis16400: fix memory leakNavid Emamdoost1-1/+4
2019-10-09iio: imu: adis16400: release allocated memory on failureNavid Emamdoost1-1/+4
2019-10-09iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2-3/+41
2019-10-09iio: adc: stm32-adc: move registers definitionsFabrice Gasnier3-136/+136
2019-10-09iio: accel: adxl372: Perform a reset at start upStefan Popa1-0/+8
2019-10-09iio: accel: adxl372: Fix push to buffers lost samplesStefan Popa1-2/+1
2019-10-09iio: accel: adxl372: Fix/remove limitation for FIFO samplesStefan Popa1-3/+8
2019-10-09iio: adc: hx711: fix bug in sampling of dataAndreas Klinger1-5/+5
2019-10-09drm/amdgpu: fix memory leakNirmoy Das1-7/+7
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster4-7/+8
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster2-0/+2
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust1-42/+0
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust1-35/+43
2019-10-09perf trace: Introduce --filter for tracepoint eventsArnaldo Carvalho de Melo2-3/+10
2019-10-09perf evlist: Introduce append_tp_filter_pid() and append_tp_filter_pids()Arnaldo Carvalho de Melo2-0/+17
2019-10-09perf evlist: Introduce append_tp_filter() methodArnaldo Carvalho de Melo2-0/+22
2019-10-09perf evlist: Factor out asprintf routine to build a tracepoint pid filterArnaldo Carvalho de Melo1-4/+15
2019-10-09perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf()Arnaldo Carvalho de Melo1-0/+1
2019-10-09perf trace beauty: Add the glue for the autogenerated MSR arraysArnaldo Carvalho de Melo4-0/+39
2019-10-09perf trace: Allow associating scnprintf routines with well known arg namesArnaldo Carvalho de Melo1-0/+26
2019-10-09perf beauty: Hook up the x86 MSR table generatorArnaldo Carvalho de Melo1-0/+9