Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Merge tag 'tty-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-02-05 | 3 | -36/+27 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF | George Kennedy | 2023-01-31 | 1 | -4/+5 | |
| | * | | | | | | | | | serial: 8250_dma: Fix DMA Rx rearm race | Ilpo Järvinen | 2023-01-31 | 1 | -2/+10 | |
| | * | | | | | | | | | serial: 8250_dma: Fix DMA Rx completion race | Ilpo Järvinen | 2023-01-31 | 1 | -2/+7 | |
| | * | | | | | | | | | serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler | Marek Vasut | 2023-01-31 | 1 | -28/+5 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-02-05 | 19 | -72/+207 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 2023-02-03 | 1 | -1/+1 | |
| | * | | | | | | | | | HV: hv_balloon: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 2023-02-03 | 1 | -1/+1 | |
| | * | | | | | | | | | Merge tag 'iio-fixes-for-6.2a' of https://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 2023-01-31 | 10 | -30/+143 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | iio: imu: fxos8700: fix MAGN sensor scale and unit | Carlos Song | 2023-01-21 | 1 | -3/+3 | |
| | | * | | | | | | | | | iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN | Carlos Song | 2023-01-21 | 1 | -1/+0 | |
| | | * | | | | | | | | | iio: imu: fxos8700: fix failed initialization ODR mode assignment | Carlos Song | 2023-01-21 | 1 | -2/+4 | |
| | | * | | | | | | | | | iio: imu: fxos8700: fix incorrect ODR mode readback | Carlos Song | 2023-01-21 | 1 | -6/+6 | |
| | | * | | | | | | | | | iio: light: cm32181: Fix PM support on system with 2 I2C resources | Kai-Heng Feng | 2023-01-21 | 1 | -4/+5 | |
| | | * | | | | | | | | | iio: hid: fix the retval in gyro_3d_capture_sample | Dmitry Perchanov | 2023-01-14 | 1 | -0/+1 | |
| | | * | | | | | | | | | iio: hid: fix the retval in accel_3d_capture_sample | Dmitry Perchanov | 2023-01-14 | 1 | -0/+1 | |
| | | * | | | | | | | | | iio: imu: st_lsm6dsx: fix build when CONFIG_IIO_TRIGGERED_BUFFER=m | Vladimir Oltean | 2023-01-08 | 1 | -0/+1 | |
| | | * | | | | | | | | | iio:adc:twl6030: Enable measurement of VAC | Andreas Kemnade | 2022-12-28 | 1 | -1/+1 | |
| | | * | | | | | | | | | iio: imu: fxos8700: fix ACCEL measurement range selection | Carlos Song | 2022-12-28 | 1 | -7/+34 | |
| | | * | | | | | | | | | iio: imu: fxos8700: fix IMU data bits returned to user space | Carlos Song | 2022-12-28 | 1 | -1/+27 | |
| | | * | | | | | | | | | iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readback | Carlos Song | 2022-12-28 | 1 | -1/+1 | |
| | | * | | | | | | | | | iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback | Carlos Song | 2022-12-28 | 1 | -2/+15 | |
| | | * | | | | | | | | | iio: imu: fxos8700: fix map label of channel type to MAGN sensor | Carlos Song | 2022-12-28 | 1 | -1/+1 | |
| | | * | | | | | | | | | iio:adc:twl6030: Enable measurements of VUSB, VBAT and others | Andreas Kemnade | 2022-12-28 | 1 | -0/+32 | |
| | | * | | | | | | | | | iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw() | Frank Li | 2022-12-28 | 1 | -2/+9 | |
| | | * | | | | | | | | | iio: adc: xilinx-ams: fix devm_krealloc() return value check | Marco Pagani | 2022-12-28 | 1 | -1/+1 | |
| | | * | | | | | | | | | iio: adc: berlin2-adc: Add missing of_node_put() in error path | Xiongfeng Wang | 2022-12-28 | 1 | -1/+3 | |
| | | * | | | | | | | | | iio: adc: stm32-dfsdm: fill module aliases | Olivier Moysan | 2022-12-28 | 1 | -0/+1 | |
| | * | | | | | | | | | | Merge tag 'fpga-for-6.2-final' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2023-01-28 | 2 | -7/+14 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | fpga: m10bmc-sec: Fix probe rollback | Ilpo Järvinen | 2022-12-30 | 1 | -5/+12 | |
| | | * | | | | | | | | | | fpga: stratix10-soc: Fix return value check in s10_ops_write_init() | Zheng Yongjun | 2022-12-30 | 1 | -2/+2 | |
| | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | | nvmem: qcom-spmi-sdam: fix module autoloading | Johan Hovold | 2023-01-28 | 1 | -0/+1 | |
| | * | | | | | | | | | | nvmem: core: fix return value | Russell King (Oracle) | 2023-01-28 | 1 | -0/+1 | |
| | * | | | | | | | | | | nvmem: core: fix cell removal on error | Michael Walle | 2023-01-28 | 1 | -2/+1 | |
| | * | | | | | | | | | | nvmem: core: fix device node refcounting | Michael Walle | 2023-01-28 | 1 | -3/+8 | |
| | * | | | | | | | | | | nvmem: core: fix registration vs use race | Russell King (Oracle) | 2023-01-28 | 1 | -10/+8 | |
| | * | | | | | | | | | | nvmem: core: fix cleanup after dev_set_name() | Russell King (Oracle) | 2023-01-28 | 1 | -12/+10 | |
| | * | | | | | | | | | | nvmem: core: remove nvmem_config wp_gpio | Russell King (Oracle) | 2023-01-28 | 2 | -5/+1 | |
| | * | | | | | | | | | | nvmem: core: initialise nvmem->id early | Russell King (Oracle) | 2023-01-28 | 1 | -1/+2 | |
| | * | | | | | | | | | | nvmem: sunxi_sid: Always use 32-bit MMIO reads | Samuel Holland | 2023-01-28 | 1 | -1/+14 | |
| | * | | | | | | | | | | nvmem: brcm_nvram: Add check for kzalloc | Jiasheng Jiang | 2023-01-28 | 1 | -0/+3 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'fbdev-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-02-05 | 14 | -75/+27 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | fbcon: Check font dimension limits | Samuel Thibault | 2023-02-04 | 1 | -2/+5 | |
| | * | | | | | | | | | | fbdev: omapfb: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 2023-01-16 | 4 | -8/+12 | |
| | * | | | | | | | | | | fbdev: fbmon: fix function name in kernel-doc | Randy Dunlap | 2023-01-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | fbdev: atmel_lcdfb: Rework backlight status updates | Stephen Kitt | 2023-01-09 | 1 | -21/+1 | |
| | * | | | | | | | | | | fbdev: riva: Use backlight helper | Stephen Kitt | 2023-01-09 | 1 | -7/+1 | |
| | * | | | | | | | | | | fbdev: omapfb: panel-dsi-cm: Use backlight helper | Stephen Kitt | 2023-01-09 | 1 | -7/+1 | |
| | * | | | | | | | | | | fbdev: nvidia: Use backlight helper | Stephen Kitt | 2023-01-09 | 1 | -7/+1 | |
| | * | | | | | | | | | | fbdev: mx3fb: Use backlight helper | Stephen Kitt | 2023-01-09 | 1 | -6/+1 |