linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 15:27:36 to 2023-01-05 17:46:31 UTC [more...]

Linux 6.2-rc1
 2023-01-05 17:45 UTC  (8+ messages)

[PATCH v3 1/3] dsa: marvell: Provide per device information about max frame size
 2023-01-05 17:44 UTC  (6+ messages)

[PATCH net-next v5 0/4] phy: aquantia: Determine rate adaptation support from registers
 2023-01-05 17:43 UTC  (10+ messages)
` [PATCH net-next v5 4/4] "

Bug report: the extended PCI config space is missed with 6.2-rc2
 2023-01-05 17:42 UTC  (3+ messages)

[PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-05  9:49 UTC  (3+ messages)

[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-01-05 17:40 UTC  (6+ messages)
` [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry

[PATCH 0/5] Driver support for RZ/V2M PWC
 2023-01-05 17:40 UTC  (4+ messages)
` [PATCH 4/5] gpio: Add support for Renesas "

[PATCH v2 0/9] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
 2023-01-05 17:39 UTC  (2+ messages)

[PATCH] HID: uclogic: Add support for XP-PEN Artist 22R Pro
 2023-01-05 17:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] drm/amd/display: fix PSR-SU/DSC interoperability support
 2023-01-05 17:38 UTC 

[PATCH v3] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-05 17:35 UTC  (3+ messages)

[PATCH rcu 0/27] Unconditionally enable SRCU
 2023-01-05 17:35 UTC  (37+ messages)
` [PATCH rcu 02/27] arch/arm64/kvm: Remove "select SRCU"
` [PATCH rcu 06/27] arch/s390/kvm: "
` [PATCH rcu 07/27] block: "
` [PATCH rcu 10/27] drivers/cpufreq: "
` [PATCH rcu 11/27] drivers/dax: "
` [PATCH rcu 16/27] drivers/opp: "
` [PATCH rcu 18/27] fs/btrfs: "
` [PATCH rcu 21/27] fs/quota: "
` [PATCH rcu 27/27] rcu: Remove CONFIG_SRCU
` (subset) [PATCH rcu 0/27] Unconditionally enable SRCU

[PATCH v7 00/45] Recover from failure to probe GPU
 2023-01-05 17:35 UTC  (47+ messages)
` [PATCH v7 01/45] drm/amd: Delay removal of the firmware framebuffer
` [PATCH v7 02/45] drm/amd: Add a legacy mapping to "amdgpu_ucode_ip_version_decode"
` [PATCH v7 03/45] drm/amd: Convert SMUv11 microcode to use `amdgpu_ucode_ip_version_decode`
` [PATCH v7 04/45] drm/amd: Convert SMUv13 "
` [PATCH v7 05/45] drm/amd: Add a new helper for loading/validating microcode
` [PATCH v7 06/45] drm/amd: Use `amdgpu_ucode_request` helper for SDMA
` [PATCH v7 07/45] drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`
` [PATCH v7 08/45] drm/amd: Make SDMA firmware load failures less noisy
` [PATCH v7 09/45] drm/amd: Use `amdgpu_ucode_*` helpers for VCN
` [PATCH v7 10/45] drm/amd: Load VCN microcode during early_init
` [PATCH v7 11/45] drm/amd: Load MES "
` [PATCH v7 12/45] drm/amd: Use `amdgpu_ucode_*` helpers for MES
` [PATCH v7 13/45] drm/amd: Remove superfluous assignment for `adev->mes.adev`
` [PATCH v7 14/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX9
` [PATCH v7 15/45] drm/amd: Load GFX9 microcode during early_init
` [PATCH v7 16/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX10
` [PATCH v7 17/45] drm/amd: Load GFX10 microcode during early_init
` [PATCH v7 18/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX11
` [PATCH v7 19/45] drm/amd: Load GFX11 microcode during early_init
` [PATCH v7 20/45] drm/amd: Parse both v1 and v2 TA microcode headers using same function
` [PATCH v7 21/45] drm/amd: Avoid BUG() for case of SRIOV missing IP version
` [PATCH v7 22/45] drm/amd: Load PSP microcode during early_init
` [PATCH v7 23/45] drm/amd: Use `amdgpu_ucode_*` helpers for PSP
` [PATCH v7 24/45] drm/amd/display: Load DMUB microcode during early_init
` [PATCH v7 25/45] drm/amd: Use `amdgpu_ucode_release` helper for DMUB
` [PATCH v7 26/45] drm/amd: Use `amdgpu_ucode_*` helpers for SMU
` [PATCH v7 27/45] drm/amd: Load SMU microcode during early_init
` [PATCH v7 28/45] drm/amd: Optimize SRIOV switch/case for PSP microcode load
` [PATCH v7 29/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX6
` [PATCH v7 30/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX7
` [PATCH v7 31/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX8
` [PATCH v7 32/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC6
` [PATCH v7 33/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC7
` [PATCH v7 34/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC8
` [PATCH v7 35/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA2.4
` [PATCH v7 36/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA3.0
` [PATCH v7 37/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA on CIK
` [PATCH v7 38/45] drm/amd: Use `amdgpu_ucode_*` helpers for UVD
` [PATCH v7 39/45] drm/amd: Use `amdgpu_ucode_*` helpers for VCE
` [PATCH v7 40/45] drm/amd: Use `amdgpu_ucode_*` helpers for CGS
` [PATCH v7 41/45] drm/amd: Use `amdgpu_ucode_*` helpers for GPU info bin
` [PATCH v7 42/45] drm/amd: Use `amdgpu_ucode_*` helpers for DMCU
` [PATCH v7 43/45] drm/amd: Use `amdgpu_ucode_release` helper for powerplay
` [PATCH v7 44/45] drm/amd: Use `amdgpu_ucode_release` helper for si
` [PATCH v7 45/45] drm/amd: make amdgpu_ucode_validate static

[PATCH v2 0/6] clk: sunxi-ng: Allwinner R528/T113 clock support
 2023-01-05 17:34 UTC  (3+ messages)
` [PATCH v2 6/6] clk: sunxi-ng: d1: Add CAN bus gates and resets

[PATCH] ASoC: amd: ps: Fix uninitialized ret in create_acp64_platform_devs()
 2023-01-05 17:34 UTC  (4+ messages)
  ` [PATCH] ASoC: amd: ps: Fix uninitialized ret in create_acp64_platform_devs()m

[PATCH v2 0/4] Driver support for RZ/V2M PWC
 2023-01-05 17:33 UTC  (4+ messages)
` [PATCH v2 4/4] power: reset: Add new driver for RZ/V2M PWC poweroff

[PATCH v2 0/6] Support TDX guests on Hyper-V
 2023-01-05 17:33 UTC  (4+ messages)
` [PATCH v2 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-05 17:32 UTC  (2+ messages)

[PATCH] clk: sunxi-ng: h3/h5: Model H3 CLK_DRAM as a fixed clock
 2023-01-05 17:30 UTC  (2+ messages)

[PATCH 1/2] rtc: sun6i: Prevent an out-of-bounds read
 2023-01-05 17:26 UTC  (4+ messages)
` [PATCH 2/2] rtc: sun6i: Drop the unused has_out_clk flag

[PATCH] perf build: Fix build error when NO_LIBBPF=1
 2023-01-05 17:22 UTC 

[PATCH v6] serial: linflexuart: Remove redundant uart type assignment
 2023-01-05 17:04 UTC 

[PATCH v6 00/45] Recover from failure to probe GPU
 2023-01-05 17:18 UTC  (8+ messages)
` [PATCH v6 20/45] drm/amd: Parse both v1 and v2 TA microcode headers using same function
` [PATCH v6 25/45] drm/amd: Use `amdgpu_ucode_release` helper for DMUB
` [PATCH v6 42/45] drm/amd: Use `amdgpu_ucode_*` helpers for DMCU

versioncheck: ./tools/testing/selftests/wireguard/qemu/init.c: 25 linux/version.h not needed
 2023-01-05 17:17 UTC 

[PATCH v2 00/27] ARM: pxa: remove all unused boards&drivers
 2023-01-05 17:16 UTC  (14+ messages)
` [PATCH 01/27] ARM: pxa: remove unused board files
` [PATCH 06/27] power: remove z2_battery driver
` [PATCH 07/27] power: remove tosa_battery driver
` [PATCH 16/27] power: remove pda_power supply driver
` [PATCH 21/27] mmc: remove tmio_mmc driver

[PATCH 1/2][next] nvmem: layouts: Fix spelling mistake "platforn" -> "platform"
 2023-01-05 17:14 UTC  (4+ messages)
` [PATCH 2/2][next] dt-bindings: nvmem: "

[PATCH] nvmem: core: return -ENOENT if nvmem cell is not found
 2023-01-05 17:15 UTC  (2+ messages)

[PATCH v3 0/2] Introduce ICSSG based ethernet Driver
 2023-01-05 17:13 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: net: Add ICSSG Ethernet Driver bindings

[PATCH 0/8] soc: mediatek: MT8365 power support
 2023-01-05 17:07 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: power: Add MT8365 power domains
` [PATCH 2/8] soc: mediatek: pm-domains: Split bus_prot_mask
` [PATCH 3/8] soc: mediatek: pm-domains: Create bus protection operation functions
` [PATCH 4/8] soc: mediatek: pm-domains: Document scpsys_bus_prot_data
` [PATCH 5/8] soc: mediatek: pm-domains: Fix caps field documentation
` [PATCH 6/8] soc: mediatek: Add support for WAY_EN operations
` [PATCH 7/8] soc: mediatek: Add support for MTK_SCPD_STRICT_BUS_PROTECTION cap
` [PATCH 8/8] soc: mediatek: pm-domains: Add support for MT8365

[PATCH v6 0/2] cpuidle: teo: Introduce util-awareness
 2023-01-05 17:11 UTC  (5+ messages)
` [PATCH v6 2/2] "

[PATCH 1/3] dt-bindings: nvmem: u-boot,env: add MAC's #nvmem-cell-cells
 2023-01-05 17:10 UTC  (3+ messages)
` [PATCH 2/3] nvmem: core: allow .read_post_process() callbacks to adjust data length
` [PATCH 3/3] nvmem: u-boot-env: post process "ethaddr" env variable

[PATCH v2] x86/acpi/boot: Do not register processors that cannot be onlined for x2apic
 2023-01-05 17:09 UTC  (2+ messages)

[regression] Bug 216851 - btrfs write time corrupting for log tree
 2023-01-05 17:04 UTC  (9+ messages)

[PATCH net-next v1 0/3] add dts for yt8521 and yt8531s, add driver for yt8531
 2023-01-05 17:03 UTC  (3+ messages)
` [PATCH net-next v1 2/3] net: phy: Add dts support for Motorcomm yt8521/yt8531s gigabit ethernet phy

[PATCH] mm: Fix two spelling mistakes in highmem.h
 2023-01-05 17:02 UTC  (2+ messages)

[PATCH] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-05 17:00 UTC  (7+ messages)

[PATCH v2] mm: Remove an ambiguous sentence from kmap_local_folio() kdocs
 2023-01-05 16:58 UTC  (2+ messages)

[PATCH 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
 2023-01-05 16:57 UTC  (2+ messages)

versioncheck: ./init/version-timestamp.c: 5 linux/version.h not needed
 2023-01-05 16:57 UTC 

[PATCH V4 1/9] PCI/CXL: Export native CXL error reporting control
 2023-01-05 16:56 UTC  (2+ messages)

next: clang-15: s390x-linux-gnu-ld: BFD (GNU Binutils for Debian) 2.35.2 assertion fail ../../bfd/elf64-s390.c:3349
 2023-01-05 16:49 UTC 

[PATCH] lib/scatterlist: Fix to merge contiguous pages into the last SG properly
 2023-01-05 16:48 UTC  (3+ messages)

[syzbot] [hfs?] WARNING in hfs_write_inode
 2023-01-05 16:45 UTC  (8+ messages)

[syzbot] [udf?] KASAN: null-ptr-deref Write in udf_fiiter_add_entry
 2023-01-05 16:43 UTC 

[PATCH 0/2] Allwinner power domain support
 2023-01-05 16:38 UTC  (4+ messages)
` [PATCH 2/2] soc: sunxi: Add Allwinner D1 PPU driver

[PATCH 4.9 000/251] 4.9.337-rc1 review
 2023-01-05 16:36 UTC  (2+ messages)

[PATCH printk v4 0/8] printk: cleanup buffer handling
 2023-01-05 16:35 UTC  (4+ messages)
` [PATCH printk v4 6/8] printk: introduce console_prepend_dropped() for dropped messages

[syzbot] kernel BUG in rxrpc_put_peer
 2023-01-05 16:32 UTC  (3+ messages)

[PATCH v2 0/3] crypto: Allwinner D1 crypto support
 2023-01-05 16:30 UTC  (5+ messages)
` [PATCH v2 2/3] crypto: sun8i-ce - Add TRNG clock to the D1 variant
` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add crypto engine node

[PATCH 00/19] Introduce __xchg, non-atomic xchg
 2023-01-05 16:29 UTC  (4+ messages)

[PATCH v10 1/3] platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer
 2023-01-05 16:27 UTC  (7+ messages)
` [PATCH v10 2/3] dt-bindings: mfd: Add compatible string for UART support

[PATCH 00/30] RSEQ node id and mm concurrency id extensions
 2023-01-05 16:28 UTC  (6+ messages)
` [PATCH 05/30] selftests/rseq: Use ELF auxiliary vector for extensible rseq

versioncheck: ./drivers/soc/tegra/cbb/tegra234-cbb.c: 26 linux/version.h not needed
 2023-01-05 16:26 UTC 

[PATCH v2] clk: sunxi-ng: Avoid computing the rate twice
 2023-01-05 16:25 UTC  (2+ messages)

[PATCH v2 1/2] ARM: dts: sunxi: Fix GPIO LED node names
 2023-01-05 16:23 UTC  (2+ messages)

[PATCH 0/4] Allwinner D1 video engine support
 2023-01-05 16:21 UTC  (8+ messages)
` [PATCH 1/4] media: dt-bindings: cedrus: Allow power domain references
` [PATCH 3/4] media: cedrus: Make SRAM section claiming optional
` [PATCH 4/4] riscv: dts: allwinner: d1: Add video engine node

[PATCH 1/5] linux/minmax.h: add non-atomic version of xchg
 2023-01-05 16:16 UTC  (9+ messages)
    ` [Intel-gfx] "

[PATCH v3] Drivers: hv: Make remove callback of hyperv driver void returned
 2023-01-05 16:13 UTC  (3+ messages)

versioncheck: ./tools/testing/selftests/bpf/progs/test_send_signal_kern.c: 4 linux/version.h not needed
 2023-01-05 16:06 UTC 

[PATCH 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries
 2023-01-05 16:06 UTC  (2+ messages)

drivers/net/dsa/microchip/ksz9477_i2c.c:89:34: warning: unused variable 'ksz9477_dt_ids'
 2023-01-05 16:06 UTC 

[PATCH v2 0/1] vfio/type1: Fix vfio-pci pass-through of ISM devices
 2023-01-05 16:06 UTC  (3+ messages)
` [PATCH v2 1/1] vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()

[PATCH v10 00/13] x86/resctrl: Support for AMD QoS new features
 2023-01-05 16:06 UTC  (16+ messages)
` [PATCH v10 01/13] x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
` [PATCH v10 07/13] x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()
` [PATCH v10 09/13] x86/resctrl: Add interface to read mbm_total_bytes_config
` [PATCH v10 11/13] x86/resctrl: Add interface to write mbm_total_bytes_config
` [PATCH v10 13/13] Documentation/x86: Update resctrl.rst for new features

[PATCH] maple_tree: Remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
 2023-01-05 16:05 UTC 

[PATCH] ASoC: dt-bindings: simple-card: Document simple-audio-card,plat
 2023-01-05 16:03 UTC 

[PATCH v9 00/13] Implement AMD Pstate EPP Driver
 2023-01-05 16:03 UTC  (3+ messages)
` [PATCH v9 09/13] cpufreq: amd-pstate: add driver working mode switch support

[net PATCHV2] octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
 2023-01-05 16:01 UTC 

[PATCH] drm/i915: Fix potential context UAFs
 2023-01-05 16:00 UTC  (3+ messages)

[syzbot] [erofs?] WARNING: CPU: NUM PID: NUM at mm/page_alloc.c:LINE get_page_from_freeli
 2023-01-05 15:59 UTC  (4+ messages)

[PATCH 0/6] MHI EP fixes and improvements
 2023-01-05 15:57 UTC  (7+ messages)
` [PATCH 4/6] bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmd
` [PATCH 5/6] bus: mhi: ep: Move chan->lock to the start of processing queued ch ring
` [PATCH 6/6] bus: mhi: ep: Save channel state locally during suspend and resume

[PATCH RFC 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-05 15:55 UTC  (3+ messages)
` [PATCH 2/6] composefs: Add on-disk layout

versioncheck: ./drivers/soc/tegra/cbb/tegra-cbb.c: 19 linux/version.h not needed
 2023-01-05 15:56 UTC 

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-01-05 15:49 UTC  (5+ messages)
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION

[Patch net-next v7 00/13] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2023-01-05 15:48 UTC  (5+ messages)
` [Patch net-next v7 06/13] net: ptp: add helper for one-step P2P clocks

[RFC PATCH 0/3] x86/resctrl: Miscellaneous resctrl features
 2023-01-05 15:48 UTC  (6+ messages)
` [RFC PATCH 3/3] x86/resctrl: Display the RMID and COSID for resctrl groups

[PATCH v7 0/9] Register Type-C mode-switch in DP bridge endpoints
 2023-01-05 15:41 UTC  (5+ messages)
` [PATCH v7 2/9] platform/chrome: cros_ec_typec: Purge blocking switch devlinks
` [PATCH v7 3/9] drm/display: Add Type-C switch helpers

[PATCH RFC] fs/buffer.c: update per-CPU bh_lru cache via RCU
 2023-01-05 15:40 UTC 

[RFC PATCH v1 00/19] rtw88: Add SDIO support
 2023-01-05 15:38 UTC  (6+ messages)
` [RFC PATCH v1 19/19] rtw88: Add support for the SDIO based RTL8821CS chipset

[PATCH] crypto: ccp - Limit memory allocation in SEV_GET_ID2 ioctl
 2023-01-05 15:37 UTC  (11+ messages)
        ` [patch] crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2

[PATCH v3 11/11] reset: starfive: Add StarFive JH7110 reset driver
 2023-01-05 15:35 UTC  (2+ messages)

[linus:master] [mm, slub] 0af8489b02: kernel_BUG_at_include/linux/mm.h
 2023-01-05 15:35 UTC  (7+ messages)
  ` A better dump_page()

[PATCH linux-next v3] s390/zcrypt: use strscpy() to instead of strncpy()
 2023-01-05 15:34 UTC  (2+ messages)

[REGRESSION] suspend to ram fails in 6.2-rc1 due to tpm errors
 2023-01-05 15:32 UTC  (7+ messages)

linux-next: manual merge of the thermal tree with the pm tree
 2023-01-05 15:30 UTC  (4+ messages)

[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
 2023-01-05 15:29 UTC  (3+ messages)
` [PATCH 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM

[PATCH 5.10 00/63] 5.10.162-rc1 review
 2023-01-05 15:28 UTC 

[regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled
 2023-01-05 15:27 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).