All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-11 04:25:51 to 2022-03-11 05:17:35 UTC [more...]

[PATCH v2] media: amphion: fix some issues to improve robust
 2022-03-11  5:17 UTC 

Delayed match callback with sdbusplus asio APIs
 2022-03-11  5:16 UTC 

[PATCH 0/5] dyndbg add exclusive class support
 2022-03-11  5:17 UTC  (26+ messages)
` [Intel-gfx] "
` [PATCH 1/5] dyndbg: fix static_branch manipulation
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 2/5] dyndbg: add class_id field and query support
  `  "
` [Intel-gfx] [PATCH 3/5] dyndbg: add DEFINE_DYNAMIC_DEBUG_CLASSBITS macro
  `  "
` [Intel-gfx] [PATCH 4/5] dyndbg: drop EXPORTed dynamic_debug_exec_queries
  `  "
` [Intel-gfx] [PATCH 5/5] dyndbg: show both old and new in change-info
  `  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dyndbg add exclusive class support
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH v2] media: amphion: fix some error related with undefined reference to __divdi3
 2022-03-11  5:16 UTC 

[igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_flink_basic
 2022-03-11  5:15 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 1/2] i915/gem_flink_basic: Add subtests description for test case
` [igt-dev] [PATCH i-g-t 2/2] HAX: don't do full run
` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add description to gem_flink_basic

BUG: libxenlight fails to grant permission to access Intel IGD Opregion
 2022-03-11  5:01 UTC 

[git pull] drm fixes for 5.17-rc8/final
 2022-03-11  5:15 UTC  (2+ messages)

[PATCH v4 net-next] net: add per-cpu storage and net->core_stats
 2022-03-11  5:14 UTC 

stable-rc/queue/5.4 baseline: 82 runs, 2 regressions (v5.4.183-33-g82bfde770211)
 2022-03-11  5:13 UTC 

[PATCHv2 00/10] ext4: Improve FC trace events
 2022-03-11  5:12 UTC  (9+ messages)

[PATCH net-next 0/3] netdevsim: Support for L3 HW stats
 2022-03-11  5:13 UTC  (3+ messages)
` [PATCH net-next 1/3] netdevsim: Introduce support for L3 offload xstats

[xen-4.16-testing test] 168503: tolerable FAIL - PUSHED
 2022-03-11  5:11 UTC 

[PATCH bpf-next v2 0/5] Subskeleton support for BPF libraries
 2022-03-11  5:10 UTC  (2+ messages)

[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-11  5:09 UTC  (17+ messages)
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET

[PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)
 2022-03-11  4:49 UTC  (8+ messages)

[PATCH] riscv: Work to remove kernel dependence on the M-extension
 2022-03-11  4:54 UTC  (5+ messages)

[PATCH v3 net-next] net: add per-cpu storage and net->core_stats
 2022-03-11  5:08 UTC  (3+ messages)

[PATCH v6 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2022-03-11  4:48 UTC  (78+ messages)
` [PATCH v6 01/25] KVM: arm64: Introduce a validation function for an ID register
` [PATCH v6 02/25] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v6 03/25] KVM: arm64: Introduce struct id_reg_desc
` [PATCH v6 04/25] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [PATCH v6 05/25] KVM: arm64: Make ID_AA64PFR1_EL1 writable
` [PATCH v6 06/25] KVM: arm64: Make ID_AA64ISAR0_EL1 writable
` [PATCH v6 07/25] KVM: arm64: Make ID_AA64ISAR1_EL1 writable
` [PATCH v6 08/25] KVM: arm64: Make ID_AA64MMFR0_EL1 writable
` [PATCH v6 09/25] KVM: arm64: Make ID_AA64DFR0_EL1/ID_DFR0_EL1 writable
` [PATCH v6 10/25] KVM: arm64: Make MVFR1_EL1 writable
` [PATCH v6 11/25] KVM: arm64: Add remaining ID registers to id_reg_desc_table
` [PATCH v6 12/25] KVM: arm64: Use id_reg_desc_table for ID registers
` [PATCH v6 13/25] KVM: arm64: Add consistency checking for frac fields of "
` [PATCH v6 14/25] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_CONFIGURABLE capability
` [PATCH v6 15/25] KVM: arm64: Add kunit test for ID register validation
` [PATCH v6 16/25] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE
` [PATCH v6 17/25] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2
` [PATCH v6 18/25] KVM: arm64: Introduce framework to trap disabled features
` [PATCH v6 19/25] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [PATCH v6 20/25] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1
` [PATCH v6 21/25] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [PATCH v6 22/25] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1
` [PATCH v6 23/25] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1
` [PATCH v6 24/25] KVM: arm64: Add kunit test for trap initialization
` [PATCH v6 25/25] KVM: arm64: selftests: Introduce id_reg_test

[RFC PATCH v1 0/2] add type-safer list_head wrapper
 2022-03-11  5:06 UTC  (6+ messages)
` [RFC PATCH v1 1/2] list: "

[PATCH v2] mm: Only re-generate demotion targets when a numa node changes its N_CPU state
 2022-03-11  5:06 UTC  (2+ messages)

[PATCH 2/2] block: remove the per-bio/request write hint
 2022-03-11  5:06 UTC  (6+ messages)
    ` [EXT] "

[PATCH] rebase: set REF_HEAD_DETACH in checkout_up_to_date()
 2022-03-11  5:05 UTC 

Btrfs autodefrag wrote 5TB in one day to a 0.5TB SSD without a measurable benefit
 2022-03-11  5:04 UTC  (14+ messages)

[PATCH] ecryptfs-utils: add CVE-2016-1572 to allowlist
 2022-03-11  5:04 UTC  (2+ messages)
` [oe] "

【重要】えきねっとアカウントの自動退会処理について
 2022-03-11  0:02 UTC 

[PATCH] usb: dwc3: Add dwc3 lock for blocking interrupt storming
 2022-03-11  5:01 UTC  (8+ messages)

[PATCH V1] extcon/usb: Remove disable irq operation in system sleep
 2022-03-11  5:26 UTC  (3+ messages)

[PATCH] target/riscv: write back unmodified value for csrrc/csrrs with rs1 is not x0 but holding zero
 2022-03-11  4:57 UTC  (4+ messages)

drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-03-11  4:58 UTC 

[PATCH] net: skb: move enum skb_drop_reason to uapi
 2022-03-11  4:58 UTC  (3+ messages)

proc-v7-bugs.c:undefined reference to `spectre_v2_update_state'
 2022-03-11  4:58 UTC 

How to fix the bug in "WARNING: kobject bug in erofs_unregister_sysfs"?
 2022-03-11  4:56 UTC  (5+ messages)

[PATCH] arm64: dts: qcom: sm8450: fix interconnects property of UFS node
 2022-03-11  4:55 UTC  (2+ messages)

+ ocfs2-fix-crash-when-initialize-filecheck-kobj-fails.patch added to -mm tree
 2022-03-11  4:54 UTC 

[Intel-gfx] [PATCH v2 0/1] Fix i915 error_state_read ptr use
 2022-03-11  4:52 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 1/1] drm/i915/reset: Fix error_state_read ptr + offset use

[PATCH] mm/huge_memory: remove unneeded local variable follflags
 2022-03-11  4:51 UTC  (2+ messages)

arch/arc/kernel/smp.c:279:18: sparse: sparse: dereference of noderef expression
 2022-03-11  4:47 UTC  (2+ messages)

[Buildroot] [PATCH v3 1/1] package/nerdctl: new package
 2022-03-11  4:48 UTC 

[PATCH] erofs: rename ctime to mtime
 2022-03-11  4:47 UTC  (2+ messages)

[PULL V2 00/15] Net patches
 2022-03-11  4:43 UTC  (3+ messages)

[Intel-gfx] [v6 0/5] enhanced edid driver compatibility
 2022-03-11  4:44 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for enhanced edid driver compatibility (rev2)

[igt-dev] [PATCH i-g-t v2 1/2] tests/i915/i915_pm_lpsp : Close fd after igt_display_fini execution
 2022-03-11  4:43 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v2 2/2] tests/i915/kms_dsc "

[PATCH v11 0/4] integrity: support including firmware ".platform" keys at build time
 2022-03-11  4:41 UTC  (4+ messages)
` [PATCH v11 3/4] certs: conditionally build extract-cert if platform keyring is enabled

[Buildroot] [PATCH v2 1/1] package/balena-engine: bump to version 20.10.13
 2022-03-11  4:41 UTC 

[PATCH V2] ax25: Fix NULL pointer dereferences in ax25 timers
 2022-03-11  4:40 UTC  (2+ messages)

[PATCH net-next] ptp: ocp: add UPF_NO_THRE_TEST flag for serial ports
 2022-03-11  4:40 UTC  (2+ messages)

[PATCH v2 01/15] dt-bindings: ARM: Mediatek: Add new document bindings of MT8186 clock
 2022-03-11  4:37 UTC  (5+ messages)

[PATCH] powerpc: Replace ppc64 DT_RELACOUNT usage with DT_RELASZ/24
 2022-03-11  4:35 UTC  (6+ messages)

[PATCH 0/3] KVM: x86: APICv inhibition cleanups
 2022-03-11  4:35 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Make APICv inihibit reasons an enum and cleanup naming
` [PATCH 2/3] KVM: x86: Add wrappers for setting/clearing APICv inhibits
` [PATCH 3/3] KVM: x86: Trace all APICv inhibit changes and capture overall status

[PATCH v2] exfat: do not clear VolumeDirty in writeback
 2022-03-11  4:34 UTC  (2+ messages)

[PATCH net-next 0/2][pull request] 10GbE Intel Wired LAN Driver Updates 2022-03-10
 2022-03-11  4:34 UTC  (6+ messages)
` [PATCH net-next 1/2] devlink: Allow parameter registration/unregistration during runtime
` [PATCH net-next 2/2] ice: Add inline flow director support for channels

[PATCH net-next] net: remove exports for netdev_name_node_alt_create() and destroy
 2022-03-11  4:33 UTC  (2+ messages)

next/pending-fixes build: 167 builds: 6 failed, 161 passed, 8 errors, 6 warnings (v5.17-rc7-273-g090ff5ac1521)
 2022-03-11  4:33 UTC 

[Buildroot] [PATCH 1/1] package/balena-engine: bump to version 20.10.13
 2022-03-11  4:32 UTC  (2+ messages)

[ovmf test] 168508: regressions - FAIL
 2022-03-11  4:31 UTC 

[PATCH] pinctrl: tegra: Set SFIO mode to Mux Register
 2022-03-11  4:30 UTC 

[PATCH net-next] nfp: xsk: fix a warning when allocating rx rings
 2022-03-11  4:30 UTC  (2+ messages)

[PATCH net-next v2] net: openvswitch: fix uAPI incompatibility with existing user space
 2022-03-11  4:30 UTC  (2+ messages)

[PATCH net-next 0/2] net: control the length of the altname list
 2022-03-11  4:30 UTC  (2+ messages)

[PATCH net-next] net: dsa: lantiq_gswip: enable jumbo frames on GSWIP
 2022-03-11  4:30 UTC  (2+ messages)

[PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2022-03-09
 2022-03-11  4:30 UTC  (2+ messages)

[PATCH v6 0/9] IPI virtualization support for VM
 2022-03-11  4:26 UTC  (7+ messages)
` [PATCH v6 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally

[PATCH] PM: fix dynamic debug within pm_pr_debug()
 2022-03-11  4:25 UTC 


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.