All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-27 20:35:48 to 2024-03-27 21:50:18 UTC [more...]

[PATCH v3 00/14] Unified cross-architecture kernel-mode FPU API
 2024-03-27 21:25 UTC  (19+ messages)
` [PATCH v3 02/14] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 03/14] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v3 04/14] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 05/14] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v3 08/14] powerpc: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 09/14] x86: "
` [PATCH v3 10/14] riscv: Add support for kernel-mode FPU
` [PATCH v3 11/14] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v3 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 13/14] selftests/fpu: Move FP code to a separate translation unit
` [PATCH v3 14/14] selftests/fpu: Allow building on other architectures

[PATCH] soc: qcom: cmd-db: map shared memory as WT, not WB
 2024-03-27 21:06 UTC  (4+ messages)

[RFC PATCH v3 0/6] drm/amd/display: switch amdgpu_dm_connector to use struct drm_edid
 2024-03-27 21:44 UTC  (2+ messages)
` [RFC PATCH v3 1/6] drm/amd/display: remove unused pixel_clock_mhz from amdgpu_dm_connector

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-27 21:49 UTC  (19+ messages)

[PATCH] PCI: Update pci_find_capability() stub return values
 2024-03-27 21:49 UTC  (2+ messages)

[PATCH v7 0/7] drm/xe/guc: Add GuC based register capture for error capture
 2024-03-27 21:49 UTC  (15+ messages)
` [PATCH v7 1/7] drm/xe/guc: Update GuC ADS size "
` [PATCH v7 2/7] drm/xe/guc: Add XE_LP steered register lists
` [PATCH v7 3/7] drm/xe/guc: Add capture size check in GuC log buffer
` [PATCH v7 4/7] drm/xe/guc: Check sizing of guc_capture output
` [PATCH v7 5/7] drm/xe/guc: Extract GuC error capture lists
` [PATCH v7 6/7] drm/xe/guc: Pre-allocate output nodes for extraction
` [PATCH v7 7/7] drm/xe/guc: Plumb GuC-capture into dev coredump
` ✓ CI.Patch_applied: success for drm/xe/guc: Add GuC based register capture for error capture (rev6)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

tcg2_platform_get_log failing to read address and size of memory-region via ofnode_get_addr_size
 2024-03-27 21:48 UTC  (8+ messages)

[PATCH RFC 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-03-27 21:48 UTC  (3+ messages)
` [PATCH RFC 1/2] mm: zsmalloc: support objects compressed based on multiple pages
` [PATCH RFC 2/2] zram: support compression at the granularity of multi-pages

[PATCH v2 0/3] arch: Remove fbdev dependency from video helpers
 2024-03-27 20:41 UTC  (16+ messages)
` [PATCH v2 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v2 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v2 3/3] arch: Rename fbdev header and source files

[PATCH 0/2] mmc: sdhci-pci-gli: Remove unnecessary device-dependent code
 2024-03-27 21:48 UTC  (3+ messages)
` [PATCH 1/2] mmc: sdhci-pci-gli: Use PCI AER definitions, not hard-coded values
` [PATCH 2/2] mmc: sdhci-pci-gli: Use pci_set_power_state(), not direct PMCSR writes

[PATCH v2 0/9] spi: pxa2xx: Drop linux/spi/pxa2xx_spi.h
 2024-03-27 19:29 UTC  (3+ messages)
` [PATCH v2 8/9] spi: pxa2xx: Remove outdated documentation
` [PATCH v2 9/9] spi: pxa2xx: Don't use "proxy" headers

[PATCH] input/touchscreen: synaptics_tcm_oncell: add driver
 2024-03-27 21:39 UTC 

[syzbot] [openvswitch?] KASAN: slab-use-after-free Read in ovs_ct_exit
 2024-03-27 21:46 UTC 

[PATCH] platform/x86: quickstart: Fix race condition when reporting input event
 2024-03-27 21:45 UTC 

[PATCH net-next v2 0/3] Minor cleanups to skb frag ref/unref
 2024-03-27 21:45 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: make napi_frag_unref reuse skb_page_unref
` [PATCH net-next v2 2/3] net: mirror skb frag ref/unref helpers
` [PATCH net-next v2 3/3] net: remove napi_frag_unref

FAILED: Patch "btrfs: do not skip re-registration for the mounted device" failed to apply to 6.8-stable tree
 2024-03-27 21:37 UTC  (2+ messages)

[PATCH 5.15 000/309] 5.15.153-rc2 review
 2024-03-27 21:44 UTC  (3+ messages)

[RFC PATCH v3 0/8] mm: workingset reporting
 2024-03-27 21:44 UTC  (10+ messages)
` [RFC PATCH v3 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
` [RFC PATCH v3 2/8] mm: aggregate working set information into histograms
` [RFC PATCH v3 3/8] mm: use refresh interval to rate-limit workingset report aggregation
` [RFC PATCH v3 4/8] mm: report workingset during memory pressure driven scanning
` [RFC PATCH v3 5/8] mm: extend working set reporting to memcgs
` [RFC PATCH v3 6/8] mm: add per-memcg reaccess histogram
` [RFC PATCH v3 7/8] mm: add kernel aging thread for workingset reporting
` [RFC PATCH v3 8/8] mm: test system-wide "

[PATCH v2][next] wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and avoid -Wfamnae warning
 2024-03-27 21:43 UTC 

[PATCH 0/3] using guard/__free in networking
 2024-03-27 21:43 UTC  (8+ messages)

[problem] Hung task caused by memory migration when cpuset.mems changes
 2024-03-27 21:43 UTC  (4+ messages)

[syzbot] [bpf?] [net?] possible deadlock in ahci_single_level_irq_intr
 2024-03-27 21:43 UTC  (4+ messages)

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-27 21:41 UTC  (12+ messages)

[PATCH 0/2] phy: qcom-qmp-ufs: Add support for SM8475
 2024-03-27 21:38 UTC  (4+ messages)
` [PATCH 2/2] phy: qcom-qmp-ufs: Add SM8475 support

[PATCH] ima: define an init_module critical data record
 2024-03-27 21:37 UTC  (3+ messages)

[PATCH v2] nios2: Only use built-in devicetree blob if configured to do so
 2024-03-27 21:37 UTC  (2+ messages)

[PATCH] tpm: display message when using gpio-reset instead of when missing it
 2024-03-27 21:36 UTC  (9+ messages)

[PATCH v2] clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src
 2024-03-27 21:35 UTC  (2+ messages)

[GIT PULL] fs/9p: fixes for 6.9-rc1
 2024-03-27 21:34 UTC 

[PATCH 00/13] Support for arbitrary schemes in credentials
 2024-03-27 21:34 UTC  (8+ messages)
` [PATCH 05/13] credential: gate new fields on capability
` [PATCH 12/13] strvec: implement swapping two strvecs

[PATCH RFT] arm64: dts: qcom: sm8350: Reenable crypto & cryptobam
 2024-03-27 21:34 UTC  (6+ messages)

linux-next: trees being removed
 2024-03-27 21:33 UTC  (4+ messages)

[PATCH v2][next] wifi: wil6210: cfg80211: Use __counted_by() in struct wmi_start_scan_cmd and avoid some -Wfamnae warnings
 2024-03-27 21:30 UTC 

[PATCH v1] nfs: Handle error of rpc_proc_register() in nfs_net_init()
 2024-03-27 21:27 UTC 

[PATCH v3 2/2] PCI: qcom: properly implement RC shutdown/power up
 2024-03-27 21:27 UTC  (3+ messages)

[PATCH v2 1/3] PCI: Add check for CXL Secondary Bus Reset
 2024-03-27 21:26 UTC  (2+ messages)

[PATCH v3 0/8] cpufreq: sun50i: Add Allwinner H616 support
 2024-03-27 21:25 UTC  (15+ messages)
` [PATCH v3 2/8] cpufreq: dt-platdev: Blocklist Allwinner H616/618 SoCs
` [PATCH v3 4/8] cpufreq: sun50i: Refactor speed bin decoding
` [PATCH v3 5/8] cpufreq: sun50i: Add support for opp_supported_hw
` [PATCH v3 7/8] arm64: dts: allwinner: h616: Add CPU OPPs table
` [PATCH v3 8/8] arm64: dts: allwinner: h616: enable DVFS for all boards

[RFC PATCH v2 0/4] tracing: improve symbolic printing
 2024-03-27 21:24 UTC  (4+ messages)
` [RFC PATCH v2 1/4] tracing: add __print_sym() to replace __print_symbolic()

[PATCH][next] wifi: cfg80211: Use __counted_by() in struct wmi_start_scan_cmd and avoid -Wfamnae warning
 2024-03-27 21:23 UTC  (3+ messages)

+ drm-amd-display-use-arch_has_kernel_fpu_support-fix.patch added to mm-nonmm-unstable branch
 2024-03-27 21:23 UTC 

[PATCH v2 0/7] Add dispcc, videocc and camcc for SM7150
 2024-03-27 21:22 UTC  (5+ messages)
` [PATCH v2 1/7] clk: qcom: gcc-sm7150: Make clk_init_data const and various fixes
` [PATCH v2 3/7] clk: qcom: Add Display Clock Controller driver for SM7150

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-03-27 19:35 UTC  (16+ messages)
` [PATCH 1/9] hyperv: Convert from tasklet to BH workqueue
` [PATCH 2/9] dma: "
` [PATCH 3/9] IB: "
` [PATCH 4/9] USB: "
` [PATCH 5/9] mailbox: "
` [PATCH 6/9] ipmi: "
` [PATCH 7/9] s390: "
` [PATCH 8/9] drivers/media/*: "
` [PATCH 9/9] mmc: "

[PATCH for-9.0] docs/about: Mark the iaspc machine type as deprecated
 2024-03-27 20:47 UTC  (8+ messages)

[PATCH i-g-t, v3] tests/intel/xe_vm: Fix WB caching PAT index for coherency mode
 2024-03-27 21:17 UTC  (2+ messages)
` ✓ CI.xeBAT: success for tests/intel/xe_vm: Fix WB caching PAT index for coherency mode (rev3)

[Buildroot] [git commit] package/python-sqlalchemy: bump version to 2.0.29
 2024-03-27 21:11 UTC 

[Buildroot] [git commit] package/python-sqlalchemy: add cython for python-sqlalchemy
 2024-03-27 21:09 UTC 

[Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy
 2024-03-27 21:16 UTC  (2+ messages)

[PATCH e2fsprogs] e2fsck: update quota accounting after directory optimization
 2024-03-27 21:16 UTC  (3+ messages)

[PATCH v4] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-03-27 13:07 UTC  (2+ messages)

[PATCH] vmcore: replace strncpy with strtomem
 2024-03-27 21:10 UTC  (2+ messages)

Maximum Bonded Devices
 2024-03-27 21:10 UTC  (4+ messages)

[PATCH] drm/i915/gt: Limit the reserved VM space to only the platforms that need it
 2024-03-27 21:09 UTC  (2+ messages)

[Buildroot] [Bug 15973] New: imx8m bootloader image generation broken since update to imx-mkimage 6.1.36_2.1.0
 2024-03-27 21:08 UTC  (2+ messages)
` [Buildroot] [Bug 15973] "

[RFC WIP 0/4] Rust bindings for KMS + RVKMS
 2024-03-27 21:06 UTC  (5+ messages)
` [PATCH 1/4] WIP: rust: Add basic KMS bindings
` [PATCH 2/4] WIP: drm: Introduce rvkms

[PATCH][next] wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and avoid -Wfamnae warning
 2024-03-27 21:06 UTC  (3+ messages)

[PATCH v1] i2c: i2c-qcom-geni: Add support to share an I2C SE from two subsystem
 2024-03-27 21:05 UTC  (2+ messages)

[Buildroot] [Bug 16009] New: 'select' does not work with 'choice'
 2024-03-27 21:04 UTC  (2+ messages)
` [Buildroot] [Bug 16009] "

[PATCH] mx6cuboxi: fix ethernet after synchronise device-tree
 2024-03-27 21:04 UTC  (4+ messages)

[PATCH v2 1/2] dt-bindings: arm: qcom: Add Motorola Moto G (2013)
 2024-03-27 19:50 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: dts: qcom: Add support for "

[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
 2024-03-27 21:02 UTC  (5+ messages)
` [PATCH 21/64] i2c: gpio: reword "
` [PATCH 22/64] i2c: highlander: "

[PATCH] Register EAPOL frame listeners earlier
 2024-03-27 21:01 UTC  (2+ messages)

[PATCH v4 0/2] Update mce_record tracepoint
 2024-03-27 21:00 UTC  (5+ messages)
` [PATCH v4 1/2] tracing: Include PPIN in "
` [PATCH v4 2/2] tracing: Include Microcode Revision "

[PATCH 1/2] block: track per-node I/O latency
 2024-03-27 20:59 UTC  (2+ messages)

[djwong-xfs:timestats-hoist 184/450] fs/xfs/xfs_iops.c:1304:46: error: 'struct rw_semaphore' has no member named 'mr_lock'
 2024-03-27 20:59 UTC 

[PATCH 1/2] net: ravb: Always process TX descriptor ring
 2024-03-27 20:59 UTC  (2+ messages)

[PATCH net-next 1/4] net: microchip: encx24j600: drop driver owner assignment
 2024-03-27 20:57 UTC  (3+ messages)
` [PATCH net-next 2/4] net: wwan: mhi: "

[PATCH v3] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
 2024-03-27 20:52 UTC  (4+ messages)

[PATCH v2 0/4] power: supply: core: align charge_behaviour format with docs
 2024-03-27 20:48 UTC  (3+ messages)
` [PATCH v2 1/4] power: supply: mm8013: fix "not charging" detection

[GIT PULL] hotfixes for 6.9-rc2
 2024-03-27 20:47 UTC  (2+ messages)

[PATCH v3 0/2] Add support for Wa KLVs
 2024-03-27 20:47 UTC  (6+ messages)
` [PATCH v3 1/2] drm/xe/guc: Add support for w/a KLVs

[PATCH] selinux: update numeric format specifiers for ebitmaps
 2024-03-27 20:44 UTC  (2+ messages)

[PATCH 0/3] vvfat: Fix bugs in writing and reading files
 2024-03-27 20:11 UTC  (4+ messages)
` [PATCH 1/3] vvfat: Fix bug in writing to middle of file
` [PATCH 2/3] vvfat: Fix usage of `info.file.offset`
` [PATCH 3/3] ffvat: Fix reading files with non-continuous clusters

[PATCH 0/2] timers: More fixes
 2024-03-27 20:42 UTC  (12+ messages)
` [PATCH 2/2] timers: Fix removed self-IPI on global timer's enqueue in nohz_full
                ` for_each_domain()/sched_domain_span() has offline CPUs (was Re: [PATCH 2/2] timers: Fix removed self-IPI on global timer's enqueue in nohz_full)

[PATCH v2 0/5] staging: vc04_services: vchiq_core: Stop kthreads on shutdown
 2024-03-27 20:40 UTC  (5+ messages)
` [PATCH v2 5/5] "

[GIT PULL] Btrfs fixes for 6.9-rc2
 2024-03-27 20:32 UTC 

[RFC PATCH] mm, netfs: Provide a means of invalidation without using launder_folio
 2024-03-27 20:37 UTC  (4+ messages)
` [RFC PATCH v2] "

[PATCH] drm/i915/hwmon: Remove i915_hwmon_unregister() during driver unbind
 2024-03-27 20:37 UTC  (5+ messages)

[PATCH 0/2] drm/i915: A few bigjoiner fixes
 2024-03-27 20:36 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: Disable port sync when bigjoiner is used
` [PATCH 2/2] drm/i915: Fix intel_modeset_pipe_config_late() for bigjoiner

Please backport commit 13e3a512a290 (i2c: smbus: Support up to 8 SPD EEPROMs)
 2024-03-27 20:35 UTC  (3+ messages)

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-03-27 20:35 UTC  (5+ messages)
` [PATCH 10/10] mm: page_alloc: consolidate free page accounting
    ` [PATCH 3/3] mm: page_alloc: batch vmstat updates in expand()


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.