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

[PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef
 2024-12-18 19:20 UTC  (13+ messages)

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-18 19:20 UTC  (3+ messages)
` [PATCH 3/5] fs/buffer: add a for_each_bh() for block_read_full_folio()

[PATCH 0/4] Misc. PowerPC MPC83xx fixes/cleanups
 2024-12-18 19:20 UTC  (5+ messages)
` [PATCH 2/4] powerpc: mpc83xx: Allow including initreg.h into multiple files
` [PATCH 4/4] gpio: mpc8xxx: Preserve pre-init state of outputs

[PATCH 00/10] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2024-12-18 19:20 UTC  (4+ messages)

[PATCH] cpufreq/amd-pstate: Refactor max frequency calculation
 2024-12-18 19:20 UTC  (2+ messages)

[PATCH v3 0/7] hw/ppc: Remove tswap() calls
 2024-12-18 19:18 UTC  (9+ messages)
` [PATCH v3 1/7] meson: Run some compiler checks using -Wno-unused-value
` [PATCH v3 2/7] hw/ppc/spapr: Convert HPTE() macro as hpte_get() method
` [PATCH v3 3/7] hw/ppc/spapr: Convert HPTE_VALID() macro as hpte_is_valid() method
` [PATCH v3 4/7] hw/ppc/spapr: Convert HPTE_DIRTY() macro as hpte_is_dirty() method
` [PATCH v3 5/7] hw/ppc/spapr: Convert CLEAN_HPTE() macro as hpte_set_clean() method
` [PATCH v3 6/7] hw/ppc/spapr: Convert DIRTY_HPTE() macro as hpte_set_dirty() method
` [PATCH v3 7/7] hw/ppc/epapr: Do not swap ePAPR magic value

[PATCH 0/4] Google Pixel 6 (simple) framebuffer support
 2024-12-18 19:17 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: arm: google: add gs101-raven
` [PATCH 3/4] arm64: dts: exynos: gs101-oriole: move common Pixel6 & 6Pro parts into a .dtsi

[PATCH 6.6 00/17] xfs backports for 6.6.y (from 6.11)
 2024-12-18 19:17 UTC  (18+ messages)
` [PATCH 6.6 01/17] xfs: fix the contact address for the sysfs ABI documentation
` [PATCH 6.6 02/17] xfs: verify buffer, inode, and dquot items every tx commit
` [PATCH 6.6 03/17] xfs: use consistent uid/gid when grabbing dquots for inodes
` [PATCH 6.6 04/17] xfs: declare xfs_file.c symbols in xfs_file.h
` [PATCH 6.6 05/17] xfs: create a new helper to return a file's allocation unit
` [PATCH 6.6 06/17] xfs: Fix xfs_flush_unmap_range() range for RT
` [PATCH 6.6 07/17] xfs: Fix xfs_prepare_shift() "
` [PATCH 6.6 08/17] xfs: don't walk off the end of a directory data block
` [PATCH 6.6 09/17] xfs: convert comma to semicolon
` [PATCH 6.6 10/17] xfs: fix file_path handling in tracepoints
` [PATCH 6.6 11/17] xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
` [PATCH 6.6 12/17] xfs: attr forks require attr, not attr2
` [PATCH 6.6 13/17] xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
` [PATCH 6.6 14/17] xfs: Fix the owner setting issue for rmap query in xfs fsmap
` [PATCH 6.6 15/17] xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
` [PATCH 6.6 16/17] xfs: take m_growlock when running growfsrt
` [PATCH 6.6 17/17] xfs: reset rootdir extent size hint after growfsrt

[LTP] [PATCH 0/9] Metadata parser fixes
 2024-12-18 19:15 UTC  (14+ messages)
` [LTP] [PATCH 1/9] metadata: metaparse: Parse operators *, +, and | properly
` [LTP] [PATCH 2/9] metadata: metaparse: Implement recursive include
` [LTP] [PATCH 3/9] metadata: metaparse: Apply macros in arrays
` [LTP] [PATCH 4/9] metadata: data_storage: Add JSON null type
` [LTP] [PATCH 5/9] metadata: data_storage: Add two array functions
` [LTP] [PATCH 6/9] metadata: metaparse: Better array parsing
` [LTP] [PATCH 7/9] metadata: metaparse: Ignore ', ' in array inside parenthesis
` [LTP] [PATCH 8/9] metadata: metaparse: Add a few pre-defined macros
` [LTP] [PATCH 9/9] metadata: parse.sh: Add -Itestcases/kernel/include

map_funcs.c:(.xiptext+0x107): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy_fromio
 2024-12-18 19:15 UTC 

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

[PATCH v5 0/2] drm/panthor: Display size of internal kernel BOs through fdinfo
 2024-12-18 19:14 UTC  (8+ messages)
` [PATCH v5 1/2] drm/panthor: Expose size of driver internal BO's over fdinfo
` [PATCH v5 2/2] Documentation/gpu: Add fdinfo meanings of drm-*-internal memory tags

[PATCH v2] trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
 2024-12-18 19:15 UTC 

[PATCH] lib/core: Let ftrace know when the test started
 2024-12-18 19:13 UTC  (3+ messages)

[PATCH 0/7] cpupower improvements on AMD systems
 2024-12-18 19:09 UTC  (8+ messages)
` [PATCH 1/7] cpupower: Remove spurious return statement
` [PATCH 2/7] cpupower: Add support for parsing 'enabled' or 'disabled' strings from table
` [PATCH 3/7] cpupower: Add support for amd-pstate preferred core rankings
` [PATCH 4/7] cpupower: Don't try to read frequency from hardware when kernel uses aperfmperf
` [PATCH 5/7] cpupower: Add support for showing energy performance preference
` [PATCH 6/7] cpupower: Don't fetch maximum latency when EPP is enabled
` [PATCH 7/7] cpupower: Adjust whitespace for amd-pstate specific prints

[PATCH] drm/i915/dmc_wl: store register ranges in rodata
 2024-12-18 19:12 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH 00/46] tcg: Remove in-flight mask data from OptContext
 2024-12-18 19:11 UTC  (5+ messages)
` [PATCH 03/46] tcg/optimize: Add fold_masks_zsa, fold_masks_zs, fold_masks_z

[PATCH] spi: spidev: Align ordering of spidev_spi_ids[] and spidev_dt_ids[]
 2024-12-18 19:10 UTC  (5+ messages)

[RFC 0/1] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores
 2024-12-18 19:08 UTC  (3+ messages)
` [RFC 1/1] "

[RFC PATCH 0/7] x86: Trenchboot Secure Launch DRTM for AMD SKINIT (GRUB)
 2024-12-18 19:08 UTC  (8+ messages)
` [RFC PATCH 1/7] i386: Extra x86 definitions needed by AMD SKINIT Secure Launch
` [RFC PATCH 2/7] i386: Add PSP discovery code
` [RFC PATCH 3/7] slaunch/psp: Add core PSP commands and get capability command
` [RFC PATCH 4/7] slaunch/psp: Setup TMRs to protect RAM from DMA
` [RFC PATCH 5/7] slaunch/skinit: AMD SKINIT Secure Launch core implementation
` [RFC PATCH 6/7] efi/slaunch: Add AMD Secure Launch support for Linux EFI stub boot
` [RFC PATCH 7/7] multiboot2: Support SKINIT Secure Launch

Use of BQL from thread in PCIe device
 2024-12-18 19:10 UTC  (3+ messages)

[PATCH v2 0/9] Move initializing SEV/SNP functionality to KVM
 2024-12-18 19:10 UTC  (6+ messages)

[PATCH v3] i2c: imx: add imx7d compatible string for applying errata ERR007805
 2024-12-18 19:10 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/4] configs/zynqmp_kria_kd240_defconfig: bump to xilinx-v2024.2
 2024-12-18 19:09 UTC  (5+ messages)
` [Buildroot] [PATCH v1 3/4] configs/zynqmp_kria_kv260_defconfig: "

[syzbot] [mm?] WARNING in lock_list_lru_of_memcg
 2024-12-18 19:08 UTC  (8+ messages)

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

Ceph and Netfslib
 2024-12-18 19:06 UTC  (3+ messages)

[PATCH v4 0/7] arm64: qcom: Add support for QCS9075 boards
 2024-12-18 19:05 UTC  (2+ messages)

[PATCH v6 0/9] Add jump table support for objtool on LoongArch
 2024-12-18 19:05 UTC  (4+ messages)
` [PATCH v6 9/9] drm/amd/display: Mark dc_fixpt_from_fraction() noinline

[PATCH i-g-t 0/2] core_getversion: Add raw-cards subtest
 2024-12-18 19:04 UTC  (3+ messages)
` [PATCH i-g-t 1/2] tests/core_getversion: fix driver closing
` [PATCH i-g-t 2/2] tests/core_getversion: Added raw-cards subtest

[PATCH v2 0/2] objtool: Add option to fail build on vmlinux warnings
 2024-12-18 19:04 UTC  (3+ messages)
` [PATCH v2 2/2] kbuild: Add option to fail build on vmlinux objtool issues

[LTP] [PATCH 0/7] LSM testing suite
 2024-12-18 19:03 UTC  (7+ messages)
` [LTP] [PATCH 1/7] Add fallback definitions of LSM syscalls
` [LTP] [PATCH 2/7] Add lsm_get_self_attr01 test
` [LTP] [PATCH 7/7] Add lsm_set_self_attr01 test

[Buildroot] [PATCH v1 1/1] configs/zynqmp_kria*: fix u-boot boot hang
 2024-12-18 19:01 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Add lid switch
 2024-12-18 19:01 UTC 

[Buildroot] [git commit] configs/zynqmp_kria*: fix u-boot boot hang
 2024-12-18 18:35 UTC 

Patchwork summary for: spi-devel-general
 2024-12-18 19:00 UTC 

[LTP] [PATCH 00/13] Get rid of testcases/kernel/mem/lib library
 2024-12-18 18:58 UTC  (15+ messages)
` [LTP] [PATCH 01/13] lib: tst_sys_conf: Add two functions
` [LTP] [PATCH 02/13] lib: Replace path_exist() with tst_path_exists()
` [LTP] [PATCH 03/13] lib: Add tst_mapping_in_range()
` [LTP] [PATCH 04/13] testcases/kernel/mem: Move get_a_numa_node()
` [LTP] [PATCH 05/13] testcases/kernel/mem: Move update_shm_size()
` [LTP] [PATCH 06/13] testcases/kernel/mem: Move check_hugepage() + PATH_THP
` [LTP] [PATCH 07/13] testcases/kernel/mem: Move NUMA bits to numa_helper.h
` [LTP] [PATCH 08/13] testcases/kernel/mem: Move oom() fucntions to oom tests
` [LTP] [PATCH 09/13] testcases/kernel/mem: Move KSM bits to ksm tests
` [LTP] [PATCH 10/13] mem/swapping: Remove mem/lib refrence
` [LTP] [PATCH 11/13] mem/vma: Remove mem/lib dependency
` [LTP] [PATCH 12/13] mem/hugetlb: Remove mem/lib depenency
` [LTP] [PATCH 13/13] testcases/kernel/mem: Remove library

[Bug 219611] New: Read of pcie_bw sysfs file on AMD GPU blocks for 1 second
 2024-12-18 18:55 UTC  (2+ messages)
` [Bug 219611] "

[PATCH] tools/libxg: Don't gunzip the guests initrd
 2024-12-18 18:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] hw/pci-bridge: Create PLX Virtual Switch Device
 2024-12-18 18:54 UTC 

kernel/bpf/task_iter.c:819:7-15: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)
 2024-12-18 18:53 UTC 

[PATCH v3] nvmet: Don't overflow subsysnqn
 2024-12-18 18:49 UTC 

KernelCI report for stable-rt: v4.19-rt-next@v4.19.324-rt139-rc1
 2024-12-18 18:47 UTC  (3+ messages)

[PATCH V15 0/7] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-12-18 18:47 UTC  (6+ messages)

[PATCH] getopt.3: remove _<PID>_GNU_nonoption_argv_flags_ description
 2024-12-18 18:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/7] Enhance event delivery error handling
 2024-12-18 18:44 UTC  (12+ messages)
` [PATCH v3 2/7] KVM: x86: Add emulation status for unhandleable vectoring
` [PATCH v3 4/7] KVM: VMX: Handle vectoring error in check_emulate_instruction
` [PATCH v3 5/7] KVM: SVM: "
` [PATCH v3 6/7] selftests: KVM: extract lidt into helper function
` [PATCH v3 7/7] selftests: KVM: Add test case for MMIO during vectoring

[PATCH] pmdomain: core: add dummy release function to genpd device
 2024-12-18 18:44 UTC 

[PATCH RFC netfs] Fix uninitialized variable in netfs_retry_read_subrequests()
 2024-12-18 18:43 UTC 

[PATCH v2] tools: perf: tests: Fix code reading for riscv
 2024-12-18 18:41 UTC  (5+ messages)

[PATCH] meson: Do not define CONFIG_DEVICES on user emulation
 2024-12-18 18:40 UTC  (2+ messages)

[PATCH v3 00/16] KVM: arm64: Debug cleanups
 2024-12-18 18:40 UTC  (3+ messages)
` [PATCH v3 12/16] KVM: arm64: Compute MDCR_EL2 at vcpu_load()

[PATCH 0/4] drm/i915: Drop 64bpp YUV formats for SDR planes and improve tracepoints
 2024-12-18 18:39 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "

[PATCH I-G-T v5] tests/intel/i915_hangman: Fix spin engine hang
 2024-12-18 18:39 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/intel/i915_hangman: Fix spin engine hang (rev5)

[PATCH v4 00/18] NVMe PCI endpoint target driver
 2024-12-18 18:37 UTC  (10+ messages)
` [PATCH v4 17/18] nvmet: New "

[PATCH v3] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2024-12-18 18:37 UTC  (4+ messages)

mhi resume failure on reboot with 6.13-rc2
 2024-12-18 18:35 UTC  (11+ messages)

[PATCH] scx: Fix maximal BPF selftest prog
 2024-12-18 18:34 UTC  (6+ messages)
  ` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix invalid irq restore in scx_ops_bypass()

[PATCH 6.6 CANDIDATE 00/18] xfs backports for 6.6.y (from 6.11)
 2024-12-18 18:34 UTC  (4+ messages)
` [PATCH 6.6 CANDIDATE 16/18] xfs: Fix missing interval for missing_owner in xfs fsmap

[PATCH v11 0/3] Add LED1202 LED Controller
 2024-12-18 18:33 UTC  (4+ messages)
` [PATCH v11 1/3] Documentation:leds: Add leds-st1202.rst
` [PATCH v11 2/3] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH v11 3/3] leds: Add LED1202 I2C driver

[PATCH 00/18] btrfs: migrate to "block size" to describe the
 2024-12-18 18:31 UTC  (2+ messages)

[PATCH v1 00/16] net-next/yunsilicon: ADD Yunsilicon XSC Ethernet Driver
 2024-12-18 18:31 UTC  (7+ messages)
` [PATCH v1 01/16] net-next/yunsilicon: Add xsc driver basic framework
` [PATCH v1 09/16] net-next/yunsilicon: Init net device
` [PATCH v1 16/16] net-next/yunsilicon: Add change mtu

[PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
 2024-12-18 18:31 UTC  (6+ messages)
` [PATCH] vsprintf: simplify number handling

git-bugreport: core dump in git-difftool when there are no diffs
 2024-12-18 18:29 UTC 

[PATCH v3 0/7] Apple A7-A11, T2 SoC cpufreq support
 2024-12-18 18:25 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: cpufreq: apple,cluster-cpufreq: Add A7-A11, T2 compatibles
` [PATCH v3 2/7] cpufreq: apple-soc: Drop setting the PS2 field on M2+
` [PATCH v3 3/7] cpufreq: apple-soc: Allow per-SoC configuration of APPLE_DVFS_CMD_PS1
` [PATCH v3 4/7] cpufreq: apple-soc: Use 32-bit read for status register
` [PATCH v3 5/7] cpufreq: apple-soc: Increase cluster switch timeout to 400us
` [PATCH v3 6/7] cpufreq: apple-soc: Set fallback transition latency to APPLE_DVFS_TRANSITION_TIMEOUT
` [PATCH v3 7/7] cpufreq: apple-soc: Add Apple A7-A8X SoC cpufreq support

Test²
 2024-12-18 18:29 UTC 

[PATCH] spi: atmel-quadspi: Factor out switching to Serial Memory Mode to function
 2024-12-18 18:25 UTC  (3+ messages)

[PATCH 0/9] media: stm32: csi / dcmipp corrections
 2024-12-18 18:25 UTC  (5+ messages)
` [PATCH 2/9] dt-bindings: media: clarify stm32 csi & simplify example

[PATCH] drm/i915/display: Don't program DBUF_CTL tracker state service
 2024-12-18 18:24 UTC  (3+ messages)

[PATCH v12 00/11] Add support for Maxim Integrated MAX77705 PMIC
 2024-12-18 18:24 UTC  (6+ messages)
` [PATCH v12 02/11] dt-bindings: power: supply: max17042: split on 2 files

[PATCH v2] hexagon: Disable constant extender optimization for LLVM prior to 19.1.0
 2024-12-18 18:23 UTC  (5+ messages)

[PATCH] tools/xg: increase LZMA_BLOCK_SIZE for uncompressing the kernel
 2024-12-18 18:23 UTC  (3+ messages)

[PATCH v2] lib/alloc_tag: Add accumulative call counter for memory allocation profiling
 2024-12-18 18:22 UTC  (3+ messages)
`  "

[PATCH 0/2] Move blk_mq_submit_bio() error handling
 2024-12-18 18:22 UTC  (6+ messages)
` [PATCH 1/2] block: Optimize blk_mq_submit_bio() for the cache hit scenario

[PATCH v2 0/5] Static initcalls
 2024-12-18 18:21 UTC  (6+ messages)
` [PATCH v2 2/5] board_init_f(): use static calls

[PATCH v2 0/3] Three blk_mq_submit_bio() patches
 2024-12-18 18:21 UTC  (4+ messages)
` [PATCH v2 3/3] blk-zoned: Move more error handling into blk_mq_submit_bio()

[PATCH v10 0/3] Add LED1202 LED Controller
 2024-12-18 18:19 UTC  (4+ messages)
` [PATCH v10 1/3] Documentation:leds: Add leds-st1202.rst
` [PATCH v10 2/3] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH v10 3/3] leds: Add LED1202 I2C driver

RFC: support for zoned devices
 2024-12-18 18:19 UTC  (7+ messages)
` [PATCH 41/43] xfs: support write life time based data placement

[PATCH v6 0/2] coresight: Add label sysfs node support
 2024-12-18 18:16 UTC  (5+ messages)
` [PATCH v6 2/2] "

[LTP] [PATCH] set_tid_address01: refactor with new LTP API
 2024-12-18 18:18 UTC  (2+ messages)

[PATCH net-next] net: phy: dp83822: Add support for PHY LEDs on DP83822
 2024-12-18 18:17 UTC  (5+ messages)

[PATCH v2 00/22] tests/qtest: migration-test refactoring
 2024-12-18 18:13 UTC  (4+ messages)
` [PATCH v2 19/22] tests/qtest/migration: Add migration-test-smoke


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.