public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-10 20:49:18 to 2024-04-10 23:22:17 UTC [more...]

[PATCH 0/4] cache: sifive_ccache: Auxiliary device support
 2024-04-10 23:22 UTC  (5+ messages)
` [PATCH 1/4] cache: sifive_ccache: Silence unused variable warning
` [PATCH 2/4] cache: sifive_ccache: Use of_iomap() helper
` [PATCH 3/4] cache: sifive_ccache: Export base address for child drivers
` [PATCH 4/4] cache: sifive_ccache: Add EDAC and PMU as auxiliary devices

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-10 23:21 UTC  (11+ messages)

[PATCH net-next v6 0/9] Enhanced DCB and DSCP Support for KSZ Switches
 2024-04-10 23:18 UTC  (4+ messages)
` [PATCH net-next v6 5/9] net: dsa: microchip: add support for different DCB app configurations

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-10 23:15 UTC  (7+ messages)
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module

[PATCH v2 5/5] mm: add per-order mTHP swpin_refault counter
 2024-04-10 23:15 UTC  (2+ messages)

[PATCH 00/12] Consolidate domain cache invalidation
 2024-04-10 23:14 UTC  (4+ messages)
` [PATCH 01/12] iommu/vt-d: Add cache tag assignment interface

[PATCH] tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_SIZE
 2024-04-10 23:12 UTC  (2+ messages)

[PATCH 0/2] ubi: Fix resource leaking in error handling path of ubi_init
 2024-04-10 23:10 UTC  (4+ messages)
` [PATCH 2/2] ubi: ubi_init: Fix missed ubiblock cleanup in error handling path

[tip:x86/merge] BUILD SUCCESS f72ec8989cd1591b1c567b336e0bb4a78536ce39
 2024-04-10 23:05 UTC 

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-04-10 23:02 UTC  (5+ messages)
` [PATCH 07/26] cxl/port: Add dynamic capacity size support to endpoint decoders
` [PATCH 21/26] dax/region: Prevent range mapping allocation on sparse regions

[RFC PATCH bpf-next v1 0/3] Rename mono_delivery_time to
 2024-04-10 22:58 UTC  (5+ messages)
` [RFC PATCH bpf-next v1 3/3] net: Add additional bit to support userspace timestamp type

[PATCH v6 00/10] block atomic writes
 2024-04-10 22:58 UTC  (5+ messages)
` [PATCH v6 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()

[PATCH] kbuild: buildtar: Add arm support
 2024-04-10 22:56 UTC  (3+ messages)

[PATCH v3 0/5] TDX host: kexec() support
 2024-04-10 22:55 UTC  (10+ messages)
` [PATCH v3 1/5] x86/kexec: do unconditional WBINVD for bare-metal in stop_this_cpu()
` [PATCH v3 2/5] x86/kexec: do unconditional WBINVD for bare-metal in relocate_kernel()

[syzbot] [net?] possible deadlock in unix_notinflight
 2024-04-10 22:52 UTC  (3+ messages)

[patch V2 00/50] posix-timers: Cure inconsistencies and the SIG_IGN mess
 2024-04-10 22:47 UTC  (51+ messages)
` [patch V2 01/50] selftests/timers/posix_timers: Simplify error handling
` [patch V2 02/50] selftests/timers/posix_timers: Add SIG_IGN test
` [patch V2 03/50] selftests/timers/posix_timers: Validate signal rules
` [patch V2 04/50] selftests/timers/posix-timers: Validate SIGEV_NONE
` [patch V2 05/50] selftests/timers/posix-timers: Validate timer_gettime()
` [patch V2 06/50] selftests/timers/posix-timers: Validate overrun after unblock
` [patch V2 07/50] posix-cpu-timers: Split up posix_cpu_timer_get()
` [patch V2 08/50] posix-cpu-timers: Save interval only for armed timers
` [patch V2 09/50] posix-cpu-timers: Handle interval timers correctly in timer_get()
` [patch V2 10/50] posix-cpu-timers: Handle SIGEV_NONE "
` [patch V2 11/50] posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()
` [patch V2 12/50] posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()
` [patch V2 13/50] posix-cpu-timers: Do not arm SIGEV_NONE timers
` [patch V2 14/50] posix-cpu-timers: Use @now instead of @val for clarity
` [patch V2 15/50] posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()
` [patch V2 16/50] posix-cpu-timers: Simplify posix_cpu_timer_set()
` [patch V2 17/50] posix-timers: Retrieve interval in common timer_settime() code
` [patch V2 18/50] posix-timers: Clear overrun in common_timer_set()
` [patch V2 19/50] posix-timers: Convert timer list to hlist
` [patch V2 20/50] posix-timers: Consolidate timer setup
` [patch V2 21/50] posix-cpu-timers: Make k_itimer::it_active consistent
` [patch V2 22/50] posix-timers: Consolidate signal queueing
` [patch V2 23/50] signal: Remove task argument from dequeue_signal()
` [patch V2 24/50] signal: Replace BUG_ON()s
` [patch V2 25/50] signal: Confine POSIX_TIMERS properly
` [patch V2 26/50] signal: Get rid of resched_timer logic
` [patch V2 27/50] posix-timers: Cure si_sys_private race
` [patch V2 28/50] signal: Allow POSIX timer signals to be dropped
` [patch V2 29/50] posix-timers: Drop signal if timer has been deleted or reprogrammed
` [patch V2 30/50] posix-timers: Rename k_itimer::it_requeue_pending
` [patch V2 31/50] posix-timers: Add proper state tracking
` [patch V2 32/50] posix-timers: Make signal delivery consistent
` [patch V2 33/50] posix-timers: Make signal overrun accounting sensible
` [patch V2 34/50] posix-cpu-timers: Use dedicated flag for CPU timer nanosleep
` [patch V2 35/50] posix-timers: Add a refcount to struct k_itimer
` [patch V2 36/50] signal: Split up __sigqueue_alloc()
` [patch V2 37/50] signal: Provide posixtimer_sigqueue_init()
` [patch V2 38/50] signal: Add sys_private_ptr to siginfo::_sifields::_timer
` [patch V2 39/50] posix-timers: Store PID type in the timer
` [patch V2 40/50] signal: Refactor send_sigqueue()
` [patch V2 41/50] posix-timers: Embed sigqueue in struct k_itimer
` [patch V2 42/50] signal: Cleanup unused posix-timer leftovers
` [patch V2 43/50] signal: Add task argument to flush_sigqueue_mask()
` [patch V2 44/50] signal: Provide ignored_posix_timers list
` [patch V2 45/50] posix-timers: Handle ignored list on delete and exit
` [patch V2 46/50] signal: Handle ignored signals in do_sigaction(action != SIG_IGN)
` [patch V2 47/50] signal: Queue ignored posixtimers on ignore list
` [patch V2 48/50] posix-timers: Cleanup SIG_IGN workaround leftovers
` [patch V2 49/50] alarmtimers: Remove the throttle mechanism from alarm_forward_now()
` [patch V2 50/50] alarmtimers: Remove return value from alarm functions

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-10 22:47 UTC  (4+ messages)
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH v2 0/7] PCI/MSI: Remove IMS (Interrupt Message Store) support for now
 2024-04-10 22:46 UTC  (10+ messages)
` [PATCH v2 1/7] Revert "PCI/MSI: Provide stubs for IMS functions"
` [PATCH v2 2/7] Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()"
` [PATCH v2 3/7] Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"
` [PATCH v2 4/7] Revert "iommu/amd: Enable PCI/IMS"
` [PATCH v2 5/7] Revert "iommu/vt-d: "
` [PATCH v2 6/7] Revert "x86/apic/msi: "
` [PATCH v2 7/7] Revert "genirq/msi: Provide constants for PCI/IMS support"

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-10 22:44 UTC  (6+ messages)
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed

[PATCH] x86/pat: fix W^X violation false-positives when running as Xen PV guest
 2024-04-10 22:44 UTC  (2+ messages)

linux-next: build failure after merge of the net tree
 2024-04-10 22:42 UTC 

[PATCH v14 0/4] add zynqmp TCM bindings
 2024-04-10 22:36 UTC  (4+ messages)
` [PATCH v14 4/4] remoteproc: zynqmp: parse TCM from device tree

[PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
 2024-04-10 22:33 UTC  (14+ messages)
  ` [PATCH] selftests/timers/posix_timers: reimplement check_timer_distribution()
                  ` [PATCH v2] "

[PATCH net] octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation
 2024-04-10 22:33 UTC  (2+ messages)

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-10 22:32 UTC  (7+ messages)
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop

[net-next PatchV2] octeontx2-af: map management port always to first PF
 2024-04-10 22:30 UTC  (2+ messages)

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-10 22:29 UTC  (4+ messages)
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function

[PATCH v6 00/11] Add support for Intel PPS Generator
 2024-04-10 22:28 UTC  (10+ messages)
` [PATCH v6 01/11] x86/tsc: Add base clock properties in clocksource structure
` [PATCH v6 02/11] e1000e: remove convert_art_to_tsc()
` [PATCH v6 08/11] timekeeping: Add function to convert realtime to base clock
` [PATCH v6 09/11] pps: generators: Add PPS Generator TIO Driver

[PATCH v4 0/2] usb: typec: Implement UCSI driver for ChromeOS
 2024-04-10 22:27 UTC  (6+ messages)
` [PATCH v4 2/2] usb: typec: ucsi: Implement ChromeOS UCSI driver

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-10 22:27 UTC  (7+ messages)
` [PATCH v12 26/29] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v12 27/29] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v12 28/29] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands

[PATCHSET v3 0/3] Convert fs drivers to ->read_iter()
 2024-04-10 22:27 UTC  (3+ messages)
` [PATCH 2/4] timerfd: convert "

[PATCH v2] landlock: Add abstract unix socket connect restrictions
 2024-04-10 22:24 UTC  (3+ messages)

[PATCH v1] perf list: Esacpe \r in json output
 2024-04-10 22:23 UTC 

[PATCH net v2] net: sparx5: flower: fix fragment flags handling
 2024-04-10 22:20 UTC  (2+ messages)

[PATCH 0/3] tso: aarch64: Expose TSO for virtualized linux on Apple Silicon
 2024-04-10 21:16 UTC  (4+ messages)
` [PATCH 1/3] tso: aarch64: allow linux kernel to read/write ACTLR.TSOEN
` [PATCH 2/3] tso: aarch64: context-switch tso bit on thread switch
` [PATCH 3/3] tso: aarch64: allow userspace to set tso bit using prctl

[PATCH] soc: qcom: cmd-db: map shared memory as WT, not WB
 2024-04-10 22:12 UTC  (7+ messages)

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-10 22:11 UTC  (5+ messages)

[PATCH] drm/msm: Drop msm_read/writel
 2024-04-10 22:11 UTC  (2+ messages)

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-10 22:07 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: Document KVM_MAP_MEMORY ioctl
` [PATCH v2 02/10] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH v2 03/10] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
` [PATCH v2 04/10] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level
` [PATCH v2 05/10] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
` [PATCH v2 06/10] KVM: x86: Implement kvm_arch_vcpu_map_memory()
` [PATCH v2 07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY
` [PATCH v2 08/10] KVM: x86: Add a hook in kvm_arch_vcpu_map_memory()
` [PATCH v2 09/10] KVM: SVM: Implement pre_mmu_map_page() to refuse KVM_MAP_MEMORY
` [PATCH v2 10/10] KVM: selftests: x86: Add test for KVM_MAP_MEMORY

[PATCH] platform/chrome: cros_ec_uart: properly fix race condition
 2024-04-10 22:06 UTC  (3+ messages)

linux-next: duplicate patch in the risc-v tree
 2024-04-10 22:06 UTC 

[PATCH 0/6] media: Fix warnings for smatch and sparse
 2024-04-10 21:54 UTC  (7+ messages)
` [PATCH 1/6] media: usb: siano: Fix allocation of urbs
` [PATCH 2/6] media: cxd2880: Replaze kmalloc with kzalloc
` [PATCH 3/6] media: platform: sti: hva: clk_unprepare unconditionally
` [PATCH 4/6] media: v4l2-ctrls-core.c: Do not use iterator outside loop
` [PATCH 5/6] media: adv7180: Only request valids IRQs
` [PATCH 6/6] media: touchscreen: sur40: convert le16 to cpu before use

[PATCH v5 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-10 21:50 UTC  (2+ messages)

[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
 2024-04-10 21:43 UTC  (8+ messages)
` [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor

[PATCH v2 0/2] sched/topology: Optimize topology_span_sane()
 2024-04-10 21:33 UTC  (3+ messages)
` [PATCH v2 1/2] cpumask: Add for_each_cpu_from()
` [PATCH v2 2/2] sched/topology: Optimize topology_span_sane()

[PATCH v2 0/2] Attach DT nodes to existing PCI devices
 2024-04-10 21:41 UTC  (4+ messages)

[PATCH] md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING
 2024-04-10 21:37 UTC  (2+ messages)

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-10 21:37 UTC  (4+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[PATCH v4 0/2] md: fix is_mddev_idle()
 2024-04-10 21:35 UTC  (2+ messages)

[PATCH 0/5] Handle set_memory_XXcrypted() errors in Hyper-V
 2024-04-10 21:34 UTC  (2+ messages)

[PATCHSET 0/6] perf annotate: Add TUI support for data type profiling (v1)
 2024-04-10 21:32 UTC  (12+ messages)
` [PATCH 3/6] perf annotate-data: Add hist_entry__annotate_data_tui()
` [PATCH 5/6] perf report: Add a menu item to annotate data type in TUI

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-10 21:30 UTC  (2+ messages)

[PATCH v2] Drivers: hv: Cosmetic changes for hv.c and balloon.c
 2024-04-10 21:29 UTC  (2+ messages)

[PATCH v5 0/2] Samsung Galaxy Z Fold5 initial support
 2024-04-10 21:28 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: qcom: Document the Samsung Galaxy Z Fold5
` [PATCH v5 2/2] arm64: dts: qcom: sm8550: Add support for "

[PATCH v2] docs/zh_CN: Add dev-tools/kmemleak Chinese translation
 2024-04-10 21:27 UTC  (2+ messages)

[PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing child node reg
 2024-04-10 21:26 UTC  (2+ messages)

[PATCH v5] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
 2024-04-10 21:26 UTC  (2+ messages)

[PATCH] hv: vmbus: Convert sprintf() family to sysfs_emit() family
 2024-04-10 21:25 UTC  (5+ messages)

[PATCH] mm: Always sanity check anon_vma first for per-vma locks
 2024-04-10 21:23 UTC  (5+ messages)

[PATCH 00/11] md: avoid counter operation conflicts
 2024-04-10 21:13 UTC  (2+ messages)

[PATCH 0/5 v2] address remaining stringop-truncation warnings
 2024-04-10 21:13 UTC  (7+ messages)
` [PATCH 1/5] [v2] test_hexdump: avoid string truncation warning
` [PATCH 2/5] [v2] acpi: disable -Wstringop-truncation
` [PATCH 4/5] [v2] blktrace: convert strncpy() to strscpy_pad()

KASAN: slab-out-of-bounds Write in ops_init
 2024-04-10 21:11 UTC 

[PATCH v2 00/10] PCI: endpoint: Make host reboot handling more robust
 2024-04-10 21:10 UTC  (8+ messages)
` [PATCH v2 10/10] PCI: qcom: Implement shutdown() callback to properly reset the endpoint devices

[PATCH v2 0/3] usb: typec: ucsi: additional fixes for Qualcomm platforms
 2024-04-10 21:09 UTC  (6+ messages)
` [PATCH v2 3/3] usb: typec: ucsi_glink: drop special handling for CCI_BUSY

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-10 21:07 UTC  (10+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[PATCH 0/2] regressions documentation improvements
 2024-04-10 21:03 UTC  (4+ messages)
` [PATCH 1/2] docs: *-regressions.rst: unify quoting, add missing word

[PATCH net-next v2 0/2] mptcp: add last time fields in mptcp_info
 2024-04-10 21:01 UTC  (4+ messages)

[PATCH v2 0/4] perf test: "object code reading" test fixes
 2024-04-10 21:00 UTC  (3+ messages)

[PATCH 0/5] x86/pvh: Make PVH entry relocatable
 2024-04-10 21:00 UTC  (3+ messages)
` [PATCH 2/5] x86/pvh: Make PVH entrypoint PIC for x86-64

[RFC PATCH v1 0/2] docs: reporting-issues: rework while involving the 'verify bugs' text
 2024-04-10 21:00 UTC  (5+ messages)
` [RFC PATCH v1 1/2] docs: reporting-issue: rework the detailed guide
` [RFC PATCH v1 2/2] docs: reporting-issue: rework the TLDR

Fwd: Regression: Kernel 6.4 rc1 and higher causes Steam Deck to fail to wake from suspend (bisected)
 2024-04-10 20:59 UTC  (2+ messages)

[PATCH v2 0/4] rtc: convert multiple bindings into dtschema
 2024-04-10 20:56 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: rtc: lpc32xx-rtc: convert to dtschema

[PATCH] ASoC: wm_adsp: Include array_size.h
 2024-04-10 20:55 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: Include array_size.h
 2024-04-10 20:55 UTC  (2+ messages)

[GIT PULL] hardening fixes for v6.9-rc4
 2024-04-10 20:55 UTC  (2+ messages)

[GIT PULL for v6.9-rc4] media fixes
 2024-04-10 20:55 UTC  (3+ messages)

[PATCH 0/2] media: i2c: Add support for GT97xx VCM
 2024-04-10 20:52 UTC  (4+ messages)
` [PATCH 1/2] media: dt-bindings: i2c: add Giantec GT97xx VCM driver

[PATCH] openrisc: Add support for more module relocations
 2024-04-10 20:51 UTC 

[PATCH V5] PCI: Add support for preserving boot configuration
 2024-04-10 20:50 UTC  (2+ messages)

KASAN: slab-out-of-bounds Write in ops_init
 2024-04-10 20:49 UTC 

[PATCH] arm64: dts: qcom: sa8155p-adp: use correct gpio for SDHC2 CD
 2024-04-10 20:43 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox