summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parisc: Use generic mmap top-down layout and brk randomizationHelge Deller2023-08-224-68/+22
* parisc: Fix /proc/cpuinfo output for lscpuHelge Deller2023-08-221-3/+10
* parisc: Use page table locks only if DEBUG_KERNEL is enabledHelge Deller2023-08-201-1/+1
* parisc: traps: Drop cpu_lpmc function pointerHelge Deller2023-08-201-4/+1
* parisc: Drop the pa7300lc LPMC handlerHelge Deller2023-08-204-72/+1
* parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller2023-08-202-23/+11
* Linux 6.5-rc7v6.5-rc7Linus Torvalds2023-08-201-1/+1
* Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-08-209-34/+72
|\
| * serial: core: Fix serial core port id, including multiport devicesTony Lindgren2023-08-112-1/+28
| * serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)2023-08-111-3/+0
| * tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang2023-08-111-1/+2
| * serial: core: Revert port_id useTony Lindgren2023-08-091-1/+1
| * TIOCSTI: Document CAP_SYS_ADMIN behaviour in KconfigGünther Noack2023-08-091-0/+3
| * serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren2023-08-041-0/+1
| * serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren2023-08-041-0/+1
| * serial: core: Fix kmemleak issue for serial core device removeTony Lindgren2023-08-041-0/+2
| * MAINTAINERS: Merge TTY layer and serial driversTony Lindgren2023-08-041-13/+2
| * serial: core: Fix serial_base_match() after fixing controller port nameTony Lindgren2023-08-031-2/+8
| * serial: core: Fix serial core controller port name to show controller idTony Lindgren2023-08-011-12/+20
| * serial: core: Fix serial core port id to not use port->lineTony Lindgren2023-08-013-1/+4
| * serial: core: Controller id cannot be negativeTony Lindgren2023-08-011-1/+1
| * tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun2023-08-011-2/+2
* | Merge tag 'rust-fixes-6.5-rc7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-08-201-0/+1
|\ \
| * | rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)Qingsong Chen2023-08-091-0/+1
* | | Merge tag 'i2c-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-197-9/+37
|\ \ \
| * | | i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye2023-08-141-4/+7
| * | | i2c: Update documentation to use .probe() againUwe Kleine-König2023-08-141-1/+1
| * | | i2c: sun6i-p2wi: Fix an error message in probe()Dan Carpenter2023-08-141-1/+2
| * | | i2c: hisi: Only handle the interrupt of the driver's transferYicong Yang2023-08-141-0/+8
| * | | i2c: tegra: Fix i2c-tegra DMA config option processingParker Newman2023-08-141-1/+1
| * | | i2c: tegra: Fix failure during probe deferral cleanupThierry Reding2023-08-141-0/+1
| * | | i2c: designware: Handle invalid SMBus block data response length valueTam Nguyen2023-08-141-2/+13
| * | | i2c: designware: Correct length byte validation logicQuan Nguyen2023-08-141-1/+2
| * | | i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't workCarlos Song2023-08-141-0/+3
* | | | Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-198-62/+113
|\ \ \ \
| * | | | btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik2023-08-181-4/+2
| * | | | btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui2023-08-171-2/+1
| * | | | btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason2023-08-171-1/+24
| * | | | btrfs: fix replace/scrub failure with metadata_uuidAnand Jain2023-08-171-1/+2
| * | | | btrfs: fix infinite directory readsFilipe Manana2023-08-144-54/+84
* | | | | Merge tag 'fbdev-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-196-19/+9
|\ \ \ \ \
| * | | | | fbdev: goldfishfb: Do not check 0 for platform_get_irq()Zhu Wang2023-08-151-2/+2
| * | | | | fbdev: atmel_lcdfb: Remove redundant of_match_ptr()Ruan Jinjie2023-08-151-1/+1
| * | | | | fbdev: kyro: Remove unused declarationsYue Haibing2023-08-151-12/+0
| * | | | | fbdev: ssd1307fb: Print the PWM's label instead of its numberUwe Kleine-König2023-07-311-2/+2
| * | | | | fbdev: mmp: fix value check in mmphw_probe()Yuanjun Gong2023-07-311-1/+3
| * | | | | fbdev: amifb: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperAtul Raut2023-07-311-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxLinus Torvalds2023-08-195-17/+49
|\ \ \ \ \
| * | | | | blk-mq: release scheduler resource when request completesChengming Zhou2023-08-192-3/+23
| * | | | | blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy2023-08-181-13/+23