All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-27 22:42:31 to 2023-12-28 01:42:38 UTC [more...]

[PATCH v2 00/14] Unified cross-architecture kernel-mode FPU API
 2023-12-28  1:42 UTC  (13+ messages)
` [PATCH v2 01/14] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 02/14] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 03/14] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v2 04/14] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 05/14] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v2 06/14] lib/raid6: "
` [PATCH v2 07/14] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 08/14] powerpc: "
` [PATCH v2 09/14] x86: "
` [PATCH v2 10/14] riscv: Add support for kernel-mode FPU
` [PATCH v2 11/14] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v2 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH RFC 00/17] ubifs: Add filesystem repair support
 2023-12-28  1:41 UTC  (36+ messages)
` [PATCH RFC 01/17] ubifs: repair: Load filesystem info from volume
` [PATCH RFC 02/17] ubifs: repair: Scan nodes "
` [PATCH RFC 03/17] ubifs: repair: Remove deleted nodes from valid node tree
` [PATCH RFC 04/17] ubifs: repair: Add valid nodes into file
` [PATCH RFC 05/17] ubifs: repair: Filter invalid files
` [PATCH RFC 06/17] ubifs: repair: Extract reachable directory entries tree
` [PATCH RFC 07/17] ubifs: repair: Check and correct files' information
` [PATCH RFC 08/17] ubifs: repair: Record used LEBs
` [PATCH RFC 09/17] ubifs: repair: Re-write data
` [PATCH RFC 10/17] ubifs: repair: Create new root dir if there are no scanned files
` [PATCH RFC 11/17] ubifs: repair: Build TNC
` [PATCH RFC 12/17] ubifs: Extract a helper function to create lpt
` [PATCH RFC 13/17] ubifs: repair: Build LPT
` [PATCH RFC 14/17] ubifs: repair: Clean up log and orphan area
` [PATCH RFC 15/17] ubifs: repair: Write master node
` [PATCH RFC 16/17] ubifs: Enable ubifs_repair in '/sys/kernel/debug/ubifs/repair_fs'
` [PATCH RFC 17/17] Documentation: ubifs: Add ubifs repair whitepaper

[PATCH mtd-utils 00/11] tests: Add new testcases for ubifs_repair
 2023-12-28  1:36 UTC  (24+ messages)
` [PATCH mtd-utils 01/11] tests: Add common libs for ubifs_repair test
` [PATCH mtd-utils 02/11] tests: ubifs_repair: Add authentication refusing test
` [PATCH mtd-utils 03/11] tests: ubifs_repair: Add cycle mount+repair test
` [PATCH mtd-utils 04/11] tests: ubifs_repair: Add powercut+repair+mount test
` [PATCH mtd-utils 05/11] tests: ubifs_repair: Add corrupt+repair+fault_inject test
` [PATCH mtd-utils 06/11] tests: ubifs_repair: Add cycle_powercut+repair test
` [PATCH mtd-utils 07/11] tests: ubifs_repair: Add random_corrupt+repair test
` [PATCH mtd-utils 08/11] tests: ubifs_repair: Add corrupted images
` [PATCH mtd-utils 09/11] tests: ubifs_repair: Add bad images repairing test
` [PATCH mtd-utils 10/11] tests: ubifs_repair: Add run_all script
` [PATCH mtd-utils 11/11] tests: ubifs_repair: Add README

[linux-next:master] [wifi] ce10e8653f: hwsim.prefer_eht_20.fail
 2023-12-28  1:30 UTC  (3+ messages)

[syzbot] [erofs?] KMSAN: uninit-value in z_erofs_lz4_decompress (2)
 2023-12-28  1:29 UTC  (5+ messages)
` [PATCH] erofs: avoid debugging output for (de)compressed data

[PATCH v2 1/1] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
 2023-12-28  1:26 UTC  (3+ messages)

[PATCH v2 1/2] LoongArch: use generic interface to support crashkernel=X,[high,low]
 2023-12-28  1:24 UTC  (2+ messages)

Some thoughts following a brief test of libgpiod ver 2.1
 2023-12-28  1:19 UTC 

[f2fs-dev] [PATCH v2 0/2] Move fscrypt keyring destruction to after ->put_super
 2023-12-28  1:09 UTC  (4+ messages)
` [f2fs-dev] [PATCH v2 1/2] f2fs: move release of block devices to after kill_block_super()

Infinite loop in delete_pseudo_user_list_entry() bisected to commit "cast: optimize away casts to/from pointers"
 2023-12-28  1:08 UTC  (3+ messages)

[PATCH v3 00/17] Add boot LoongArch elf kernel with FDT
 2023-12-28  1:06 UTC  (10+ messages)
` [PATCH v3 03/17] hw/loongarch: Add slave cpu boot_code
` [PATCH v3 04/17] hw/loongarch: Add init_cmdline
` [PATCH v3 11/17] hw/loongarch: fdt adds Extend I/O Interrupt Controller

[PATCH v3 1/2] dt-bindings: input: Add Himax HX83102J touchscreen
 2023-12-28  1:01 UTC 

arch/riscv/kernel/module.c:639 process_accumulated_relocations() error: uninitialized symbol 'curr_type'
 2023-12-28  0:59 UTC  (4+ messages)

[PATCH 00/35] target/arm: Implement emulation of nested virtualization
 2023-12-28  0:58 UTC  (45+ messages)
` [PATCH 14/35] target/arm: Make NV reads of CurrentEL return EL2
` [PATCH 15/35] target/arm: Set SPSR_EL1.M correctly when nested virt is enabled
` [PATCH 16/35] target/arm: Trap registers when HCR_EL2.{NV, NV1} == {1, 1}
` [PATCH 17/35] target/arm: Always use arm_pan_enabled() when checking if PAN is enabled
` [PATCH 18/35] target/arm: Don't honour PSTATE.PAN when HCR_EL2.{NV, NV1} == {1, 1}
` [PATCH 19/35] target/arm: Treat LDTR* and STTR* as LDR/STR when NV, NV1 is 1, 1
` [PATCH 20/35] target/arm: Handle FEAT_NV page table attribute changes
` [PATCH 21/35] target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUs
` [PATCH 22/35] target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bits
` [PATCH 23/35] target/arm: Implement VNCR_EL2 register
` [PATCH 24/35] target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2
` [PATCH 25/35] target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2
` [PATCH 26/35] target/arm: Implement FEAT_NV2 redirection of sysregs to RAM
` [PATCH 27/35] target/arm: Report VNCR_EL2 based faults correctly
` [PATCH 28/35] target/arm: Mark up VNCR offsets (offsets 0x0..0xff)
` [PATCH 29/35] target/arm: Mark up VNCR offsets (offsets 0x100..0x160)
` [PATCH 30/35] target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)
` [PATCH 31/35] target/arm: Mark up VNCR offsets (offsets >= 0x200, except GIC)
` [PATCH 32/35] hw/intc/arm_gicv3_cpuif: Mark up VNCR offsets for GIC CPU registers
` [PATCH 33/35] target/arm: Report HCR_EL2.{NV,NV1,NV2} in cpu dumps
` [PATCH 34/35] target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entry
` [PATCH 35/35] target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUs

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_cat_case_cmp_key
 2023-12-28  0:54 UTC  (2+ messages)

[PATCH v1 1/1] gpiolib: cdev: Split line_get_debounce_period() and use
 2023-12-28  0:49 UTC  (12+ messages)

[PATCH bpf-next v6 0/8] bpf: Reduce memory usage for bpf_global_percpu_ma
 2023-12-28  0:49 UTC  (3+ messages)

[PATCH iproute2 1/2] configure: avoid un-recommended command substitution form
 2023-12-28  0:46 UTC  (4+ messages)
` [PATCH iproute2 2/2] configure: use the portable printf to suppress newlines in messages

[PATCH] x86/syscalls: shrink entry/syscall_32.i via IWYU
 2023-12-28  0:45 UTC  (6+ messages)

[PATCH i-g-t v4 0/4] Add d3 mmap test
 2023-12-28  0:40 UTC  (3+ messages)
` [PATCH i-g-t v4 2/4] lib/igt_pm: Add helper to get/set auto_suspenddelay_ms

[GIT PULL] hotfixes for 6.7
 2023-12-28  0:40 UTC  (3+ messages)

cip-gitlab/ci/pavel/linux-test kselftest-futex: 12 runs, 3 regressions (v6.1.66-cip11-rt6-10-g38253b8903b4)
 2023-12-28  0:37 UTC 

cip-gitlab/ci/pavel/linux-test ltp-ipc: 17 runs, 3 regressions (v6.1.66-cip11-rt6-10-g38253b8903b4)
 2023-12-28  0:37 UTC 

cip-gitlab/ci/pavel/linux-test ltp-timers: 18 runs, 6 regressions (v6.1.66-cip11-rt6-10-g38253b8903b4)
 2023-12-28  0:37 UTC 

[pci:next] BUILD SUCCESS 6936c253ee2e4061f6e62f940efbd46a256f91c0
 2023-12-28  0:36 UTC 

[PATCH v2 0/2] Surface fan monitoring driver
 2023-12-28  0:34 UTC  (3+ messages)
` [PATCH v2 1/2] hwmon: add fan speed monitoring driver for Surface devices
` [PATCH v2 2/2] platform/surface: aggregator_registry: add entry for fan speed

[pci:misc] BUILD SUCCESS 0942155a48e4cfc2c83e514c86a3de8f78f6af02
 2023-12-28  0:33 UTC 

cache fixes (redux)
 2023-12-28  0:32 UTC  (3+ messages)

[PATCH V12 0/7] amd-pstate preferred core
 2023-12-28  0:28 UTC  (9+ messages)
` [PATCH V12 4/7] cpufreq: Add a notification message that the highest perf has changed

[PATCH] pinctrl: samsung: constify iomem pointers
 2023-12-28  0:23 UTC  (3+ messages)

[linux-next:master 3586/10295] WARN: resolve_btfids: unresolved symbol bpf_get_fsverity_digest
 2023-12-28  0:21 UTC 

[PATCH 0/3] sparse-checkout with --end-of-options
 2023-12-28  0:18 UTC  (4+ messages)
` [PATCH 2/3] sparse-checkout: use default patterns for 'set' only !stdin

[PATCH] libxl: Disable relocating memory for qemu-xen in stubdomain too
 2023-12-28  0:18 UTC  (2+ messages)

[RFC PATCH v8 0/5] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-28  0:16 UTC  (6+ messages)
` [RFC PATCH v9 1/5] iommu/vt-d: add flush_target_dev member to struct intel_iommu and pass device info to all ATS Invalidation functions
` [RFC PATCH v9 2/5] iommu/vt-d: break out ATS Invalidation if target device is gone
` [RFC PATCH v9 3/5] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [RFC PATCH v9 4/5] iommu/vt-d: don't issue ATS Invalidation request when device is disconnected
` [RFC PATCH v9 5/5] iommu/vt-d: don't loop for timeout ATS Invalidation request forever

I'm looking for the source code of a specific u-boot version
 2023-12-28  0:14 UTC  (2+ messages)

[PATCH 1/1] doc: use singular form of repeatable path arg
 2023-12-28  0:10 UTC  (3+ messages)

[PATCH i-g-t 0/3] Add LNL compute preempt test
 2023-12-28  0:15 UTC  (4+ messages)
` [PATCH i-g-t 1/3] lib/intel_compute_square_kernels: Add xe2lpg wmtp sip and long running opencl kernel
` [PATCH i-g-t 2/3] lib/intel_compute: Add LNL compute preempt library support
` [PATCH i-g-t 3/3] tests/intel/xe_compute_preempt: Add compute preempt test

cip-gitlab/ci/pavel/linux-test baseline: 117 runs, 13 regressions (v6.1.66-cip11-rt6-10-g38253b8903b4)
 2023-12-28  0:07 UTC 

cip-gitlab/ci/pavel/linux-test baseline-cip-nfs: 9 runs, 6 regressions (v6.1.66-cip11-rt6-10-g38253b8903b4)
 2023-12-28  0:07 UTC 

cip-gitlab/ci/pavel/linux-test baseline-nfs: 53 runs, 14 regressions (v6.1.66-cip11-rt6-10-g38253b8903b4)
 2023-12-28  0:07 UTC 

[RFC PATCH 0/2] Passing U-Boot logs to the OS
 2023-12-28  0:01 UTC  (4+ messages)
` [RFC PATCH 1/2] Add U_BOOT_VERSION_CODE macro for packing the version number into a single int
` [RFC PATCH 2/2] common: console: Add support of passing the saved console log to the OS

x86 SGDT emulation for Wine
 2023-12-27 23:58 UTC  (2+ messages)

[PATCH 00/10] Introduce Relay Communication for SR-IOV
 2023-12-27 23:58 UTC  (11+ messages)
` [PATCH 01/10] drm/xe: Allocate dedicated workqueue for SR-IOV workers
` [PATCH 02/10] drm/xe: Define Virtual Function Identifier
` [PATCH 03/10] drm/xe: Introduce GT-oriented SR-IOV logging macros
` [PATCH 04/10] drm/xe/guc: Add helpers for HXG messages
` [PATCH 05/10] drm/xe/guc: Update few GuC CTB ABI definitions
` [PATCH 06/10] drm/xe/guc: Add Relay Communication "
` [PATCH 07/10] drm/xe/guc: Introduce Relay Communication for SR-IOV
` [PATCH 08/10] drm/xe/kunit: Allow to replace xe_guc_ct_send_recv() with stub
` [PATCH 09/10] drm/xe/kunit: Add GuC Relay kunit tests
` [PATCH 10/10] drm/xe/guc: Start handling GuC Relay event messages

[PATCH] Port helper/test-ctype.c to unit-tests/t-ctype.c
 2023-12-27 23:48 UTC  (5+ messages)

[PATCH v2 0/1] bitbake: event: Improve error message for eventhandler
 2023-12-27 23:42 UTC  (3+ messages)
` [PATCH v2 1/1] "
  ` [bitbake-devel] "

[PATCH] dt-bindings: riscv: cpus: Clarify mmu-type interpretation
 2023-12-27 23:39 UTC  (3+ messages)

cip-gitlab/ci/pavel/linux-test build: 166 builds: 1 failed, 165 passed, 2 errors, 17 warnings (v6.1.66-cip11-rt6-10-g38253b8903b4)
 2023-12-27 23:39 UTC 

[RFC PATCH v8 4/5] iommu/vt-d: don't issue device-TLB invalidate request when device is disconnected
 2023-12-27 23:31 UTC  (2+ messages)

[syzbot] [crypto?] general protection fault in scatterwalk_copychunks (5)
 2023-12-27 23:26 UTC  (13+ messages)

[PATCH v4 0/6] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-27 23:21 UTC  (6+ messages)
` [PATCH v4 1/6] mm/zswap: change dstmem size to one page

[PATCH v2 1/1] net: phy: micrel: Add workaround for incomplete autonegotiation
 2023-12-27 23:16 UTC 

[PATCH 0/3] Add hantro g1 video decoder support for RK3588
 2023-12-27 23:13 UTC  (10+ messages)
` [PATCH 1/3] media: verisilicon: Add support for Hantro G1 on RK3588
` [PATCH 2/3] arm64: dts: rockchip: Add Hantro G1 VPU support for RK3588
` [PATCH 3/3] dt-bindings: media: rockchip-vpu: Add RK3588 compatible

[f2fs-dev] [PATCH v2 6/6] f2fs: introduce FAULT_INCONSISTENCE
 2023-12-27 23:06 UTC  (3+ messages)
  `  "

[PATCH 0/7] workqueue: Share the same PWQ for the CPUs of a pod and distribute max_active across pods
 2023-12-27 23:06 UTC  (3+ messages)
` [PATCH 6/7] workqueue: Implement system-wide max_active enforcement for unbound workqueues

[Buildroot] [PATCH v2,1/1] package/libostree: switch to libsoup3
 2023-12-27 22:59 UTC 

[f2fs-dev] [PATCH 1/6] f2fs: compress: fix to guarantee persisting compressed blocks by CP
 2023-12-27 22:55 UTC  (5+ messages)
      `  "

[oe] [meta-python][PATCH] python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptests
 2023-12-27 22:55 UTC  (4+ messages)

[ANNOUNCE] 6.1.67-cip12-rt7
 2023-12-27 22:51 UTC 

[kernel-cve-report] New CVE entries this week
 2023-12-27 22:47 UTC 

[v8, 00/10] riscv: support kernel-mode Vector
 2023-12-27 22:45 UTC  (3+ messages)
` [v8, 10/10] riscv: vector: allow kernel-mode Vector with preemption

[PATCH] drm/xe/guc: Add more GuC CT states
 2023-12-27 22:43 UTC  (8+ messages)

[PATCH] ACPI: NUMA: Fix overlap when extending memblks to fill CFMWS
 2023-12-27 22:44 UTC  (3+ messages)

[bcachefs:header_cleanup 21/51] /bin/bash: line 1: 19420 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/misc/eeprom/at24.ko
 2023-12-27 22:43 UTC  (6+ 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.