All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-06 23:15:30 to 2024-03-07 00:17:41 UTC [more...]

[PATCH 01/10] drm/i915/display: convert inner wakeref get towards get_if_in_use
 2024-03-07  0:15 UTC  (10+ messages)
` [PATCH 02/10] drm/xe: Move lockdep protection from mem_access to xe_pm_runtime
` [PATCH 03/10] drm/xe: Convert GSC HDCP from mem_access to direct xe_pm_runtime calls
` [PATCH 04/10] drm/xe: Remove useless mem_access during probe
` [PATCH 05/10] drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime calls
` [PATCH 06/10] drm/xe: Removing extra mem_access protection from runtime pm
` [PATCH 07/10] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
` [PATCH 08/10] drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_active
` [PATCH 09/10] drm/xe: Ensure all the inner access are using the _noresume variant
` [PATCH 10/10] drm/xe: Kill xe_device_mem_access_{get*,put}

[RFC PATCH] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
 2024-03-07  0:17 UTC  (4+ messages)

[PATCH] Revert "drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuC"
 2024-03-07  0:17 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[v2][meta-oe][PATCH 1/1] googletest: allow for shared libraries
 2024-03-07  0:16 UTC  (2+ messages)
` [oe] "

[PATCH v2] migration/multifd: Don't fsync when closing QIOChannelFile
 2024-03-07  0:14 UTC  (2+ messages)

[PATCH v2] kunit: tool: add ability to parse multiple files
 2024-03-07  0:15 UTC  (2+ messages)

[PATCH v4 0/3] Disable automatic load CCS load balancing
 2024-03-07  0:14 UTC  (5+ messages)
` [PATCH v4 1/3] drm/i915/gt: Disable HW load balancing for CCS
` [PATCH v4 3/3] drm/i915/gt: Enable only one CCS for compute workload

[PATCH 0/5] guestfs: start moving guest data to macros
 2024-03-07  0:14 UTC  (6+ messages)
` [PATCH 1/5] bringup_guestfs.sh: use bash as the default shell
` [PATCH 2/5] guestfs_q35: use hex for pci addr
` [PATCH 3/5] guestfs_q35: use libvirt_extra_storage_nvme_logical_block_size
` [PATCH 4/5] gen_nodes: move drive generation for guestfs to macros
` [PATCH 5/5] guestfs: add large IO support

[PATCH v2 0/8] Add support for Qualcomm SA8155-ADP board
 2024-03-06 21:24 UTC  (6+ messages)
` [PATCH v2 8/8] board: add support for Qualcomm SA8155P-ADP board

[PATCH 0/8] builtin/config: introduce subcommands
 2024-03-07  0:13 UTC  (9+ messages)
` [PATCH 3/8] builtin/config: use `OPT_CMDMODE()` to specify modes
` [PATCH 5/8] builtin/config: track subcommands by action

[PATCH v3 0/4] arm64: Add support for Airoha EN7581 Soc
 2024-03-07  0:11 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: arm64: dts: airoha: Add en7581 entry
` [PATCH v3 2/4] arm64: dts: Add Airoha EN7581 SoC and EN7581 Evaluation Board
` [PATCH v3 3/4] arm64: add Airoha EN7581 platform
` [PATCH v3 4/4] arm64: defconfig: enable Airoha platform

[oe] [meta-oe] [PATCH 01/26] abseil-cpp: upgrade 20230802.1 -> 20240116.1
 2024-03-07  0:11 UTC  (2+ messages)

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-03-07  0:11 UTC  (18+ messages)
` [PATCH 09/16] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH 10/16] KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
` [PATCH 11/16] KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
` [PATCH 12/16] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()

[PATCH v3] test/py: reset: Add a test for reset command
 2024-03-07  0:10 UTC  (6+ messages)

[WIP PATCH 00/30] Adding trailing slash to $(*tree)
 2024-03-07  0:09 UTC  (7+ messages)

[PATCH v2] x86: disable non-instrumented version of copy_mc when KMSAN is enabled
 2024-03-07  0:09 UTC  (5+ messages)

[PATCH] bmaptool: Add bmap-tools alias for compatibility
 2024-03-07  0:09 UTC  (9+ messages)
` [OE-core] "

Prebuilt LLVM 18.1.0 uploaded
 2024-03-07  0:08 UTC 

linux-next: build failure after merge of the ext3 tree
 2024-03-07  0:07 UTC 

[RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE)
 2024-03-07  0:05 UTC  (23+ messages)
` [RFC PATCH v14 01/19] security: add ipe lsm
` [RFC PATCH v14 02/19] ipe: add policy parser
` [RFC PATCH v14 03/19] ipe: add evaluation loop
` [RFC PATCH v14 04/19] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v14 05/19] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v14 06/19] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v14 07/19] security: add new securityfs delete function
` [RFC PATCH v14 08/19] ipe: add userspace interface
` [RFC PATCH v14 09/19] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v14 10/19] ipe: add permissive toggle
` [RFC PATCH v14 11/19] block|security: add LSM blob to block_device
` [RFC PATCH v14 12/19] dm: add finalize hook to target_type
` [RFC PATCH v14 13/19] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v14 14/19] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v14 16/19] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v14 17/19] scripts: add boot policy generation program
` [RFC PATCH v14 18/19] ipe: kunit test for parser
` [RFC PATCH v14 19/19] documentation: add ipe documentation

[PATCH net-next v2 0/5] tools/net/ynl: Add support for nlctrl netlink family
 2024-03-07  0:04 UTC  (5+ messages)
` [PATCH net-next v2 5/5] doc/netlink/specs: Add spec "

[PATCH 0/1] Fix TPM chip hanging system before suspend/shutdown
 2024-03-07  0:03 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 1/2] rcu: Do not release a wait-head from a GP kthread
 2024-03-07  0:04 UTC  (2+ messages)

[PATCH 0/7] Additions to "Reimplement line-per-line pixel conversion for plane reading" series
 2024-03-07  0:03 UTC  (3+ messages)
` [PATCH 4/7] drm/vkms: Fix compilation issues

[PATCH v2 6/9] drm/vkms: Add YUV support
 2024-03-07  0:03 UTC  (11+ messages)

[PATCH v2] x86/mce: Dynamically size space for machine check records
 2024-03-07  0:02 UTC 

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-07  0:00 UTC  (9+ messages)

[RFC PATCH net-next v1 0/2] Minor cleanups to skb frag ref/unref
 2024-03-06 23:59 UTC  (3+ messages)
` [RFC PATCH net-next v1 1/2] net: mirror skb frag ref/unref helpers
` [RFC PATCH net-next v1 2/2] net: remove napi_frag_[un]ref

[PATCH] drm/i915: Drop WA 16015675438
 2024-03-06 23:55 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 01/47] python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
 2024-03-06 23:54 UTC  (3+ messages)
` [PATCH 38/47] python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  ` [OE-core] "

[GIT PULL] Kselftest next update for Linux 6.9-rc1
 2024-03-06 23:54 UTC 

[PATCH v5 1/2] drm/amdgpu: implement TLB flush fence
 2024-03-06 23:54 UTC  (2+ messages)

[ndctl PATCH v10 0/7] Support poison list retrieval
 2024-03-06 23:53 UTC  (5+ messages)
` [ndctl PATCH v10 3/7] cxl/event_trace: add a private context for private parsers
` [ndctl PATCH v10 4/7] cxl/event_trace: add helpers to retrieve tep fields by type

[PATCH v8 0/6] i2c: add zhaoxin i2c controller driver
 2024-03-06 21:24 UTC  (2+ messages)
` [PATCH v9 "

[PATCH net 0/3] net: lan743x: Fixes for multiple WOL related issues
 2024-03-06 23:53 UTC  (8+ messages)
` [PATCH net 3/3] net: lan743x: Address problems with wake option flags configuration sequences

[Intel-wired-lan] [PATCH] overflow: Change DEFINE_FLEX to take __counted_by member
 2024-03-06 23:52 UTC  (5+ messages)
      `  "

[kvalo-ath:ath-qca] BUILD SUCCESS 94c2f81585f8428cd8d10408410d190d242b7c27
 2024-03-06 23:51 UTC 

spinlock recursion when running q800 emulation in qemu
 2024-03-06 23:52 UTC  (7+ messages)

[Intel-wired-lan] [PATCH v2] overflow: Change DEFINE_FLEX to take __counted_by member
 2024-03-06 23:51 UTC  (2+ messages)
`  "

Bug in Git
 2024-03-06 23:51 UTC 

[PATCH v5 0/3] auxdisplay: 7-segment LED display
 2024-03-06 23:50 UTC  (8+ messages)
` [PATCH v5 1/3] auxdisplay: Add 7-segment LED display driver
` [PATCH v5 2/3] dt-bindings: auxdisplay: Add bindings for generic 7-segment LED
` [PATCH v5 3/3] ARM: dts: marvell: Add 7-segment LED display on x530

ECDSA related PRs
 2024-03-06 23:48 UTC  (5+ messages)

[stffrdhrn:or1k-fpu-regs 1/1] arch/openrisc/kernel/entry.S:855: Error: unrecognized form of instruction `l.sw TASK_THFPU state for handler to inspect.3'
 2024-03-06 23:46 UTC 

Does "-object" support structured options now?
 2024-03-06 23:45 UTC  (6+ messages)

[PATCH net-next v3 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-03-06 23:44 UTC  (5+ messages)
` [PATCH net-next v3 10/12] net: ethernet: oa_tc6: implement mac-phy interrupt
` [PATCH net-next v3 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY

[Intel-wired-lan] [PATCH] ice: Fix enabling SR-IOV with Xen
 2024-03-06 23:44 UTC  (3+ messages)
  `  "

[PATCH v4] zswap: replace RB tree with xarray
 2024-03-06 23:43 UTC  (3+ messages)

[Bug] WARNING in static_key_disable_cpuslocked
 2024-03-06 23:42 UTC  (7+ messages)

[PATCH] netdev: Use flexible array for trailing private bytes
 2024-03-06 23:42 UTC  (5+ messages)

[PATCH topic/core-for-CI] platform/x86/intel/pmc/lnl: Remove SSRAM support
 2024-03-06 23:42 UTC  (2+ messages)
` ✓ CI.BAT: success for "

[PATCH i-g-t v2 0/7] benchmarks/kms_fb_stress: Test all possible combinations of formats
 2024-03-06 23:42 UTC  (6+ messages)
` [PATCH i-g-t v2 7/7] benchmarks/kms_fb_stress: Add command line options to pin the planes or writeback formats

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-06 23:41 UTC  (7+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions

[PATCH RFC] btrfs: make extent_write_locked_range() to handle subpage dirty correctly
 2024-03-06 23:41 UTC  (3+ messages)

[PATCH RESEND] kernel/sched: use seq_putc instead of seq_puts
 2024-03-06 23:41 UTC 

[PATCH v5 0/6] Match panel with identity
 2024-03-06 23:30 UTC  (13+ messages)
` [PATCH v5 1/6] drm_edid: Add a function to get EDID base block
` [PATCH v5 2/6] drm/edid: Clean up drm_edid_get_panel_id()
` [PATCH v5 3/6] drm/edid: Add a function to match EDID with identity
` [PATCH v5 4/6] drm/edid: Match edid quirks "
` [PATCH v5 5/6] drm/panel-edp: Match edp_panels with panel identity
` [PATCH v5 6/6] drm/panel-edp: Fix AUO 0x405c panel naming and add a variant

[PATCH v4 RESEND] cmd: add FDT setup for bootelf by flag
 2024-03-06 23:38 UTC 

[PATCH net-next 0/4] ipv6: lockless inet6_dump_addr()
 2024-03-06 23:38 UTC  (3+ messages)
` [PATCH net-next 1/4] ipv6: make inet6_fill_ifaddr() lockless

[PATCH v2] Argo: don't obtain excess page references
 2024-03-06 23:37 UTC  (3+ messages)

[xen-unstable test] 184919: tolerable FAIL - PUSHED
 2024-03-06 23:37 UTC 

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-03-06 23:36 UTC  (5+ messages)
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

WinLink E850-96: WARNING: at block/blk-settings.c:204 blk_validate_limits
 2024-03-06 23:36 UTC  (5+ messages)

[meta-ti][master][PATCH] ti-img-rogue-driver: bump version to align with dt
 2024-03-06 23:34 UTC 

[PATCH] prserv: remove dead code in exception handling
 2024-03-06 23:31 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH v3 net-next 0/4] net: switchdev: Tracepoints
 2024-03-06 23:33 UTC  (12+ messages)
` [PATCH v3 net-next 4/4] net: switchdev: Add tracepoints

Order priority issues for special 3type sub-section
 2024-03-06 23:22 UTC 

[PATCH net-next 00/14] ionic: putting ionic on a diet
 2024-03-06 23:29 UTC  (15+ messages)
` [PATCH net-next 01/14] ionic: remove desc, sg_desc and cmb_desc from desc_info
` [PATCH net-next 02/14] ionic: drop q mapping
` [PATCH net-next 03/14] ionic: move adminq-notifyq handling to main file
` [PATCH net-next 04/14] ionic: remove callback pointer from desc_info
` [PATCH net-next 05/14] ionic: remove the cq_info to save more memory
` [PATCH net-next 06/14] ionic: use specialized desc info structs
` [PATCH net-next 07/14] ionic: fold adminq clean into service routine
` [PATCH net-next 08/14] ionic: refactor skb building
` [PATCH net-next 09/14] ionic: carry idev in ionic_cq struct
` [PATCH net-next 10/14] ionic: rearrange ionic_qcq
` [PATCH net-next 11/14] ionic: rearrange ionic_queue for better layout
` [PATCH net-next 12/14] ionic: remove unnecessary NULL test
` [PATCH net-next 13/14] ionic: better dma-map error handling
` [PATCH net-next 14/14] ionic: keep stats struct local to "

[PATCH RFC v3 iproute2-next] devlink: Add shared memory pool eswitch attribute
 2024-03-06 23:29 UTC 

[LSF/MM/BPF TOPIC] Hugetlb Unifications
 2024-03-06 23:24 UTC  (4+ messages)

[PATCH] drm/udl: Add ARGB8888 as a format
 2024-03-06 23:24 UTC  (6+ messages)

[PATCH 1/2] [RFC] proc: pagemap: Expose whether a PTE is writable
 2024-03-06 23:23 UTC  (2+ messages)
` [PATCH 2/2] [RFC] pagemap.rst: Document write bit

linux-next: manual merge of the vfs-brauner tree with the fuse tree
 2024-03-06 23:23 UTC 

[RFC][PATCH 0/4] Make bpf_jit and kprobes work with CONFIG_MODULES=n
 2024-03-06 23:23 UTC  (3+ messages)

[PATCH 2/2] x86/MCE: Add command line option to extend MCE Records pool
 2024-03-06 23:21 UTC  (14+ messages)
                  ` [PATCH] x86/mce: Dynamically size space for machine check records

[PATCH] mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
 2024-03-06 23:20 UTC 

[PATCH net-next v12 00/15] Introducing P4TC (series 1)
 2024-03-06 23:19 UTC  (12+ messages)
` [PATCH net-next v12 14/15] p4tc: add set of P4TC table kfuncs

[PATCH net-next v6 00/16] net: dsa: vsc73xx: Make vsc73xx usable
 2024-03-06 23:19 UTC  (5+ messages)
` [PATCH net-next v6 15/16] net: dsa: vsc73xx: Add bridge support
` [PATCH net-next v6 16/16] net: dsa: vsc73xx: start treating the BR_LEARNING flag

[PATCH v3 0/6] drm/i915/mst: enable MST mode for 128b/132b single-stream sideband
 2024-03-06 23:18 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/mst: enable MST mode for 128b/132b single-stream sideband (rev4)

[PATCH net-next] net: dsa: mv88e6xxx: update 88e6185 PCS driver to use neg_mode
 2024-03-06 23:18 UTC  (2+ messages)

[PATCH v5 0/9] arm64: Support for 2023 DPISA extensions
 2024-03-06 23:14 UTC  (18+ messages)
` [PATCH v5 1/9] arm64/cpufeature: Hook new identification registers up to cpufeature
` [PATCH v5 2/9] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH v5 3/9] arm64/fpsimd: Support FEAT_FPMR
` [PATCH v5 4/9] arm64/signal: Add FPMR signal handling
` [PATCH v5 5/9] arm64/ptrace: Expose FPMR via ptrace
` [PATCH v5 6/9] arm64/hwcap: Define hwcaps for 2023 DPISA features
` [PATCH v5 7/9] kselftest/arm64: Handle FPMR context in generic signal frame parser
` [PATCH v5 8/9] kselftest/arm64: Add basic FPMR test
` [PATCH v5 9/9] kselftest/arm64: Add 2023 DPISA hwcap test coverage

[Intel-wired-lan] [PATCH iwl-next v2 1/2] igb: simplify pci ops declaration
 2024-03-06 23:15 UTC  (2+ messages)


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.