summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.4-rc3v5.4-rc3Linus Torvalds2019-10-131-1/+1
* Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-10-1315-132/+223
|\
| * tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-10-121-0/+1
| * tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-121-0/+2
| * tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-121-1/+1
| * recordmcount: Fix nop_mcount() functionSteven Rostedt (VMware)2019-10-121-4/+1
| * tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)2019-10-121-0/+4
| * tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-1210-4/+98
| * tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)2019-10-126-60/+81
| * tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)2019-10-123-15/+5
| * tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-121-2/+15
| * ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)2019-10-121-9/+18
| * tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)2019-10-121-41/+1
* | Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-135-9/+47
|\ \
| * | hwmon: docs: Extend inspur-ipsps1 title underlineAdam Zerella2019-10-071-1/+1
| * | hwmon: (nct7904) Add array fan_alarm and vsen_alarm to store the alarms in nc...amy.shih2019-10-021-2/+20
| * | docs: hwmon: Include 'inspur-ipsps1.rst' into docsAdam Zerella2019-10-021-0/+1
| * | hwmon: Fix HWMON_P_MIN_ALARM maskNuno Sá2019-10-021-1/+1
| * | hwmon: (k10temp) Update documentation and add temp2_input infoLukas Zapletal2019-10-021-1/+17
| * | hwmon: (nct7904) Fix the incorrect value of vsen_mask in nct7904_data structamy.shih2019-10-021-4/+7
* | | Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-132-4/+3
|\ \ \
| * | | mtd: rawnand: au1550nd: Fix au_read_buf16() prototypePaul Burton2019-10-071-3/+2
| * | | mtd: spi-nor: Fix direction of the write_sr() transferTudor Ambarus2019-10-041-1/+1
| |/ /
* | | Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-131-17/+20
|\ \ \
| * | | io_uring: fix sequence logic for timeout requestsJens Axboe2019-10-101-17/+20
* | | | Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-1213-18/+60
|\ \ \ \
| * | | | firmware: google: increment VPD key_len properlyBrian Norris2019-10-111-1/+1
| * | | | w1: ds250x: Fix build error without CRC16YueHaibing2019-10-101-0/+1
| * | | | virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost2019-10-101-1/+2
| * | | | binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)2019-10-101-1/+1
| * | | | binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner2019-10-102-2/+4
| * | | | misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attachNavid Emamdoost2019-10-041-0/+1
| * | | | mei: avoid FW version request on Ibex Peak and earlierAlexander Usyskin2019-10-045-13/+44
| * | | | mei: me: add comet point (lake) LP device idsTomas Winkler2019-10-042-0/+6
| | |/ / | |/| |
* | | | Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-1238-2333/+695
|\ \ \ \
| * \ \ \ Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-1016-182/+290
| |\ \ \ \
| | * | | | iio: Fix an undefied reference error in noa1305_probezhong jiang2019-10-091-0/+1
| | * | | | iio: light: opt3001: fix mutex unlock raceDavid Frey2019-10-091-1/+5
| | * | | | iio: adc: ad799x: fix probe error handlingMarco Felsch2019-10-091-2/+2
| | * | | | iio: light: add missing vcnl4040 of_compatibleMarco Felsch2019-10-091-0/+4
| | * | | | iio: light: fix vcnl4000 devicetree hooksMarco Felsch2019-10-091-5/+5
| | * | | | iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controllerLorenzo Bianconi2019-10-091-1/+3
| | * | | | iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede2019-10-091-0/+32
| | * | | | iio: imu: adis16400: fix memory leakNavid Emamdoost2019-10-091-1/+4
| | * | | | iio: imu: adis16400: release allocated memory on failureNavid Emamdoost2019-10-091-1/+4
| | * | | | iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2019-10-092-3/+41
| | * | | | iio: adc: stm32-adc: move registers definitionsFabrice Gasnier2019-10-093-136/+136
| | * | | | iio: accel: adxl372: Perform a reset at start upStefan Popa2019-10-091-0/+8
| | * | | | iio: accel: adxl372: Fix push to buffers lost samplesStefan Popa2019-10-091-2/+1
| | * | | | iio: accel: adxl372: Fix/remove limitation for FIFO samplesStefan Popa2019-10-091-3/+8