| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-03-19 | 8 | -23/+30 |
|\ |
|
| * | tty: vt: protect KD_FONT_OP_GET_TALL from unbound access | Samuel Thibault | 2023-03-09 | 1 | -0/+3 |
| * | serial: qcom-geni: drop bogus uart_write_wakeup() | Johan Hovold | 2023-03-09 | 1 | -4/+0 |
| * | serial: qcom-geni: fix mapping of empty DMA buffer | Johan Hovold | 2023-03-09 | 1 | -0/+3 |
| * | serial: qcom-geni: fix DMA mapping leak on shutdown | Johan Hovold | 2023-03-09 | 1 | -1/+1 |
| * | serial: qcom-geni: fix console shutdown hang | Johan Hovold | 2023-03-09 | 1 | -0/+4 |
| * | serdev: Set fwnode for serdev devices | Saravana Kannan | 2023-03-09 | 1 | -1/+1 |
| * | tty: serial: fsl_lpuart: fix race on RX DMA shutdown | Alexander Sverdlin | 2023-03-09 | 1 | -8/+3 |
| * | serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by default | Kumaravel Thiagarajan | 2023-03-09 | 1 | -1/+0 |
| * | serial: 8250_fsl: fix handle_irq locking | Johan Hovold | 2023-03-09 | 1 | -2/+2 |
| * | serial: 8250_em: Fix UART port type | Biju Das | 2023-03-09 | 1 | -2/+2 |
| * | serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it | Randy Dunlap | 2023-03-09 | 1 | -1/+2 |
| * | tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL... | Sherry Sun | 2023-03-09 | 1 | -3/+9 |
| * | Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config depe... | Tom Rix | 2023-03-09 | 1 | -1/+1 |
* | | Merge tag 'char-misc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-03-19 | 16 | -322/+148 |
|\ \ |
|
| * \ | Merge tag 'icc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/djak... | Greg Kroah-Hartman | 2023-03-16 | 14 | -320/+146 |
| |\ \ |
|
| | * | | memory: tegra30-emc: fix interconnect registration race | Johan Hovold | 2023-03-13 | 1 | -6/+6 |
| | * | | memory: tegra20-emc: fix interconnect registration race | Johan Hovold | 2023-03-13 | 1 | -6/+6 |
| | * | | memory: tegra124-emc: fix interconnect registration race | Johan Hovold | 2023-03-13 | 1 | -6/+6 |
| | * | | memory: tegra: fix interconnect registration race | Johan Hovold | 2023-03-13 | 1 | -9/+7 |
| | * | | interconnect: exynos: drop redundant link destroy | Johan Hovold | 2023-03-13 | 1 | -6/+0 |
| | * | | interconnect: exynos: fix registration race | Johan Hovold | 2023-03-13 | 1 | -10/+10 |
| | * | | interconnect: exynos: fix node leak in probe PM QoS error path | Johan Hovold | 2023-03-13 | 1 | -3/+3 |
| | * | | interconnect: qcom: msm8974: fix registration race | Johan Hovold | 2023-03-13 | 1 | -12/+8 |
| | * | | interconnect: qcom: rpmh: fix registration race | Johan Hovold | 2023-03-13 | 1 | -10/+15 |
| | * | | interconnect: qcom: rpmh: fix probe child-node error handling | Johan Hovold | 2023-03-13 | 1 | -2/+5 |
| | * | | interconnect: qcom: rpm: fix registration race | Johan Hovold | 2023-03-13 | 1 | -12/+12 |
| | * | | interconnect: qcom: rpm: fix probe child-node error handling | Johan Hovold | 2023-03-07 | 1 | -2/+5 |
| | * | | interconnect: qcom: osm-l3: fix registration race | Johan Hovold | 2023-03-07 | 1 | -8/+6 |
| | * | | interconnect: imx: fix registration race | Johan Hovold | 2023-03-07 | 1 | -10/+10 |
| | * | | interconnect: fix provider registration API | Johan Hovold | 2023-03-07 | 1 | -14/+38 |
| | * | | interconnect: fix icc_provider_del() error handling | Johan Hovold | 2023-03-07 | 1 | -12/+2 |
| | * | | interconnect: fix mem leak when freeing nodes | Johan Hovold | 2023-03-07 | 1 | -0/+4 |
| | * | | interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT | Konrad Dybcio | 2023-03-06 | 1 | -2/+2 |
| | * | | interconnect: qcom: sm8550: switch to qcom_icc_rpmh_* function | Dmitry Baryshkov | 2023-03-06 | 1 | -97/+2 |
| | * | | interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function | Dmitry Baryshkov | 2023-03-06 | 1 | -96/+2 |
| | * | | interconnect: qcom: osm-l3: fix icc_onecell_data allocation | Dmitry Baryshkov | 2023-03-06 | 1 | -1/+1 |
| | |/ |
|
| * | | nvmem: core: return -ENOENT if nvmem cell is not found | Michael Walle | 2023-03-10 | 1 | -1/+1 |
| * | | firmware: xilinx: don't make a sleepable memory allocation from an atomic con... | Roman Gushchin | 2023-03-09 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-03-19 | 1 | -50/+78 |
|\ \ |
|
| * | | virt/coco/sev-guest: Add throttling awareness | Dionna Glaze | 2023-03-13 | 1 | -1/+18 |
| * | | virt/coco/sev-guest: Do some code style cleanups | Borislav Petkov (AMD) | 2023-03-13 | 1 | -6/+2 |
| * | | virt/coco/sev-guest: Carve out the request issuing logic into a helper | Borislav Petkov (AMD) | 2023-03-13 | 1 | -17/+27 |
| * | | virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request() | Borislav Petkov (AMD) | 2023-03-13 | 1 | -6/+4 |
| * | | virt/coco/sev-guest: Simplify extended guest request handling | Borislav Petkov (AMD) | 2023-03-13 | 1 | -22/+26 |
| * | | virt/coco/sev-guest: Check SEV_SNP attribute at probe time | Borislav Petkov (AMD) | 2023-03-13 | 1 | -0/+3 |
* | | | Merge tag 'fbdev-for-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-03-19 | 21 | -459/+408 |
|\ \ \ |
|
| * | | | fbdev: Use of_property_present() for testing DT property presence | Rob Herring | 2023-03-16 | 4 | -4/+4 |
| * | | | fbdev: au1200fb: Fix potential divide by zero | Wei Chen | 2023-03-16 | 1 | -0/+3 |
| * | | | fbdev: lxfb: Fix potential divide by zero | Wei Chen | 2023-03-16 | 1 | -0/+3 |