LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-03 04:04:09 to 2024-02-03 13:38:51 UTC [more...]

[PATCH 3/3] mm/memory: Use exception ip to search exception tables
 2024-02-03 13:37 UTC  (3+ messages)

[PATCH] x86: rust: Disable entry padding with Rust
 2024-02-03 13:35 UTC  (3+ messages)

[PATCH] net: phy: dp83822: Fix RGMII TX delay configuration
 2024-02-03 13:11 UTC 

[PATCH net] net: stmmac: xgmac: fix a typo of register name in DPP safety handling
 2024-02-03 13:18 UTC  (2+ messages)

[GIT PULL] perf tools fixes for v6.8
 2024-02-03 13:15 UTC  (2+ messages)

[PATCH] Task: Extra credit : LKMP Bug Fixing 2024 Spring : Documentation
 2024-02-03 13:07 UTC 

[PATCH v2 0/2] arm64/sme: Fix handling of traps on resume
 2024-02-03 13:00 UTC  (3+ messages)
` [PATCH v2 1/2] arm64/sme: Restore SMCR on exit from suspend
` [PATCH v2 2/2] arm64/sme: Restore SMCR_EL1.EZT0 "

[PATCH RESEND v7 0/7] Add support for XLCDC to sam9x7 SoC family
 2024-02-03 13:00 UTC  (9+ messages)
` [PATCH RESEND v7 1/7] drm: atmel-hlcdc: add flag and driver ops to differentiate XLCDC and HLCDC IP
` [PATCH RESEND v7 2/7] drm: atmel-hlcdc: add LCD controller layer definition for sam9x75
` [PATCH RESEND v7 4/7] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver
` [PATCH RESEND v7 7/7] drm: atmel-hlcdc: add support for DSI output formats

[net-next PATCH 0/2] net: phy: qcom: qca808x: fixup qca808x LED
 2024-02-03 13:00 UTC  (2+ messages)

[PATCH v3 3/5] drm/amd: Fetch the EDID from _DDC if available for eDP
 2024-02-03 12:53 UTC  (2+ messages)

[PATCH] atm: idt77252: fix a memleak in open_card_ubr0
 2024-02-03 12:50 UTC  (2+ messages)

[PATCH] octeontx2-pf: Fix a memleak otx2_sq_init
 2024-02-03 12:50 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: allwinner: h618: Add Sipeed Longan SoM 3H and Pi 3H board
 2024-02-03 12:36 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: allwinner: h616: Add Sipeed Longan SoM 3H and Pi 3H board support

[PATCH v2] RDMA/device: Fix a race between mad_client and cm_client init
 2024-02-03  3:53 UTC 

[PATCH v2 0/2] arm64: dts: allwinner: h618: Add Sipeed Longan SoM 3H and Pi 3H board
 2024-02-03 12:25 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: arm: sunxi: Add Sipeed Longan Module 3H and Longan Pi 3H
` [PATCH v2 2/2] arm64: dts: allwinner: h616: Add Sipeed Longan SoM 3H and Pi 3H board support
` [PATCH "

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-03 12:26 UTC  (39+ messages)
` [PATCH v8 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v8 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v8 03/38] mman: Add map_shadow_stack() flags
` [PATCH v8 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v8 05/38] arm64/gcs: Document the ABI "
` [PATCH v8 06/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v8 07/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v8 08/38] arm64/gcs: Provide put_user_gcs()
` [PATCH v8 09/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v8 10/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v8 11/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v8 12/38] arm64/mm: Map pages for guarded control stack
` [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v8 14/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v8 15/38] arm64/idreg: Add overrride for GCS
` [PATCH v8 16/38] arm64/hwcap: Add hwcap "
` [PATCH v8 17/38] arm64/traps: Handle GCS exceptions
` [PATCH v8 18/38] arm64/mm: Handle GCS data aborts
` [PATCH v8 19/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 21/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v8 22/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v8 24/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v8 25/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v8 26/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v8 27/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v8 28/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v8 29/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v8 30/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v8 31/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v8 32/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v8 34/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v8 35/38] selftests/arm64: Add GCS signal tests
` [PATCH v8 36/38] kselftest/arm64: Add a GCS stress test
` [PATCH v8 37/38] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v8 38/38] kselftest: Provide shadow stack enable helpers for arm64

[PATCH] arm64/sve: Lower the maximum allocation for the SVE ptrace regset
 2024-02-03 12:16 UTC 

[tip:x86/fred] BUILD SUCCESS e13841907b8fda0ae0ce1ec03684665f578416a8
 2024-02-03 12:08 UTC 

[PATCH 0/3] pidfd_poll: report POLLHUP when pid_task() == NULL
 2024-02-03 12:04 UTC  (7+ messages)
` [PATCH 1/3] "

[PATCH] panic: add option to dump blocked tasks in panic_print
 2024-02-03 12:05 UTC  (2+ messages)

[PATCH net-next 2/3] net: stmmac: Allow drivers to provide a default AXI configuration
 2024-02-03 11:59 UTC  (2+ messages)

[RFC PATCH v2] x86/sev: enforce RIP-relative accesses in early SEV/SME code
 2024-02-03 11:25 UTC  (10+ messages)
` [PATCH v3 0/2] x86: enforce and cleanup RIP-relative accesses in early boot code

[PATCH v2 0/3] fs/exec: remove current->in_execve flag
 2024-02-03 10:53 UTC  (4+ messages)
` [PATCH v2 1/3] LSM: add security_execve_abort() hook
` [PATCH v2 2/3] tomoyo: replace current->in_execve flag with "
` [PATCH v2 3/3] fs/exec: remove current->in_execve flag

[PATCH] x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
 2024-02-03 10:50 UTC  (2+ messages)
` [tip: x86/sev] "

[tip:x86/sev 16/29] drivers/crypto/ccp/sev-dev.c:93:28: sparse: sparse: symbol 'snp_range_list' was not declared. Should it be static?
 2024-02-03 10:50 UTC  (2+ messages)
` [tip: x86/sev] crypto: ccp: Make snp_range_list static

[PATCH] riscv: hwprobe: export VA_BITS
 2024-02-03 10:40 UTC  (4+ messages)

[PATCH 6.7 000/353] 6.7.4-rc1 review
 2024-02-03 10:36 UTC  (4+ messages)

[PATCH] x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORM
 2024-02-03 10:29 UTC  (2+ messages)

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-02-03 10:27 UTC  (6+ messages)

[PATCH 1/2] x86/random: Retry on RDSEED failure
 2024-02-03 10:12 UTC  (11+ messages)

[PATCH] iio: humidity: hdc3020: add threshold events support
 2024-02-03 10:06 UTC  (4+ messages)

[PATCH 6.1 000/219] 6.1.77-rc1 review
 2024-02-03 10:01 UTC  (3+ messages)

[PATCH 6.6 000/322] 6.6.16-rc1 review
 2024-02-03  9:59 UTC  (3+ messages)

[PATCH] arm64: jump_label: use constraints "Si" instead of "i"
 2024-02-03  9:50 UTC  (6+ messages)

[PATCH -next v4 0/3] minor improvements for x86 mce processing
 2024-02-03  9:43 UTC  (14+ messages)
` [PATCH -next v4 2/3] x86/mce: rename MCE_IN_KERNEL_COPYIN to MCE_IN_KERNEL_COPY_MC

[PATCH 0/9] thermal: intel: hfi: Prework for the virtualization of HFI
 2024-02-03  9:40 UTC  (7+ messages)
` [PATCH 7/9] x86/cpufeatures: Add feature bit for HRESET
` [PATCH 8/9] x86/hreset: Configure history reset
` [PATCH 9/9] x86/cpu: Introduce interface to reset hardware history

[PATCH v3] igb: Fix string truncation warnings in igb_set_fw_version
 2024-02-03  9:32 UTC  (2+ messages)
` [Intel-wired-lan] "

[resend, PATCH v1 1/1] logic_pio: Use RESOURCE_SIZE_MAX definition
 2024-02-02 15:45 UTC 

[tip:master] BUILD SUCCESS 00bd91c99f9e8b4bb6b65c45598fbf426e1f1b53
 2024-02-03  9:25 UTC 

[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit
 2024-02-03  9:24 UTC  (2+ messages)

[PATCH net-next] net: sfp: add quirk for OEM DFP-34X-2C2 GPON ONU SFP
 2024-02-03  9:16 UTC  (7+ messages)

[RFC 00/26] Intel Thread Director Virtualization
 2024-02-03  9:12 UTC  (27+ messages)
` [RFC 01/26] thermal: Add bit definition for x86 thermal related MSRs
` [RFC 02/26] thermal: intel: hfi: Add helpers to build HFI/ITD structures
` [RFC 03/26] thermal: intel: hfi: Add HFI notifier helpers to notify HFI update
` [RFC 04/26] KVM: Add kvm_arch_sched_out() hook
` [RFC 05/26] KVM: x86: Reset hardware history at vCPU's sched_in/out
` [RFC 06/26] KVM: VMX: Add helpers to handle the writes to MSR's R/O and R/WC0 bits
` [RFC 07/26] KVM: VMX: Emulate ACPI (CPUID.0x01.edx[bit 22]) feature
` [RFC 08/26] KVM: x86: Expose TM/ACC (CPUID.0x01.edx[bit 29]) feature bit to VM
` [RFC 09/26] KVM: x86: cpuid: Define CPUID 0x06.eax by kvm_cpu_cap_mask()
` [RFC 10/26] KVM: VMX: Emulate PTM/PTS (CPUID.0x06.eax[bit 6]) feature
` [RFC 11/26] KVM: VMX: Introduce HFI description structure
` [RFC 12/26] KVM: VMX: Introduce HFI table index for vCPU
` [RFC 13/26] KVM: VMX: Support virtual HFI table for VM
` [RFC 14/26] KVM: x86: Introduce the HFI dynamic update request and kvm_x86_ops
` [RFC 15/26] KVM: VMX: Sync update of Host HFI table to Guest
` [RFC 16/26] KVM: VMX: Update HFI table when vCPU migrates
` [RFC 17/26] KVM: VMX: Allow to inject thermal interrupt without HFI update
` [RFC 18/26] KVM: VMX: Emulate HFI related bits in package thermal MSRs
` [RFC 19/26] KVM: VMX: Emulate the MSRs of HFI feature
` [RFC 20/26] KVM: x86: Expose HFI feature bit and HFI info in CPUID
` [RFC 21/26] KVM: VMX: Extend HFI table and MSR emulation to support ITD
` [RFC 22/26] KVM: VMX: Pass through ITD classification related MSRs to Guest
` [RFC 23/26] KVM: x86: Expose ITD feature bit and related info in CPUID
` [RFC 24/26] KVM: VMX: Emulate the MSR of HRESET feature
` [RFC 25/26] KVM: x86: Expose HRESET feature's CPUID to Guest
` [RFC 26/26] Documentation: KVM: Add description of pkg_therm_lock

[syzbot] [hfs?] KASAN: slab-out-of-bounds Write in hfsplus_bnode_read_key
 2024-02-03  8:40 UTC 

[PATCH v5 0/4] ASoC: qcom: volume fixes and codec cleanups
 2024-02-03  8:36 UTC  (4+ messages)
` (subset) "
    ` Stable backport request (was: [PATCH v5 0/4] ASoC: qcom: volume fixes and codec cleanups)

[syzbot] Monthly wireless report (Feb 2024)
 2024-02-03  8:34 UTC 

include/linux/compiler_types.h:346:38: error: call to '__compiletime_assert_412' declared with attribute error: FIELD_PREP: mask is not constant
 2024-02-03  8:20 UTC 

INFO: rcu detected stall in nsim_fib_event_work
 2024-02-03  8:16 UTC  (2+ messages)

[PATCH 1/1] fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()
 2024-02-03  8:08 UTC  (2+ messages)

[PATCH v1] efi/libstub: Add Confidential Computing (CC) measurement support
 2024-02-03  7:57 UTC 

INFO: rcu detected stall in idle_cull_fn
 2024-02-03  6:56 UTC 

[syzbot] [netfs?] kernel BUG in __fscache_relinquish_cookie (2)
 2024-02-03  7:57 UTC 

[PATCH v2 0/2] nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engine
 2024-02-03  7:51 UTC  (3+ messages)
` [PATCH v2 1/2] nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplication
` [PATCH v2 2/2] nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engine

[PATCH 0/6] block atomic writes for XFS
 2024-02-03  7:40 UTC  (4+ messages)
` [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol

convert write_cache_pages() to an iterator v6
 2024-02-03  7:11 UTC  (14+ messages)
` [PATCH 01/13] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 02/13] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 03/13] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 04/13] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/13] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 06/13] writeback: Factor folio_prepare_writeback() out of write_cache_pages()
` [PATCH 07/13] writeback: Factor writeback_get_batch() "
` [PATCH 08/13] writeback: Simplify the loops in write_cache_pages()
` [PATCH 09/13] pagevec: Add ability to iterate a queue
` [PATCH 10/13] writeback: Use the folio_batch queue iterator
` [PATCH 11/13] writeback: Move the folio_prepare_writeback loop out of write_cache_pages()
` [PATCH 12/13] writeback: add a writeback iterator
` [PATCH 13/13] writeback: Remove a use of write_cache_pages() from do_writepages()

[PATCH v6 1/2] drivers: rtc: add max313xx series rtc driver
 2024-02-03  7:07 UTC  (2+ messages)

Re: [PATCH v3 2/2] arm64: dts: qcom: ipq6018: enable sdhci node
 2024-02-03  7:00 UTC  (2+ messages)
`  "

[KTAP V2 PATCH v2] ktap_v2: add test metadata
 2024-02-03  6:49 UTC  (2+ messages)

[PATCH v2] watchdog: qcom: fine tune the max timeout value calculation
 2024-02-03  6:37 UTC  (3+ messages)

[syzbot] [netfilter?] WARNING: ODEBUG bug in hash_netiface4_destroy
 2024-02-03  5:53 UTC  (3+ messages)

[PATCH V2 00/11] hwmon: (coretemp) Fixes, improvements and support for large core count
 2024-02-03  5:40 UTC  (3+ messages)

[PATCH net-next v5 0/8] add octeon_ep_vf driver
 2024-02-03  5:35 UTC  (4+ messages)
` [PATCH net-next v5 1/8] octeon_ep_vf: Add driver framework and device initialization
    ` [EXT] "

[RFC V1 0/5] x86: CVMs: Align memory conversions to 2M granularity
 2024-02-03  5:19 UTC  (10+ messages)
` [RFC V1 5/5] x86: CVMs: Ensure that memory conversions happen at 2M alignment

[PATCH net v4] net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
 2024-02-03  5:14 UTC 

[syzbot] [kernel?] linux-next boot error: WARNING in wq_update_node_max_active
 2024-02-03  5:12 UTC 

[PATCH net v3] net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
 2024-02-03  5:11 UTC  (3+ messages)

[PATCH 0/6] mm/zswap: optimize zswap lru list
 2024-02-03  5:09 UTC  (14+ messages)
` [PATCH 4/6] mm/zswap: remove duplicate_entry debug value
` [PATCH 5/6] mm/zswap: only support zswap_exclusive_loads_enabled
` [PATCH 6/6] mm/zswap: zswap entry doesn't need refcount anymore

[PATCH v10] bus: mhi: host: Add tracing support
 2024-02-03  5:04 UTC  (3+ messages)

[PATCH v2 0/4] PCI/AER: Handle Advisory Non-Fatal properly
 2024-02-03  4:59 UTC  (4+ messages)
` [PATCH v2 3/4] PCI/AER: Fetch information for FTrace

[PATCH v3] mm/mmap: pass vma to vma_merge()
 2024-02-03  4:56 UTC  (2+ messages)

[PATCH v2] bus: mhi: ep: Use kcalloc() instead of kzalloc()
 2024-02-03  4:56 UTC  (2+ messages)

[PATCH 0/2] Enable D3 support for Qualcomm bridges
 2024-02-03  4:55 UTC  (5+ messages)

[PATCH net] net: atlantic: Fix DMA mapping for PTP hwts ring
 2024-02-03  4:50 UTC  (2+ messages)

[PATCH v8 0/4] Introduce mseal
 2024-02-03  4:45 UTC  (11+ messages)

[PATCH mm-hotfixes-unstable v2] mm: memcg: fix struct memcg_vmstats_percpu size and alignment
 2024-02-03  4:46 UTC 

[PATCH mm-hotfixes-unstable] mm: memcg: fix struct memcg_vmstats_percpu size and alignment
 2024-02-03  4:39 UTC  (5+ messages)

[PATCH 09/18] power: reset: rmobile-reset: Use devm_register_sys_off_handler(RESTART)
 2024-02-03  4:20 UTC  (2+ messages)

[PATCH 1/1] mm/khugepaged: skip copying lazyfree pages on collapse
 2024-02-03  4:17 UTC  (11+ messages)

[PATCH v3 0/7] of: populate of_root node if bootloader doesn't
 2024-02-03  4:10 UTC  (3+ messages)
` [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).