All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-07 17:39:45 to 2024-06-07 19:05:03 UTC [more...]

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-06-07 17:55 UTC  (8+ messages)

[PATCH 0/4] fs: allow listmount() with reversed ordering
 2024-06-07 19:03 UTC  (2+ messages)

[morimoto:sound-ak4619-for-v6.1-2024-06-03 3375/17202] also defined at arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi:142.9-145.3
 2024-06-07 19:03 UTC 

[PATCH] mm: zswap: add VM_BUG_ON() if large folio swapin is attempted
 2024-06-07 19:03 UTC  (12+ messages)

[PATCH] thermal: int3400: Use sizeof(*pointer) instead of sizeof(type)
 2024-06-07 19:00 UTC  (2+ messages)

[PATCH 00/11] 'eeprom' command improvements
 2024-06-07 18:57 UTC  (2+ messages)

[PATCH v3] HID: hid-goodix: Add Goodix HID-over-SPI driver
 2024-06-07 18:59 UTC  (2+ messages)

[RFC PATCH 00/31] Make U-Boot memory reservations coherent
 2024-06-07 18:52 UTC  (32+ messages)
` [RFC PATCH 01/31] lmb: remove the unused lmb_is_reserved() function
` [RFC PATCH 02/31] lmb: staticize __lmb_alloc_base()
` [RFC PATCH 03/31] lmb: make the lmb reservations persistent
` [RFC PATCH 04/31] lmb: remove local instances of the lmb structure variable
` [RFC PATCH 05/31] lmb: pass a flag to image_setup_libfdt() for lmb reservations
` [RFC PATCH 06/31] lmb: reserve and add common memory regions post relocation
` [RFC PATCH 07/31] lmb: remove lmb_init_and_reserve_range() function
` [RFC PATCH 08/31] lmb: replcace the lmb_init_and_reserve() function
` [RFC PATCH 09/31] lmb: allow for resizing lmb regions
` [RFC PATCH 10/31] event: add events to notify memory map changes
` [RFC PATCH 11/31] lib: Kconfig: add a config symbol for getting memory map updates
` [RFC PATCH 12/31] add a function to check if an address is in RAM memory
` [RFC PATCH 13/31] efi_memory: notify of any changes to the EFI memory map
` [RFC PATCH 14/31] lmb: notify of any changes to the LMB "
` [RFC PATCH 15/31] efi_memory: add an event handler to update "
` [RFC PATCH 16/31] lmb: "
` [RFC PATCH 17/31] lmb: remove call to efi_lmb_reserve()
` [RFC PATCH 18/31] sandbox: iommu: remove lmb allocation in the driver
` [RFC PATCH 19/31] zynq: lmb: do not add to lmb map before relocation
` [RFC PATCH 20/31] test: cedit: use allocated address for reading file
` [RFC PATCH 21/31] test: event: update the expected event dump output
` [RFC PATCH 22/31] test: lmb: run the LMB tests only on sandbox
` [RFC PATCH 23/31] test: lmb: initialise the lmb structure before tests
` [RFC PATCH 24/31] test: lmb: add a test case for checking overlapping region add
` [RFC PATCH 25/31] test: lmb: adjust the test case to handle overlapping regions
` [RFC PATCH 26/31] test: lmb: run lmb tests only manually
` [RFC PATCH 27/31] test: bdinfo: dump the global LMB memory map
` [RFC PATCH 28/31] cmd: bdinfo: only dump the current LMB memory
` [RFC PATCH 29/31] temp: mx6sabresd: bump up the size limit of the board
` [RFC PATCH 30/31] temp: cmd: efi_mem: add a command to test efi alloc/free
` [RFC PATCH 31/31] temp: cmd: efi: add a command to dump EFI memory map

[PATCH] powercap: idle_inject: Simplify if condition
 2024-06-07 18:58 UTC  (2+ messages)

[PATCH 0/3] Enable ICSSG Driver for AM64x
 2024-06-07 18:54 UTC  (5+ messages)
` [PATCH 1/3] arm: dts: k3-am642-evm-u-boot: Add remoteproc-name for PRU cores

[PATCH] format-patch: assume --cover-letter for diff in multi-patch series
 2024-06-07 18:57 UTC  (8+ messages)
  ` [PATCH v3] "
    ` [PATCH v4 0/2] "
      ` [PATCH v4 1/2] t4014: cleanups in a few tests

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-06-07 18:57 UTC  (15+ messages)

[PATCH] isdn: add missing MODULE_DESCRIPTION() macros
 2024-06-07 18:56 UTC 

[PATCH 1/2] leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggers
 2024-06-07 18:56 UTC  (3+ messages)
` [PATCH 2/2] leds: rgb: leds-qcom-lpg: Fix line wrapping style issues

[PATCH] cpuidle: menu: Cleanup after loadavg removal
 2024-06-07 18:56 UTC  (2+ messages)

objtool query: section start/end symbols?
 2024-06-07 18:54 UTC  (3+ messages)

[PATCH v2 00/16] Introduce a store type enum for the Maple tree
 2024-06-07 18:52 UTC  (15+ messages)
` [PATCH v2 01/16] maple_tree: introduce store_type enum
` [PATCH v2 02/16] maple_tree: introduce mas_wr_prealloc_setup()
` [PATCH v2 03/16] maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
` [PATCH v2 04/16] maple_tree: introduce mas_wr_store_type()
` [PATCH v2 05/16] maple_tree: remove mas_destroy() from mas_nomem()
` [PATCH v2 07/16] maple_tree: use mas_store_gfp() in mtree_store_range()
` [PATCH v2 08/16] maple_tree: print store type in mas_dump()
` [PATCH v2 09/16] maple_tree: use store type in mas_wr_store_entry()
` [PATCH v2 10/16] maple_tree: convert mas_insert() to preallocate nodes
` [PATCH v2 11/16] maple_tree: simplify mas_commit_b_node()
` [PATCH v2 13/16] maple_tree: have mas_store() allocate nodes if needed
` [PATCH v2 14/16] maple_tree: remove node allocations from various write helper functions
` [PATCH v2 15/16] maple_tree: remove repeated sanity checks from mas_wr_append()
` [PATCH v2 16/16] maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()

[PATCH v6 0/6] Tracing cleanup and add mmio tracing
 2024-06-07 18:54 UTC  (13+ messages)
` [PATCH v6 1/6] drm/xe/trace: Extract bo, vm, vma traces
` [PATCH v6 2/6] drm/xe/trace: Extract guc related traces
` [PATCH v6 3/6] drm/xe/trace: Print device_id in xe_trace_bo events
` [PATCH v6 4/6] drm/xe/trace: Print device_id in xe_trace_guc events
` [PATCH v6 5/6] drm/xe/trace: Print device_id in xe_trace events
` [PATCH v6 6/6] drm/xe: Add reg read/write trace
` ✓ CI.Patch_applied: success for Tracing cleanup and add mmio tracing (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH 0/3] ACPI/ALSA/soundwire: add acpi_get_local_u64_address() helper
 2024-06-07 18:51 UTC  (3+ messages)
` [PATCH 1/3] ACPI: utils: introduce acpi_get_local_u64_address()

[PATCH 0/7] arm64: dts: imx8qm: add subsystem lvds and mipi
 2024-06-07 18:52 UTC  (4+ messages)
` [PATCH 1/7] arm64: dts: imx8qm: add lvds subsystem

[PATCH v0] RISC-V: Use Zkr to seed KASLR base address
 2024-06-07 18:51 UTC  (6+ messages)

[PATCH v2 0/2] cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options
 2024-06-07 18:50 UTC  (2+ messages)

[PATCH 2/2] ci: let pedantic job compile with -Og
 2024-06-07 18:48 UTC  (7+ messages)
` [PATCH v2 0/2] ci: detect more warnings via `-Og`
  ` [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og

"proof of concept" for systemwide USDT
 2024-06-07 18:48 UTC  (5+ messages)
` [PATCH 03/14] Let USDT module names contain dots
  ` [DTrace-devel] "

[PATCH 0/8] PM/ACPI - New Intel CPU #defines
 2024-06-07 18:48 UTC  (2+ messages)

[PATCH v2 0/7] HID/arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
 2024-06-07 18:48 UTC  (2+ messages)
` (subset) "

[PATCH v4] batman-adv: Add flex array to struct batadv_tvlv_tt_data
 2024-06-07 18:33 UTC  (2+ messages)

long stalls when creating 20 directory trees of 1 million inodes in parallel
 2024-06-07 18:43 UTC  (15+ messages)

[PATCH V2 0/9] PCIe TPH and cache direct injection support
 2024-06-07 18:43 UTC  (6+ messages)
` [PATCH V2 6/9] PCI/TPH: Retrieve steering tag from ACPI _DSM
` [PATCH V2 7/9] PCI/TPH: Add TPH documentation

[PATCH 0/2] ci: detect more warnings via `-Og`
 2024-06-07 18:42 UTC  (6+ messages)
` [PATCH 2/2] ci: let pedantic job compile with -Og

[PATCH v2 1/2] translators: support 6.10
 2024-06-07 18:41 UTC  (2+ messages)
` [PATCH v2 2/2] dlibs: pregenerated translators for 6.10

[PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
 2024-06-07 18:40 UTC  (3+ messages)
` [PATCH v1 1/3] mm: pass meminit_context to __free_pages_core()

[PATCH v16 0/5] implement getrandom() in vDSO
 2024-06-07 18:40 UTC  (5+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v16 4/5] random: introduce generic vDSO getrandom() implementation

[PATCH v11 0/4] Firmware Support for USB-HID Devices and CP2112
 2024-06-07 18:38 UTC  (6+ messages)
` [PATCH v11 1/4] dt-bindings: i2c: Add CP2112 HID USB to SMBus Bridge

[PATCH v2 00/15] TDX MMU prep series part 1
 2024-06-07 18:39 UTC  (4+ messages)
` [PATCH v2 06/15] KVM: x86/mmu: Support GFN direct mask

[PATCH] perf test stat_bpf_counter.sh: Remove comparison of separate runs
 2024-06-07 18:38 UTC  (4+ messages)

[PATCH] drm/xe: Introduce xe_gt_dbg_printer()
 2024-06-07 18:33 UTC  (5+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 00/19] midx: incremental multi-pack indexes, part one
 2024-06-07 18:33 UTC  (4+ messages)

move integrity settings to queue_limits v2
 2024-06-07 18:31 UTC  (3+ messages)
  ` [PATCH 04/11] block: remove the blk_integrity_profile structure

[PATCH] translators: support 6.10
 2024-06-07 18:31 UTC 

[PATCH V2] perf stat: Fix the hard-coded metrics calculation on the hybrid
 2024-06-07 18:27 UTC  (2+ messages)

perf 6.9-1 (archlinux) crashes during recording of cycles + raw_syscalls
 2024-06-07 18:26 UTC  (8+ messages)

[PATCH] ACPI: x86: Force StorageD3Enable on more products
 2024-06-07 18:25 UTC  (3+ messages)

[v2 00/31] Basic system allocator support in xe driver
 2024-06-07 18:23 UTC  (13+ messages)
` [v2 28/31] drm/xe/svm: Introduce helper to migrate vma to vram
` [v2 31/31] drm/xe/svm: Migration from sram to vram for system allocator

[PATCH net-next v3 0/4] Enable PTP timestamping/PPS for AM65x SR1.0 devices
 2024-06-07 18:24 UTC  (4+ messages)
` [PATCH net-next v3 2/4] net: ti: icss-iep: Remove spinlock-based synchronization

[PATCH] lib: serial: fix RX path in litex-uart
 2024-06-07 18:23 UTC 

[davidhildenbrand:virtio-mem-pg-offline 3/5] mm/mm_init.c:1931:41: error: too few arguments to function call, expected 3, have 2
 2024-06-07 18:22 UTC 

[PATCH v4] selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
 2024-06-07 18:20 UTC 

[PATCH v2 0/4] XOR Math Fixups: translation & position
 2024-06-07 18:20 UTC  (8+ messages)
` [PATCH v2 1/4] cxl/core: Rename cxl_trace_hpa() to cxl_translate()
` [PATCH v2 2/4] cxl/acpi: Restore XOR'd position bits during address translation

[groeck-staging:hwmon-next] BUILD SUCCESS 431761d744cc94f563033713b1ea9014887a3dd4
 2024-06-07 18:19 UTC 

[PATCH] drm/i915/gt/uc: Evaluate GuC priority within locks
 2024-06-07 18:19 UTC  (2+ messages)

[PATCH v1] perf top: Make zeroing histogram on refresh the default
 2024-06-07 18:18 UTC  (4+ messages)

[PATCH v3 0/2] vfio/pci: add msi interrupt affinity support
 2024-06-07 18:18 UTC  (5+ messages)
` [PATCH v3 1/2] cgroup/cpuset: export cpuset_cpus_allowed()

[PATCH 0/5] docs: i2c: summary: update and use inclusive wording
 2024-06-07 18:17 UTC  (11+ messages)
` [PATCH 1/5] docs: i2c: summary: start sentences consistently
` [PATCH 2/5] docs: i2c: summary: update I2C specification link
` [PATCH 3/5] docs: i2c: summary: update speed mode description
` [PATCH 4/5] docs: i2c: summary: document use of inclusive language
` [PATCH 5/5] docs: i2c: summary: rephrase paragraph explaining the figure

[PATCH] wifi: cfg80211: make hash table duplicates more survivable
 2024-06-07 18:17 UTC 

[Buildroot] QT5webkit build error
 2024-06-07 18:17 UTC 

[PATCH v6 00/16] selftests/resctrl: resctrl_val() related cleanups & improvements
 2024-06-07 18:16 UTC  (5+ messages)
` [PATCH v6 02/16] selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) only
` [PATCH v6 15/16] selftests/resctrl: Remove mongrp from CMT test

[PATCH] selftests/resctrl: Fix noncont_cat_run_test for AMD
 2024-06-07 18:16 UTC  (5+ messages)

[PATCHSET 3/3] xfsprogs: scale shards on ssds
 2024-06-07 18:16 UTC  (5+ messages)

[PATCH] doc: Add UEFI supplement document
 2024-06-07 18:11 UTC  (2+ messages)

[PATCH v2] dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels
 2024-06-07 18:11 UTC  (2+ messages)

[Buildroot] [PATCH] boot/ti-k3-r5-loader: share download files with uboot
 2024-06-07 18:10 UTC  (3+ messages)

[for-6.11 PATCH 00/29] nfs/nfsd: add support for localio bypass
 2024-06-07 18:09 UTC  (3+ messages)
` [for-6.11 PATCH 30/29] nfs/nfsd: ensure localio server always uses its network namespace

[PATCH 0/7] MIPS: Enable EFI support
 2024-06-07 18:08 UTC  (2+ messages)

[meta-ti][master/scarthgap][PATCH] conf: machine: add AM68-SK machine configuration
 2024-06-07 18:07 UTC  (2+ messages)

[PATCH] watchdog: add missing MODULE_DESCRIPTION() macros
 2024-06-07 18:04 UTC 

[PATCH 6.6 000/744] 6.6.33-rc1 review
 2024-06-07 18:02 UTC  (2+ messages)

[PATCH] selftests: net: Add on/off checks for network interface non fixed features
 2024-06-07 18:01 UTC  (2+ messages)

[PATCH 6.9 000/374] 6.9.4-rc1 review
 2024-06-07 18:01 UTC  (2+ messages)

[PATCH v1] media: i2c: imx219: fix msr access command sequence
 2024-06-07 18:01 UTC  (5+ messages)

[linux-linus test] 186278: regressions - FAIL
 2024-06-07 18:00 UTC 

[PATCH v4 0/6] hwmon: Add support for SPD5118 compliant chips
 2024-06-07 18:00 UTC  (4+ messages)
` [PATCH v4 5/6] i2c: smbus: Support DDR5 SPD EEPROMs

[PATCH 6.1 000/473] 6.1.93-rc1 review
 2024-06-07 17:59 UTC  (2+ messages)

[PATCH v3 0/2] cxl: Region bandwidth calculation for targets with shared upstream link
 2024-06-07 17:58 UTC  (7+ messages)
` [PATCH v3 2/2] cxl: Calculate region bandwidth of "

[RESEND][PATCH 0/3] small pm80xx driver fixes
 2024-06-07 17:57 UTC  (4+ messages)
` [PATCH 1/3] scsi: pm80xx: Set phy->enable_completion only when we wait for it
` [PATCH 2/3] scsi: pm80xx: Do not issue hard reset before NCQ EH
` [PATCH 3/3] scsi: pm8001: Update log level when reading config table

[PATCH] iommu/amd: Fix panic accessing amd_iommu_enable_faulting
 2024-06-07 17:56 UTC  (2+ messages)

[PATCH v3 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows
 2024-06-07 17:47 UTC  (2+ messages)

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-07 17:55 UTC  (8+ messages)
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared

[PATCH v1 0/3] Fix and improve __maps__fixup_overlap_and_insert
 2024-06-07 17:51 UTC  (2+ messages)

[PATCH] perf script: netdev-times: add location parameter to consume_skb
 2024-06-07 17:51 UTC  (2+ messages)

[PATCH v2] dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr()
 2024-06-07 17:47 UTC  (3+ messages)

[PATCH] dmaengine: qcom: add missing MODULE_DESCRIPTION() macros
 2024-06-07 17:47 UTC  (3+ messages)

[PATCH v3] dt-bindings: dma: fsl,imx-dma: Convert to dtschema
 2024-06-07 17:47 UTC  (3+ messages)

[PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()
 2024-06-07 17:47 UTC  (2+ messages)

[RESEND PATCH] dmaengine: ti: k3-udma: fix module autoloading
 2024-06-07 17:47 UTC  (2+ messages)

[PATCH v2 0/6] drm/i915: gvt register macro cleanups, unused macro removals
 2024-06-07 17:47 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: gvt register macro cleanups, unused macro removals (rev2)

[PATCH v2] dmaengine: add missing MODULE_DESCRIPTION() macros
 2024-06-07 17:47 UTC  (2+ messages)

[PATCH V2 5/9] PCI/TPH: Introduce API functions to manage steering tags
 2024-06-07 17:45 UTC  (2+ messages)

Translation of kernel documentation
 2024-06-07 17:45 UTC 

[PATCH v2 0/1] drm/xe/hwmon: Remove xe_hwmon_process_reg
 2024-06-07 17:45 UTC  (3+ messages)
` [PATCH v2 1/1] "

[ovmf test] 186281: all pass - PUSHED
 2024-06-07 17:44 UTC 

[PATCH v3 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows
 2024-06-07 17:43 UTC  (5+ messages)
` [PATCH v3 2/2] x86/sgx: Resolve EREMOVE page vs EAUG page data race

[PATCH] iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask
 2024-06-07 17:42 UTC  (12+ messages)

[PATCH V2 4/9] PCI/TPH: Implement a command line option to force No ST Mode
 2024-06-07 17:42 UTC  (2+ messages)

[PATCH v5 0/4] Add support for QoS configuration
 2024-06-07 17:39 UTC  (5+ messages)
` [PATCH v5 1/4] interconnect: qcom: icc-rpmh: Add QoS configuration support
` [PATCH v5 2/4] interconnect: qcom: sc7280: enable QoS configuration
` [PATCH v5 3/4] dt-bindings: interconnect: add clock property to enable QOS on SC7280
` [PATCH v5 4/4] arm64: dts: qcom: sc7280: Add clocks for QOS configuration

[PATCH v2] date: detect underflow when parsing dates with positive timezone offset
 2024-06-07 17:40 UTC  (3+ messages)
` [PATCH v3] date: detect underflow/overflow when parsing dates with "


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.