All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-03 12:25:25 to 2024-05-03 13:09:08 UTC [more...]

[PATCH] Documentation/gpu: Document the situation with unqualified drm-memory-
 2024-05-03 12:58 UTC  (3+ messages)

[PATCH] PCI: dwc: Fix potential NULL dereference
 2024-05-03 12:57 UTC  (2+ messages)
` [PATCH v3] PCI: dwc: al: Check IORESOURCE_BUS existence during PCIe config preparation

[PATCH 0/8] builtin/config: introduce subcommands
 2024-05-03 13:08 UTC  (6+ messages)
` [PATCH v4 00/14] "
  ` [PATCH v4 03/14] builtin/config: move "fixed-value" option to correct group
  ` [PATCH v4 07/14] builtin/config: introduce "list" subcommand

[RESEND v3] arm64: Add USER_STACKTRACE support
 2024-05-03 13:08 UTC  (5+ messages)

[PATCH] lib/igt_drm_clients: lazy stat process
 2024-05-03 13:07 UTC  (3+ messages)

[PATCH v6 0/3] Add add spi-nand flash controller driver for EN7581
 2024-05-03 13:06 UTC  (6+ messages)
` [PATCH v6 3/3] spi: airoha: Add spi-nand flash controller driver

[PATCH net-next v3 1/2] ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthresh
 2024-05-03 13:06 UTC  (3+ messages)
` [PATCH net-next v3 2/2] ipvs: allow some sysctls in non-init user namespaces

[PATCH 2/2] wifi: ath11k: ath11k_mac_op_ipv6_changed(): use list_for_each_entry()
 2024-05-03 13:06 UTC  (2+ messages)

[PATCH 00/35] drm/i915/bios: Define (almost) all BDB blocks
 2024-05-03 13:05 UTC  (28+ messages)
` [PATCH 11/35] drm/i915/bios: Define VBT block 5 (Generic Mode Table)
` [PATCH 12/35] drm/i915/bios: Define VBT blocks 6, 7, 8 (register tables) contents
` [PATCH 13/35] drm/i915/bios: Define VBT block 10 (Mode Removal Table) contents
` [PATCH 14/35] drm/i915/bios: Define VBT block 12 (Driver Persistent Algorithm) contents
` [PATCH 15/35] drm/i915/bios: Define VBT block 15 (Dot Clock Override Table) contents
` [PATCH 16/35] drm/i915/bios: Define ALM only VBT block 9 contents
` [PATCH 17/35] drm/i915/bios: Define VBT block 17 (SV Test Functions) contents
` [PATCH 18/35] drm/i915/bios: Define VBT block 18 (Driver Rotation) contents
` [PATCH 19/35] drm/i915/bios: Define VBT blocks 16, 29, 31 (Toggle List) contents
` [PATCH 20/35] drm/i915/bios: Define VBT blocks 19, 30, 32 (Display Configuration Removal Table) contents
` [PATCH 21/35] drm/i915/bios: Define VBT block 20 (OEM Customizable Modes) contents
` [PATCH 22/35] drm/i915/bios: Define VBT block 21 (EFP List) contents
` [PATCH 23/35] drm/i915/bios: Define VBT block 24 (SDVO LVDS PnP ID) contents
` [PATCH 24/35] drm/i915/bios: Define VBT block 25 (SDVO LVDS PPS) contents
` [PATCH 25/35] drm/i915/bios: Define VBT block 26 (TV Options) contents
` [PATCH 26/35] drm/i915/bios: Define VBT block 28 (EFP DTD) contents
` [PATCH 27/35] drm/i915/bios: Define VBT block 45 (eDP BFI) contents
` [PATCH 28/35] drm/i915/bios: Define VBT block 46 (Chromaticity For Narrow Gamut Panel) contents
` [PATCH 29/35] drm/i915/bios: Define VBT block 51 (Fixed Set Mode Table) contents
` [PATCH 30/35] drm/i915/bios: Define VBT block 55 (RGB Palette "
` [PATCH 31/35] drm/i915/bios: Define VBT block 57 (Vswing PreEmphasis "
` [PATCH 32/35] drm/i915/bios: Define VBT block 50 (MIPI) contents
` [PATCH 33/35] drm/i915/bios: Define VBT block 55 (Compression Parameters)
` [PATCH 34/35] drm/i915/bios: Define VBT block 252 (int15 Hook)
` [PATCH 35/35] drm/i915/bios: Define VBT block 253 (PRD Table) contents
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/bios: Define (almost) all BDB blocks
` ✗ Fi.CI.SPARSE: "

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-05-03 13:01 UTC  (56+ messages)
` [PATCH v4 01/29] powerpc/mm: add ARCH_PKEY_BITS to Kconfig
` [PATCH v4 02/29] x86/mm: "
` [PATCH v4 03/29] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
` [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v4 05/29] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v4 06/29] arm64: context switch POR_EL0 register
` [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
` [PATCH v4 08/29] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v4 09/29] KVM: arm64: use `at s1e1a` for POE
` [PATCH v4 10/29] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v4 11/29] arm64: re-order MTE VM_ flags
` [PATCH v4 12/29] arm64: add POIndex defines
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 14/29] arm64: mask out POIndex when modifying a PTE
` [PATCH v4 15/29] arm64: handle PKEY/POE faults
` [PATCH v4 16/29] arm64: add pte_access_permitted_no_overlay()
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support
` [PATCH v4 19/29] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v4 20/29] arm64: enable POE and PIE to coexist
` [PATCH v4 21/29] arm64/ptrace: add support for FEAT_POE
` [PATCH v4 22/29] arm64: add Permission Overlay Extension Kconfig
` [PATCH v4 23/29] kselftest/arm64: move get_header()
` [PATCH v4 24/29] selftests: mm: move fpregs printing
` [PATCH v4 25/29] selftests: mm: make protection_keys test work on arm64
` [PATCH v4 26/29] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v4 27/29] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v4 29/29] KVM: selftests: get-reg-list: add Permission Overlay registers

[PATCH v1.1] xen/commom/dt-overlay: Fix missing lock when remove the device
 2024-05-03 13:04 UTC  (2+ messages)

[PATCHv4 bpf-next 0/7] uprobe: uretprobe speed up
 2024-05-03 13:04 UTC  (4+ messages)
` [PATCHv4 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe

[PATCH 0/3] PCI LNKCTL2 RMW Accessor Cleanup
 2024-05-03 13:04 UTC  (4+ messages)
` [PATCH 3/3] RDMA/hfi1: Use RMW accessors for changing LNKCTL2

[PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD
 2024-05-03 13:03 UTC  (3+ messages)

[PATCH v2] of: reserved_mem: Remove the use of phandle from the reserved_mem APIs
 2024-05-03 13:03 UTC  (2+ messages)

[PATCH] riscv: uaccess: Allow the last potential unrolled copy
 2024-05-03 13:02 UTC  (4+ messages)

[PATCH 0/2] drm/rockchip: vop2: two fixes from working on DSI enablement
 2024-05-03 13:02 UTC  (8+ messages)
` [PATCH 2/2] drm/rockchip: vop2: configure layers for vp3 on rk3588

RTT-PROBE: lore-subspace-rtt
 2024-05-03 13:02 UTC 

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-05-03 13:01 UTC  (9+ messages)
` [PATCH vfs.all 08/26] erofs: prevent direct access of bd_inode
        ` [PATCH 6/6] z_erofs_pcluster_begin(): don't bother with rounding position down

[PATCH] maple_tree: Fix build failure with W=1 and LLVM=1
 2024-05-03 13:01 UTC  (3+ messages)

[PATCH] exec/user: Move 'abitypes.h' from 'exec/user' to 'user'
 2024-05-03 13:00 UTC  (2+ messages)

[PATCH] PCI: dwc: keystone: Fix potential NULL dereference
 2024-05-03 12:57 UTC  (2+ messages)
` [PATCH v3] PCI: dwc: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs()

[PATCH v1] cgroup/rstat: add cgroup_rstat_cpu_lock helpers and tracepoints
 2024-05-03 12:58 UTC  (5+ messages)

[PATCH v2] arm64: dts: imx8mp: Align both CSI2 pixel clock
 2024-05-03 12:58 UTC  (4+ messages)

[PATCH] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
 2024-05-03 12:56 UTC  (2+ messages)

checkpatch doc suggestion
 2024-05-03 12:55 UTC  (2+ messages)

[PATCH 0/2] MIPS: SGI-IP27: micro-optimize arch_init_irq()
 2024-05-03 12:50 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH 2/2] MIPS: SGI-IP27: use WARN_ON() output

[PATCH v2] MIPS: Take in account load hazards for HI/LO restoring
 2024-05-03 12:51 UTC  (2+ messages)

[PATCH v4 0/4] target/sh4: Fix ADDV/SUBV opcodes
 2024-05-03 12:54 UTC  (2+ messages)

[PATCH 0/3] Add support for GPIO based CS
 2024-05-03 12:54 UTC  (5+ messages)
` [PATCH 2/3] spi: dt-bindings: Add num-cs property for mpfs-spi

[PATCH v3 0/3] arm64/mm: Enable userfaultfd write-protect
 2024-05-03 12:53 UTC  (4+ messages)

[PATCH v2 2/2] btrfs: automatically remove the subvolume qgroup
 2024-05-03 12:46 UTC  (11+ messages)

[PATCH v2 0/2] arm64: dts: rockchip: Add Radxa ROCK 3C
 2024-05-03 12:53 UTC  (5+ messages)

[PATCH] drm/xe/debugfs: Get a runtime_pm reference when setting wedged mode
 2024-05-03 12:53 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-05-03 12:52 UTC 

[PULL 00/13] Migration patches for 2024-05-02
 2024-05-03 12:51 UTC  (4+ messages)
` [PULL 13/13] hmp/migration: Fix documents for "migrate" command

[PULL 0/5] loongarch-to-apply queue
 2024-05-03 12:50 UTC  (3+ messages)
` [PULL 3/5] hw/loongarch: Add numa support

[PATCH 00/12] linux-yocto: v6.6 updates
 2024-05-03 12:50 UTC  (4+ messages)
` [PATCH 02/12] linux-yocto/6.6: update CVE exclusions (6.6.24)
  ` [OE-core] "

[LTP] [PATCH v6] Refactor fork14 using new LTP API
 2024-05-03 12:49 UTC  (2+ messages)

[RFC PATCH v3 0/7] Add Pinctrl driver for Starfive JH8100 SoC
 2024-05-03 11:14 UTC  (4+ messages)
` [RFC PATCH v3 1/7] dt-bindings: pinctrl: starfive: Add JH8100 pinctrl
` [RFC PATCH v3 2/7] pinctrl: starfive: jh8100: add main driver and sys_east domain sub-driver
` [RFC PATCH v3 3/7] pinctrl: starfive: jh8100: add sys_west "

[PATCH net-next] net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error path
 2024-05-03 12:48 UTC  (6+ messages)

[PATCH V4 0/5] qcom: x1e80100: Enable CPUFreq
 2024-05-03 12:48 UTC  (3+ messages)
` [PATCH V4 2/5] mailbox: Add support for QTI CPUCP mailbox controller

[PATCH v2] nfsd: set security label during create operations
 2024-05-03 12:48 UTC  (3+ messages)

[PATCH net-next 0/2] netfilter: nfqueue: incorrect sctp checksum
 2024-05-03 12:46 UTC  (3+ messages)
` [PATCH net-next 1/2] netfilter: nft_queue: compute SCTP checksum

[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
 2024-05-03 12:45 UTC  (3+ messages)
` [PULL 04/53] hw/cxl: Add clear poison mailbox command support

[ANNOUNCE] v6.9-rc6-rt4
 2024-05-03 12:45 UTC 

linux-next: duplicate patch in the devicetree tree
 2024-05-03 12:44 UTC  (2+ messages)

[PATCH] configs: Make USB_GADGET_MANUFACTURER consistent over all PHYTEC boards
 2024-05-03 12:44 UTC  (2+ messages)

[RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
 2024-05-03 12:42 UTC  (2+ messages)
` [RFC PATCH 1/1] pci-ids.rst: add Red Hat pci-id for generic IOMMU device

[PATCH] nodejs-oe-cache: fix offline install of dependencies
 2024-05-03 12:43 UTC  (2+ messages)
  ` [oe] "

RTT-PROBE: lore-subspace-rtt
 2024-05-03 12:42 UTC 

[RTF PATCH] hwmon: (emc1403) Convert to with_info API
 2024-05-03 12:41 UTC  (2+ messages)

[PATCH v5 0/7] refs: add support for transactional symref updates
 2024-05-03 12:41 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/7] refs: accept symref values in `ref_transaction_update()`
  ` [PATCH v6 2/7] files-backend: extract out `create_symref_lock()`
  ` [PATCH v6 3/7] refs: support symrefs in 'reference-transaction' hook
  ` [PATCH v6 4/7] refs: add support for transactional symref updates
  ` [PATCH v6 5/7] refs: use transaction in `refs_create_symref()`
  ` [PATCH v6 6/7] refs: rename `refs_create_symref()` to `refs_update_symref()`
  ` [PATCH v6 7/7] refs: remove `create_symref` and associated dead code

[PATCH 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-05-03 12:40 UTC  (3+ messages)

[PATCH i-g-t] lib/igt_drm_fdinfo: Handle amdgpu memory stats
 2024-05-03 12:40 UTC  (2+ messages)

[PATCH net-next v6 1/8] net: Remove the now superfluous sentinel elements from ctl_table array
 2024-05-03 12:40 UTC  (2+ messages)

[PATCH v4] usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach
 2024-05-03 12:39 UTC  (12+ messages)

[PATCH] block: fix buf size for strscpy()
 2024-05-03 12:36 UTC  (2+ messages)

[RFC] dm-verity image support
 2024-05-03 12:36 UTC 

[PATCH v1 00/13] serial: 8250_exar: Clean up the driver
 2024-05-03 12:36 UTC  (8+ messages)

[PATCH v3 0/5] accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu
 2024-05-03 12:34 UTC  (6+ messages)
` [PATCH v3 1/5] accel/tcg: Move SoftMMU specific units to softmmu_specific_ss[]
` [PATCH v3 2/5] accel/tcg: Move system emulation files under sysemu/ subdirectory
` [PATCH v3 3/5] accel/tcg: Do not define cpu_exec_reset_hold() as stub
` [PATCH v3 4/5] accel/tcg: Introduce common tcg_exec_cpu_reset_hold() method
` [PATCH v3 5/5] accel/tcg: Always call tcg_flush_jmp_cache() on reset

[PATCH 01/81] mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig
 2024-05-03  7:20 UTC  (7+ messages)
` [PATCH 65/81] spi: Remove <common.h> and add needed includes
` [PATCH 73/81] usb: "

[PATCH 00/14] hw: define and enforce a standard lifecycle for versioned machines
 2024-05-03 12:34 UTC  (3+ messages)

[syzbot] [crypto?] KMSAN: uninit-value in skcipher_walk_virt
 2024-05-03 12:34 UTC  (2+ messages)

[PULL v2 00/16] Block patches
 2024-05-03 12:33 UTC  (3+ messages)
` [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[PATCH bpf-next] bpf: disable some `attribute ignored' warnings in GCC
 2024-05-03 12:32 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-05-03 12:32 UTC 

[PATCH v2 0/4] accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu
 2024-05-03 12:30 UTC  (6+ messages)
` [PATCH v2 1/4] accel/tcg: Move system emulation files under sysemu/ subdirectory
` [PATCH v2 2/4] accel/tcg: Do not define cpu_exec_reset_hold() as stub
` [PATCH v2 3/4] accel/tcg: Introduce common tcg_exec_cpu_reset_hold() method
` [PATCH v2 4/4] accel/tcg: Always call tcg_flush_jmp_cache() on reset

[PATCH] gitlab-ci: adjust msys2-64bit to be able to run qtest
 2024-05-03 12:29 UTC  (2+ messages)

[PATCH 0/2] dma-mapping: benchmark: adjust some error handling in do_map_benchmark
 2024-05-03 12:29 UTC  (3+ messages)
` [PATCH 1/2] dma-mapping: benchmark: fix up kthread creation error handling

linux-next: build failure after merge of the arm tree
 2024-05-03 12:29 UTC  (4+ messages)

[PATCH v4 0/3] arm64: dts: add i.MX95 and EVK board
 2024-05-03 12:28 UTC  (5+ messages)
` [PATCH v4 3/3] arm64: dts: freescale: add i.MX95 19x19 EVK minimal board dts

[PATCH 0/5] TDX host: Provide TDX module metadata reading APIs
 2024-05-03 12:26 UTC  (6+ messages)
` [PATCH 4/5] x86/virt/tdx: Support global metadata read for all element sizes

[poky] shared library location and linking
 2024-05-03 12:26 UTC  (6+ messages)
  ` avahi configuration (without d-bus/X11)
    ` [poky] "

[PATCH 0/4] btrfs-progs: add support ext4 unwritten file extent
 2024-05-03 12:25 UTC  (4+ messages)
` [PATCH RFC 4/4] btrfs-progs: convert: support ext2 unwritten file data extents

[shenki:aspeed-6.9-rebase 950/1143] drivers/gpu/drm/ast/ast_post.c:351:21: error: use of undeclared identifier 'AST_IO_MISC_PORT_WRITE'
 2024-05-03 12: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.