All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-02 22:22:00 to 2024-07-03 00:07:02 UTC [more...]

[PATCH v9 00/53] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2024-07-02 23:33 UTC  (3+ messages)
` [PATCH v9 30/52] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2

[PATCH v2] Fix WARNING in __ext4_ioctl
 2024-07-03  0:07 UTC 

[PATCH v2] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-03  0:06 UTC  (4+ messages)

[PATCH v3] xen/riscv: PE/COFF image header for RISC-V target
 2024-07-03  0:04 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] hugetlbfs: add MTE support
 2024-07-03  0:04 UTC  (3+ messages)

[PATCH] drm/xe/obsrv: Rename xe perf layer as xe observability layer
 2024-07-03  0:04 UTC  (6+ messages)

[PATCH 0/3] Add SARADC support on Sophgo SoC
 2024-07-03  0:04 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: sophgo,cv18xx-saradc.yaml: Add Sophgo SARADC binding documentation

[PATCH] drm/xe/uapi: Rename xe perf layer as xe observation layer
 2024-07-03  0:03 UTC  (3+ messages)

[PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-07-03  0:02 UTC  (4+ messages)
` [PATCH v4 04/29] lib: Adapt digest header files to MbedTLS

[PATCH] mm/page_alloc: remove prefetchw() on freeing page to buddy system
 2024-07-03  0:01 UTC  (3+ messages)

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-03  0:01 UTC  (3+ messages)
` [PATCH net-next v15 01/14] netdev: add netdev_rx_queue_restart()

[PATCH 0/3] util: Add cpuinfo support for riscv
 2024-07-02 23:58 UTC  (11+ messages)
` [PATCH 1/3] util/cpuinfo-riscv: Support host/cpuinfo.h "
` [PATCH 2/3] util/cpuinfo-riscv: Support OpenBSD signal frame
` [PATCH 3/3] util/cpuinfo-riscv: Use linux __riscv_hwprobe syscall

[PATCH] tracing: Have memmapped ring buffer use ioctl of "R" range 0x20-2F
 2024-07-02 23:59 UTC  (2+ messages)

[PATCH] net: rswitch: Avoid use-after-free in rswitch_poll()
 2024-07-02 23:59 UTC  (2+ messages)

[PATCH] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
 2024-07-02 23:57 UTC  (11+ messages)

[PATCH v9 4/5] PCI: rcar-gen4: Add support for r8a779g0
 2024-07-02 23:57 UTC  (3+ messages)

[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-02 23:56 UTC  (6+ messages)

[PATCHv2 bpf-next 0/9] uprobe, bpf: Add session support
 2024-07-02 23:55 UTC  (3+ messages)
` [PATCHv2 bpf-next 1/9] uprobe: Add support for session consumer

[PATCH v3] x86/acpi: fix panic while AP online later with kernel parameter maxcpus=1
 2024-07-02 23:55 UTC  (4+ messages)

linux-next: build warnings after merge of the mm tree
 2024-07-02 23:55 UTC  (3+ messages)

[PATCH] tpm: atmel: Drop PPC64 specific MMIO setup
 2024-07-02 23:52 UTC  (3+ messages)

[PATCH 0/2] here-doc test bodies
 2024-07-02 23:50 UTC  (8+ messages)
` [PATCH 1/2] test-lib: allow test snippets as here-docs
` [PATCH] chainlint.pl: recognize test bodies defined via heredoc

[PATCH] perf pmu: Remove unneeded semicolon
 2024-07-02 23:51 UTC  (2+ messages)

[PATCH] perf pmu: remove one dupliacte ';'
 2024-07-02 23:51 UTC  (2+ messages)

[RFC PATCH] xfs: enable WQ_MEM_RECLAIM on m_sync_workqueue
 2024-07-02 23:51 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] selftests: tpm2: conform test to TAP output
 2024-07-02 23:50 UTC  (2+ messages)

linux-next: manual merge of the powerpc tree with the mm tree
 2024-07-02 23:48 UTC  (2+ messages)

[PATCH v2 1/2] kernel/fork.c: get totalram_pages from memblock to calculate max_threads
 2024-07-02 23:49 UTC  (4+ messages)

[PATCH 0/4] target/ppc: Cleanups for dcbz
 2024-07-02 23:46 UTC  (5+ messages)
` [PATCH 1/4] target/ppc/mem_helper.c: Remove a conditional from dcbz_common()
` [PATCH 2/4] target/ppc: Hoist dcbz_size out of dcbz_common
` [PATCH 3/4] target/ppc: Split out helper_dbczl for 970
` [PATCH 4/4] target/ppc: Merge helper_{dcbz,dcbzep}

[PATCH net-next 00/11] eth: bnxt: use the new RSS API
 2024-07-02 23:47 UTC  (13+ messages)
` [PATCH net-next 01/11] net: ethtool: let drivers remove lost RSS contexts
` [PATCH net-next 02/11] net: ethtool: let driver declare max size of RSS indir table and key
` [PATCH net-next 02/11] net: ethtool: let drivers "
` [PATCH net-next 03/11] eth: bnxt: allow deleting RSS contexts when the device is down
` [PATCH net-next 04/11] eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends
` [PATCH net-next 05/11] eth: bnxt: remove rss_ctx_bmap
` [PATCH net-next 06/11] eth: bnxt: depend on core cleaning up RSS contexts
` [PATCH net-next 07/11] eth: bnxt: use context priv for struct bnxt_rss_ctx
` [PATCH net-next 08/11] eth: bnxt: use the RSS context XArray instead of the local list
` [PATCH net-next 09/11] eth: bnxt: bump the entry size in indir tables to u32
` [PATCH net-next 10/11] eth: bnxt: use the indir table from ethtool context
` [PATCH net-next 11/11] eth: bnxt: pad out the correct indirection table

[PATCH v12 0/4] Introduce perf check subcommand
 2024-07-02 23:47 UTC  (5+ messages)
` [PATCH v12 1/4] perf check: introduce "

[PATCH] mm: Prevent derefencing NULL ptr in pfn_section_valid()
 2024-07-02 23:45 UTC  (3+ messages)

[soc:soc/drivers] BUILD SUCCESS 276d7eab387a6fbbd423996d585b3ba3e91b346a
 2024-07-02 23:44 UTC 

[PATCH net v3] net: dsa: mt7530: fix impossible MDIO address and issue warning
 2024-07-02 23:44 UTC 

[PATCH v3 0/2] Separate xfs_log_vec/iovec to save memory
 2024-07-02 23:44 UTC  (5+ messages)
` [PATCH v3 2/2] xfs: make xfs_log_iovec independent from xfs_log_vec and free it early

[PATCH 6.1 000/128] 6.1.97-rc1 review
 2024-07-02 23:44 UTC  (2+ messages)

[PATCH v5] virtio-net: define UDP tunnel offload feature
 2024-07-02 23:43 UTC  (13+ messages)

[PATCH 6.6 000/163] 6.6.37-rc1 review
 2024-07-02 23:43 UTC  (2+ messages)

[PATCH 0/2] target/arm: Fix unwind from dc zva and FEAT_MOPS
 2024-07-02 23:41 UTC  (3+ messages)
` [PATCH 1/2] accel/tcg: Introduce memset_ra, memmove_ra
` [PATCH 2/2] target/arm: Use memset_ra, memmove_ra in helper-a64.c

[PATCH v23 00/32] Introduce QC USB SND audio offloading support
 2024-07-02 23:34 UTC  (15+ messages)
` [PATCH v23 32/32] ASoC: doc: Add documentation for SOC USB

[PATCH v5 0/4] Implement vendor resets for PSCI SYSTEM_RESET2
 2024-07-02 23:42 UTC  (8+ messages)
` [PATCH v5 3/4] firmware: psci: Read and use vendor reset types

[mani-mhi:mhi-next] BUILD SUCCESS f08d4bdad612dcff6827f8cd2b20f13413c392d3
 2024-07-02 23:41 UTC 

[PATCH 1/3] mm: use zonelist_zone() to get zone
 2024-07-02 23:40 UTC  (3+ messages)
` [PATCH 2/3] modpost: .meminit.* is not in init section when CONFIG_MEMORY_HOTPLUG set
` [PATCH 3/3] mm/page_alloc: put __free_pages_core() in __meminit section

[PATCH v2 1/6] perf build: Conditionally add feature check flags for libtrace{event,fs}
 2024-07-02 23:40 UTC  (4+ messages)
  ` [PATCH v2 3/6] tools: Make pkg-config dependency checks usable by other tools

[PATCH 6.9 000/222] 6.9.8-rc1 review
 2024-07-02 23:40 UTC  (3+ messages)

[PATCH v2 0/3] Add interconnect support for stmmac driver
 2024-07-02 23:38 UTC  (4+ messages)
` [PATCH v2 3/3] net: stmmac: Bring down the clocks to lower frequencies when mac link goes down

[PATCH net-next] selftests: drv-net: rss_ctx: allow more noise on default context
 2024-07-02 23:37 UTC 

[qcom:arm64-for-6.11 131/264] arch/arm64/boot/dts/qcom/ipq9574-rdp418.dtb: clock-controller@1800000: '#power-domain-cells' is a required property
 2024-07-02 23:36 UTC 

[isilence:zcrx/next 24/36] drivers/net/wireless/mediatek/mt76/mt792x_trace.h:24:11: error: expected identifier
 2024-07-02 23:36 UTC 

[PATCH] drm/panic: Fix uninitialized spinlock acquisition with CONFIG_DRM_PANIC=n
 2024-07-02 23:34 UTC 

[Bug 219003] New: "Bluetooth: hci0: corrupted SCO packet" on W800BT on kernel 6.9.7
 2024-07-02 23:35 UTC 

[PATCH i-g-t 00/37] Intel CCS + 10bpc/fp16 stuff
 2024-07-02 23:28 UTC  (38+ messages)
` [PATCH i-g-t 01/37] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format
` [PATCH i-g-t 02/37] lib/rendercopy: Add deltas to all surface relocs
` [PATCH i-g-t 03/37] tests/kms_big_fb: Use igt_fb_create_intel_buf()
` [PATCH i-g-t 04/37] tests/kms_frontbuffer_tracking: Use igt_create_fb()
` [PATCH i-g-t 05/37] lib/igt_fb: Make igt_calc_fb_size() somewhat usable
` [PATCH i-g-t 06/37] lib/rendercopy: Always setup clear color for TGL
` [PATCH i-g-t 07/37] lib/rendercopy: Don't skip clearcolor on flat CCS
` [PATCH i-g-t 08/37] lib/rendercopy: Fix fastclear scaling
` [PATCH i-g-t 09/37] lib/rendercopy: Extract gen4_surface_format()
` [PATCH i-g-t 10/37] lib/rendercopy: Extract {dg2, lnl}_compression_format()
` [PATCH i-g-t 11/37] lib/rendercopy: Add specific support for 2:10:10:10 formats
` [PATCH i-g-t 12/37] lib/rendercopy: Use the proper compression format for 10bpc on dg2/lnl+
` [PATCH i-g-t 13/37] lib/rendercopy: Use the proper compression format for 16bpc "
` [PATCH i-g-t 14/37] lib/igt_fb: Extract is_gen12_rc_ccs_cc_modifier()
` [PATCH i-g-t 15/37] lib/igt_fb: Extract ccs_needs_enginecopy()
` [PATCH i-g-t 16/37] lib/igt_fb: Require enginecopy for clear color
` [PATCH i-g-t 17/37] lib/igt_fb: Expose igt_fb_is_ccs_modifier()
` [PATCH i-g-t 18/37] lib/igt_fb: Expose igt_fb_is_gen12_rc_ccs_cc_modifier()
` [PATCH i-g-t 19/37] lib/igt_fb: Expose igt_fb_is_gen12_mc_ccs_modifier()
` [PATCH i-g-t 20/37] lib/igt_fb: Adjust how we pick the blitter compression format
` [PATCH i-g-t 21/37] lib/igt_fb: Add DRM_FORMAT_XRGB2101010 compression format for the
` [PATCH i-g-t 22/37] lib/igt_fb: Add 16bpc compression format for the blitter
` [PATCH i-g-t 23/37] lib/igt_fb: Fix planar block copy
` [PATCH i-g-t 24/37] lib/igt_fb: Fix blitter compression format handling
` [PATCH i-g-t 25/37] lib/igt_fb: Try to fix block copy media compression handling
` [PATCH i-g-t 26/37] lib/igt_fb: Assert that we have no clear color when using the bltter
` [PATCH i-g-t 27/37] lib/vebox: Add support for fp16 RGB formats
` [PATCH i-g-t 28/37] lib/vebox: Add 10bpc support
` [PATCH i-g-t 29/37] lib/igt_fb: Treat 2:10:10:10 properly
` [PATCH i-g-t 30/37] tests/kms_plane: Extract skip_format_mod()
` [PATCH i-g-t 31/37] tests/kms_plane: Skip 10bpc formats with media compression
` [PATCH i-g-t 32/37] tests/kms_ccs: Reuse igt_fb_is_gen12_rc_ccs_cc_modifier()
` [PATCH i-g-t 33/37] tests/kms_ccs: Correctly check clear color for 10bpc formats
` [PATCH i-g-t 34/37] tests/kms_ccs: Correctly check clear color for fp16 formats
` [PATCH i-g-t 35/37] tests/kms_ccs: Skip 10bpc formats with media compression
` [PATCH i-g-t 36/37] tests/kms_ccs: Skip testing on identical plane types
` [PATCH i-g-t 37/37] tests/kms_ccs: Provide a hint as to what we're testing

xfs: byte-based grant head reservation tracking v4
 2024-07-02 23:29 UTC  (7+ messages)
` [PATCH 11/11] xfs: skip flushing log items during push

[pci:controller/rockchip] BUILD SUCCESS 87451d7035ac089ca3118cf01f250e7788a4c2f2
 2024-07-02 23:25 UTC 

[RFC PATCH v2 7/7] tools: add skeleton code for userland testing of VMA logic
 2024-07-02 23:25 UTC  (2+ messages)

[PATCH] btrfs-progs: inspect tree-stats: support to show a specified tree
 2024-07-02 23:24 UTC  (2+ messages)

[PATCH 0/1] x86/microcode: Revert cache flush on Intel microcode loading
 2024-07-02 23:24 UTC  (3+ messages)
` [PATCH 1/1] arch/x86/microcode/intel: Remove unnecessary cache writeback and invalidation

linux-next: build failure after merge of the mm-hotfixes tree
 2024-07-02 23:22 UTC  (5+ messages)

[PATCH 00/11] rcu/nocb: (De-)offloading on offline CPUs
 2024-07-02 23:19 UTC  (3+ messages)
` [PATCH 11/11] rcu/nocb: Simplify (de-)offloading state machine

[Buildroot] [PATCH 1/1] package/swupdate: bump to version 2024.05.2
 2024-07-02 23:19 UTC 

[RFC PATCH v2 5/7] MAINTAINERS: Add entry for new VMA files
 2024-07-02 23:19 UTC  (2+ messages)

[geert-m68k:master] BUILD SUCCESS 6f44965e59fc53459d6ee658255be9705fbbd458
 2024-07-02 23:18 UTC 

remote login(1) (telnetd; innetgr(3))
 2024-07-02 23:18 UTC  (5+ messages)

[PATCH v2 0/4] Add support for SPI-NOR Macronix OTP
 2024-07-02 23:16 UTC  (9+ messages)
` [PATCH v2 3/4] dt-bindings: mtd: macronix,mx25l12833f: add SPI-NOR chip

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-02 23:16 UTC  (14+ messages)
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs

[pci:controller/rcar-gen4] BUILD SUCCESS faf5a975ee3b94aac7c8a8054456a85d99a1b7ad
 2024-07-02 23:15 UTC 

[PATCH] hw/nvme: Fix memory leak in nvme_dsm
 2024-07-02 23:13 UTC 

[PATCH v3 00/19] labgrid: Provide an integration with Labgrid
 2024-07-02 23:12 UTC  (9+ messages)
` [PATCH v3 08/19] test: Introduce the concept of a role

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-02 23:08 UTC  (8+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[RFC PATCH 0/3] tracing: Support poll on event hist file
 2024-07-02 23:08 UTC  (3+ messages)

[PATCH v1] binder: frozen notification binder_features flag
 2024-07-02 23:04 UTC 

[PATCH] acpi: Support CONFIG_ACPI without CONFIG_PCI
 2024-07-02 23:01 UTC  (3+ messages)

[PATCH v2 1/2] perf script: Fix perf script -F +metric
 2024-07-02 23:00 UTC  (4+ messages)
` [PATCH v2 2/2] Add a test case for "

[PATCH v2] cxl/acpi: Warn on mixed CXL VH and RCH/RCD Hierarchy
 2024-07-02 22:59 UTC  (4+ messages)

[PATCH v4 0/3] MCTP over PCC
 2024-07-02 22:58 UTC  (4+ messages)
` [PATCH v4 1/3] mctp pcc: Check before sending MCTP PCC response ACK
` [PATCH v4 2/3] mctp pcc: Allow PCC Data Type in MCTP resource
` [PATCH v4 3/3] mctp pcc: Implement MCTP over PCC Transport

[PATCH] clk: vexpress-osc: add missing MODULE_DESCRIPTION() macro
 2024-07-02 22:57 UTC  (2+ messages)

[PATCH 0/2] Support for RGB16161616_64B compressed formats
 2024-07-02 22:56 UTC  (3+ messages)
` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format

[pci:devres] BUILD SUCCESS 4f491ea63b5af3715703401737ee8903f9e43d6a
 2024-07-02 22:56 UTC 

[LTP] [PATCH 1/1] nfsstat01: Update client RPC calls for kernel 6.9
 2024-07-02 22:55 UTC  (3+ messages)

[PATCH i-g-t 1/6] lib/rendercopy: Add deltas to all surface relocs
 2024-07-02 22:53 UTC  (4+ messages)
` [PATCH i-g-t v2 "

[ima-evm-utils PATCH] Require specifying openssl PKCS11 engine or provider access method
 2024-07-02 22:53 UTC 

[PATCH] Disable Clk-gate_tests for s390
 2024-07-02 22:52 UTC  (2+ messages)

[syzbot] [net?] KASAN: slab-use-after-free Read in l2tp_tunnel_del_work
 2024-07-02 22:51 UTC  (2+ messages)

[PATCH 0/1] perf report: fix missing references to maps and map in thread__find_map
 2024-07-02 22:50 UTC  (3+ messages)
` [PATCH] perf probe: "

[PATCH] thermal/core: Introduce user trip points
 2024-07-02 22:49 UTC  (9+ messages)

[PULL 00/67] SD/MMC patches for 2024-07-02
 2024-07-02 22:48 UTC  (2+ messages)

[PULL 0/6] aspeed queue
 2024-07-02 22:47 UTC  (2+ messages)

[ima-evm-utils PATCH v2] ci: EOL CentOS Stream 8 and CentOS 7
 2024-07-02 22:48 UTC 

[PATCH] math: rational: add missing MODULE_DESCRIPTION() macro
 2024-07-02 22:47 UTC 

[PATCH V2 0/3] fat: convert to the new mount API
 2024-07-02 22:45 UTC  (4+ messages)
` [PATCH V2 1/3] fat: move debug into fat_mount_options
` [PATCH V2 2/3] fat: Convert to new mount api
` [PATCH V2 3/3] fat: Convert to new uid/gid option parsing helpers

[PATCH] filelock: fix potential use-after-free in posix_lock_inode
 2024-07-02 22:44 UTC 

[PATCH] platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended
 2024-07-02 22:41 UTC  (3+ messages)

[PATCH v5 00/11] clk: Add kunit tests for fixed rate and parent data
 2024-07-02 22:39 UTC  (8+ messages)
` [PATCH v5 02/11] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v5 11/11] clk: Add KUnit tests for clks registered with struct clk_parent_data

[PATCH v2] lib/build_OID_registry: Avoid non-destructive substitution for Perl < 5.13.2 compat
 2024-07-02 22:35 UTC 

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
 2024-07-02 22:35 UTC  (3+ messages)

[PATCH v2 00/11] target/riscv: Support zimop/zcmop/zama16b/zabha
 2024-07-02 22:34 UTC  (2+ messages)

[scarthgap][PATCH] python3-setuptools: drop python3-2to3 from RDEPENDS
 2024-07-02 22:31 UTC 

[PATCH 1/1] i3c: master: svc: Improve DAA STOP handle code logic
 2024-07-02 22:31 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] bpf: sparse cleanup
 2024-07-02 22:30 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/3] bpf: Move a few bpf_func_proto declarations
` [PATCH v2 bpf-next 3/3] bpf: Implement bpf_check_basics_ok() as a macro

[scarthgap][PATCH] python3-requests: cleanup RDEPENDS
 2024-07-02 22:28 UTC 

[PATCH] hw/display/sm501: Validate local memory size index in sm501_system_config_write
 2024-07-02 22:24 UTC 

[PATCH 0/2] fuse: fix up uid/gid mount option handling
 2024-07-02 22:23 UTC  (3+ messages)
` [PATCH 1/2] fuse: verify {g,u}id mount options correctly
` [PATCH 2/2] fuse: Convert to new uid/gid option parsing helpers

[PATCH v3 0/8] RISC-V: Detect and report speed of unaligned vector accesses
 2024-07-02 22:22 UTC  (9+ messages)
` [PATCH v3 4/8] RISC-V: Check Zicclsm to set unaligned access speed

[v5 PATCH] arm64: mm: force write fault for atomic RMW instructions
 2024-07-02 22:21 UTC  (7+ messages)

[PATCH v3 0/2] selftests/resctrl: SNC kernel support discovery
 2024-07-02 22:21 UTC  (3+ messages)
` [PATCH v3 2/2] selftests/resctrl: Adjust SNC support 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.