All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-03 08:39:27 to 2024-04-03 09:11:43 UTC [more...]

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-03  9:10 UTC  (26+ messages)
` [PATCH 03/34] platform: goldfish: remove ACPI_PTR() annotations
` [PATCH 11/34] clk: ti: dpll: fix incorrect #ifdef checks
` [PATCH 18/34] lib: checksum: hide unused expected_csum_ipv6_magic[]
` [PATCH 19/34] sunrpc: suppress warnings for unused procfs functions
` [PATCH 30/34] sata: mv: drop unnecessary #ifdef checks
` [PATCH 31/34] spi: remove incorrect of_match_ptr annotations
` [PATCH 32/34] ASoC: remove incorrect of_match_ptr/ACPI_PTR annotations

[PATCH v3 0/6] Add DSC support to DSI video panel
 2024-04-03  9:11 UTC  (6+ messages)
` [PATCH v3 1/6] drm/msm/dpu: fix video mode DSC for DSI
` [PATCH v3 2/6] drm/msm/dsi: set video mode widebus enable bit when widebus is enabled
` [PATCH v3 3/6] drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (fix video mode DSC)
` [PATCH v3 4/6] drm/msm/dsi: add a comment to explain pkt_per_line encoding
` [PATCH v3 5/6] drm/display: Add slice_per_pkt for dsc

[PATCH v3] security: Place security_path_post_mknod() where the original IMA call was
 2024-04-03  9:11 UTC  (2+ messages)

[PATCH v2 0/2] Add gputop support for sysfs profiling knob
 2024-04-03  9:11 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[RESEND][PATCH v3] security: Place security_path_post_mknod() where the original IMA call was
 2024-04-03  9:07 UTC 

[PATCH v9 1/3] drm/buddy: Implement tracking clear page feature
 2024-04-03  9:01 UTC  (8+ messages)
` [PATCH v9 2/3] drm/amdgpu: Enable clear page functionality

[PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable
 2024-04-03  9:08 UTC  (2+ messages)

[PATCH v2] drm/ast: Fix soft lockup
 2024-04-03  9:02 UTC 

[PATCH] init_module.2: Document MODULE_INIT_COMPRESS_FILE flag
 2024-04-03  9:07 UTC  (4+ messages)

[PATCH] ARM: rpi: detect mci1 as well when searching for environment
 2024-04-03  9:06 UTC 

[OE-core][PATCH] iputils: splitting the ping6 as a package
 2024-04-03  9:05 UTC  (2+ messages)

[PATCH v2] mm: add per-order mTHP alloc_success and alloc_fail counters
 2024-04-03  9:05 UTC  (7+ messages)

[PATCH v11 1/7] dt-bindings: usb: usbmisc-imx: add fsl,imx8ulp-usbmisc compatible
 2024-04-03  9:04 UTC  (13+ messages)
` [PATCH v11 2/7] arm64: dts: imx8ulp: add usb nodes
` [PATCH v11 3/7] arm64: dts: imx8ulp-evk: enable usb nodes and add ptn5150 nodes
` [PATCH v11 4/7] ARM: dts: imx6: remove fsl,anatop property from usb controller node
` [PATCH v11 5/7] arm64: dts: imx93: add usb nodes
` [PATCH v11 6/7] arm64: dts: imx93-11x11-evk: enable usb and typec nodes
` [PATCH v11 7/7] arm64: dts: imx8mm/n remove clock-names property from usb controller node

[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-04-03  8:59 UTC  (4+ messages)
` [PATCH 15/26] mm: Export writeback_iter()

[PATCH 1/2] mci: improve packing of struct mci
 2024-04-03  9:03 UTC  (2+ messages)
` [PATCH 2/2] mci: remove FIXME in rca description

[PATCH] ARM: dts: n900: set charge current limit to 950mA
 2024-04-03  9:03 UTC  (2+ messages)

[OE-core] [PATCH v2] curl: improve reproducibility
 2024-04-03  9:04 UTC  (2+ messages)
`  "

[PATCH rdma-rc] RDMA/mlx5: Fix port number for counter query in multi-port configuration
 2024-04-03  9:03 UTC 

[PATCH v2 1/2] net: ravb: Always process TX descriptor ring
 2024-04-03  9:02 UTC  (3+ messages)

[bug report] proc: rewrite stable_page_flags()
 2024-04-03  9:01 UTC 

[PATCH v5 00/19] Panel replay selective update support
 2024-04-03  9:00 UTC  (20+ messages)
` [PATCH v5 01/19] drm/i915/psr: Add some documentation of variables used in psr code
` [PATCH v5 02/19] drm/i915/psr: Set intel_crtc_state->has_psr on panel replay as well
` [PATCH v5 03/19] drm/i915/psr: Intel_psr_pause/resume needs to support panel replay
` [PATCH v5 04/19] drm/i915/psr: Do not update phy power state in case of non-eDP "
` [PATCH v5 05/19] drm/i915/psr: Check possible errors for panel replay as well
` [PATCH v5 06/19] drm/i915/psr: Do not write registers/bits not applicable for panel replay
` [PATCH v5 07/19] drm/i915/psr: Call intel_psr_init_dpcd in intel_dp_detect
` [PATCH v5 08/19] drm/i915/psr: Unify panel replay enable/disable sink
` [PATCH v5 09/19] drm/i915/psr: Panel replay has to be enabled before link training
` [PATCH v5 10/19] drm/i915/psr: Rename has_psr2 as has_sel_update
` [PATCH v5 11/19] drm/i915/psr: Rename psr2_enabled as sel_update_enabled
` [PATCH v5 12/19] drm/panelreplay: dpcd register definition for panelreplay SU
` [PATCH v5 13/19] drm/i915/psr: Detect panel replay selective update support
` [PATCH v5 14/19] drm/i915/psr: Modify intel_dp_get_su_granularity to support panel replay
` [PATCH v5 15/19] drm/i915/psr: Panel replay uses SRD_STATUS to track it's status
` [PATCH v5 16/19] drm/i915/psr: Do not apply workarounds in case of panel replay
` [PATCH v5 17/19] drm/i915/psr: Update PSR module parameter descriptions
` [PATCH v5 18/19] drm/i915/psr: Split intel_psr2_config_valid for panel replay
` [PATCH v5 19/19] drm/i915/psr: Add panel replay sel update support to debugfs interface

[PATCH v1 0/2] Improve interactive shell output gathering
 2024-04-03  9:00 UTC  (3+ messages)
` [PATCH v1 1/2] dts: Improve output gathering in interactive shells

[PATCH net-next v2 1/2] rtnetlink: add guard for RTNL
 2024-04-03  9:00 UTC  (2+ messages)

[PATCH] board: rockchip: Add Indiedroid Nova
 2024-04-03  9:00 UTC  (2+ messages)

[PATCH net-next 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
 2024-04-03  9:00 UTC  (2+ messages)

[PATCH blktests v1 0/3] add blkdev type environment variable
 2024-04-03  9:00 UTC  (3+ messages)

[PATCH 0/2] v4l2-compliance streams fixes
 2024-04-03  9:00 UTC  (6+ messages)
` [PATCH v4l-utils 1/2] v4l2-compliance: Fix use of routing on 32-bit platforms
` [PATCH v4l-utils 2/2] v4l2-compliance: Fix streams use in testSubDevEnumFrameSize()

pinctrl: single: Cannot disable bias - PIN_CONFIG_BIAS_DISABLE not handled
 2024-04-03  8:59 UTC  (4+ messages)
` [PATCH] pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling

[PATCH] arm64: tlb: Fix TLBI RANGE operand
 2024-04-03  8:58 UTC  (3+ messages)

[PATCH] cpuset: fix race between rebuild scheduler domains and hotplug work
 2024-04-03  8:52 UTC 

[PATCH] Fix incorrect disassembly format for certain RISC-V instructions
 2024-04-03  8:57 UTC  (3+ messages)

[v4l-utils] [PATCH 0/8] Support for the generic line-based metadata support
 2024-04-03  8:56 UTC  (8+ messages)
` [v4l-utils] [PATCH 1/8] utils: media-ctl: Print MUST_CONNECT pad flags
` [v4l-utils] [PATCH 2/8] v4l2-compliance: Constify pointers and references in formats tests

[Buildroot] [PATCH] package/lua-lsdbus: new package
 2024-04-03  8:55 UTC 

[meta-cloud-services][PATCH] python3-ansible: Upgrade 2.14.5 -> 2.16.5
 2024-04-03  8:55 UTC 

[PATCH RESEND 0/2] usb: typec: tipd: fix event checking in interrupt service routines
 2024-04-03  8:55 UTC  (4+ messages)
` [PATCH RESEND 2/2] usb: typec: tipd: fix event checking for tps6598x

[syzbot] [mm?] WARNING: bad unlock balance in madvise_cold_or_pageout_pte_range
 2024-04-03  8:55 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] package/lmdb: new package
 2024-04-03  8:54 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/lua-lightningmdb: "
` [Buildroot] [PATCH 3/3] package/lua-lgdbm: "

[DPDK/DTS Bug 1410] TestPmdShell.set_forward_mode verify argument is not used
 2024-04-03  8:54 UTC 

[PATCH v3 0/3] Replay Protected Memory Block (RPMB) subsystem
 2024-04-03  8:54 UTC  (5+ messages)
` [PATCH v3 1/3] rpmb: add "

[PATCH v2] bash: improve reproducibility
 2024-04-03  8:53 UTC 

[PATCH v9 00/21] GenieZone hypervisor drivers
 2024-04-03  8:50 UTC  (5+ messages)
` [PATCH v9 07/21] virt: geniezone: Add vm capability check

[PATCH] spi: spi-fsl-lpspi: remove redundant spi_controller_put call
 2024-04-03  8:51 UTC  (2+ messages)

[norov:find_and-v4 41/51] drivers/pci/controller/pcie-apple.c:686:15: error: implicit declaration of function '__find_and_set_bit'; did you mean '_find_last_bit'?
 2024-04-03  8:47 UTC 

[PATCH 0/3] add FnLock LED class device to ideapad laptops
 2024-04-03  8:51 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: leds: add LED_FUNCTION_FNLOCK

[linux-next:master] [fs] 1b43c46297: kernel_BUG_at_mm/usercopy.c
 2024-04-03  8:50 UTC  (6+ messages)
` [syzbot] [nfs?] KASAN: slab-out-of-bounds Write in do_handle_open
  ` [PATCH next] fs: fix oob "

[kvm-unit-tests PATCH v2 0/2] arm/arm64: Use 'max' cpu and gic types
 2024-04-03  8:50 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/3] arm64: Prepare for LPA2

[PATCH 0/7] clk: qcom: Add support for DISPCC, CAMCC and GPUCC on SM4450
 2024-04-03  8:50 UTC  (7+ messages)
` [PATCH 1/7] clk: qcom: clk-alpha-pll: Fix CAL_L_VAL override for LUCID EVO PLL

[RFC PATCH 0/2] Hot page promotion optimization for large address space
 2024-04-03  8:40 UTC  (10+ messages)

[PATCH 0/6] Improve visibility of writeback
 2024-04-03  8:50 UTC  (8+ messages)
` [PATCH 6/6] writeback: remove unneeded GDTC_INIT_NO_WB

[PATCH v2 0/6] Improve visibility of writeback
 2024-04-03  8:49 UTC  (4+ messages)
` [PATCH v2 3/6] writeback: support retrieving per group debug writeback stats of bdi

[PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag
 2024-04-03  8:49 UTC  (11+ messages)
` [RFC PATCH 0/3] xfs: forced extent alignment
  ` [PATCH 1/3] xfs: simplify extent allocation alignment

[PATCH v12 0/7] drm/meson: add support for MIPI DSI Display
 2024-04-03  7:46 UTC  (3+ messages)
` [PATCH v12 1/7] dt-bindings: arm: amlogic: Document the MNT Reform 2 CM4 adapter with a BPI-CM4 Module

[PATCH v2 0/7] Move memory listener register to vhost_vdpa_init
 2024-04-03  8:46 UTC  (10+ messages)
` [PATCH v2 6/7] vdpa: move iova_tree allocation to net_vhost_vdpa_init

[Buildroot] [PATCH 1/2] package/graphene: new package
 2024-04-03  8:48 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/libgtk4: "

[syzbot] [bpf?] KMSAN: uninit-value in trie_delete_elem
 2024-04-03  8:47 UTC  (5+ messages)

[RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
 2024-04-03  8:46 UTC  (4+ messages)

include/linux/build_bug.h:78:41: error: static assertion failed: "struct bpf_fib_lookup size check"
 2024-04-03  8:45 UTC  (3+ messages)

[PATCH v4 0/4] Add support for QoS configuration
 2024-04-03  8:45 UTC  (4+ messages)
` [PATCH v4 1/4] interconnect: qcom: icc-rpmh: Add QoS configuration support

[PATCH v6 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-04-03  8:44 UTC  (11+ messages)
` [PATCH v6 3/4] "

[PATCH v3 00/13] fiemap extension for more physical information
 2024-04-03  8:29 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] drm/amdgpu: add post reset IP callback
 2024-04-03  8:44 UTC  (6+ messages)

[PATCH v5 00/28] Zone write plugging
 2024-04-03  8:42 UTC  (29+ messages)
` [PATCH v5 01/28] block: Restore sector of flush requests
` [PATCH v5 02/28] block: Remove req_bio_endio()
` [PATCH v5 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v5 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v5 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v5 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v5 07/28] block: Introduce zone write plugging
` [PATCH v5 08/28] block: Fake max open zones limit when there is no limit
` [PATCH v5 09/28] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v5 10/28] block: Implement zone append emulation
` [PATCH v5 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v5 12/28] dm: Use the block layer zone append emulation
` [PATCH v5 13/28] scsi: sd: "
` [PATCH v5 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v5 15/28] null_blk: "
` [PATCH v5 16/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v5 17/28] null_blk: Introduce fua attribute
` [PATCH v5 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v5 19/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v5 20/28] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v5 21/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v5 22/28] block: Remove elevator required features
` [PATCH v5 23/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v5 24/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v5 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v5 26/28] block: Remove zone write locking
` [PATCH v5 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v5 28/28] block: Do not special-case plugging of zone write operations

[PATCH 00/12] Use clksel for more clocks for dra7
 2024-04-03  8:43 UTC  (3+ messages)

[Buildroot] [PATCH] package/libtommath: bump to version 1.3.0
 2024-04-03  8:43 UTC 

[PATCH] docs: recommend using contrib/contacts/git-contacts
 2024-04-03  8:42 UTC  (2+ messages)

[PATCH nf-next 0/9] nft_set_pipapo: remove cannot-fail allocations on commit and abort
 2024-04-03  8:41 UTC  (10+ messages)
` [PATCH nf-next 1/9] netfilter: nft_set_pipapo: move prove_locking helper around
` [PATCH nf-next 2/9] netfilter: nft_set_pipapo: make pipapo_clone helper return NULL
` [PATCH nf-next 3/9] netfilter: nft_set_pipapo: prepare destroy function for on-demand clone
` [PATCH nf-next 4/9] netfilter: nft_set_pipapo: prepare walk "
` [PATCH nf-next 5/9] netfilter: nf_tables: pass new nft_iter_type hint to walker
` [PATCH nf-next 6/9] netfilter: nft_set_pipapo: merge deactivate helper into caller
` [PATCH nf-next 7/9] netfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand clone
` [PATCH nf-next 8/9] netfilter: nft_set_pipapo: move cloning of match info to insert/removal path
` [PATCH nf-next 9/9] netfilter: nft_set_pipapo: remove dirty flag

[PATCH] [i-g-t] tests/amdgpu/amd_ilr: Fix eDP PSR not be re-enabled after test
 2024-04-03  8:42 UTC  (2+ messages)

[Buildroot] [PATCH] package/libressl: bump to version 3.8.4
 2024-04-03  8:42 UTC 

[PATCH v2 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-03  8:38 UTC  (11+ messages)
` [PATCH v2 2/7] arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
` [PATCH v2 3/7] arm: "
` [PATCH v2 4/7] powerpc: mm: accelerate pagefault when badaccess
` [PATCH v2 5/7] riscv: "
` [PATCH v2 6/7] s390: "
` [PATCH v2 7/7] x86: "

[Buildroot] [PATCH 1/5] package/gnupg2: bump to version 2.4.5
 2024-04-03  8:40 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] package/libassuan: bump to version 2.5.7
` [Buildroot] [PATCH 3/5] package/libksba: bump to version 1.6.6
` [Buildroot] [PATCH 4/5] package/libnpth: bump to version 1.7
` [Buildroot] [PATCH 5/5] package/libgpg-error: bump to version 1.48

[Buildroot] [PATCH] package/pango: bump to version 1.52.2
 2024-04-03  8:40 UTC 

[PATCH v6 00/11] riscv: add initial support for Canaan Kendryte K230
 2024-04-03  8:38 UTC  (5+ messages)
` [PATCH v6 08/11] pinctrl: k210: Deprecate SOC_CANAAN and use SOC_CANAAN_K210

[PATCH v3 0/2] support multi-size THP numa balancing
 2024-04-03  8:39 UTC  (3+ messages)
` [PATCH v3 1/2] mm: factor out the numa mapping rebuilding into a new helper
` [PATCH v3 2/2] mm: support multi-size THP numa balancing


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.