All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-19 18:29:43 to 2024-12-19 19:30:41 UTC [more...]

[PATCH v4 00/19] vbe: Series part E
 2024-12-19 18:29 UTC  (17+ messages)
` [PATCH v4 04/19] bootstd: Avoid sprintf() in SPL when creating bootdevs
` [PATCH v4 05/19] boot: Respect the load_op in fit_image_load()
` [PATCH v4 06/19] malloc: Show amount of used space when memory runs out
` [PATCH v4 07/19] malloc: Provide a simple malloc for VPL
` [PATCH v4 08/19] Support setting a maximum size for the VPL image
` [PATCH v4 09/19] spl: Report a loader failure
` [PATCH v4 10/19] spl: Allow serial to be disabled in any XPL phase
` [PATCH v4 11/19] spl: Support a relocated stack "
` [PATCH v4 12/19] spl: Drop use of uintptr_t
` [PATCH v4 13/19] spl: Drop a duplicate variable in boot_from_devices()
` [PATCH v4 14/19] spl: Add some more debugging to load_simple_fit()
` [PATCH v4 15/19] spl: lib: Allow for decompression in any SPL build
` [PATCH v4 16/19] boot: Allow use of FIT in TPL and VPL
` [PATCH v4 17/19] lib: Allow crc8 "
` [PATCH v4 18/19] boot: Imply CRC8 with VBE
` [PATCH v4 19/19] hash: Plumb crc8 into the hash functions

[PATCHBOMB 6.14 v6.1] xfs: realtime rmap and reflink
 2024-12-19 19:30 UTC  (47+ messages)
` [PATCHSET 1/5] xfs: bug fixes for 6.13
  ` [PATCH 1/2] xfs: don't over-report free space or inodes in statvfs
  ` [PATCH 2/2] xfs: release the dquot buf outside of qli_lock
` [PATCHSET v6.1 2/5] xfs: refactor btrees to support records in inode root
  ` [PATCH 1/8] xfs: tidy up xfs_iroot_realloc
  ` [PATCH 2/8] xfs: refactor the inode fork memory allocation functions
  ` [PATCH 3/8] xfs: make xfs_iroot_realloc take the new numrecs instead of deltas
  ` [PATCH 4/8] xfs: make xfs_iroot_realloc a bmap btree function
  ` [PATCH 5/8] xfs: tidy up xfs_bmap_broot_realloc a bit
  ` [PATCH 6/8] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
  ` [PATCH 7/8] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
  ` [PATCH 8/8] xfs: support storing records in the inode core root
` [PATCHSET v6.1 3/5] xfs: enable in-core block reservation for rt metadata
  ` [PATCH 1/2] xfs: prepare to reuse the dquot pointer space in struct xfs_inode
  ` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device
` [PATCHSET v6.1 4/5] xfs: realtime reverse-mapping support
  ` [PATCH 01/37] xfs: add some rtgroup inode helpers
  ` [PATCH 02/37] xfs: prepare rmap btree cursor tracepoints for realtime
  ` [PATCH 03/37] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
  ` [PATCH 04/37] xfs: introduce realtime rmap btree ondisk definitions
  ` [PATCH 05/37] xfs: realtime rmap btree transaction reservations
  ` [PATCH 06/37] xfs: add realtime rmap btree operations
  ` [PATCH 07/37] xfs: prepare rmap functions to deal with rtrmapbt
  ` [PATCH 08/37] xfs: add a realtime flag to the rmap update log redo items
  ` [PATCH 09/37] xfs: support recovering rmap intent items targetting realtime extents
  ` [PATCH 10/37] xfs: pretty print metadata file types in error messages
  ` [PATCH 11/37] xfs: support file data forks containing metadata btrees
  ` [PATCH 12/37] xfs: add realtime reverse map inode to metadata directory
  ` [PATCH 13/37] xfs: add metadata reservations for realtime rmap btrees
  ` [PATCH 14/37] xfs: wire up a new metafile type for the realtime rmap
  ` [PATCH 15/37] xfs: wire up rmap map and unmap to the realtime rmapbt
  ` [PATCH 16/37] xfs: create routine to allocate and initialize a realtime rmap btree inode
  ` [PATCH 17/37] xfs: wire up getfsmap to the realtime reverse mapping btree
  ` [PATCH 18/37] xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
  ` [PATCH 19/37] xfs: report realtime rmap btree corruption errors to the health system
  ` [PATCH 20/37] xfs: allow queued realtime intents to drain before scrubbing
  ` [PATCH 21/37] xfs: scrub the realtime rmapbt
  ` [PATCH 22/37] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
  ` [PATCH 23/37] xfs: cross-reference the realtime rmapbt
  ` [PATCH 24/37] xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
  ` [PATCH 25/37] xfs: scrub the metadir path of rt rmap btree files
  ` [PATCH 26/37] xfs: walk the rt reverse mapping tree when rebuilding rmap
  ` [PATCH 27/37] xfs: online repair of realtime file bmaps
  ` [PATCH 28/37] xfs: repair inodes that have realtime extents
` [PATCHSET v6.1 5/5] xfs: reflink on the realtime device
` [PATCHSET v6.1 6/5] xfsprogs: last few bits of rtgroups patches

btrfs: add btrfs_read_policy_to_enum helper and refactor read, policy store
 2024-12-19 19:30 UTC  (4+ messages)

[PATCH v4 0/8] refs: add reflog support to `git refs migrate`
 2024-12-19 19:30 UTC  (7+ messages)
` [PATCH v4 2/8] refs: add `index` field to `struct ref_udpate`
` [PATCH v4 4/8] refs: extract out refname verification in transactions
` [PATCH v4 5/8] refs: add `committer_info` to `ref_transaction_add_update()`

[PATCH 0/3] Allow specifying an S2RAM sleep on pre-SYSTEM_SUSPEND PSCI impls
 2024-12-19 19:26 UTC  (12+ messages)
` [PATCH 3/3] firmware/psci: Allow specifying an S2RAM state through CPU_SUSPEND

[Intel-wired-lan] [PATCH iwl-next v4] e1000e: Fix real-time violations on link up
 2024-12-19 19:27 UTC 

[PATCH 1/4] media: hi556: Fix memory leak (on error) in hi556_check_hwcfg()
 2024-12-19 19:27 UTC  (4+ messages)
` [PATCH 2/4] media: hi556: Add missing '\n' to hi556 error messages
` [PATCH 3/4] media: hi556: Improve error logging when fwnode is not found
` [PATCH 4/4] media: hi556: Don't log hi556_check_hwcfg() errors twice

[PATCH 00/10] arm64: dts: imx8mp-skov: flesh out device trees
 2024-12-19 19:27 UTC  (13+ messages)
` [PATCH 03/10] arm64: dts: imx8mp-skov: use I2C5 for DDC
` [PATCH 06/10] arm64: dts: imx8mp-skov: describe LVDS display pipeline
` [PATCH 10/10] arm64: dts: imx8mp-skov: increase I2C clock frequency for RTC

[PATCH 0/2] media: ov08x40: Error logging improvements
 2024-12-19 19:25 UTC  (3+ messages)
` [PATCH 1/2] media: ov08x40: Add missing '\n' to ov08x40_check_hwcfg() error messages
` [PATCH 2/2] media: ov08x40: Don't log ov08x40_check_hwcfg() errors twice

[PATCH RFC v2 0/4] lib/sbitmap: fix shallow_depth tag allocation
 2024-12-19 19:25 UTC  (8+ messages)
` [PATCH RFC v2 4/4] block/mq-deadline: introduce min_async_depth

[PATCH] iio: ABI: combine current input sections
 2024-12-19 19:25 UTC 

[PATCH 0/2] hyperv: Fixes for get_vtl(void)
 2024-12-19 19:23 UTC  (6+ messages)
` [PATCH 1/2] hyperv: Fix pointer type for the output of the hypercall in get_vtl(void)

[PATCH v3 0/2] Add support for Avago/Broadcom APDS9160
 2024-12-19 19:22 UTC  (4+ messages)
` [PATCH v3 2/2] iio: light: Add APDS9160 ALS & Proximity sensor driver

[PATCH v2] cpufreq/amd-pstate: Refactor max frequency calculation
 2024-12-19 19:21 UTC 

[PATCH] Assign em_canid.c additionally to CAN maintainers
 2024-12-19 19:08 UTC 

[OE-core] [PATCH] nfs-utils: Fix const qualifier error
 2024-12-19 19:20 UTC  (4+ messages)

[wireless:for-next] BUILD SUCCESS 146b6057e1fd28fb1a38d300bf76a38dfba7f9fb
 2024-12-19 19:20 UTC 

[PATCH v9 0/9] Drivers to support the MCU on QNAP NAS devices
 2024-12-19 19:18 UTC  (4+ messages)
` [PATCH v9 4/9] mfd: add base driver for qnap-mcu devices

[PATCH i-g-t v3 0/5] lib/igt_kms: Helpers for connector managment
 2024-12-19 19:19 UTC  (5+ messages)
` [PATCH i-g-t v3 1/5] lib/igt_kms: Add a detect timeout value
` [PATCH i-g-t v3 2/5] lib/igt_kms: Add helper to wait for a specific status on a connector

[PATCH net-next v2 0/6] bnxt_en: Driver update
 2024-12-19 19:18 UTC  (7+ messages)
` [PATCH net-next v2 5/6] bnxt_en: Skip reading PXP registers during ethtool -d if unsupported

[RFC PATCH v2] Weighted interleave auto-tuning
 2024-12-19 19:18 UTC 

[PATCH v2] Bluetooth: hci_uart: fix race during initialization
 2024-12-19 19:18 UTC  (4+ messages)

[PATCH] Input: atkbd: Fix so copilot key generates F23 keycode
 2024-12-19 19:17 UTC  (9+ messages)

[PATCH BlueZ 0/1] Fix SDP buffer overflow for DS4 (Revision 2)
 2024-12-19 19:17 UTC  (4+ messages)
` [PATCH BlueZ 1/1] Set `SDP_LARGE_MTU` flag for DS4 Rev. 2 product code
  ` Fix SDP buffer overflow for DS4 (Revision 2)

[PATCH v10 0/1] MCTP Over PCC Transport
 2024-12-19 19:16 UTC  (2+ messages)
` [PATCH v10 1/1] mctp pcc: Implement MCTP over "

[PATCH] tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork
 2024-12-19 19:16 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

Fwd: [Bug] `credential fill` prints incomplete bearer credential
 2024-12-19 19:15 UTC  (4+ messages)

[PATCH v2] nfs-utils: Fix warnings found with clang
 2024-12-19 19:14 UTC 

[PATCH v2 0/6] arm64: errata: Rework Spectre BHB mitigations to not assume "safe"
 2024-12-19 19:12 UTC  (5+ messages)
` [PATCH v2 1/6] arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHB

[PATCHBOMB 6.14 v6.0] xfs: realtime rmap and reflink
 2024-12-19 19:14 UTC  (2+ messages)
` [PATCHBOMB 6.14 v6.1] "

Stable@vger.kernel.org CDIF Comprobante 14:07
 2024-12-19 19:07 UTC 

stable@vger.kernel.org CDIF Comprobante 14:07
 2024-12-19 19:07 UTC 

[tip:x86/tdx] BUILD SUCCESS 6f5c71cc42d49203771bceed91a023d4dbec54f4
 2024-12-19 19:13 UTC 

[PATCH] Reset grub_mm_add_region_fn after exiting EFI services
 2024-12-19 19:11 UTC  (4+ messages)

[PATCH v2] Fix typecast warning with clang
 2024-12-19 19:12 UTC 

[PATCH] of: Add printf '%pOFm' for generating modalias
 2024-12-19 19:11 UTC  (5+ messages)
` lock in vsprintf(): was: "

[PATCH for-next v2 0/8] RDMA/erdma: Support the RoCEv2 protocol
 2024-12-19 19:09 UTC  (3+ messages)
` [PATCH for-next v2 8/8] RDMA/erdma: Support UD QPs and UD WRs

[PATCH v10 0/4] media: qcom: camss: Add sc7280 support
 2024-12-19 19:07 UTC  (6+ messages)
` [PATCH v10 3/4] arm64: dts: qcom: sc7280: Add support for camss
` [PATCH v10 4/4] arm64: dts: qcom: qcs6490-rb3gen2-vision-mezzanine: Add vision mezzanine

[PATCH] wifi: ath12k: set flag for mgmt no-ack frames in Tx completion
 2024-12-19 19:08 UTC 

[PATCH v3 0/3] Add clock driver support for Renesas RZ/G3E SoC
 2024-12-19 19:08 UTC  (2+ messages)

[PATCH dwarves v2 00/10] pahole: shared ELF and faster reproducible BTF encoding
 2024-12-19 19:06 UTC  (4+ messages)
` [PATCH dwarves v2 06/10] btf_encoder: switch to shared elf_functions table

[PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy
 2024-12-19 19:05 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH RESEND] soundwire: amd: clear wake enable register for power off mode
 2024-12-19 19:02 UTC  (3+ messages)

Potential use of NULL pointer in erdma/erdma_verbs.c
 2024-12-19 19:02 UTC 

[OE-core][scarthgap][PATCH 1/1] python3-requests: upgrade 2.32.0 -> 2.32.3
 2024-12-19 19:02 UTC 

[PATCH] wifi: rtw88: Add USB PHY configuration
 2024-12-19 19:00 UTC  (2+ messages)

[PATCH 0/3] hrtimer: Fix timers queued locally from offline CPUs
 2024-12-19 19:00 UTC  (3+ messages)
` [PATCH 1/3] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING

[PATCH 0/2] mailbox: add support for clients to request channels by arguments
 2024-12-19 18:58 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: mailbox: add support for referencing controllers solely by node

[PATCH 0/3] Support ROHM BD79703 DAC
 2024-12-19 18:59 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: Add ROHM BD79703

[sj:damon/next 52/79] mm/damon/sysfs-schemes.c:2129: warning: Function parameter or struct member 'sz_filter_passed' not described in 'damos_sysfs_populate_region_dir'
 2024-12-19 18:59 UTC  (2+ messages)

[PATCH v2 0/6] Correct the number of GPIOs in gpio-ranges for QCS615 and QCS8300
 2024-12-19 18:58 UTC  (9+ messages)
` [PATCH v2 3/6] pinctrl: qcom: correct the ngpios entry for QCS615
` [PATCH v2 4/6] pinctrl: qcom: correct the ngpios entry for QCS8300
` [PATCH v2 5/6] arm64: dts: qcom: correct gpio-ranges for QCS615
` [PATCH v2 6/6] arm64: dts: qcom: correct gpio-ranges for QCS8300

[PATCH 0/9] Regulator driver with I2C/Regmap Rust abstractions
 2024-12-19 18:58 UTC  (5+ messages)
` [PATCH 5/9] rust: regulator: add Regulator Driver abstraction

[PATCH v5 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-12-19 18:58 UTC  (2+ messages)

[PATCH net-next v4 00/12] Begin upstreaming Homa transport protocol
 2024-12-19 18:57 UTC  (4+ messages)
` [PATCH net-next v4 01/12] inet: homa: define user-visible API for Homa

[OE-core][PATCH] python3: upgrade 3.13.0 -> 3.13.1
 2024-12-19 18:57 UTC  (4+ messages)

[PATCH bpf] bpf: Fix deadlock when freeing cgroup storage
 2024-12-19 18:57 UTC  (6+ messages)
  `  "

pull-request: wireless-next-2024-12-19
 2024-12-19 18:57 UTC 

[PATCH v6 10/16] mm: replace vm_lock and detached flag with a reference count
 2024-12-19 18:55 UTC  (12+ messages)

[cocci] Depends on with negative matches
 2024-12-19 18:55 UTC  (3+ messages)

[PATCH 0/3] wifi: ath12k: Refactor monitor Rx handler
 2024-12-19 18:54 UTC  (5+ messages)
` [PATCH 3/3] wifi: ath12k: Refactor Rx status TLV parsing procedure argument

[PATCH] firmware: cs_dsp: Delete redundant assignments in cs_dsp_test_bin.c
 2024-12-19 18:54 UTC  (2+ messages)

[PULL 00/17] Migration patches for 2024-12-17
 2024-12-19 18:53 UTC  (3+ messages)

[PATCH v3] soc: qcom: llcc: Enable LLCC_WRCACHE at boot on X1
 2024-12-19 18:53 UTC 

pull-request: wireless-2024-12-19
 2024-12-19 18:50 UTC 

[jic23-iio:testing 93/93] htmldocs: Warning: /sys/bus/iio/devices/iio:deviceX/in_currentY_raw is defined 2 times: ./Documentation/ABI/testing/sysfs-bus-iio:170 ./Documentation/ABI/testing/sysfs-bus-iio:1700
 2024-12-19 18:49 UTC 

[PATCH net-next] net: dsa: honor "max-speed" for implicit PHYs on user ports
 2024-12-19 18:50 UTC  (3+ messages)

[PATCH] PCI: cpci: remove unused fields
 2024-12-19 18:49 UTC 

[PATCH v2 0/4] arm64/sysreg: Get rid of *_ELx as fields for EL12 accessors
 2024-12-19 18:49 UTC  (3+ messages)
` [PATCH v2 2/4] arm64/sysreg: Get rid of the TCR2_EL1x SysregFields

[PATCH 0/2] GIT-VERSION-GEN: fix overriding values
 2024-12-19 18:49 UTC  (3+ messages)
` [PATCH 1/2] GIT-VERSION-GEN: fix overriding version via environment

[PATCH i-g-t] tests/xe_eudebug.c: Enhance memory access testcases
 2024-12-19 18:48 UTC 

[PATCH 1/2] qxl: Do not use C99 // comments
 2024-12-19 18:46 UTC  (2+ messages)
` [PATCH 2/2] qxl: Fix race on accessing cursor in struct SimpleSpiceDisplay

6.1-stable backports
 2024-12-19 18:46 UTC 

[PATCH v2 0/8] Add PMU support for single engine busyness
 2024-12-19 18:46 UTC  (8+ messages)
` [PATCH v2 8/8] drm/xe/pmu: Add PMU support for "

[PATCH] riscv: Fix the PAUSE Opcode for MIPS P8700
 2024-12-19 18:45 UTC  (3+ messages)

[PATCH] replace free hugepage folios after migration
 2024-12-19 18:43 UTC  (2+ messages)

[PATCH] drm/i915/display: Don't program DBUF_CTL tracker state service
 2024-12-19 18:41 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: Don't program DBUF_CTL tracker state service (rev2)

[syzbot] Monthly tomoyo report (Dec 2024)
 2024-12-19 18:40 UTC 

[syzbot] Monthly udf report (Dec 2024)
 2024-12-19 18:40 UTC 

[syzbot] Monthly ext4 report (Dec 2024)
 2024-12-19 18:40 UTC 

[syzbot] Monthly media report (Dec 2024)
 2024-12-19 18:40 UTC 

[syzbot] Monthly btrfs report (Dec 2024)
 2024-12-19 18:39 UTC 

[syzbot] Monthly hfs report (Dec 2024)
 2024-12-19 18:39 UTC 

Add env info to igt_runner (was: Re: [PATCH i-g-t 4/4] lib/igt_device_scan: Fix scan vs bind/unbind/reload)
 2024-12-19 18:38 UTC  (2+ messages)

[PATCH 0/2] Add support for soft reset
 2024-12-19 18:38 UTC  (3+ messages)
` [PATCH 1/2] media: rcar-fcp: Add rcar_fcp_soft_reset()
` [PATCH 2/2] rcar-fcp: Add FCPVD reset sequence for VSPD

[PULL v2 00/42] Rust, qdev, target/i386 changes for 2024-12-19
 2024-12-19 18:38 UTC  (3+ messages)

[PATCH mm-unstable] mm/hugetlb: define replace_free_hugepage_folios() on CONFIG_HUGETLB_PAGE=n as static inline
 2024-12-19 18:37 UTC 

Bug in kernel-doc ("-" misinterpretation)
 2024-12-19 18:37 UTC 

[PATCH] MAINTAINERS: Assume maintainership of PL111
 2024-12-19 18:36 UTC 

[PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery
 2024-12-19 18:35 UTC  (2+ messages)

[PATCH] xfs: using mutex instead of semaphore for xfs_buf_lock()
 2024-12-19 18:35 UTC  (3+ messages)

[PATCH RFC] image: apply FDTOs on FDT image node without a load property
 2024-12-19 18:26 UTC  (2+ messages)

6.6-stable backports
 2024-12-19 18:34 UTC 

[PATCH v2] perf trace: Add --syscall-sample option
 2024-12-19 18:34 UTC 

[PATCH] crypto: fsl_hash: fixup alignment if necessary
 2024-12-19 18:32 UTC 

Create xfs-stable@lists.linux.dev
 2024-12-19 18:32 UTC 

[PATCH v2 0/3] Change default pointer authentication algorithm on aarch64 to impdef
 2024-12-19 18:32 UTC  (4+ messages)
` [PATCH v2 1/3] target/arm: add new property to select pauth-qarma5
` [PATCH v2 2/3] target/arm: change default pauth algorithm to impdef
` [PATCH v2 3/3] docs/system/arm/virt: mention specific migration information

[PATCH] seqlock: Use WRITE_ONCE() when updating sequence
 2024-12-19 18:31 UTC  (11+ messages)

[PATCH v2] builtin/clone: teach git-clone(1) the --revision= option
 2024-12-19 18:30 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 6.12 000/172] 6.12.6-rc1 review
 2024-12-19 18:29 UTC  (2+ 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.