All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-07 13:55:45 to 2023-12-07 14:24:25 UTC [more...]

[PATCH] drm/amd/display: fix hw rotated modes when PSR-SU is enabled
 2023-12-07 14:09 UTC  (11+ messages)

KMSAN: uninit-value in ip_route_output_key_hash_rcu (4)
 2023-12-07 14:20 UTC  (2+ messages)

BPF LSM prevent program unload
 2023-12-07 14:23 UTC  (3+ messages)

[PATCH v2] media: dt-bindings: ov8856: decouple lanes and link frequency from driver
 2023-12-07 14:23 UTC 

[PATCH 0/2] phy: qcom-qmp-combo: Add support for X1E80100 platform
 2023-12-07 14:23 UTC  (4+ messages)
` [PATCH 2/2] phy: qcom-qmp-combo: Add x1e80100 USB/DP combo phys

KMSAN: uninit-value in ip_tunnel_xmit
 2023-12-07 14:19 UTC  (2+ messages)

[PATCH v2 00/39] Enable build of full Xen for RISC-V
 2023-12-07 14:22 UTC  (13+ messages)
` [PATCH v2 01/39] xen/riscv: disable unnecessary configs
` [PATCH v2 08/39] xen/riscv: introduce asm/cpufeature.h
` [PATCH v2 09/39] xen/riscv: introduce asm/guest_atomics.h
` [PATCH v2 10/39] xen/riscv: introduce asm/iommu.h

[PATCH] mtd: nand: omap_gpmc: Fix NAND in SPL for AM335x
 2023-12-07 14:22 UTC  (3+ messages)

[RFC PATCH 00/86] Make the kernel preemptible
 2023-12-07 14:22 UTC  (7+ messages)
` [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n

[PATCH 0/6] Clean up perf mem
 2023-12-07 14:21 UTC  (4+ messages)
` [PATCH 1/6] perf mem: Add mem_events into the supported perf_pmu

[PATCH v5 00/10] Add displays support for bsh-smm-s2/pro boards
 2023-12-07 14:16 UTC  (23+ messages)
` [PATCH v5 01/10] drm/bridge: Fix bridge disable logic
` [PATCH v5 02/10] drm/bridge: Fix a use case in the "
` [PATCH v5 03/10] drm: bridge: samsung-dsim: enter display mode in the enable() callback
` [PATCH v5 04/10] drm: bridge: samsung-dsim: complete the CLKLANE_STOP setting
` [PATCH v5 05/10] dt-bindings: display: panel: Add synaptics r63353 panel controller
` [PATCH v5 06/10] drm/panel: Add Synaptics R63353 panel driver
` [PATCH v5 07/10] dt-bindings: display: panel: Add Ilitek ili9805 panel controller
` [PATCH v5 08/10] drm/panel: Add Ilitek ILI9805 panel driver
` [PATCH v5 09/10] drm/panel: ilitek-ili9805: add support for Tianma TM041XDHG01 panel
` [PATCH v5 10/10] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup

[PATCH] nvme-pci: Add sleep quirk for Kingston drives
 2023-12-07 14:21 UTC  (4+ messages)

[PATCH] usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate 3.0 G3
 2023-12-07 13:44 UTC 

[PATCH v1 0/3] gpio: mmio: Make driver agnostic
 2023-12-07 14:19 UTC  (9+ messages)
` [PATCH v1 1/3] device property: Implement device_is_big_endian()

[Intel-gfx] [PATCH 1/2] drm/i915: Stop accessing crtc->state from the flip done irq
 2023-12-07 14:19 UTC  (4+ messages)

[PATCH v2 0/9] Handle remaining ifdefs in hack patch
 2023-12-07 14:18 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for Handle remaining ifdefs in hack patch (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[PATCH v4 0/2] mmc: mediatek: add support for 64-steps tuning
 2023-12-07 14:16 UTC  (3+ messages)

[Intel-xe] [PATCH 0/5] Introduce Local Memory Translation Table
 2023-12-07 14:17 UTC  (5+ messages)
` [Intel-xe] [PATCH 1/5] drm/xe: Define DRM_XE_DEBUG_SRIOV config
` [Intel-xe] [PATCH 2/5] drm/xe: Introduce SR-IOV logging macros

[PATCH v5 00/24] i2c: designware: code consolidation & cleanups
 2023-12-07 14:14 UTC  (25+ messages)
` [PATCH v5 01/24] i2c: designware: Fix PM calls order in dw_i2c_plat_probe()
` [PATCH v5 02/24] i2c: designware: Fix reset call "
` [PATCH v5 03/24] i2c: designware: Let PCI core to take care about interrupt vectors
` [PATCH v5 04/24] i2c: designware: Fix lock probe call order in dw_i2c_plat_probe()
` [PATCH v5 05/24] i2c: designware: Replace a while-loop by for-loop
` [PATCH v5 06/24] i2c: designware: Save pointer to semaphore callbacks instead of index
` [PATCH v5 07/24] i2c: designware: Add missing 'c' into PCI IDs variable name
` [PATCH v5 08/24] i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
` [PATCH v5 09/24] i2c: designware: Unify terminator in device ID tables
` [PATCH v5 10/24] i2c: designware: Always provide "
` [PATCH v5 11/24] i2c: designware: Drop return value from i2c_dw_acpi_configure()
` [PATCH v5 12/24] i2c: designware: Drop return value from dw_i2c_of_configure()
` [PATCH v5 13/24] i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
` [PATCH v5 14/24] i2c: designware: Consolidate firmware parsing and configuring code
` [PATCH v5 15/24] i2c: designware: Unify the firmware type checks
` [PATCH v5 16/24] i2c: designware: Move exports to I2C_DW namespaces
` [PATCH v5 17/24] i2c: designware: Remove ->disable() callback
` [PATCH v5 18/24] i2c: designware: Consolidate PM ops
` [PATCH v5 19/24] i2c: designware: Uninline i2c_dw_probe()
` [PATCH v5 20/24] i2c: designware: Propagate firmware node
` [PATCH v5 21/24] i2c: designware: Use pci_get_drvdata()
` [PATCH v5 22/24] i2c: designware: Use temporary variable for struct device
` [PATCH v5 23/24] i2c: designware: Get rid of redundant 'else'
` [PATCH v5 24/24] i2c: designware: Fix spelling and other issues in the comments

[PATCH] mmc: sdhci-omap: don't misuse kernel-doc marker
 2023-12-07 14:16 UTC  (2+ messages)

[PATCH v2] mmc: core: Cancel delayed work before releasing host
 2023-12-07 14:16 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/intel/xe_pat: limit number of dynamic tests
 2023-12-07 14:16 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v3 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
 2023-12-07 14:15 UTC  (9+ messages)
` [PATCH v3 6/9] arm64: dts: mediatek: Add MT8186 Krabby platform based Tentacruel / Tentacool

[PATCH] btrfs: get rid of memparse() for sysfs operations
 2023-12-07 14:09 UTC  (2+ messages)

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-07 14:15 UTC  (7+ messages)

[PATCH v2 1/1] media: nxp: imx8-isi-debug: Add missing 36-Bit DMA registers to debugfs output
 2023-12-07 14:15 UTC  (4+ messages)

Question about device links between supplier and consumer
 2023-12-07 14:15 UTC  (2+ messages)

[PATCH v4 net-next 0/7] ethtool: track custom RSS contexts in the core
 2023-12-07 14:15 UTC  (4+ messages)
` [PATCH v4 net-next 6/7] net: ethtool: add a mutex protecting RSS contexts

[PATCH v1 00/14] RISC-V: Add steal-time support
 2023-12-07 14:07 UTC  (9+ messages)
` [PATCH v1 03/14] RISC-V: paravirt: Implement "
` [PATCH v1 04/14] RISC-V: paravirt: Add kconfigs

[PATCH 0/3] xen: address violations of MISRA C:2012 Rule 14.4
 2023-12-07 14:15 UTC  (5+ messages)
` [PATCH 2/3] xen/x86: "

[PATCH v7 i-g-t 0/2] add create-big-vram subtest
 2023-12-07 14:15 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for add create-big-vram subtest (rev4)
` ✓ CI.xeBAT: "

[XEN PATCH v2 0/3] address some violations of MISRA C Rule 8.4
 2023-12-07 14:14 UTC  (4+ messages)
` [XEN PATCH v2 3/3] xen/mm: add declaration for first_valid_mfn

[PATCH bpf-next v2] selftests/bpf: Test the release of map btf
 2023-12-07 14:15 UTC 

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-07 14:12 UTC  (9+ messages)
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 07/25] arm64: enable the Permission Overlay Extension for EL0

drivers/firmware/efi/libstub/arm32-stub.c:12:28: sparse: sparse: symbol 'efi_entry_state' was not declared. Should it be static?
 2023-12-07 14:12 UTC 

[PATCH 00/16] drm/xe: Adjust to DRM GPUVM changes
 2023-12-07 14:11 UTC  (17+ messages)
` [PATCH 01/16] drm/gpuvm: convert WARN() to drm_WARN() variants
` [PATCH 02/16] drm/gpuvm: don't always WARN in drm_gpuvm_check_overflow()
` [PATCH 03/16] drm/gpuvm: export drm_gpuvm_range_valid()
` [PATCH 04/16] drm/nouveau: make use of drm_gpuvm_range_valid()
` [PATCH 05/16] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [PATCH 06/16] drm/nouveau: make use of the GPUVM's shared dma-resv
` [PATCH 07/16] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [PATCH 08/16] drm/nouveau: separately allocate struct nouveau_uvmm
` [PATCH 09/16] drm/gpuvm: reference count drm_gpuvm structures
` [PATCH 10/16] drm/gpuvm: add an abstraction for a VM / BO combination
` [PATCH 11/16] drm/gpuvm: track/lock/validate external/evicted objects
` [PATCH 12/16] drm/xe: Adjust to "drm/gpuvm: add common dma-resv per struct drm_gpuvm"
` [PATCH 13/16] drm/xe: Adjust to commit "drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm"
` [PATCH 14/16] drm/xe: Adjust to commit drm/gpuvm: reference count drm_gpuvm structures
` [PATCH 15/16] drm/xe: Adjust to commit "drm/gpuvm: add an abstraction for a VM/BO combination"
` [PATCH 16/16] drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm

[igt-dev] [i-g-t V6 00/10] tests/kms_vrr: Add new subtest to switch RR without modeset
 2023-12-07 14:12 UTC  (5+ messages)
` [igt-dev] [i-g-t V6 01/10] tests/kms_vrr: Use lib helper to print connector modes
  `  "
` [igt-dev] [i-g-t V6 02/10] tests/kms_vrr: Clear VRR before exit
  `  "

[PATCH v2] i2c: rk3x: fix potential spinlock recursion on poll
 2023-12-07 14:10 UTC  (6+ messages)

[PATCH 00/27] tty: type unifications -- the last part
 2023-12-07 14:10 UTC  (7+ messages)
` [PATCH 02/27] tty: mmc: sdio_uart: switch sdio_in() to return u8
` [PATCH 04/27] tty: make tty_operations::send_xchar accept u8 char
` [PATCH 16/27] tty: mmc: sdio: use u8 for flag

[ovmf test] 184023: all pass - PUSHED
 2023-12-07 14:10 UTC 

[PATCH net-next 0/2] net/sched: use the backlog for nested mirred ingress
 2023-12-07 14:10 UTC  (6+ messages)
` [PATCH net-next 2/2] act_mirred: use the backlog for nested calls to "
  ` Mirred broken WAS(Re: "

[docs][PATCH v2] manuals: document minidebuginfo
 2023-12-07 14:09 UTC 

[PATCH 0/4] hwmon: (smsc47m1) Various improvements
 2023-12-07 14:09 UTC  (5+ messages)
` [PATCH 1/4] hwmon: (smsc47m1) Mark driver struct with __refdata to prevent section mismatch
` [PATCH 2/4] hwmon: (smsc47m1) Convert to platform remove callback returning void
` [PATCH 3/4] hwmon: (smsc47m1) Simplify device registration
` [PATCH 4/4] hwmon: (smsc47m1) Rename global platform device variable

[PATCH 1/2] bus: moxtet: Mark the irq as shared
 2023-12-07 14:09 UTC  (4+ messages)
` [PATCH 2/2] bus: moxtet: Add spi device table

[PATCH] tools/perf: Fix missing reference count get in call_path_from_sample
 2023-12-07 14:09 UTC 

[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
 2023-12-07 14:09 UTC  (3+ messages)
  ` [PATCH v2 03/18] sysctl: drop sysctl_is_perm_empty_ctl_table

[docs][PATCH v2] manuals: document minidebuginfo
 2023-12-07 14:08 UTC 

[PATCH v3 00/21] arm64: Support for 2023 DPISA extensions
 2023-12-07 14:06 UTC  (6+ messages)
` [PATCH v3 15/21] KVM: arm64: Support FEAT_FPMR for guests

[PATCH 0/3] Add AM64x ICSSG Ethernet support
 2023-12-07 14:06 UTC  (5+ messages)
` [PATCH 3/3] arm64: dts: ti: k3-am642-evm: add overlay for icssg1 2nd port

[PATCH] cfg80211: Add my certificate
 2023-12-07 14:06 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/5] drm/i915/psr: Include some basic PSR information in the state dump
 2023-12-07 14:05 UTC  (3+ messages)
` [Intel-gfx] [PATCH 4/5] drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs
  `  "

[igt-dev] [Patch v1] fixed malformed pipectrl command in PXP IGT tests
 2023-12-07 14:04 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH] drm: Fix FD ownership check in drm_master_check_perm()
 2023-12-07 14:04 UTC  (6+ messages)

[PATCH v2 00/26] selftests/resctrl: CAT test improvements & generalized test framework
 2023-12-07 14:04 UTC  (4+ messages)
` [PATCH v2 02/26] selftests/resctrl: Split fill_buf to allow tests finer-grained control

[PATCH net-next 00/16] net: pcs: xpcs: Add memory-based management iface support
 2023-12-07 14:02 UTC  (8+ messages)
` [PATCH net-next 09/16] net: mdio: Add Synopsys DW XPCS management interface support

[PATCH v3] mmc: mtk-sd: Increase the verbosity of msdc_track_cmd_data
 2023-12-07 14:01 UTC  (3+ messages)

[PATCH] btrfs: drop unused memparse() parameter
 2023-12-07 13:55 UTC  (6+ messages)

cip/linux-5.10.y-cip kselftest-seccomp: 2 runs, 1 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:01 UTC 

cip/linux-5.10.y-cip kselftest-lib: 3 runs, 2 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:01 UTC 

cip/linux-5.10.y-cip kselftest-lkdtm: 1 runs, 1 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:01 UTC 

cip/linux-5.10.y-cip kselftest-filesystems: 8 runs, 1 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:01 UTC 

cip/linux-5.10.y-cip ltp-fcntl-locktests: 9 runs, 3 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:01 UTC 

cip/linux-5.10.y-cip ltp-mm: 5 runs, 2 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:01 UTC 

cip/linux-5.10.y-cip ltp-timers: 14 runs, 1 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:01 UTC 

cip/linux-5.10.y-cip kselftest-futex: 9 runs, 2 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:01 UTC 

cip/linux-5.10.y-cip ltp-ipc: 15 runs, 2 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:01 UTC 

cip/linux-5.10.y-cip ltp-pty: 9 runs, 2 regressions (v5.10.201-cip41-16-g3c85fba3b6e5d)
 2023-12-07 14:02 UTC 

[PATCHv4] mmc: rpmb: fixes pause retune on all RPMB partitions
 2023-12-07 14:01 UTC  (2+ messages)

md raid6 oops in 6.6.4 stable
 2023-12-07 13:58 UTC  (4+ messages)

[PATCH v1 00/14] uAPI Alignment - Documentation
 2023-12-07 14:01 UTC  (3+ messages)
` [PATCH v1 11/14] drm/xe/uapi: Add block diagram of a device

[PATCH v2 0/3] Bluetooth: power-on QCA6390 correctly
 2023-12-07 14:01 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: net: bluetooth: qualcomm: add regulators for QCA6390

[igt-dev] [PATCH i-g-t v3] tests/xe_spin_batch: Add spin-fixed-duration-with-preempter
 2023-12-07 14:01 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH] mm: do not protect VMA lock object in vma_end_read()
 2023-12-07 14:00 UTC  (2+ messages)

[PATCH v3 1/4] network: add support for SAE password identifiers
 2023-12-07 14:00 UTC  (4+ messages)
` [PATCH v3 2/4] doc: document [Security].PasswordIdentifier
` [PATCH v3 3/4] auto-t: add H2E password identifier test
` [PATCH v3 4/4] auto-t: throw exception if executable is missing

[PATCH] ASoC: amd: acp: modify config flag read logic
 2023-12-07 13:59 UTC  (2+ messages)

[PATCH 1/3] ASoC: cs35l45: Use modern pm_ops
 2023-12-07 13:59 UTC  (2+ messages)

[PATCH net-next v1 1/3] net: dsa: microchip: ksz8: move BMCR specific code to separate function
 2023-12-07 14:00 UTC  (5+ messages)
` [PATCH net-next v1 3/3] net: dsa: microchip: Fix PHY loopback configuration for KSZ8794 and KSZ8873

No sound from frontal case jack AUX [MSI MAG Z690 Tomahawk Wifi]
 2023-12-07 13:58 UTC 

No sound from frontal case jack AUX [MSI MAG Z690 Tomahawk Wifi]
 2023-12-07 13:58 UTC 

[PATCH] ASoC: SOF: Intel: hda-codec: Delay the codec device registration
 2023-12-07 13:59 UTC  (2+ messages)

No sound from frontal case jack AUX [MSI MAG Z690 Tomahawk Wifi]
 2023-12-07 13:57 UTC 

[igt-dev] [PATCH i-g-t v2 0/3] Add some missing descriptions
 2023-12-07 13:59 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Add some missing descriptions (rev2)

[PATCH] mmc: sprd: Fix eMMC init failure after hw reset
 2023-12-07 13:58 UTC  (2+ messages)

[PATCH] manuals: document minidebuginfo
 2023-12-07 13:54 UTC  (2+ messages)
` [docs] "

[PATCH] media: dt-bindings: ov8856: add missing second link frequency in example
 2023-12-07 13:59 UTC  (5+ messages)

[PATCH] dt-bindings: marvell: move MMP boards to common marvell directory
 2023-12-07 13:57 UTC  (8+ messages)

[Printing-architecture] PDFio: Replaced QPDF by PDFio in libcupsfilters as GSoC project?
 2023-12-07 13:58 UTC 

[PATCH 0/2] net/hns3: fix mailbox bug and replace __atomic_xxx API
 2023-12-07 13:57 UTC  (5+ messages)
` [PATCH v2 0/4] net/hns3: bugfix on reset and stdatomic API
  ` [PATCH v2 4/4] net/hns3: use "

[PATCH alsa-ucm-conf v3 1/2] sof-soundwire: Add basic support for cs42l43
 2023-12-07 13:56 UTC  (4+ messages)

[PATCH] btrfs-progs: scrub: improve Rate reporting for sub-second durations
 2023-12-07 13:56 UTC 

[PATCH 00/16] ALSA: hda/tas2781: Add tas2563 support
 2023-12-07 13:55 UTC  (2+ messages)

[PATCH net-next v2] net: stmmac: don't create a MDIO bus if unnecessary
 2023-12-07 13:55 UTC  (4+ messages)

[Bug 218198] New: Suspend/Resume Regression with attached ATA devices
 2023-12-07 13:55 UTC  (2+ messages)
` [Bug 218198] "


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.