All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-12 20:14:05 to 2024-05-13 00:10:03 UTC [more...]

[PATCH v2 0/2] netfilter: nfqueue: incorrect sctp checksum
 2024-05-13  0:09 UTC  (2+ messages)
` [PATCH v2 1/2] netfilter: nft_queue: compute SCTP checksum

[pci:endpoint] BUILD SUCCESS e79d1b1eb6260226afc77019ea43027e8cb70629
 2024-05-13  0:08 UTC 

man(7) <-> mdoc(7) (approximate) correspondence table?
 2024-05-12 23:49 UTC  (3+ messages)

[oe] [meta-oe][PATCHv2] glib-testing: add recipe
 2024-05-13  0:06 UTC 

[meta-oe][PATCHv2] glib-testing: add recipe
 2024-05-13  0:05 UTC 

Opkg cannot find anything to satisfy 'kernel-module-iwlmvm'
 2024-05-13  0:02 UTC 

[PATCH 1/2 v2] board: starfive: support Pine64 Star64 board
 2024-05-13  0:01 UTC  (3+ messages)

[PATCH bpf-next v6 0/4] bpf: Inline helpers in arm64 and riscv JITs
 2024-05-13  0:00 UTC  (3+ messages)

[PATCH bpf] riscv, bpf: make some atomic operations fully ordered
 2024-05-13  0:00 UTC  (3+ messages)

[PATCH] riscv, bpf: Fix typo in comment
 2024-05-13  0:00 UTC  (3+ messages)

[PATCH bpf-next v2] ARC: Add eBPF JIT support
 2024-05-13  0:00 UTC  (3+ messages)

[PATCH bpf-next v2] s390/bpf: Emit a barrier for BPF_FETCH instructions
 2024-05-13  0:00 UTC  (2+ messages)

next/pending-fixes build: 8 builds: 0 failed, 8 passed, 31 warnings (v6.9-71-g3d77dbcb46b6f)
 2024-05-13  0:00 UTC 

[RFC PATCH v2 0/3] Make ELOG log and trace consistently with GHES
 2024-05-12 23:45 UTC  (7+ messages)
` [RFC PATCH v2 3/3] ACPI: extlog: Make print_extlog_rcd() log unconditionally

[PATCH v4 0/2] cxl/region: add interleave capability check
 2024-05-12 23:43 UTC  (5+ messages)
` [PATCH v4 2/2] cxl/region: check interleave capability

[PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups
 2024-05-12 23:28 UTC  (62+ messages)
` [PATCH v7 01/61] target/ppc: Remove unused struct 'mmu_ctx_hash32'
` [PATCH v7 02/61] target/ppc: Remove unused helper
` [PATCH v7 03/61] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH v7 04/61] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v7 05/61] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH v7 06/61] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH v7 07/61] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v7 08/61] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v7 09/61] target/ppc/mmu_common.c: Move some debug logging
` [PATCH v7 10/61] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v7 11/61] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v7 12/61] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v7 13/61] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v7 14/61] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH v7 15/61] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v7 16/61] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v7 17/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
` [PATCH v7 18/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PATCH v7 19/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PATCH v7 20/61] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v7 21/61] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v7 22/61] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v7 23/61] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v7 24/61] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
` [PATCH v7 25/61] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
` [PATCH v7 26/61] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
` [PATCH v7 27/61] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
` [PATCH v7 28/61] target/ppc/mmu_common.c: Remove pte_update_flags()
` [PATCH v7 29/61] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v7 30/61] target/ppc: Split off common embedded TLB init
` [PATCH v7 31/61] target/ppc/mmu-hash32.c: Drop a local variable
` [PATCH v7 32/61] target/ppc/mmu-radix64.c: "
` [PATCH v7 33/61] target/ppc: Add a function to check for page protection bit
` [PATCH v7 34/61] target/ppc: Move out BookE and related MMU functions from mmu_common.c
` [PATCH v7 35/61] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v7 36/61] target/ppc/mmu_common.c: Remove local name for a constant
` [PATCH v7 37/61] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH v7 38/61] "
` [PATCH v7 39/61] target/ppc/mmu_common.c: Remove another single use local
` [PATCH v7 40/61] target/ppc/mmu_common.c: Remove yet "
` [PATCH v7 41/61] target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()
` [PATCH v7 42/61] target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()
` [PATCH v7 43/61] target/ppc/mmu_common.c: Remove unused field from mmu_ctx_t
` [PATCH v7 44/61] target/ppc/mmu_common.c: Remove hash "
` [PATCH v7 45/61] target/ppc/mmu_common.c: Remove nx "
` [PATCH v7 46/61] target/ppc/mmu_common.c: Convert local variable to bool
` [PATCH v7 47/61] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH v7 48/61] target/ppc/mmu_common.c: Simplify a switch statement
` [PATCH v7 49/61] target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()
` [PATCH v7 50/61] target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t
` [PATCH v7 51/61] target/ppc: Add function to get protection key for hash32 MMU
` [PATCH v7 52/61] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
` [PATCH v7 53/61] target/ppc/mmu_common.c: Init variable in function that relies on it
` [PATCH v7 54/61] target/ppc/mmu_common.c: Remove key field from mmu_ctx_t
` [PATCH v7 55/61] target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()
` [PATCH v7 56/61] target/ppc/mmu_common.c: Rename function parameter
` [PATCH v7 57/61] targe/ppc/mmu_common.c: Use defines instead of numeric constants
` [PATCH v7 58/61] target/ppc: Remove bat_size_prot()
` [PATCH v7 59/61] target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()
` [PATCH v7 60/61] target/ppc/mmu_common.c: Remove mmu_ctx_t
` [PATCH v7 61/61] target/ppc/mmu_common.c: Remove a local variable

[linux-linus test] 185984: regressions - FAIL
 2024-05-12 23:33 UTC 

[frank-w-bpi-r2-4.14:6.9-netnext 17/17] drivers/net/ethernet/mediatek/mtk_ppe_offload.c:640:5: error: conflicting types for 'mtk_eth_offload_init'; have 'int(struct mtk_eth *)'
 2024-05-12 23:27 UTC 

[PATCH 0/4] rockchip: Add gpio request() ops and drop PCIe reset-gpios workaround
 2024-05-12 23:22 UTC  (12+ messages)

[arnd-asm-generic:syscall-tbl-6.9 46/46] arch/arm64/include/asm/vdso/compat_gettimeofday.h:27:31: error: use of undeclared identifier '__NR_compat32_gettimeofday'
 2024-05-12 23:17 UTC 

[arnd-asm-generic:syscall-tbl-6.9 43/46] kernel/fork.c:3087:2: warning: #warning clone3() entry point is missing, please fix
 2024-05-12 23:17 UTC 

[PATCH v2 2/3] powerpc/fadump: setup additional parameters for dump capture kernel
 2024-05-12 23:17 UTC  (2+ messages)

[PATCH] hwmon: (corsair-cpro) Add firmware and bootloader information
 2024-05-12 23:12 UTC 

[PATCH v4 1/2] certs: Move RSA self-test data to separate file
 2024-05-12 23:11 UTC  (2+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in __fput (2)
 2024-05-12 23:10 UTC  (3+ messages)

[PATCH v3 2/2] drm/msm/a6xx: request memory region
 2024-05-12 23:06 UTC  (3+ messages)

[PATCH v7 0/5] iio: pressure: bmp280: Add triggered buffer support and
 2024-05-12 23:05 UTC  (6+ messages)
` [PATCH v7 1/5] iio: pressure: bmp280: Refactorize reading functions
` [PATCH v7 2/5] iio: pressure: bmp280: Introduce new cleanup routines
` [PATCH v7 3/5] iio: pressure: bmp280: Generalize read_{temp,press,humid}() functions
` [PATCH v7 4/5] iio: pressure: bmp280: Add SCALE, RAW values in channels and refactorize them
` [PATCH v7 5/5] iio: pressure: bmp280: Add triggered buffer support

[PATCH] integrity: Update comment for load_moklist_certs()
 2024-05-12 23:03 UTC  (2+ messages)

[PATCH v1 1/1] selftests/sgx: Fix the implicit declaration of asprintf() compiler error
 2024-05-12 23:02 UTC  (6+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 9c0731832d3b7420cbadba6a7f334363bc8dfb15
 2024-05-12 23:00 UTC 

[PATCH RFCv1 00/14] Add Tegra241 (Grace) CMDQV Support (part 2/2)
 2024-05-12 22:40 UTC  (5+ messages)
` [PATCH RFCv1 01/14] iommufd: Move iommufd_object to public iommufd header

commits for stable 2024-05-11
 2024-05-12 22:35 UTC  (3+ messages)

[PATCH] pcmcia: Use resource_size function on resource object
 2024-05-12 22:31 UTC 

[PATCH v2 0/6] drm/v3d: Improve Performance Counters handling
 2024-05-12 22:23 UTC  (7+ messages)
` [PATCH v2 1/6] drm/v3d: Add Performance Counters descriptions for V3D 4.2 and 7.1
` [PATCH v2 2/6] drm/v3d: Different V3D versions can have different number of perfcnt
` [PATCH v2 3/6] drm/v3d: Create a new V3D parameter for the maximum "
` [PATCH v2 4/6] drm/v3d: Create new IOCTL to expose performance counters information
` [PATCH v2 5/6] drm/v3d: Use V3D_MAX_COUNTERS instead of V3D_PERFCNT_NUM
` [PATCH v2 6/6] drm/v3d: Deprecate the use of the Performance Counters enum

[PATCH] hwmon: (nzxt-kraken3) Bail out for unsupported device variants
 2024-05-12 22:25 UTC  (2+ messages)

[syzbot] [kernel?] KASAN: slab-use-after-free Read in kill_orphaned_pgrp (2)
 2024-05-12 22:23 UTC  (2+ messages)

[PATCH] media: bcm2835-unicam: Depend on COMMON_CLK
 2024-05-12 22:21 UTC 

[PATCH] platform/x86: dell-laptop: Implement platform_profile
 2024-05-12 22:14 UTC  (11+ messages)
` [PATCH v5] "
    `  "

[PATCH 0/3] usb: gadget: uvc: allocate requests based on frame interval length and buffersize
 2024-05-12 22:10 UTC  (6+ messages)

[PATCH v4 0/6] btrfs: subpage + zoned fixes
 2024-05-12 22:09 UTC  (4+ messages)
` [PATCH v4 2/6] btrfs: lock subpage ranges in one go for writepage_delalloc()

[PATCH v7 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-05-12 22:09 UTC  (13+ messages)
` [PATCH v7 3/6] iommu/arm-smmu-v3: Enforce arm_smmu_cmdq_build_sync_cmd
` [PATCH v7 5/6] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v7 6/6] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH v5 0/6] Assume sysfs event names are always the same case
 2024-05-12 22:08 UTC  (3+ messages)
` [PATCH v5 2/6] perf Document: Sysfs event names must be lower or upper case

r8169: transmit queue timeouts and IRQ masking
 2024-05-12 22:08 UTC  (8+ messages)

r8169: RTL8125 timer experimentation
 2024-05-12 22:06 UTC 

[PATCHv2] nvme-pci: allow unmanaged interrupts
 2024-05-12 22:05 UTC  (6+ messages)

(no subject)
 2024-05-12 21:33 UTC 

[cip:linux-4.4.y-st-rt 25/22961] versioncheck: ./drivers/misc/hwlat_detector.c: 51 linux/version.h not needed
 2024-05-12 21:41 UTC 

[PATCH] Add firmware and bootloader information
 2024-05-12 21:40 UTC 

[PATCH net-next v3 00/24] Introducing OpenVPN Data Channel Offload
 2024-05-12 21:35 UTC  (3+ messages)
` [PATCH net-next v3 09/24] ovpn: implement basic TX path (UDP)

Linux 6.9
 2024-05-12 21:34 UTC 

[PATCH v2] usb: dwc3: gadget: check drained isoc ep
 2024-05-12 21:33 UTC  (11+ messages)

[PATCH] Fix non-Linux build
 2024-05-12 21:02 UTC 

[PATCH v16 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-05-12 21:27 UTC  (5+ messages)
` [PATCH v16 3/9] libfs: Introduce case-insensitive string comparison helper
      ` [f2fs-dev] "

[PATCH] usb: dwc3: gadget: create per ep interrupts
 2024-05-12 21:27 UTC  (9+ messages)

[PATCH] drm/bridge: cdns-mhdp8546: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:22 UTC  (2+ messages)

[PATCH] drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:21 UTC  (2+ messages)

[PATCH] drm/bridge: synopsys: dw-mipi-dsi: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:20 UTC  (2+ messages)

[PATCH] drm/bridge: lt9611uxc: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:19 UTC  (2+ messages)

[PATCH] drm/bridge: adv7511: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:18 UTC  (2+ messages)

[PATCH] drm/bridge: imx: Remove redundant checks on existence of bridge->encoder
 2024-05-12 21:17 UTC  (2+ messages)

[PATCH] drm/bridge: analogix: Remove redundant checks on existence of bridge->encoder
 2024-05-12 21:15 UTC  (2+ messages)

[PATCH] drm/bridge: it6505: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:15 UTC  (2+ messages)

[PATCH] drm/bridge: panel: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:14 UTC  (2+ messages)

[PATCH] drm/bridge: nxp-ptn3460: Remove a small useless code snippet
 2024-05-12 21:13 UTC  (2+ messages)

[PATCH] drm/bridge: tfp410: Remove a small useless code snippet
 2024-05-12 21:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/kodi: Link to libiconv when needed
 2024-05-12 21:11 UTC  (2+ messages)

[PATCH] drm/bridge: Remove a small useless code snippet
 2024-05-12 21:09 UTC  (2+ messages)

[Buildroot] [git commit] package/kodi: explicitly link to libiconv when locales disabled
 2024-05-12 21:06 UTC 

[PATCH 0/6] Add driver for ENS160 sensor
 2024-05-12 21:04 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: vendor-prefixes: add ScioSense
` [PATCH 2/6] dt-bindings: Add ENS160 as trivial device
` [PATCH 3/6] iio: chemical: add driver for ENS160 sensor
` [PATCH 4/6] iio: chemical: ens160: add triggered buffer support
` [PATCH 5/6] iio: chemical: ens160: add power management support
` [PATCH 6/6] MAINTAINERS: Add ScioSense ENS160

[frank-w-bpi-r2-4.14:6.9-netnext 17/17] drivers/net/ethernet/mediatek/mtk_ppe_offload.c:640:5: error: conflicting types for 'mtk_eth_offload_init'
 2024-05-12 20:58 UTC 

[PATCH v7 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-05-12 20:54 UTC  (6+ messages)
` [PATCH v7 02/14] iommu/arm-smmu-v3: Start building a generic PASID layer

Inquiry Regarding Handling of Kernel Crashes
 2024-05-12 20:50 UTC  (2+ messages)

[PATCH] fs/jffs2: Fix NULL deref in jffs2_scan_dirty_space
 2024-05-12 20:39 UTC  (3+ messages)

snapshots of subvolumes recursivly?
 2024-05-12 20:39 UTC 

[PATCH] iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-05-12 20:44 UTC  (5+ messages)

[syzbot] [mm?] INFO: rcu detected stall in validate_mm (3)
 2024-05-12 20:41 UTC  (3+ messages)

[PATCH v2] extcon: Add LC824206XA microUSB switch driver
 2024-05-12 20:40 UTC 

[Buildroot] [PATCH 1/1] package/duma: set HOST_CFLAGS
 2024-05-12 20:34 UTC 

[RFC PATCH] fs: dcache: Delete the associated dentry when deleting a file
 2024-05-12 20:29 UTC  (8+ messages)
` [PATCH] vfs: move dentry shrinking outside the inode lock in 'rmdir()'

[GIT PULL] Rust for 6.10
 2024-05-12 20:22 UTC 

Intermittent Qemu boot hang/regression traced back to INT 0x80 changes
 2024-05-12 20:23 UTC  (4+ messages)

[Buildroot] [PATCH v3 01/14] package/qt6: bump version to 6.7.0
 2024-05-12 11:46 UTC  (14+ messages)
  ` [Buildroot] [PATCH v3 02/14] package/qt6/qt6base: patch CVE-2024-33861
  ` [Buildroot] [PATCH v3 03/14] package/qt6/qt6base: add blind option to enable GUI support on host
  ` [Buildroot] [PATCH v3 04/14] package/qt6/qt6shadertools: new package
  ` [Buildroot] [PATCH v3 05/14] package/qt6/qt6svg: allow building for host
  ` [Buildroot] [PATCH v3 06/14] package/qt6/qt6languageserver: new package
  ` [Buildroot] [PATCH v3 07/14] package/qt6/qt6declarative: "
  ` [Buildroot] [PATCH v3 08/14] package/qt6/qt6declarative: fix build when Qt Network not available
  ` [Buildroot] [PATCH v3 09/14] package/qt6/qt6websockets: new package
  ` [Buildroot] [PATCH v3 10/14] package/qt6/qt6wayland: "
  ` [Buildroot] [PATCH v3 11/14] package/qt6/qt6base: add blind option to enable Network support on host
  ` [Buildroot] [PATCH v3 12/14] package/qt6/qt6tools: new package
  ` [Buildroot] [PATCH v3 13/14] package/qt6/qt6virtualkeyboard: "
  ` [Buildroot] [PATCH v3 14/14] package/qt6/qt6mqtt: "

kdevops BoF at LSFMM
 2024-05-12 20:20 UTC  (5+ messages)

[PATCH v2] valgrind: Upgrade to 3.23.0
 2024-05-12 20:19 UTC  (3+ messages)
` [OE-core] "

[RFC PATCH v1] riscv kernel control flow integrity
 2024-05-12 20:12 UTC  (3+ messages)
` [RFC PATCH 07/12] riscv/mm: prepare shadow stack for init task for kernel cfi


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.