All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-07 09:30:21 to 2025-01-07 10:24:56 UTC [more...]

[PATCH v3 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
 2025-01-07  9:32 UTC  (5+ messages)
` [PATCH v3 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
` [PATCH v3 4/4] drm/msm/dp: Add support for LTTPR handling

[PATCH] ahci: Introduce ahci_ignore_port() helper
 2025-01-07 10:24 UTC  (2+ messages)

[PATCH 6.6 000/222] 6.6.70-rc1 review
 2025-01-07 10:24 UTC  (4+ messages)
` [PATCH 6.6 027/222] cleanup: Adjust scoped_guard() macros to avoid potential warning

[RFC] Directly mapped xattr data & fs-verity
 2025-01-07 10:24 UTC  (4+ messages)
` [PATCH] xfs: direct mapped xattrs design documentation

Query: Regarding lighttpd/librarries in /usr/lib not copying
 2025-01-07 10:24 UTC  (9+ messages)
` [yocto] "

[PATCH] scsi: ufs: core: Fix setup_xfer_req invocation
 2025-01-07 10:23 UTC  (6+ messages)

[PATCH 0/2] rt2x00,net/phy,neterion: Remove dead values
 2025-01-07 10:23 UTC  (11+ messages)
` [PATCH 1/2] rt2x00: Remove unusued value

[PATCH 00/10] hw/s390x: Remove deprecated machine types 2.4 up to 2.8
 2025-01-07 10:22 UTC  (2+ messages)

[PATCH 0/2] s390: Remove uses of page->index
 2025-01-07 10:23 UTC  (3+ messages)

[PATCH 1/2] devres: add devm_remove_action_nowarn()
 2025-01-07 10:23 UTC  (8+ messages)
` [PATCH 2/2] rust: devres: remove action in `Devres::drop`

[PATCH] arm64: dts: socfpga: agilex5: add clock-names property to nand node
 2025-01-07 10:21 UTC  (3+ messages)

[PATCH v6 0/7] remove libxenctrl usage from xenstored
 2025-01-07 10:17 UTC  (8+ messages)
` [PATCH v6 1/7] xen/events: fix race with set_global_virq_handler()
` [PATCH v6 2/7] xen/events: don't allow binding a global virq from any domain
` [PATCH v6 3/7] xen/events: allow setting of global virq handler only for unbound virqs
` [PATCH v6 4/7] xen: add bitmap to indicate per-domain state changes
` [PATCH v6 5/7] xen: add new domctl get_changed_domain
` [PATCH v6 6/7] tools/libs: add a new libxenmanage library
` [PATCH v6 7/7] tools/xenstored: use new stable interface instead of libxenctrl

[PATCH ipsec-next 1/2] xfrm: Support ESN context update to hardware for TX
 2025-01-07 10:22 UTC  (2+ messages)

[PATCH v2 0/3] kbuild: rust: provide an option to inline C helpers into Rust
 2025-01-07 10:21 UTC  (4+ messages)
` [PATCH v2 3/3] rust: alloc: make `ReallocFunc::call` inline

Issues with kexec on arm64
 2025-01-07  9:46 UTC  (3+ messages)

[PATCH RFC 0/4] introduce IPsec Operation in virtio-net
 2025-01-07 10:20 UTC  (7+ messages)
` [PATCH RFC 1/4] virtio-net: Add IPsec operation, capabilities and resource objects
` [PATCH RFC 4/4] virtio-net: Add IPsec operation device and driver requirements

[PATCH net-next v3 0/3] Add Multicast Filtering support for VLAN interface
 2025-01-07  9:42 UTC  (3+ messages)
` [PATCH net-next v3 2/3] net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC mode

[PATCH for-rc v2] RDMA/cxgb4: notify rdma stack for IB_EVENT_QP_LAST_WQE_REACHED event
 2025-01-07 10:19 UTC  (2+ messages)

[PATCH] x86: Check if shadow stack is active for ssp_get()
 2025-01-07 10:18 UTC  (2+ messages)

[PATCH RFC v3 00/30] ARM: Switch to generic entry
 2025-01-07  9:41 UTC  (31+ messages)
` [PATCH RFC v3 01/30] ARM: Prepare includes for "
` [PATCH RFC v3 02/30] ARM: ptrace: Split report_syscall()
` [PATCH RFC v3 03/30] ARM: entry: Skip ret_slow_syscall label
` [PATCH RFC v3 04/30] ARM: process: Rewrite ret_from_fork i C
` [PATCH RFC v3 05/30] ARM: process: Remove local restart
` [PATCH RFC v3 06/30] ARM: entry: Invoke syscalls using C
` [PATCH RFC v3 07/30] ARM: entry: Rewrite two asm calls in C
` [PATCH RFC v3 08/30] ARM: entry: Move trace entry to C function
` [PATCH RFC v3 09/30] ARM: entry: save the syscall sp in thread_info
` [PATCH RFC v3 10/30] ARM: entry: move all tracing invocation to C
` [PATCH RFC v3 11/30] ARM: entry: Merge the common and trace entry code
` [PATCH RFC v3 12/30] ARM: entry: Rename syscall invocation
` [PATCH RFC v3 13/30] ARM: entry: Create user_mode_enter/exit
` [PATCH RFC v3 14/30] ARM: entry: Drop trace argument from usr_entry macro
` [PATCH RFC v3 15/30] ARM: entry: Separate call path for syscall SWI entry
` [PATCH RFC v3 16/30] ARM: entry: Drop argument to asm_irqentry macros
` [PATCH RFC v3 17/30] ARM: entry: Implement syscall_exit_to_user_mode()
` [PATCH RFC v3 18/30] ARM: entry: Drop the superfast ret_fast_syscall
` [PATCH RFC v3 19/30] ARM: entry: Remove fast and offset register restore
` [PATCH RFC v3 20/30] ARM: entry: Untangle ret_fast_syscall/to_user
` [PATCH RFC v3 21/30] ARM: entry: Do not double-call exit functions
` [PATCH RFC v3 22/30] ARM: entry: Move work processing to C
` [PATCH RFC v3 23/30] ARM: entry: Stop exiting syscalls like IRQs
` [PATCH RFC v3 24/30] ARM: entry: Complete syscall and IRQ transition to C
` [PATCH RFC v3 25/30] ARM: entry: Create irqentry calls from kernel mode
` [PATCH RFC v3 26/30] ARM: entry: Move in-kernel hardirq tracing to C
` [PATCH RFC v3 27/30] ARM: irq: Add irqstack helpers
` [PATCH RFC v3 28/30] ARM: entry: Convert to generic entry
` [PATCH RFC v3 29/30] ARM: entry: Handle prefetch and data aborts as interrupts
` [PATCH RFC v3 30/30] RFC: ARM: entry: Block IRQs in early IRQ context

[PATCH V3 0/8] Add new driver for WCSS secure PIL loading
 2025-01-07 10:16 UTC  (9+ messages)
` [PATCH V3 1/8] firmware: qcom_scm: ipq5332: add support to pass metadata size
` [PATCH V3 2/8] dt-bindings: remoteproc: qcom: document hexagon based WCSS secure PIL
` [PATCH V3 3/8] dt-bindings: mailbox: qcom: Add IPQ5424 APCS compatible
` [PATCH V3 4/8] remoteproc: qcom: add hexagon based WCSS secure PIL driver
` [PATCH V3 5/8] mailbox: qcom: Add support for IPQ5424 APCS IPC
` [PATCH V3 6/8] arm64: dts: qcom: ipq5332: add nodes to bringup q6
` [PATCH V3 7/8] arm64: dts: qcom: ipq9574: add nodes to bring up q6
` [PATCH V3 8/8] arm64: dts: qcom: ipq5424: "

[PATCH] hexagon: fix using plain integer as NULL pointer warning in cmpxchg
 2025-01-07 10:17 UTC  (2+ messages)

[PATCH v2] usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control()
 2025-01-07 10:16 UTC  (2+ messages)

[PATCH] drivers/base/memory: simplify outputting of valid_zones_show()
 2025-01-07 10:15 UTC  (2+ messages)

[syzbot] [mm?] WARNING in vma_merge_existing_range
 2025-01-07 10:15 UTC  (5+ messages)

[PATCH net] tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
 2025-01-07 10:14 UTC 

[PATCH V3 0/8] Add new driver for WCSS secure PIL loading
 2025-01-07 10:13 UTC  (2+ messages)
` [PATCH V3 1/8] firmware: qcom_scm: ipq5332: add support to pass metadata size

[PATCH RESEND] kasan: Fix typo in kasan_poison_new_object documentation
 2025-01-07 10:12 UTC  (2+ messages)

[PATCH v4] docs/zh_CN: Add security credentials Chinese translation
 2025-01-07 10:11 UTC  (2+ messages)

[PATCH 1/1] usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSE
 2025-01-07 10:11 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net 0/4] igb: fix igb_msix_other() handling for PREEMPT_RT
 2025-01-07 10:10 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH iwl-net 1/4] igb: narrow scope of vfs_lock in SR-IOV cleanup
` [Intel-wired-lan] [PATCH iwl-net 2/4] igb: introduce raw vfs_lock to igb_adapter
` [Intel-wired-lan] [PATCH iwl-net 3/4] igb: split igb_msg_task()
` [Intel-wired-lan] [PATCH iwl-net 4/4] igb: fix igb_msix_other() handling for PREEMPT_RT

[EXTERNAL] [PATCH net-next v03 1/1] hinic3: module initialization and tx/rx logic
 2025-01-07 10:23 UTC  (2+ messages)

Bug: use-after-free in udf_statfs in fs/udf/super.c:2415
 2025-01-07 10:09 UTC  (7+ messages)

[PATCH 0/2] media: v4l: fwnode: Improve line-orders parsing
 2025-01-07 10:09 UTC  (5+ messages)
` [PATCH 2/2] media: v4l: fwnode: Parse CSI-2 C-PHY line-orders like bus-type

[cip-dev][isar-cip-core][RFC] continue boot if not enough disk space for encryption is available
 2025-01-07 10:08 UTC  (3+ messages)

[PATCH] sysv: Remove the filesystem
 2025-01-07 10:08 UTC  (5+ messages)

[PATCH 0/1] mm/fake-numa: allow later numa node hotplug
 2025-01-07 10:08 UTC  (2+ messages)

[PATCH] drm/bridge: fix documentation for the hdmi_audio_prepare() callback
 2025-01-07 10:06 UTC 

[PATCH 0/2] i.MX7 DT fixes
 2025-01-07 10:07 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: imx7s: Move csi-mux to below root
` [PATCH 2/2] dt-bindings: samsung, mipi-dsim: Add imx7d specific compatible
  ` [PATCH 2/2] dt-bindings: samsung,mipi-dsim: "

[PATCH v6 0/2] arm64: dts: qcom: sm8450: Add coresight nodes
 2025-01-07  9:00 UTC 

[PATCH v4] vpci: Add resizable bar support
 2025-01-07 10:06 UTC  (2+ messages)

[RFC] tools/memory-model: Rule out OOTA
 2025-01-07 10:06 UTC  (2+ messages)

[PATCH] rtc: pcf85063: do a SW reset after rtc power fail
 2025-01-07 10:06 UTC  (4+ messages)

[meta-security][PATCH 00/18] various updates
 2025-01-07 10:05 UTC  (4+ messages)
` [meta-security][PATCH 12/18] systemd: enable TPM support
  ` [yocto-patches] "

[bytedance:5.15-velinux 1347/1347] drivers/nvme/host/qmap.c:37:3: sparse: sparse: symbol 'qmap_list' was not declared. Should it be static?
 2025-01-07 10:05 UTC 

efibootguard kernel missing squashfs mod
 2025-01-07 10:04 UTC  (2+ messages)
` [cip-dev] "

fix queue freeze and limit locking order
 2025-01-07 10:05 UTC  (13+ messages)
` [PATCH 1/8] block: fix docs for freezing of queue limits updates
` [PATCH 2/8] block: add a queue_limits_commit_update_frozen helper
` [PATCH 4/8] block: add a store_limit operations for sysfs entries
` [PATCH 6/8] nvme: fix queue freeze vs limits lock order
` [PATCH 7/8] nbd: "
` [PATCH 8/8] usb-storage:fix "

[RFC PATCH 0/2] memcg: add nomlock to avoid folios beling mlocked in a memcg
 2025-01-07 10:04 UTC  (13+ messages)

[PATCH v3 00/17] imx: add i.MX95 support
 2025-01-07 10:04 UTC  (4+ messages)
` [PATCH v3 11/17] imx9: scmi: soc: Override h_spl_load_read with trampoline buffer
    ` 回复: [EXT] "

[PATCH V2] physmem: fix qemu_ram_alloc_from_fd size calculation
 2025-01-07 10:01 UTC  (2+ messages)

[bug report] scsi: fnic: Modify fnic interfaces to use FDLS
 2025-01-07 10:02 UTC 

[PATCH] net/mlx5: Fix variable not being completed when function returns
 2025-01-07 10:02 UTC  (2+ messages)

[PATCH] soc: qcom: mark pd-mapper as broken
 2025-01-07 10:02 UTC  (4+ messages)

arch/m68k/include/asm/raw_io.h:39: warning: "__raw_readb" redefined
 2025-01-07 10:01 UTC  (2+ messages)

[PATCH v2] service: add service maintenance callback
 2025-01-07 10:01 UTC  (2+ messages)

[PATCH v2] ASoC: madera: Use str_enabled_disabled() helper function
 2025-01-07 10:00 UTC  (2+ messages)

Subject: [PATCH] net/memif: Fix memif-tx buffer flags handling
 2025-01-06 19:46 UTC 

[PATCH] net/memif: Fix memif-rx buffer linking
 2025-01-06 19:43 UTC 

[PATCH] KVM: arm64: Fix FEAT_MOPS in pKVM
 2025-01-07  9:59 UTC  (4+ messages)

[PATCH] m68k: Fix VGA I/O defines
 2025-01-07  9:58 UTC 

[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-07  9:57 UTC  (10+ messages)
` [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() "

[PATCH v9 00/17] fuse: fuse-over-io-uring
 2025-01-07  9:56 UTC  (3+ messages)
` [PATCH v9 06/17] fuse: {io-uring} Handle SQEs - register commands

[PATCH] t7407: use test_grep
 2025-01-07  9:57 UTC  (2+ messages)

[PATCH v6 RESEND 1/3] dt-bindings: net: bluetooth: qca: Expand firmware-name property
 2025-01-07  9:56 UTC  (2+ messages)
` Expand firmware-name property to load specific

[PATCH v3 00/16] drm/i915/dp: 128b/132b uncompressed SST
 2025-01-07  9:55 UTC  (3+ messages)
` [PATCH v3 01/16] drm/mst: remove mgr parameter and debug logging from drm_dp_get_vc_payload_bw()

[PATCH v3] drm/i915/display: Adjust Added Wake Time with PKG_C_LATENCY
 2025-01-07  9:55 UTC  (3+ messages)

[PATCH v3 0/8] usb: dwc2: Refactor and update USB DWC2 driver
 2025-01-07  9:55 UTC  (4+ messages)
` [PATCH v3 6/8] usb: dwc2: Extract macro definitions to common header

[PATCH] tty: serial: fsl_lpuart: increase maximum uart_nr to 12
 2025-01-07  9:54 UTC  (7+ messages)

[openeuler:OLK-5.10 2656/2656] kernel/rcu/update.o: warning: objtool: synchronize_rcu_tasks_trace()+0xde: unreachable instruction
 2025-01-07  9:54 UTC 

[PATCH v3 10/16] drm/i915/ddi: write payload for 128b/132b SST
 2025-01-07  9:54 UTC  (2+ messages)
` [PATCH] "

[PATCH v4 0/6] media: Fix coccinelle warning/errors
 2025-01-07  9:54 UTC  (4+ messages)
` [PATCH v4 6/6] media: venus: vdec: Make the range of us_per_frame explicit

[RFC PATCH] drm/xe/display: Program double buffered LUT registers
 2025-01-07  9:52 UTC  (3+ messages)

drm/bridge: it6505: fix HDCP CTS compare V matching
 2025-01-07  9:45 UTC  (2+ messages)

[geert-renesas-devel:master] BUILD SUCCESS f4592015c1a994f1a92fa984bd008924e88f6c3a
 2025-01-07  9:51 UTC 

[paulmckrcu:dev.2024.12.24a] [srcu] 9216c28c6a: BUG:unable_to_handle_page_fault_for_address
 2025-01-07  9:49 UTC  (10+ messages)

[PATCH] dm vdo: Fix W=1 allmodconfig build error
 2025-01-07  9:49 UTC  (3+ messages)

[RFC PATCH 00/21] Concept for tightly coupled package manager (Node.js, Go, Rust)
 2025-01-07  9:47 UTC  (5+ messages)
` [bitbake-devel] "

[PATCH] ocfs2: mark dquot as inactive if failed to start trans while releasing dquot
 2025-01-07  9:46 UTC  (3+ messages)

[PATCH v5 0/6] usb: typec: Add new driver for Parade PS8830 Type-C Retimer
 2025-01-07  9:46 UTC  (5+ messages)
` [PATCH v5 2/6] usb: typec: Add support "

acer-wmi: Nitro button doesn't produce a WMI event
 2025-01-07  9:45 UTC  (15+ messages)

[PATCH] drm/connector: hdmi: Handle NULL display mode in state check helper
 2025-01-07  9:35 UTC  (2+ messages)

[bytedance:5.15-velinux 1347/1347] kernel/auditsc.c:1643:6-42: opportunity for str_yes_no(ctx -> return_valid == AUDITSC_SUCCESS)
 2025-01-07  9:43 UTC 

[asahilinux:bits/000-devicetree 10/191] arch/arm64/boot/dts/apple/t8112-j413.dtb: /soc/i2c@23501c000/codec@4b: failed to match any schema with compatible: ['cirrus,cs42l84']
 2025-01-07  9:43 UTC 

Swap Min Odrer
 2025-01-07  9:43 UTC 

[PATCH 6/7] iommu/amd: Move the nid to pdom_setup_pgtable()
 2025-01-07  9:43 UTC  (2+ messages)

rt-tests release tarball location
 2025-01-07  9:41 UTC  (2+ messages)

(no subject)
 2025-01-07  9:41 UTC 

[PATCH 00/13] Add support for Ethernet boot on AM62p-SK and AM68-SK
 2025-01-07  9:38 UTC  (14+ messages)
` [PATCH 01/13] net: tftp: Increase TFTP pkt string length to include null character
` [PATCH 02/13] arm: mach-k3: j721s2: Update SoC auto-gen data to enable Ethernet boot
` [PATCH 03/13] arm: mach-k3: j721s2_spl: Alias Ethernet boot to CPGMAC
` [PATCH 04/13] arm: mach-k3: j721s2_init: Probe AM65 CPSW NUSS for R5/A72 SPL
` [PATCH 05/13] configs: am68: Add configs for enabling Ethboot in R5SPL
` [PATCH 06/13] configs: am68: Enable configs required for Ethernet boot
` [PATCH 07/13] arm: dts: k3-am68-sk-base-board-u-boot: Add bootph-all property to necessary nodes
` [PATCH 08/13] arm: mach-k3: am62p: Update SoC auto-gen data to enable CPSW boot
` [PATCH 09/13] arm: mach-k3: am62p5_init: Probe AM65 CPSW NUSS for R5/A53 SPL
` [PATCH 10/13] board: ti: am62px: evm: Enable cache for AM62p
` [PATCH 11/13] configs: am62p: Add configs for enabling ETHBOOT in R5SPL
` [PATCH 12/13] configs: am62p: Enable configs required for Ethboot
` [PATCH 13/13] arch: arm: dts: k3-am62p5-sk-u-boot: Add bootph-all property to necessary nodes

[PATCH v18 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2025-01-07  9:39 UTC  (5+ messages)

[PATCH v3] docs/zh_CN: Add security credentials Chinese translation
 2025-01-07  8:24 UTC 

[PATCH] [SCSI] raid class: Fix error handling in raid_component_add
 2025-01-07  9:39 UTC 

[PATCH 5/7] iommu/amd: Change amd_iommu_pgtable to use enum protection_domain_mode
 2025-01-07  9:39 UTC  (2+ messages)

[Buildroot] [PATCH 0/1] New package: lowdown - a markdown translator
 2025-01-07  9:39 UTC  (2+ messages)
` [Buildroot] [PATCH 1/1] package/lowdown: new package

[PATCH] ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_info
 2025-01-07  9:37 UTC  (2+ messages)

[PATCH 6.12 000/156] 6.12.9-rc1 review
 2025-01-07  9:36 UTC  (2+ messages)

[PATCH] mm/memfd: reserve hugetlb folios before allocation
 2025-01-07  9:36 UTC  (2+ messages)

[PATCH kirkstone 0/6] base-passwd: backport fixes from master
 2025-01-07  9:34 UTC  (4+ messages)
` [PATCH kirkstone 6/6] base-passwd: Add the sgx group
  ` [OE-core] "

[linux-next:master 540/6768] drivers/gpu/drm/vc4/vc4_plane.c:2013 vc6_plane_mode_set() warn: inconsistent indenting
 2025-01-07  9:31 UTC 

[PATCH 0/2] xen: error handling and FreeBSD compatibility fixes
 2025-01-07  9:31 UTC  (3+ messages)
` [PATCH 1/2] xen/console: fix error handling in xen_console_device_create()
` [PATCH 2/2] xen: do not use '%ms' scanf specifier

[PATCH v4 net-next 00/13] bridge-fastpath and related improvements
 2025-01-07  9:33 UTC  (3+ messages)
` [PATCH v4 net-next 02/13] netfilter: bridge: Add conntrack double vlan and pppoe

[PATCH v6 0/2] power: supply: max17042: cleanup and more features
 2025-01-07  9:31 UTC  (3+ messages)
` [PATCH v6 1/2] power: supply: max17042: make interrupt shared
` [PATCH v6 2/2] power: supply: max17042: add platform driver variant

[PATCH] KVM: arm64: Fix nVHE stacktrace VA bits mask
 2025-01-07  9:31 UTC  (2+ messages)

[PATCH net] eth: gve: use appropriate helper to set xdp_features
 2025-01-07  9:30 UTC  (3+ 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.