All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-18 07:13:37 to 2024-01-18 07:59:33 UTC [more...]

[Stable-8.2.1 00/38] Patch Round-up for stable 8.2.1, freeze on 2024-01-27
 2024-01-18  7:53 UTC  (34+ messages)
` [Stable-8.2.1 01/38] block: Fix crash when loading snapshot on inactive node
` [Stable-8.2.1 03/38] iotests: Basic tests for internal snapshots
` [Stable-8.2.1 04/38] target/riscv/kvm: do not use non-portable strerrorname_np()
` [Stable-8.2.1 05/38] include/ui/rect.h: fix qemu_rect_init() mis-assignment
` [Stable-8.2.1 06/38] configure: use a native non-cross compiler for linux-user
` [Stable-8.2.1 07/38] target/i386: the sgx_epc_get_section stub is reachable
` [Stable-8.2.1 08/38] hw/net/can/sja1000: fix bug for single acceptance filter and standard frame
` [Stable-8.2.1 09/38] target/riscv: Fix mcycle/minstret increment behavior
` [Stable-8.2.1 10/38] chardev/char.c: fix "abstract device type" error message
` [Stable-8.2.1 11/38] audio/audio.c: remove trailing newline in error_setg
` [Stable-8.2.1 13/38] edu: fix DMA range upper bound check
` [Stable-8.2.1 14/38] vfio/container: Replace basename with g_path_get_basename
` [Stable-8.2.1 17/38] tcg/ppc: Use new registers for LQ destination
` [Stable-8.2.1 18/38] util: fix build with musl libc on ppc64le
` [Stable-8.2.1 19/38] tests/acpi: allow tests/data/acpi/virt/SSDT.memhp changes
` [Stable-8.2.1 20/38] edk2: update to git snapshot
` [Stable-8.2.1 21/38] edk2: update build config, set PcdUninstallMemAttrProtocol = TRUE
` [Stable-8.2.1 22/38] edk2: update binaries to git snapshot
` [Stable-8.2.1 23/38] tests/acpi: update expected data files
` [Stable-8.2.1 24/38] tests/acpi: disallow tests/data/acpi/virt/SSDT.memhp changes
` [Stable-8.2.1 25/38] tests/qtest/virtio-ccw: Fix device presence checking
` [Stable-8.2.1 27/38] .gitlab-ci.d/buildtest.yml: Work around htags bug when environment is large
` [Stable-8.2.1 28/38] readthodocs: fully specify a build environment
` [Stable-8.2.1 29/38] hw/hppa/machine: Allow up to 3840 MB total memory
` [Stable-8.2.1 30/38] hw/hppa/machine: Disable default devices with --nodefaults option
` [Stable-8.2.1 31/38] hw/pci-host/astro: Add missing astro & elroy registers for NetBSD
` [Stable-8.2.1 32/38] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
` [Stable-8.2.1 33/38] hw/hppa: Move software power button address back into PDC
` [Stable-8.2.1 34/38] target/hppa: Avoid accessing %gr0 when raising exception
` [Stable-8.2.1 35/38] target/hppa: Export function hppa_set_ior_and_isr()
` [Stable-8.2.1 36/38] target/hppa: Fix IOR and ISR on unaligned access trap
` [Stable-8.2.1 37/38] target/hppa: Fix IOR and ISR on error in probe
` [Stable-8.2.1 38/38] target/hppa: Update SeaBIOS-hppa to version 15

[PATCH 00/45] tty: vt: cleanup and documentation
 2024-01-18  7:57 UTC  (58+ messages)
` [PATCH 01/45] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
` [PATCH 02/45] fbcon: make display_desc a static array in fbcon_startup()
` [PATCH 03/45] tty: vt: fix 20 vs 0x20 typo in EScsiignore
` [PATCH 04/45] tty: vt: expect valid vc when in tty ops
` [PATCH 05/45] tty: vt: pass proper pointers from tioclinux()
` [PATCH 06/45] tty: vt: push console lock from tioclinux() down to 2 functions
` [PATCH 07/45] tty: vt: pass vc_resize_user as a parameter
` [PATCH 08/45] tty: vt: make vc_is_sel()'s vc const
` [PATCH 09/45] tty: vt: define an enum for CSI+m codes
` [PATCH 10/45] tty: vt: use case ranges for CSI+m fg/bg colors
` [PATCH 11/45] tty: vt: define an enum for CSI+J codes
` [PATCH 12/45] tty: vt: reflow csi_J()
` [PATCH 13/45] tty: vt: define an enum for CSI+K codes
` [PATCH 14/45] tty: vt: reflow csi_K()
` [PATCH 15/45] tty: vt: pass vpar as unsigned to csi_J() and csi_K()
` [PATCH 16/45] tty: vt: define an enum for ascii characters
` [PATCH 17/45] tty: vt: remove extern from functions in selection.h
` [PATCH 18/45] tty: vt: make consw::con_debug_*() return void
` [PATCH 19/45] tty: vt: make init parameter of consw::con_init() a bool
` [PATCH 20/45] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH 21/45] tty: vt: remove checks for count in consw::con_clear() implementations
` [PATCH 22/45] tty: vt: add con_putc() helper
` [PATCH 23/45] tty: vt: eliminate unneeded consw::con_putc() implementations
` [PATCH 24/45] tty: vt: sanitize consw::con_putc() parameters
` [PATCH 25/45] tty: vt: sanitize consw::con_putcs() parameters
` [PATCH 26/45] consoles: use if instead of switch-case in consw::con_cursor()
` [PATCH 27/45] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()
` [PATCH 28/45] tty: vt: remove CM_* constants
` [PATCH 29/45] tty: vt: make consw::con_switch() return a bool
` [PATCH 30/45] tty: vt: stop using -1 for blank mode in consw::con_blank()
` [PATCH 31/45] tty: vt: use VESA blanking constants
` [PATCH 32/45] tty: vt: use enum for VESA blanking modes
` [PATCH 33/45] tty: vt: make types around consw::con_blank() bool
` [PATCH 34/45] tty: vt: make font of consw::con_font_set() const
` [PATCH 35/45] tty: vt: make consw::con_font_default()'s name const
` [PATCH 36/45] tty: vt: change consw::con_set_origin() return type
` [PATCH 37/45] fbcon: remove consw::con_screen_pos()
` [PATCH 38/45] tty: vt: "
` [PATCH 39/45] tty: vt: make types of screenpos() more consistent
` [PATCH 40/45] fbcon: remove fbcon_getxy()
` [PATCH 41/45] tty: vt: remove consw::con_getxy()

[PATCH v11 00/15] Add audio support in v4l2 framework
 2024-01-18  7:56 UTC  (6+ messages)
` [PATCH v11 15/15] media: vim2m-audio: add virtual driver for audio memory to memory

[Bug 217931] New: amd-pstate lacks crucial features: CPU frequency and boost control
 2024-01-18  7:58 UTC  (2+ messages)
` [Bug 217931] "

[PATCH 0/9] drm/i915: Cursor vblank evasion
 2024-01-18  7:57 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Cursor vblank evasion (rev3)

[bug report] GICv4.1: VM performance degradation due to not trapping vCPU WFI
 2024-01-18  7:56 UTC  (6+ messages)

[PATCH 8/9] drm/i915: Perform vblank evasion around legacy cursor updates
 2024-01-18  7:53 UTC  (3+ messages)
` [PATCH v2 "

initramfs and system logs
 2024-01-18  7:52 UTC  (3+ messages)
` [yocto] "

[PATCH] sound: soc: wcd934x: fix an incorrect use of kstrndup()
 2024-01-18  7:52 UTC 

[Linux Kernel Bugs] KASAN: slab-use-after-free Read in cec_queue_msg_fh and 4 other crashes in the cec device (`cec_ioctl`)
 2024-01-18  7:52 UTC  (2+ messages)

[PATCH] precious-files.txt: new document proposing new precious file type
 2024-01-18  7:51 UTC  (5+ messages)

[PATCH] drm/amdgpu: skip call ras_late_init if ras feature is not enabled
 2024-01-18  7:50 UTC 

[PATCH] Bluetooth: mgmt: Fix wrong param be used
 2024-01-18  7:49 UTC 

[PATCH v3] hw/char/imx_serial: Implement receive FIFO and ageing timer for imx serial
 2024-01-18  7:47 UTC 

[OE-core] [PATCH 1/2] perl: Add option to prevent COMPLEMENTARY_GLOB from ignoring perl-modules
 2024-01-18  7:48 UTC  (3+ messages)
`  "

[BUG][BISECTED] Freeze at loading init ramdisk
 2024-01-18  7:45 UTC  (4+ messages)

[RFC PATCH 1/1] block: introduce activity based ioprio
 2024-01-18  7:48 UTC  (3+ messages)

[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
 2024-01-18  7:44 UTC  (7+ messages)
` [RFC PATCH v3 15/30] io: Add a pwritev/preadv version that takes a discontiguous iovec

[PATCH v2] drm/amd/pm: enable amdgpu smu send message log
 2024-01-18  7:44 UTC  (2+ messages)

[PATCH] fs: smb: client: Reset password pointer to NULL
 2024-01-18  7:43 UTC 

[PATCH 1/1] i2c: lpi2c: Avoid calling clk_get_rate during transfer
 2024-01-18  7:43 UTC  (2+ messages)

[PATCH net 0/2] net: micrel: Fixes for PHC for lan8814
 2024-01-18  7:43 UTC  (4+ messages)
` [PATCH net 1/2] net: micrel: Fix PTP frame parsing "

[RFC 0/7] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
 2024-01-18  7:43 UTC  (5+ messages)
` [RFC 2/7] hw/pci: Introduce pci_device_iommu_bus
` [RFC 4/7] virtio-iommu: Implement PCIIOMMUOps set_host_resv_regions

[RFC PATCH net-next v2 0/2] Implement irq_domain for TXGBE
 2024-01-18  7:40 UTC  (3+ messages)
` [RFC PATCH net-next v2 1/2] net: txgbe: move interrupt codes to a separate file
` [RFC PATCH net-next v2 2/2] net: txgbe: use irq_domain for interrupt controller

[PATCH V9 0/3] Add rs485 support to uartps driver
 2024-01-18  7:40 UTC  (8+ messages)
` [PATCH V9 1/3] dt-bindings: Add reference to rs485.yaml
` [PATCH V9 2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485
` [PATCH V9 3/3] tty: serial: uartps: Add rs485 support to uartps driver

[PATCH v4 00/11] Arm cache coloring
 2024-01-18  7:40 UTC  (5+ messages)
` [PATCH v4 03/11] xen/arm: add Dom0 cache coloring support

[PATCH v5 00/14] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-01-18  7:40 UTC  (16+ messages)
` [PATCH v5 01/14] iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()
` [PATCH v5 02/14] iommu/amd: Introduce per device DTE update function
` [PATCH v5 03/14] iommu/amd: Add support for enabling/disabling IOMMU features
` [PATCH v5 04/14] iommu/amd: Move PPR-related functions into ppr.c
` [PATCH v5 05/14] iommu/amd: Fix PPR interrupt processing logic
` [PATCH v5 06/14] iommu/amd: Define per-IOMMU iopf_queue
` [PATCH v5 07/14] iommu/amd: Add support for page response
` [PATCH v5 08/14] iommu/amd: Add support for add/remove device for IOPF
` [PATCH v5 09/14] iommu/amd: Add IO page fault notifier handler
` [PATCH v5 10/14] iommu/amd: Introduce logic to enable/disable IOPF
` [PATCH v5 11/14] iommu/amd: Add GCR3 [un]initialization function
` [PATCH v5 12/14] iommu/amd: Initial SVA support for AMD IOMMU
` [PATCH v5 13/14] iommu: Add ops->domain_alloc_sva()
` [PATCH v5 14/14] iommu/amd: Add SVA domain support

Question about btrfs no space left error and forced readonly
 2024-01-18  7:33 UTC  (4+ messages)

[PATCH v2 0/2] Export debug triggers as an extension
 2024-01-18  7:39 UTC  (3+ messages)
` [PATCH v2 2/2] target/riscv: Export sdtrig in ISA string

[PATCH v7] io_uring: Statistics of the true utilization of sq threads
 2024-01-18  7:30 UTC 

[PATCH 4/4] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware
 2024-01-18  7:37 UTC  (4+ messages)

[PATCH 0/3] s390x/pci: fix ISM reset
 2024-01-18  7:37 UTC  (4+ messages)

[syzbot] [jfs?] WARNING in dbAdjTree
 2024-01-18  7:38 UTC 

[PATCH] Makefile: don't pass -mstrict-align to clang
 2024-01-18  7:38 UTC  (2+ messages)

[PATCH] comedi: drivers: ni_tio: Fix arithmetic expression overflow
 2024-01-18  7:36 UTC 

[PATCH 1/2] Revert "drm/amd/pm: smu v13_0_6 supports ecc info by default"
 2024-01-18  7:35 UTC  (2+ messages)
` [PATCH 2/2] update check condition of query for ras page retire

[PATCH 0/2] RFC: zswap tree use xarray instead of RB tree
 2024-01-18  7:35 UTC  (10+ messages)

[PATCH net-next 00/24] locking: Introduce nested-BH locking
 2024-01-18  7:35 UTC  (7+ messages)
` [PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect

[PATCH v2 0/3] md: Don't clear MD_CLOSING when the raid is about to stop
 2024-01-18  7:35 UTC  (3+ messages)
` [PATCH v2 1/3] "

[PATCH v7 00/17] Introduce initial TI's J784S4 and AM69 support
 2024-01-18  7:35 UTC  (4+ messages)

[OE-Core][dunfell][PATCH] openssh: Fix CVE-2023-51385
 2024-01-18  7:34 UTC 

[PATCH i-g-t] tests/kms_content_protection: Add LIC Type 1 scenario
 2024-01-18  7:33 UTC  (3+ messages)

[LTP] [PATCH v1] ioctl_fiemap01: New test for fiemap ioctl()
 2024-01-18  7:32 UTC  (2+ messages)
` [LTP] [PATCH v2] "

[PATCH 1/2] arm64: dts: rockchip: rock-pi-e: adjust phy-handle name
 2024-01-18  7:31 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: rockchip: rock-pi-e: fix location of snps properties

[PATCH] vfio: use matching sizeof type
 2024-01-18  7:30 UTC  (4+ messages)

[PATCH v6 1/4] block: Make fair tag sharing configurable
 2024-01-18  7:31 UTC  (11+ messages)

[PATCH V4 0/7] Add Additional Boards and Features to RGxx3
 2024-01-18  7:30 UTC  (9+ messages)
` [PATCH V4 3/7] rockchip: boot_mode: Allow rockchip_dnl_key_pressed() in SPL
` [PATCH V4 5/7] rockchip: board: Add board_rng_seed() for all Rockchip devices
` [PATCH V4 6/7] board: rockchip: Add support for new boards to RGxx3
` [PATCH V4 7/7] doc: board: anbernic: Update rgxx3 to add new boards

[GIT PULL] dma-mapping fixes for Linux 6.8
 2024-01-18  7:30 UTC 

[Bug 1367] net/mlx5 Tx stuck if mbuf has too many segments
 2024-01-18  7:28 UTC 

[PATCH v2] drm/amdgpu/pm: Fix the power source flag error
 2024-01-18  7:27 UTC 

[PATCH net] ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
 2024-01-18  7:24 UTC  (3+ messages)

[PATCH mptcp-next v10 23/23] selftests: mptcp: flush userspace addrs list
 2024-01-18  7:24 UTC  (2+ messages)
` selftests: mptcp: flush userspace addrs list: Tests Results

[RFC 0/1] nvme: Add NVMe LBA Fault Injection
 2024-01-18  7:24 UTC  (2+ messages)

Black and White Artifact on BMP (24BPP) logo during boot
 2024-01-18  7:22 UTC  (4+ messages)

[PATCH 0/2] rockchip: Fix ethernet on Radxa ROCK Pi E v1.21
 2024-01-18  7:19 UTC  (3+ messages)
` [PATCH 1/2] net: designware: Reset eth phy before phy connect
` [PATCH 2/2] rockchip: rk3328-rock-pi-e: Enable DM_ETH_PHY and PHY_REALTEK

[PATCH 0/3] ci: add support for macOS to GitLab CI
 2024-01-18  7:19 UTC  (3+ messages)
` [PATCH 1/3] ci: make p4 setup on macOS more robust

[PATCH 0/2] tcg/s390x: Fix chacha20-s390
 2024-01-18  7:17 UTC  (3+ messages)
` [PATCH 2/2] tests/tcg/s390x: Import linux tools/testing/crypto/chacha20-s390

[RFC iproute2 v6 0/3] ss: pretty-printing BPF socket-local storage
 2024-01-18  3:15 UTC  (4+ messages)
` [RFC iproute2 v6 1/3] ss: add support for "
` [RFC iproute2 v6 2/3] ss: pretty-print "
` [RFC iproute2 v6 3/3] ss: update man page to document --bpf-maps and --bpf-map-id=

[PATCH] fs: romfs: Fix potential uninitialized memory leak
 2024-01-18  7:14 UTC 

[PATCH v4 0/3] Cache xe_device info for lease fd
 2024-01-18  7:14 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Cache xe_device info for lease fd (rev5)

[PATCH v2] event/dsw: optimize serving port logic
 2024-01-18  7:13 UTC  (3+ messages)
` [PATCH v3] "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.