| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-10-01 | 6 | -212/+102 |
|\ |
|
| * | misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probe | Ricky WU | 2023-09-25 | 6 | -212/+102 |
* | | Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-10-01 | 2 | -4/+5 |
|\ \ |
|
| * | | Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" | Daniel Starke | 2023-09-18 | 1 | -3/+1 |
| * | | serial: 8250_port: Check IRQ data before use | Andy Shevchenko | 2023-09-18 | 1 | -1/+4 |
* | | | Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so... | Linus Torvalds | 2023-10-01 | 10 | -22/+58 |
|\ \ \ |
|
| * \ \ | Merge tag 'scmi-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud... | Arnd Bergmann | 2023-09-28 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | firmware: arm_scmi: Fixup perf power-cost/microwatt support | Sibi Sankar | 2023-09-11 | 1 | -2/+2 |
| * | | | | Merge tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sude... | Arnd Bergmann | 2023-09-28 | 1 | -2/+14 |
| |\ \ \ \ |
|
| | * | | | | firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND | Sudeep Holla | 2023-09-25 | 1 | -2/+14 |
| | |/ / / |
|
| * | | | | soc: loongson: loongson2_guts: Remove unneeded semicolon | Mingtong Bao | 2023-09-27 | 1 | -1/+1 |
| * | | | | soc: loongson: loongson2_guts: Convert to devm_platform_ioremap_resource() | Dongliang Mu | 2023-09-27 | 1 | -3/+1 |
| * | | | | soc: loongson: loongson_pm2: Populate children syscon nodes | Binbin Zhou | 2023-09-27 | 1 | -0/+6 |
| * | | | | soc: loongson: loongson_pm2: Drop useless of_device_id compatible | Binbin Zhou | 2023-09-27 | 1 | -1/+0 |
| * | | | | soc: loongson: loongson_pm2: Add dependency for INPUT | Binbin Zhou | 2023-09-27 | 1 | -0/+1 |
| * | | | | Merge tag 'optee-for-for-v6.6' of https://git.linaro.org/people/jens.wiklande... | Arnd Bergmann | 2023-09-27 | 2 | -4/+0 |
| |\ \ \ \ |
|
| | * | | | | tee: Remove unused declarations | Yue Haibing | 2023-09-13 | 2 | -4/+0 |
| * | | | | | Merge tag 'imx-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sh... | Arnd Bergmann | 2023-09-27 | 2 | -0/+11 |
| |\ \ \ \ \ |
|
| | * | | | | | soc: imx8m: Enable OCOTP clock for imx8mm before reading registers | Nathan Rossi | 2023-09-24 | 1 | -0/+10 |
| | * | | | | | firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() | Christophe JAILLET | 2023-09-19 | 1 | -0/+1 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up | Tony Lindgren | 2023-09-13 | 1 | -5/+17 |
| * | | | | | bus: ti-sysc: Fix missing AM35xx SoC matching | Adam Ford | 2023-09-11 | 1 | -2/+4 |
| * | | | | | bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() | Julien Panis | 2023-09-11 | 1 | -2/+1 |
| |/ / / / |
|
* | | | | | Merge tag 'i2c-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-09-30 | 2 | -11/+8 |
|\ \ \ \ \ |
|
| * | | | | | i2c: npcm7xx: Fix callback completion ordering | William A. Kennington III | 2023-09-27 | 1 | -10/+7 |
| * | | | | | i2c: mux: Avoid potential false error message in i2c_mux_add_adapter | Heiner Kallweit | 2023-09-25 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'acpi-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2023-09-30 | 1 | -2/+5 |
|\ \ \ \ \ |
|
| * | | | | | ACPI: video: Fix NULL pointer dereference in acpi_video_bus_add() | Dinghao Liu | 2023-09-25 | 1 | -2/+5 |
| |/ / / / |
|
* | | | | | Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-client | Linus Torvalds | 2023-09-30 | 1 | -187/+225 |
|\ \ \ \ \ |
|
| * | | | | | rbd: take header_rwsem in rbd_dev_refresh() only when updating | Ilya Dryomov | 2023-09-26 | 1 | -11/+11 |
| * | | | | | rbd: decouple parent info read-in from updating rbd_dev | Ilya Dryomov | 2023-09-26 | 1 | -62/+80 |
| * | | | | | rbd: decouple header read-in from updating rbd_dev->header | Ilya Dryomov | 2023-09-26 | 1 | -92/+114 |
| * | | | | | rbd: move rbd_dev_refresh() definition | Ilya Dryomov | 2023-09-26 | 1 | -35/+33 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds | 2023-09-29 | 9 | -71/+365 |
|\ \ \ \ \ |
|
| * | | | | | ata: libata-eh: Fix compilation warning in ata_eh_link_report() | Damien Le Moal | 2023-09-28 | 1 | -1/+1 |
| * | | | | | ata: libata-core: Fix compilation warning in ata_dev_config_ncq() | Damien Le Moal | 2023-09-28 | 1 | -1/+1 |
| * | | | | | scsi: sd: Do not issue commands to suspended disks on shutdown | Damien Le Moal | 2023-09-28 | 2 | -4/+14 |
| * | | | | | ata: libata-core: Do not register PM operations for SAS ports | Damien Le Moal | 2023-09-28 | 3 | -2/+11 |
| * | | | | | ata: libata-scsi: Fix delayed scsi_rescan_device() execution | Damien Le Moal | 2023-09-28 | 2 | -18/+31 |
| * | | | | | scsi: Do not attempt to rescan suspended devices | Damien Le Moal | 2023-09-28 | 1 | -1/+17 |
| * | | | | | ata: libata-scsi: Disable scsi device manage_system_start_stop | Damien Le Moal | 2023-09-28 | 4 | -10/+144 |
| * | | | | | scsi: sd: Differentiate system and runtime start/stop management | Damien Le Moal | 2023-09-28 | 3 | -22/+80 |
| * | | | | | ata: libata-scsi: link ata port and scsi device | Damien Le Moal | 2023-09-28 | 1 | -5/+40 |
| * | | | | | ata: libata-core: Fix port and device removal | Damien Le Moal | 2023-09-28 | 1 | -1/+20 |
| * | | | | | ata: libata-core: Fix ata_port_request_pm() locking | Damien Le Moal | 2023-09-28 | 1 | -9/+9 |
| * | | | | | ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES | Niklas Cassel | 2023-09-25 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'drm-fixes-2023-09-29' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2023-09-29 | 10 | -32/+99 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'drm-intel-fixes-2023-09-28' of git://anongit.freedesktop.org/drm/d... | Dave Airlie | 2023-09-29 | 3 | -13/+59 |
| |\ \ \ \ \ |
|
| | * | | | | | i915/guc: Get runtime pm in busyness worker only if already active | Umesh Nerlige Ramappa | 2023-09-26 | 1 | -3/+35 |
| | * | | | | | drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top | Javier Pello | 2023-09-26 | 1 | -6/+17 |