All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-14 03:52:31 to 2023-09-14 05:42:05 UTC [more...]

[sean-jc:x86/guarded_kvm_headers 13/24] arch/arm64/include/asm/kvm_arch_timer.h:109:58: warning: 'struct kvm_device_attr' declared inside parameter list will not be visible outside of this definition or declaration
 2023-09-14  5:41 UTC 

[PATCH 0/4] Why no v2?
 2023-09-14  5:41 UTC  (5+ messages)
` [PATCH 2/4] dt-bindings: hwmon: Added new properties to the devicetree

A question on endpoint_test code in the linux source by Kishon Vijay Abraham I
 2023-09-14  5:38 UTC 

[Intel-xe] [PATCH v2 0/5] FBC refactoring
 2023-09-14  5:40 UTC  (3+ messages)

[RFC PATCH v4] mm/slub: Optimize slub memory usage
 2023-09-14  5:40 UTC  (6+ messages)

split up ->kill_sb
 2023-09-14  5:38 UTC  (6+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super

[PATCH] platform: generic: thead: fix stale TLB entries for th1520/sg2042
 2023-09-14  5:38 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION e143016b56ecb0fcda5bb6026b0a25fe55274f56
 2023-09-13 22:33 UTC  (2+ messages)

[PATCH] erofs-utils: avoid flushing the image file on closing
 2023-09-14  5:32 UTC 

[PATCH 0/5] Trailer readability cleanups
 2023-09-14  5:31 UTC  (7+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 4/6] trailer: teach find_patch_start about --no-divider

[Intel-xe] [PATCH 0/2] Remove extra headers added into intel_display_power.h
 2023-09-14  5:31 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Remove extra headers added into intel_display_power.h (rev4)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "

[RFC PATCH 0/2] Makes it easier for the wakee to choose previous CPU
 2023-09-14  5:30 UTC  (10+ messages)
` [RFC PATCH 2/2] sched/fair: skip the cache hot CPU in select_idle_cpu()

[Intel-xe] [PATCH v6 0/3] drm/xe/pmu: Enable PMU interface
 2023-09-14  5:38 UTC  (6+ messages)
` [Intel-xe] [PATCH v6 3/3] "

[PATCH 1/2] bcachefs: Fix a potential in the error handling path of use-after-free inbch2_dev_add()
 2023-09-14  5:28 UTC  (3+ messages)

[PATCH v2] riscv: enable multi-range memory layout
 2023-09-14  5:30 UTC 

[PATCH] ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map
 2023-09-14  1:31 UTC 

[PATCH v10 00/38] x86: enable FRED for x86-64
 2023-09-14  4:48 UTC  (39+ messages)
` [PATCH v10 01/38] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v10 02/38] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 04/38] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v10 05/38] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v10 06/38] Documentation/x86/64: Add a documentation for FRED
` [PATCH v10 07/38] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v10 08/38] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v10 09/38] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v10 10/38] x86/fred: Disable FRED by default in its early stage
` [PATCH v10 11/38] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v10 12/38] x86/objtool: Teach objtool about ERET[US]
` [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v10 14/38] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v10 15/38] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v10 16/38] x86/ptrace: Add FRED additional information to "
` [PATCH v10 17/38] x86/fred: Add a new header file for FRED definitions
` [PATCH v10 18/38] x86/fred: Reserve space for the FRED stack frame
` [PATCH v10 19/38] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v10 20/38] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v10 21/38] x86/fred: No ESPFIX needed "
` [PATCH v10 22/38] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v10 23/38] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v10 24/38] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v10 25/38] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v10 26/38] x86/fred: Add a NMI "
` [PATCH v10 27/38] x86/fred: Add a machine check "
` [PATCH v10 28/38] x86/fred: FRED entry/exit and dispatch code
` [PATCH v10 29/38] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v10 30/38] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v10 31/38] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v10 32/38] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v10 33/38] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v10 34/38] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v10 35/38] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v10 36/38] x86/fred: Add fred_syscall_init()
` [PATCH v10 37/38] x86/fred: Add FRED initialization functions
` [PATCH v10 38/38] x86/fred: Invoke FRED initialization code to enable FRED

[bitbake-devel][PATCH 0/2] fetch2: git: Fix path check for git repos
 2023-09-14  5:17 UTC  (3+ messages)
` [bitbake-devel][PATCH 2/2] fetch2: git: Use path_is_descendant() instead of path for repo check

[PATCH 0/1] Issue description and debug
 2023-09-14  5:16 UTC  (2+ messages)
` [PATCH 1/1] net: ipv4,ipv6: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check

[PATCH 1/1] Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"
 2023-09-14  5:15 UTC 

On status handling in ath10k_htt_rx_tx_compl_ind()
 2023-09-14  5:15 UTC  (2+ messages)

[PATCH] Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
 2023-09-14  5:13 UTC  (5+ messages)

Deleting large amounts of data causes system freeze due to OOM
 2023-09-14  5:12 UTC  (4+ messages)

50% of all time spent in victim_tlb_hit() !? (or case when OVPSim beats QEMU hands down)
 2023-09-14  5:09 UTC 

[PATCH 1/1] net/mana: add 32 bit short doorbell
 2023-09-14  5:11 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] drm/i915/huc: silence injected failure in the load via GSC path
 2023-09-14  5:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/huc: silence injected failure in the load via GSC path (rev6)

arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format
 2023-09-14  5:08 UTC  (2+ messages)

[PATCH v3 00/12] drm/msm/dpu: support virtual wide planes
 2023-09-14  5:07 UTC  (26+ messages)
` [PATCH v3 01/12] drm/atomic-helper: split not-scaling part of drm_atomic_helper_check_plane_state
` [PATCH v3 02/12] drm/msm/dpu: add current resource allocation to dumped state
` [PATCH v3 03/12] drm/msm/dpu: take plane rotation into account for wide planes
` [PATCH v3 04/12] drm/msm/dpu: move pstate->pipe initialization to dpu_plane_atomic_check
` [PATCH v3 05/12] drm/msm/dpu: split dpu_plane_atomic_check()
` [PATCH v3 06/12] drm/msm/dpu: move rot90 checking to dpu_plane_atomic_check_pipe()
` [PATCH v3 07/12] drm/msm/dpu: add support for virtual planes
` [PATCH v3 08/12] drm/msm/dpu: allow using two SSPP blocks for a single plane
` [PATCH v3 09/12] drm/msm/dpu: allow sharing SSPP between planes
` [PATCH v3 10/12] drm/msm/dpu: create additional virtual planes
` [PATCH v3 11/12] drm/msm/dpu: allow sharing of blending stages
` [PATCH v3 12/12] drm/msm/dpu: include SSPP allocation state into the dumped state

[PATCH] Documentation: kbuild: explain handling optional dependencies
 2023-09-14  5:05 UTC  (8+ messages)

[PATCH] platform/x86: thinkpad_acpi: Take mutex in hotkey_resume
 2023-09-14  5:03 UTC  (4+ messages)

[PATCH] riscv: mm: Update the comment of CONFIG_PAGE_OFFSET
 2023-09-14  4:59 UTC  (3+ messages)

[PATCH v18 2/2] PCI: Add a quirk for AMD PCIe root ports w/ USB4 controllers
 2023-09-14  4:59 UTC  (3+ messages)

[PATCH 01/19] kbuild: rpm-pkg: define _arch conditionally
 2023-09-14  4:58 UTC  (4+ messages)
` [PATCH 11/19] kbuild: rpm-pkg: use a dummy string for _arch when undefined

[brgl:gpio/for-next] BUILD SUCCESS 7777fa924754f69f9748d6fe730b1e6f38adf252
 2023-09-14  4:58 UTC 

next/master build: 183 builds: 3 failed, 180 passed, 5 errors, 14 warnings (next-20230914)
 2023-09-14  4:56 UTC 

next/master build: 183 builds: 3 failed, 180 passed, 5 errors, 14 warnings (next-20230914)
 2023-09-14  4:56 UTC 

KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
 2023-09-14  4:54 UTC  (26+ messages)

bootstd: CACHE Misaligned operation errors (Marvell Armada 385)
 2023-09-14  4:53 UTC  (6+ messages)

❌ FAIL (SKIPPED 7 of 234): Test report for master (6.6.0-rc1, mainline.kernel.org-clang, 23f108dc)
 2023-09-14  4:51 UTC 

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-14  4:49 UTC  (11+ messages)
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock

[PATCH 3/4] hwmon: max31827: Handle new properties from the devicetree
 2023-09-14  4:49 UTC 

[PATCH v3 1/2] vmcore: remove dependency with is_kdump_kernel() for exporting vmcore
 2023-09-14  4:41 UTC  (8+ messages)
` [PATCH v3 2/2] powerpc/fadump: make is_kdump_kernel() return false when fadump is active

[PATCH v1] perf symbol: Avoid an undefined behavior warning
 2023-09-14  4:42 UTC 

[PATCH v11 0/9] rutabaga_gfx + gfxstream
 2023-09-14  4:38 UTC  (4+ messages)
` [PATCH v11 6/9] gfxstream + rutabaga: add initial support for gfxstream

[PATCH 3/4] hwmon: max31827: Handle new properties from the devicetree
 2023-09-14  4:39 UTC  (2+ messages)

[Patch v2 2/2] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241
 2023-09-14  4:39 UTC  (2+ messages)

[PATCH 02/54] ASoC: simple_card_utils.h: convert not to use asoc_xxx()
 2023-09-14  4:39 UTC 

[RFC PATCH 1/3] cgroup: list all subsystem states in debugfs files
 2023-09-14  4:39 UTC  (2+ messages)

[PATCH v2] ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link
 2023-09-14  4:16 UTC  (3+ messages)

[Intel-xe] [PATCH v3 00/13] DRM scheduler changes for Xe
 2023-09-14  4:23 UTC  (6+ messages)
` [Intel-xe] [PATCH v3 03/13] drm/sched: Move schedule policy to scheduler / entity
  `  "

Request to backport commit id: 15924b0503630016dee4dbb945a8df4df659070b to 6.5/scsi-fixes
 2023-09-14  4:20 UTC 

[PATCH net] amd-xgbe: read STAT1 register twice to get correct value
 2023-09-14  4:19 UTC 

[PATCH] HID: intel-ish-hid: ipc: Rework EHL OOB wakeup
 2023-09-14  4:18 UTC 

[Intel-gfx] [PATCH] i915/pmu: Move execlist stats initialization to execlist specific setup
 2023-09-14  4:18 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for i915/pmu: Move execlist stats initialization to execlist specific setup (rev2)

[RFC PATCH 0/8] Add FS035VG158 panel
 2023-09-14  4:12 UTC  (7+ messages)
` [RFC PATCH 1/8] drm/panel: nv3052c: Document known register names
` [RFC PATCH 5/8] drm/panel: nv3052c: Allow specifying registers per panel

[PATCH v7 0/3 RESEND] generic and PowerPC SED Opal keystore
 2023-09-14  4:13 UTC  (4+ messages)
` [PATCH v7 3/3 RESEND] powerpc/pseries: PLPKS SED Opal keystore support

[RFC PATCH v2 1/2] include: Move trap handle helper functions to sbi_trap.h
 2023-09-14  4:12 UTC  (4+ messages)

[PATCH] fs-writeback: writeback_sb_inodes: Do not increase 'total_wrote' when nothing is written
 2023-09-14  4:12 UTC  (4+ messages)
  ` 答复: "

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-14  4:11 UTC  (4+ messages)
` [PATCH 6/6] mm: page_alloc: consolidate free page accounting

[PATCH v13 0/9] rutabaga_gfx + gfxstream
 2023-09-14  4:10 UTC  (7+ messages)

[PATCH] docs: submitting-patches: Suggest a longer expected time for responses
 2023-09-14  4:10 UTC  (2+ messages)

[RFC PATCH v1 0/4] Rust abstractions for network PHY drivers
 2023-09-14  4:10 UTC  (7+ messages)
` [RFC PATCH v1 1/4] rust: core "

next/pending-fixes build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.6-rc1-377-gbcfe98207530)
 2023-09-14  4:08 UTC 

[PATCH] soc: ti: k3-socinfo: Fix the silicon revision misprint
 2023-09-14  4:05 UTC  (6+ messages)

[PATCH wireless-next 9/9] wifi: ath9k: Remove unnecessary (void*) conversions
 2023-09-14  4:05 UTC  (2+ messages)

[PATCH wireless-next 8/9] wifi: ath11k: remove unnecessary (void*) conversions
 2023-09-14  4:05 UTC  (2+ messages)

[PATCH wireless-next 7/9] wifi: ath12k: Remove unnecessary (void*) conversions
 2023-09-14  4:05 UTC  (2+ messages)

[PATCH wireless-next 0/9] Remove unnecessary (void*) conversions
 2023-09-14  4:03 UTC  (5+ messages)

[PATCH wireless-next 6/9] wifi: ath10k: Remove unnecessary (void*) conversions
 2023-09-14  4:05 UTC  (2+ messages)

[PATCH wireless-next 3/9] wifi: wcn36xx: remove unnecessary (void*) conversions
 2023-09-14  4:04 UTC  (2+ messages)

[PATCH wireless-next 5/9] ath6kl: remove unnecessary (void*) conversions
 2023-09-14  4:05 UTC 

[PATCH wireless-next 4/9] wifi: ath5k: remove unnecessary (void*) conversions
 2023-09-14  4:04 UTC 

[tip:sched/urgent] BUILD SUCCESS 108af4b4bd3813610701379a58538e3339b162e4
 2023-09-14  4:03 UTC 

[PATCH wireless-next 2/9] carl9170: remove unnecessary (void*) conversions
 2023-09-14  4:04 UTC 

[PATCH wireless-next 1/9] wifi: ar5523: Remove unnecessary (void*) conversions
 2023-09-14  4:04 UTC 

[tip:smp/core] BUILD SUCCESS d090ec0df81e56556af3a2bf04a7e89347ae5784
 2023-09-14  4:02 UTC 

[xen-unstable test] 182997: tolerable FAIL - PUSHED
 2023-09-14  4:03 UTC 

[PATCH v16 00/20] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-09-14  4:02 UTC  (7+ messages)
` [PATCH v16 15/20] drm/shmem-helper: Add memory shrinker

[meta-oe][mickledore][PATCH 1/2] grpc: fix CVE-2023-32732
 2023-09-14  4:00 UTC  (2+ messages)
` [meta-oe][mickledore][PATCH 2/2] grpc: fix CVE-2023-33953

[PATCH v2] driver core: platform: set numa_node before platform_add_device()
 2023-09-14  4:00 UTC  (2+ messages)

[PATCH v3 0/9] wifi: cfg80211/mac80211: extend 6 GHz support for all power modes
 2023-09-14  3:59 UTC  (6+ messages)
` [PATCH v3 2/9] wifi: cfg80211: save Power Spectral Density (PSD) of the regulatory rule
        ` [wireless-regdb] "

[PATCH bpf-next] bpf, x64: Check imm32 first at BPF_CALL in do_jit()
 2023-09-14  3:58 UTC  (2+ messages)

[kees:for-next/kspp 25/25] include/uapi/linux/stddef.h:59:2: error: #endif without #if
 2023-09-14  3:57 UTC 

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-14  3:51 UTC  (9+ messages)
` [RFC PATCH v2 14/21] physmem: replace function name with __func__ in ram_block_discard_range()
` [RFC PATCH v2 15/21] physmem: extract ram_block_discard_range_fd() from ram_block_discard_range()
` [RFC PATCH v2 16/21] physmem: Introduce ram_block_convert_range()
` [RFC PATCH v2 17/21] kvm: handle KVM_EXIT_MEMORY_FAULT
` [RFC PATCH v2 18/21] trace/kvm: Add trace for page convertion between shared and private
` [RFC PATCH v2 19/21] pci-host/q35: Move PAM initialization above SMRAM initialization
` [RFC PATCH v2 20/21] q35: Introduce smm_ranges property for q35-pci-host
` [RFC PATCH v2 21/21] i386: Disable SMM mode for X86_SW_PROTECTED_VM


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.