All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-27 21:09:34 to 2023-12-28 00:34:58 UTC [more...]

[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] x86/syscalls: shrink entry/syscall_32.i via IWYU
 2023-12-28  0:26 UTC  (5+ messages)

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

[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 

[PATCH 00/35] target/arm: Implement emulation of nested virtualization
 2023-12-28  0:03 UTC  (51+ messages)
` [PATCH 03/35] hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registers
` [PATCH 04/35] target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NV
` [PATCH 05/35] target/arm: Implement HCR_EL2.AT handling
` [PATCH 06/35] target/arm: Enable trapping of ERET for FEAT_NV
` [PATCH 07/35] target/arm: Always honour HCR_EL2.TSC when HCR_EL2.NV is set
` [PATCH 08/35] target/arm: Allow use of upper 32 bits of TBFLAG_A64
` [PATCH 09/35] target/arm: Record correct opcode fields in cpreg for E2H aliases
` [PATCH 10/35] target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0
` [PATCH 11/35] target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accesses
` [PATCH 12/35] target/arm: Move FPU/SVE/SME access checks up above ARM_CP_SPECIAL_MASK check
` [PATCH 13/35] target/arm: Trap sysreg accesses for FEAT_NV
` [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

[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)

Infinite loop in delete_pseudo_user_list_entry() bisected to commit "cast: optimize away casts to/from pointers"
 2023-12-27 23:46 UTC  (2+ 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

[GIT PULL] hotfixes for 6.7
 2023-12-27 23:03 UTC 

[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  (11+ 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)

[Buildroot] [PATCH v1 1/4] package/libcamera: pipeline option 'raspberrypi' changed to 'rpi/vc4'
 2023-12-27 22:31 UTC  (9+ messages)
` [Buildroot] [PATCH v1 2/4] package/libcamera: disable python bindings by default
` [Buildroot] [PATCH v1 3/4] package/libcamera: use udev configure option
` [Buildroot] [PATCH v1 4/4] package/libcamera: add i.MX8 ISI pipeline option

[Buildroot] [git commit] package/libcamera: add i.MX8 ISI pipeline option
 2023-12-27 22:30 UTC 

[PATCH v2 1/2] arm64: dts: rockchip: support poweroff on the rock-5b
 2023-12-27  0:16 UTC  (8+ messages)
` [PATCH v2 2/2] arm64: dts: rockchip: correct gpio_pwrctrl1 typo

[PATCH] main: Use static global rather than 'General' string literal
 2023-12-27 22:28 UTC  (3+ messages)

[PATCH mm] kasan: stop leaking stack trace handles
 2023-12-27 22:28 UTC  (6+ messages)

[PATCH 0/3] SC8280XP preparatory PCIe fixes
 2023-12-27 22:28 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: sc8280xp: Fix PCIe PHY power-domains
` [PATCH 2/3] arm64: dts: qcom: sc8280xp: Correct USB PHY power domains
` [PATCH 3/3] arm64: dts: qcom: sc8280xp-crd: Add PCIe CLKREQ# sleep state

[Buildroot] [git commit] package/libcamera: use udev configure option
 2023-12-27 22:26 UTC 

[PATCH v1] mm: abstract shadow stack vma behind arch_is_shadow_stack_vma
 2023-12-27 22:24 UTC  (4+ messages)

[Buildroot] [git commit] package/libcamera: disable python bindings
 2023-12-27 22:22 UTC 

[PATCH v2] sideband.c: replace int with size_t for clarity
 2023-12-27 22:22 UTC  (3+ messages)
` [PATCH v3] sideband.c: remove redundant 'NEEDSWORK' tag

docs: automarkup.py
 2023-12-27 22:20 UTC  (3+ messages)

[PATCH v1 1/1] net: phy: micrel: Add workaround for incomplete autonegotiation
 2023-12-27 22:19 UTC  (2+ messages)

[Buildroot] [git commit] Config.in.legacy: fix check-package errors
 2023-12-27 22:18 UTC 

[PATCH 0/4] Qualcomm PCIe RC shutdown & reinit
 2023-12-27 22:17 UTC  (5+ messages)
` [PATCH 1/4] PCI: qcom: Reshuffle reset logic in 2_7_0 .init
` [PATCH 2/4] PCI: qcom: Cache last icc bandwidth
` [PATCH 3/4] PCI: qcom: Read back PARF_LTSSM register
` [PATCH 4/4] PCI: qcom: Implement RC shutdown/power up

[PATCHv10 2/3] powerpc/kernel: Extend arrays' size to make room for a hole in cpu_possible_mask
 2023-12-27 19:52 UTC  (2+ messages)

[PATCH 0/2] Advertise pm_resume/suspend_via_firmware with PSCI
 2023-12-27 22:15 UTC  (6+ messages)
` [PATCH 1/2] firmware/psci: Set pm_set_resume/suspend_via_firmware() for SYSTEM_SUSPEND
` [PATCH 2/2] firmware/psci: Set pm_set_resume/suspend_via_firmware() on qcom

[PATCH] precious-files.txt: new document proposing new precious file type
 2023-12-27 22:15 UTC  (4+ messages)

[Buildroot] [PATCH 1/3] Revert "package/libcamera-apps: bump to version 1.3.0"
 2023-12-27 22:15 UTC  (5+ messages)
` [Buildroot] [PATCH 2/3] packages/libcamera: Fix libcamera build with rpi pipeline

[PATCHv10 3/3] powerpc/smp: Allow hole in paca_ptrs to accommodate boot_cpu
 2023-12-27 20:45 UTC  (2+ messages)

[Buildroot] [git commit] package/libcamera: pipeline option 'raspberrypi' changed to 'rpi/vc4'
 2023-12-27 22:10 UTC 

[Buildroot] [git commit] Revert "package/libcamera-apps: bump to version 1.3.0"
 2023-12-27 22:04 UTC 

Metadata corruption detected, fatal error -- couldn't map inode, err = 117
 2023-12-27 22:07 UTC  (4+ messages)

+ mm-memcg-fix-split-queue-list-crash-when-large-folio-migration-fix.patch added to mm-hotfixes-unstable branch
 2023-12-27 22:04 UTC 

+ mm-memcontrol-remove-__mod_lruvec_page_state.patch added to mm-unstable branch
 2023-12-27 22:03 UTC 

+ mm-khugepaged-use-a-folio-more-in-collapse_file.patch added to mm-unstable branch
 2023-12-27 22:03 UTC 

+ slab-convert-__kmalloc_large_node-and-free_large_kmalloc-to-use-folios.patch added to mm-unstable branch
 2023-12-27 22:03 UTC 

+ mm-remove-inc-dec-lruvec-page-state-functions.patch added to mm-unstable branch
 2023-12-27 22:03 UTC 

[Buildroot] [PATCH 1/1] package/libostree: switch to libsoup3
 2023-12-27 22:01 UTC  (2+ messages)

[PATCH 0/4] Remove some lruvec page accounting functions
 2023-12-27 22:01 UTC  (3+ messages)
` [PATCH 2/4] slab: Convert __kmalloc_large_node() and free_large_kmalloc() to use folios

[PATCH v2] hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems
 2023-12-27 21:57 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net] idpf: avoid compiler padding in virtchnl2_ptype struct
 2023-12-27 21:45 UTC  (3+ messages)

[Buildroot] [PATCH] package/libsoup: fix build with libxml2 2.12
 2023-12-27 21:42 UTC  (2+ messages)

[Buildroot] [git commit] package/libsoup: fix build with libxml2 2.12
 2023-12-27 21:41 UTC 

[PATCH] mm: memcg: fix split queue list crash when large folio migration
 2023-12-27 21:41 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] package/gdb: add support for GDB 14.1
 2023-12-27 21:40 UTC  (2+ messages)

[Buildroot] [git commit] package/gdb: remove support for GDB 11.x
 2023-12-27 21:39 UTC 

[Buildroot] [git commit] package/gdb: add support for GDB 14.1
 2023-12-27 21:38 UTC 

[Buildroot] [git commit] package/gdb: make GDB 13.x the default version
 2023-12-27 21:39 UTC 

[PATCH] counter: linux/counter.h: fix Excess kernel-doc description warning
 2023-12-27 21:40 UTC  (3+ messages)

+ maintainers-hand-over-hwpoison-maintainership-to-miaohe-lin-v2.patch added to mm-hotfixes-unstable branch
 2023-12-27 21:39 UTC 

[XEN] Re: I'm looking for the source code of a specific u-boot version
 2023-12-27 21:37 UTC 

+ mailmap-add-entries-for-mathieu-othacehe.patch added to mm-hotfixes-unstable branch
 2023-12-27 21:37 UTC 

[keyutils] Remove undefined functions afrom version.lds
 2023-12-27 21:35 UTC 

[syzbot] UBSAN: array-index-out-of-bounds in xtInsert
 2023-12-27 21:35 UTC  (2+ messages)
` [syzbot] [jfs?] "

+ maintainers-change-vmwarecom-addresses-to-broadcomcom.patch added to mm-hotfixes-unstable branch
 2023-12-27 21:32 UTC 

how test the Translation Support for SMMUv3?
 2023-12-27 21:30 UTC 

+ arch-mm-fault-fix-major-fault-accounting-when-retrying-under-per-vma-lock.patch added to mm-hotfixes-unstable branch
 2023-12-27 21:30 UTC 

[PATCH v3 0/2] sunxi: restore modified memory
 2023-12-27 21:28 UTC  (3+ messages)
` [PATCH v3 1/2] sunxi: reorganize mctl_mem_matches_* functions
` [PATCH v3 2/2] sunxi: restore modified memory

[PATCH v3 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2023-12-27 21:29 UTC  (4+ messages)
` [PATCH v3 24/24] platform/chrome: cros_ec: Use PM subsystem to manage wakeirq

[Buildroot] [git commit] Config.in.legacy: recent removals are for the future release
 2023-12-27 21:22 UTC 

+ kasan-stop-leaking-stack-trace-handles-fix.patch added to mm-unstable branch
 2023-12-27 21:23 UTC 

[PATCH 0/7] PCI: Solve two bridge window sizing issues
 2023-12-27 21:21 UTC  (5+ messages)
` [PATCH 4/7] resource: Use typedef for alignf callback

+ kasan-stop-leaking-stack-trace-handles.patch added to mm-unstable branch
 2023-12-27 21:20 UTC 

[Buildroot] [git commit] package/gdb: build and link libbfd and libopcodes as static libraries
 2023-12-27 21:11 UTC 

[Buildroot] [PATCH] package/gdb: build and link libbfd and libopcodes as static libraries
 2023-12-27 21:13 UTC  (2+ messages)

[PATCH v4 00/12] Support Firmware Handoff spec via bloblist
 2023-12-27 21:07 UTC  (3+ messages)
` [PATCH v4 11/12] bloblist: Add alignment to bloblist_new()
` [PATCH v4 12/12] bloblist: Update documentation and header comment


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.