All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-05 03:23:34 to 2023-01-05 04:06:00 UTC [more...]

[PATCH net-next v2 00/15] devlink: code split and structured instance walk
 2023-01-05  4:05 UTC  (8+ messages)
` [PATCH net-next v2 01/15] devlink: move code to a dedicated directory
` [PATCH net-next v2 02/15] devlink: rename devlink_netdevice_event -> devlink_port_netdevice_event
` [PATCH net-next v2 03/15] devlink: split out core code
` [PATCH net-next v2 05/15] netlink: add macro for checking dump ctx size
` [PATCH net-next v2 06/15] devlink: use an explicit structure for dump context
` [PATCH net-next v2 07/15] devlink: remove start variables from dumps
` [PATCH net-next v2 08/15] devlink: drop the filter argument from devlinks_xa_find_get

[PATCH rcu 0/27] Unconditionally enable SRCU
 2023-01-05  4:04 UTC  (3+ messages)
` [PATCH rcu 10/27] drivers/cpufreq: Remove "select SRCU"

[RESEND PATCH v5 0/2] Add LED driver for flash module in QCOM PMICs
 2023-01-05  4:03 UTC  (2+ messages)

[PATCH v3] drm/msm: another fix for the headless Adreno GPU
 2023-01-05  3:02 UTC  (2+ messages)

The "bus for gadgets" is preventing the use of multiple UDCs
 2023-01-05  4:02 UTC  (3+ messages)

[PATCHv3 net-next] sched: multicast sched extack messages
 2023-01-05  4:01 UTC  (2+ messages)

[PATCH 2/2] PCI: Add quirk for LS7A to avoid reboot failure
 2023-01-05  4:01 UTC  (2+ messages)

[PATCH v7 0/7] Improve libata support for FUA
 2023-01-05  3:54 UTC  (6+ messages)
` [PATCH v7 1/7] block: add a sanity check for non-write flush/fua bios

FAILED: patch "[PATCH] tracing: Fix issue of missing one synthetic field" failed to apply to 5.15-stable tree
 2023-01-05  3:54 UTC  (2+ messages)
` [PATCH 5.15] tracing: Fix issue of missing one synthetic field

linux-next: build warnings after merge of the drm tree
 2023-01-05  3:47 UTC  (2+ messages)

[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-05  3:06 UTC 

[PATCH v8 00/12] Network support for Landlock
 2023-01-05  3:46 UTC  (4+ messages)
` [PATCH v8 11/12] samples/landlock: Add network demo

[PATCH net-next 00/14] devlink: code split and structured instance walk
 2023-01-05  3:46 UTC  (4+ messages)
` [PATCH net-next 13/14] devlink: add by-instance dump infra

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

[PATCH 01/77] glib-2.0: upgrade 2.74.3 -> 2.74.4
 2023-01-05  3:44 UTC  (3+ messages)
` [PATCH 45/77] python3-setuptools: upgrade 65.5.1 -> 65.6.3
  ` [OE-core] "

[PATCH] net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modem
 2023-01-05  3:42 UTC 

linux-next: build warning after merge of the drm tree
 2023-01-05  3:43 UTC  (2+ messages)

[igt-dev] [PATCH 1/4] lib/amdgpu: rename function parameter
 2023-01-05  3:42 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [1/4] "

[PATCH v2] super-intel: make freesize not required for chunk size migration
 2023-01-05  3:41 UTC  (2+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-05  3:37 UTC  (6+ messages)
` [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page

[PATCH v3 0/3] Incremental mode: remove safety verification
 2023-01-05  3:38 UTC  (2+ messages)

Update bisect info and new repro code for "[syzbot] WARNING in _copy_from_iter"
 2023-01-05  3:38 UTC  (3+ messages)
  ` [Q] is the amount of residual bytes still not guaranteed for to be available for some old SCSI drivers? (was Re: Update bisect info and new repro code for "[syzbot] WARNING in _copy_from_iter")

[PATCH] io_uring: Replace 0-length array with flexible array
 2023-01-05  3:37 UTC 

[pull] amdgpu, amdkfd drm-fixes-6.2
 2023-01-05  3:38 UTC 

[PATCH v2] riscv: Move call to init_cpu_topology() to later initialization stage
 2023-01-05  3:37 UTC 

[android-common:android14-5.15 2/7] arch/arm64/kvm/hyp/nvhe/switch.c:337:5: warning: no previous prototype for '__pkvm_register_hyp_panic_notifier'
 2023-01-05  3:37 UTC 

[Intel-gfx] [PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-01-05  3:13 UTC  (15+ messages)
` [Intel-gfx] [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
      `  "
` [Intel-gfx] [PATCH 26/27] KVM: x86/mmu: Add page-track API to query if a gfn is valid
      `  "
    ` [PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups

[PATCH V2] locking/qspinlock: Optimize pending state waiting for unlock
 2023-01-05  3:34 UTC  (2+ messages)

[PATCH] usb: dwc3: Clear DWC3_EVENT_PENDING when count is 0
 2023-01-05  3:35 UTC  (3+ messages)

[PATCH v2] rcu: Rework tick dependency setting into rcu_exp_handler()
 2023-01-05  3:40 UTC 

[igt-dev] [PATCH i-g-t 0/1] Fix PMU freq verification with SLPC
 2023-01-05  3:34 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 1/1] HAX: Add gem_ctx_freq@sysfs and perf_pmu@frequency to fast-feedback.testlist

[PATCH] kbuild: readd -w option when vmlinux.o or Module.symver is missing
 2023-01-05  3:34 UTC  (2+ messages)

[PATCH 0/2] soc: qcom: dcc: Documentation improv
 2023-01-05  3:33 UTC  (2+ messages)

[PATCH 00/17] Enable DSA 2.0 Event Log and completion record faulting features
 2023-01-05  3:22 UTC  (12+ messages)
` [PATCH 09/17] mm: export access_remote_vm() symbol

[PATCH 0/3] Add PM6150L flash LED to Fairphone 4
 2023-01-05  3:30 UTC  (5+ messages)
` [PATCH 3/3] arm64: dts: qcom: sm7225-fairphone-fp4: configure flash LED

linux-next: Tree for Jan 5
 2023-01-05  3:30 UTC 

[intel-tdx:kvm-upstream-workaround 217/368] arch/x86/include/asm/cpu.h:74:20: error: conflicting types for 'tsx_ctrl_clear'; have 'void(u64)' {aka 'void(long long unsigned int)'}
 2023-01-05  3:27 UTC 

[PATCH 1/2] drm/amdgpu: update ta_secureDisplay_if.h to v27.00.00.08
 2023-01-05  3:27 UTC  (3+ messages)
` [PATCH 2/2] drm/amd: update securedisplay_cmd to ta_securedisplay_cmd

linux-next: build warnings after merge of the drm-intel tree
 2023-01-05  3:27 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v2] hyperv: Make remove callback of hyperv driver void returned
 2023-01-05  3:27 UTC  (2+ messages)

[PATCH 1/8] drm/amdgpu: add bitmask controll for power related sysfs interfaces
 2023-01-05  3:22 UTC  (4+ messages)
` [PATCH 6/8] drm/amd/pm: refine the checks for hwmon interfaces support
` [PATCH 7/8] drm/amd/pm: drop the support for manual fan speed setting on SMU13.0.0
` [PATCH 8/8] drm/amd/pm: drop the support for manual fan speed setting on SMU13.0.7


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.