All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-22 07:41:58 to 2024-08-22 08:36:42 UTC [more...]

[GIT PULL] KVM/arm64 fixes for 6.11, round #2
 2024-08-22  8:36 UTC 

[PATCH] config: imx: Add PHYTEC's phycore-imx8mm-fspi_defconfig
 2024-08-22  8:36 UTC  (4+ messages)

[PATCH kmod v5 5/5] libkmod, depmod, modprobe: Make directory for kernel modules configurable
 2024-08-22  8:36 UTC  (6+ messages)
` [PATCH 0/2] kmod /usr support

[PATCH v5 42/44] drm/colorop: Add 3D LUT supports to color pipeline
 2024-08-22  8:35 UTC 

[PATCH v2 1/2] err.h: Add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macros
 2024-08-22  8:35 UTC  (4+ messages)
` [PATCH v2 2/2] mm/kmemleak: Use IS_ERR_PCPU() for pointer in the percpu address space

[PATCH blktests] nvme/052: wait for namespace removal before recreating namespace
 2024-08-22  8:33 UTC  (5+ messages)

[Intel-wired-lan] ACPI IRQ storm with 6.10
 2024-08-22  8:33 UTC  (6+ messages)
    `  "

[PATCHv3 net-next 0/3] Bonding: support new xfrm state offload functions
 2024-08-22  8:33 UTC  (9+ messages)
` [PATCHv3 net-next 2/3] bonding: Add ESN support to IPSec HW offload

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_alloc_v4_validate
 2024-08-22  8:33 UTC 

[net-next 0/9] net: convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
 2024-08-22  8:47 UTC  (10+ messages)
` [net-next 1/9] net: stmmac: dwmac-intel-plat: Convert to devm_clk_get_enabled()
` [net-next 2/9] net: stmmac: platform: Convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
` [net-next 3/9] net: ethernet: cortina: Convert to devm_clk_get_enabled()
` [net-next 4/9] net: mdio: hisi-femac: "
` [net-next 5/9] net: dsa: rzn1_a5psw: "
` [net-next 6/9] net: ethernet: broadcom: bcm63xx_enet: "
` [net-next 7/9] net: ethernet: marvell: mvneta: "
` [net-next 8/9] net: mvpp2: Convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
` [net-next 9/9] net: marvell: pxa168_eth: Convert to devm_clk_get_enabled()

[PATCH RFC dovetail 6.11,6.10] x86: dovetail: Allow CONFIG_ACRN_GUEST and CONFIG_KVM_GUEST at the same time
 2024-08-22  8:32 UTC  (4+ messages)

[PATCH 2/2] powerpc/locking: enable HAVE_CMPXCHG_LOCAL in kconfig
 2024-08-22  8:31 UTC  (3+ messages)
  `  "

[syzbot] [squashfs?] possible deadlock in fsnotify_destroy_mark
 2024-08-22  8:32 UTC 

[PATCH RFC v2 0/6] inode: turn i_state into u32
 2024-08-22  8:31 UTC  (7+ messages)
` [PATCH RFC v2 1/6] fs: add i_state helpers
` [PATCH RFC v2 6/6] inode: make i_state a u32

[PATCH v2 00/16] overlayfs: Optimize override/revert creds
 2024-08-22  8:31 UTC  (7+ messages)
` [PATCH v2 04/16] overlayfs: Document critical override_creds() operations
` [PATCH v2 05/16] overlayfs: Use ovl_override_creds_light()/revert_creds_light()
` [PATCH v2 07/16] fs/backing-file: Convert to cred_guard()

[PATCH 3/4] phy: qualcomm: phy-qcom-ipq806x-sata: Convert to devm_clk_get_enabled()
 2024-08-22  8:44 UTC  (2+ messages)

[PATCH 4/4] phy: samsung: exynos5250-sata: fix missing clock disable in remove path
 2024-08-22  8:44 UTC  (2+ messages)

Separating driver and documentation changes
 2024-08-22  8:29 UTC 

[PATCH 2/4] phy: qualcomm: phy-qcom-apq8064-sata: Convert to devm_clk_get_enabled()
 2024-08-22  8:44 UTC  (2+ messages)

[PATCH v8 0/4] debugfs to hisilicon migration driver
 2024-08-22  8:29 UTC  (4+ messages)
` [PATCH v8 3/4] hisi_acc_vfio_pci: register debugfs for "

[PATCH v7 00/17] riscv support for control flow integrity extensions
 2024-08-22  8:25 UTC  (18+ messages)
` [PATCH v7 01/17] target/riscv: Add zicfilp extension
` [PATCH v7 02/17] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v7 03/17] target/riscv: save and restore elp state on priv transitions
` [PATCH v7 04/17] target/riscv: additional code information for sw check
` [PATCH v7 05/17] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v7 06/17] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v7 07/17] disas/riscv: enable `lpad` disassembly
` [PATCH v7 08/17] target/riscv: Add zicfiss extension
` [PATCH v7 09/17] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v7 10/17] target/riscv: tb flag for shadow stack instructions
` [PATCH v7 11/17] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v7 12/17] target/riscv: AMO operations always raise store/AMO fault
` [PATCH v7 13/17] target/riscv: update `decode_save_opc` to store extra word2
` [PATCH v7 14/17] target/riscv: implement zicfiss instructions
` [PATCH v7 15/17] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v7 16/17] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v7 17/17] disas/riscv: enable disassembly for compressed sspush/sspopchk

[PATCH 1/4] phy: ti: phy-dm816x-usb: Convert to devm_clk_get_prepared()
 2024-08-22  8:43 UTC  (2+ messages)

[PATCH v3 00/10] x86/tdx: Allow MMIO instructions from userspace
 2024-08-22  8:28 UTC  (8+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 4/6] x86/tdx: Add a restriction on access to MMIO address
  ` [PATCH v4 5/6] x86/tdx: Move MMIO helpers to common library
  ` [PATCH v4 6/6] x86/tdx: Implement movs for MMIO

[ndctl PATCH v3 1/2] daxctl: Fail create-device if extra parameters are present
 2024-08-22  8:28 UTC  (2+ messages)

[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-08-22  8:28 UTC  (6+ messages)
` [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects
    ` [External] "

[PATCH 0/4] phy: convert to devm_clk_get_*()
 2024-08-22  8:42 UTC  (2+ messages)

[bug report] GICv4.1: multiple vpus execute vgic_v4_load at the same time will greatly increase the time consumption
 2024-08-22  8:26 UTC  (4+ messages)

[PATCH v8 5/8] mtd: rawnand: qcom: use FIELD_PREP and GENMASK
 2024-08-22  8:25 UTC  (3+ messages)

[PATCH v2 00/12] smb: fix some bugs, move duplicate definitions to common header file, and some small cleanups
 2024-08-22  8:21 UTC  (13+ messages)
` [PATCH v2 01/12] smb/server: fix return value of smb2_open()
` [PATCH v2 02/12] smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
` [PATCH v2 03/12] smb/server: remove useless assignment of 'file_present' "
` [PATCH v2 04/12] smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
` [PATCH v2 05/12] smb/server: update misguided comment of smb2_allocate_rsp_buf()
` [PATCH v2 06/12] smb/client: rename cifs_ntsd to smb_ntsd
` [PATCH v2 07/12] smb/client: rename cifs_sid to smb_sid
` [PATCH v2 08/12] smb/client: rename cifs_acl to smb_acl
` [PATCH v2 09/12] smb/client: rename cifs_ace to smb_ace
` [PATCH v2 10/12] smb: move some duplicate definitions to common/smbacl.h
` [PATCH v2 11/12] smb: move SMB2 Status code to common header file
` [PATCH v2 12/12] smb: add comment to STATUS_MCA_OCCURED

[PATCH net-next v3 05/13] flow_dissector: UDP encap infrastructure
 2024-08-22  8:25 UTC  (2+ messages)

[miquelraynal:macronix/nand-next/spi-nand-cont-read 20/20] drivers/mtd/nand/spi/core.c:422:32: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'ssize_t' {aka 'long int'}
 2024-08-22  8:25 UTC 

[brauner-vfs:work.i_state 44/46] ERROR: modpost: "inode_bit_waitqueue" [fs/bcachefs/bcachefs.ko] undefined!
 2024-08-22  8:25 UTC 

[PATCH] net: Don't allow to attach xdp if bond slave device's upper already has a program
 2024-08-22  8:25 UTC  (4+ messages)
    ` [External] "

[PATCH] objpool: fix choosing allocation for percpu slots
 2024-08-22  8:25 UTC 

[PATCH v2] X86 architecture (32-bit and 64-bit): Convert to use jiffies macro
 2024-08-22  8:24 UTC 

[PATCH] leds: pwm-multicolor: fix multicolor PWM LED lights up without any setting
 2024-08-22  8:24 UTC  (5+ messages)

[PATCH] mailinfo: we parse fixed headers
 2024-08-22  8:24 UTC  (2+ messages)

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-22  8:24 UTC  (14+ messages)

[RFCv2 0/9] UEFI emulator for kexec
 2024-08-22  8:23 UTC  (5+ messages)

[PATCH v3 1/2] dt-bindings: arm: amlogic: add support for Radxa ZERO 2 Pro
 2024-08-22  8:23 UTC  (5+ messages)

[PATCH 00/10] reftable: fix reload with active iterators
 2024-08-22  8:23 UTC  (4+ messages)
` [PATCH 02/10] reftable/stack: inline `stack_compact_range_stats()`

WARNING: modpost: vmlinux: section mismatch in reference: ice_adv_lnk_speed_maps+0x14 (section: .data) -> __setup_str_initcall_blacklist (section: .init.rodata)
 2024-08-22  8:23 UTC  (2+ messages)
` WARNING: [xtensa] "

Using drm_exec in TTM
 2024-08-22  8:21 UTC  (19+ messages)
` [PATCH 4/7] drm/ttm: move LRU walk defines into new internal header

[PATCH mm-unstable v2 0/3] mm/hugetlb: alloc/free gigantic folios
 2024-08-22  8:21 UTC  (3+ messages)
` [PATCH mm-unstable v2 1/3] mm/contig_alloc: support __GFP_COMP

[PATCH 00/24] Complete EEVDF
 2024-08-22  8:21 UTC  (5+ messages)
` [PATCH 10/24] sched/uclamg: Handle delayed dequeue

[PATCH 00/20] Memory leak fixes (pt.5)
 2024-08-22  8:19 UTC  (16+ messages)
` [PATCH 03/20] pretty: fix memory leaks when parsing pretty formats
` [PATCH 08/20] midx-write: fix leaking hashfile on error cases
` [PATCH 13/20] sideband: fix leaks when configuring sideband colors
` [PATCH 15/20] remote: fix leaking config strings
` [PATCH 19/20] transport: fix leaking arguments when fetching from bundle

[PATCH] scons.bbclass: Add scons class prefix to do_configure
 2024-08-22  8:18 UTC 

[PATCH] ARM: dts: microchip: sam9x60: Fix rtc/rtt clock parent
 2024-08-22  8:17 UTC  (5+ messages)
` [PATCH v2] ARM: dts: microchip: sam9x60: Fix rtc/rtt clocks

linux-next: manual merge of the net-next tree with the pm tree
 2024-08-22  8:17 UTC  (2+ messages)

USB-C adapter like Dell DA300 using > 5 W
 2024-08-22  8:17 UTC  (4+ messages)

[PATCH 00/12] KVM: arm64: Handle the lack of GICv3 exposed to a guest
 2024-08-22  8:15 UTC  (3+ messages)
` [PATCH 01/12] KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
  ` (subset) "

[PULL] drm-misc-next
 2024-08-22  8:15 UTC  (2+ messages)

[PATCH] init: Don't proxy console= to earlycon
 2024-08-22  8:15 UTC  (11+ messages)

[PATCH v2 0/4] hw/ufs: ufs device testing function added and modified
 2024-08-22  8:12 UTC  (5+ messages)
  ` [PATCH v2 1/4] hw/ufs: minor bug fixes related to ufs-test
  ` [PATCH v2 2/4] hw/ufs: ufs flag read/write test implemented
  ` [PATCH v2 3/4] hw/ufs: ufs attribute "
  ` [PATCH v2 4/4] hw/ufs: ufs descriptor read "

[PATCH v2 0/3] selftests: Fix cpuid / vendor checking build issues
 2024-08-22  8:11 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/resctrl: Generalize non-contiguous CAT check
` [PATCH v2 2/3] selftests/resctrl: Always initialize ecx to avoid build warnings
` [PATCH v2 3/3] kselftest: Provide __cpuid_count() stub on non-x86 archs

[PATCH v2 0/4] udmbuf bug fix and some improvements
 2024-08-22  8:11 UTC  (5+ messages)
` [PATCH v2 1/4] udmabuf: cancel mmap page fault, direct map it

[syzbot] [ocfs2?] kernel BUG in ocfs2_claim_suballoc_bits
 2024-08-22  8:11 UTC 

[syzbot] [ocfs2?] possible deadlock in ocfs2_init_acl
 2024-08-22  8:11 UTC 

[syzbot] [ocfs2?] KASAN: use-after-free Read in ocfs2_claim_suballoc_bits
 2024-08-22  8:11 UTC 

[PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support
 2024-08-22  8:09 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible
` [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: "

Quick Question About Collaboration
 2024-08-22  8:05 UTC 

[PATCH 0/3] Add env vars for session and cpu-affinity
 2024-08-22  8:07 UTC  (4+ messages)
` [PATCH 1/3] lib/copperplate: Get session name from env var
` [PATCH 2/3] lib/boilerplate: Get cpu-affinity "
` [PATCH 3/3] alchemytests: Set cpu-affinity by "

[PATCH 1/2] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
 2024-08-22  8:07 UTC  (2+ messages)

[PATCH 0/4] Add SMI clamp and reset
 2024-08-22  8:05 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: memory: mediatek: Add mt8188 SMI reset control binding

Quick Question About Collaboration
 2024-08-22  8:00 UTC 

[f2fs-dev] Quick Question About Collaboration
 2024-08-22  8:00 UTC 

[PATCH net-next 2/2] net: phy: aquantia: allow forcing order of MDI pairs
 2024-08-22  8:04 UTC  (3+ messages)

[xinli-intel-fred-public:intel-lkp 24/35] arch/x86/kvm/vmx/vmx.c:6459:24: error: implicit declaration of function 'read_msr'; did you mean 'readsl'?
 2024-08-22  8:04 UTC 

[PATCH net-next v2 0/7] Introduce HSR offload support for ICSSG
 2024-08-22  8:03 UTC  (4+ messages)
` [PATCH net-next v2 7/7] net: ti: icssg-prueth: Enable HSR Tx Tag and Rx Tag offload

Quick Question About Collaboration
 2024-08-22  8:00 UTC 

[PATCH RESENT] cpufreq: amd-pstate: add quirk for Ryzen 3000 series processor
 2024-08-22  8:03 UTC  (6+ messages)
`  "
    ` 回复: [PATCH "
      `  "

[PATCH] codetag: debug: mark codetags for pages which transitioned from being poison to unpoison as empty
 2024-08-22  8:04 UTC  (2+ messages)

[PATCH v2 00/15] reftable: drop generic `reftable_table` interface
 2024-08-22  8:03 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v6] usb: gadget: u_serial: Add null pointer check in gs_read_complete & gs_write_complete
 2024-08-22  8:02 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: fix null pointer access for malformed BPF_CORE_TYPE_ID_LOCAL relos
 2024-08-22  8:01 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: correctly handle "
` [PATCH bpf-next v3 2/2] selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocation

[PATCH] test/event: fix incorrect target event queue
 2024-08-22  8:01 UTC  (2+ messages)

[PATCH] powerpc/vdso: Inconditionally use CFUNC macro
 2024-08-22  8:00 UTC 

[PATCH v3] docs: bug-bisect: rewrite to better match the other bisecting text
 2024-08-22  7:59 UTC  (2+ messages)

[PATCH v2 0/4] Add CMN PLL clock controller driver for IPQ9574
 2024-08-22  7:59 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: clock: qcom: Add CMN PLL clock controller for IPQ SoC

[PATCH v3] usb: dwc3: core: Prevent USB core invalid event buffer address access
 2024-08-22  7:59 UTC  (6+ messages)

[PATCH] MAINTAINERS: udmabuf: Add myself as co-maintainer for udmabuf driver
 2024-08-22  7:58 UTC  (2+ messages)

[PATCH v2] powerpc/mm: Fix return type of pgd_val()
 2024-08-22  7:58 UTC 

[PATCH] netfilter: ctnetlink: support CTA_FILTER for flush
 2024-08-22  7:58 UTC  (4+ messages)

[PATCH] MAINTAINERS: Mark UVC gadget driver as orphan
 2024-08-22  7:57 UTC  (2+ messages)

[PATCH v3 0/7] FriendlyELEC NanoPC-T6 improvements
 2024-08-22  7:55 UTC  (8+ messages)
` [PATCH v3 2/7] arm64: dts: rockchip: add NanoPC-T6 LTS

[PATCH v1] net:hidp:Use min macro
 2024-08-22  7:54 UTC 

[PATCH] Revert "mm: skip CMA pages when they are not available"
 2024-08-22  7:54 UTC  (2+ messages)

[PATCH v8 1/3] PCI: microchip: Fix outbound address translation tables
 2024-08-22  7:54 UTC  (2+ messages)

[PATCH] staging: rtl8192e: Fix camel case
 2024-08-22  7:54 UTC  (2+ messages)

[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
 2024-08-22  7:54 UTC  (13+ messages)
                ` [PATCH 1/3] don't duplicate vfs_open() in kernel_file_open()
                ` [PATCH 2/3] lift grabbing path into caller of do_dentry_open()

[PATCH] Staging: rtl8192e: Fix arguments alignment
 2024-08-22  7:53 UTC  (2+ messages)

[bitbake-devel][Patch v5 0/2] npm: improve fetcher and recipetool compatibility
 2024-08-22  7:53 UTC  (3+ messages)
` [bitbake-devel][PATCH v5 1/2] bitbake: fetch2: npmsw: fix fetching git revisions not on master
` [bitbake-devel][PATCH v5 2/2] bitbake: fetch2: npmsw: allow packages not declaring a registry version

[PATCH v4 net-next 09/12] testing: net-drv: add basic shaper test
 2024-08-22  7:53 UTC  (3+ messages)

[PATCH v3] hw/acpi: Add vmclock device
 2024-08-22  7:52 UTC 

[PATCH] staging: rtl8192e: Fix alignment parenthesis
 2024-08-22  7:52 UTC  (2+ messages)

[PATCH] staging: rtl8192e: Fix indentation in r8192E_dev.c
 2024-08-22  7:50 UTC  (2+ messages)

[PATCH] usb: cdnsp: fix for Link TRB with TC
 2024-08-22  7:50 UTC  (3+ messages)

[PATCH v1] drivers:atlx:Use max macro
 2024-08-22  7:50 UTC 

[PATCH] Staging: rtl8192e: Fix parenthesis alignment
 2024-08-22  7:49 UTC  (2+ messages)

[PATCH v1] wifi: mwifiex: Convert to use jiffies macro
 2024-08-22  7:48 UTC 

[PATCH v4] wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-22  7:47 UTC 

[PATCH v1] driver:staging:vme:Remove NULL check of list_entry()
 2024-08-22  7:47 UTC  (2+ messages)

[PATCH v2 1/2] i3c: master: support to adjust first broadcast address speed
 2024-08-22  7:46 UTC  (5+ messages)
  ` [EXT] "

[PATCH v1] drivers:cpufreq:Use max macro
 2024-08-22  7:45 UTC 

[PATCH] stagging: rtl8192e: fix alignment parenthesis
 2024-08-22  7:45 UTC  (2+ messages)

[PATCH linux dev 6.11 1/2] hwmon driver sq52205
 2024-08-22  7:44 UTC  (2+ messages)
` [PATCH linux dev 6.11] hwmon:add new "

[PATCH v3 0/3] Devicetree updates for MT8186
 2024-08-22  7:43 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: display: mediatek: dpi: Add power domains

[PATCH] firmware_loader: Block path traversal
 2024-08-22  7:42 UTC  (5+ messages)

[Intel-wired-lan] [PATCH iwl-net] igb: Always call igb_xdp_ring_update_tail() under Tx lock
 2024-08-22  7:42 UTC  (2+ messages)
`  "

[PATCH] PCI: Deprecate pcim_pin_device()
 2024-08-22  7:38 UTC 

[PATCH 0/6] Fixes and improvements in crypto unit tests
 2024-08-22  7:16 UTC  (2+ messages)
` [PATCH 1/6] test/crypto: add asserts to validate test lengths

[tip:master] BUILD SUCCESS b34bbe44b8222d43d6311d5caa1226ebddda4bfb
 2024-08-22  7:41 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.