LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-01 17:26:49 to 2024-05-01 23:25:32 UTC [more...]

[PATCH 00/21] pinctrl: Use scope based of_node_put() cleanups
 2024-05-01 23:25 UTC  (4+ messages)
` [PATCH 08/21] pinctrl: samsung: "

[PATCH v10 00/27] Enable CET Virtualization
 2024-05-01 23:24 UTC  (24+ messages)
` [PATCH v10 04/27] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v10 09/27] KVM: x86: Rename kvm_{g,s}et_msr()* to menifest emulation operations
` [PATCH v10 10/27] KVM: x86: Refine xsave-managed guest register/MSR reset handling
` [PATCH v10 13/27] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v10 17/27] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v10 21/27] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v10 22/27] KVM: VMX: Set up interception for CET MSRs
` [PATCH v10 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v10 25/27] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v10 26/27] KVM: nVMX: Enable CET support for nested guest
` [PATCH v10 27/27] KVM: x86: Don't emulate instructions guarded by CET

[PATCH v4 0/8] memcg: reduce memory consumption by memcg stats
 2024-05-01 23:23 UTC  (9+ messages)
` [PATCH v4 2/8] memcg: dynamically allocate lruvec_stats
` [PATCH v4 4/8] memcg: reduce memory for the lruvec and memcg stats
` [PATCH v4 7/8] memcg: warn for unexpected events and stats
` [PATCH v4 8/8] memcg: use proper type for mod_memcg_state

[PATCH v2 0/2] ARM: dts: aspeed: Add ASRock SPC621D8HM3 BMC
 2024-05-01 23:15 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH memory-model 0/3] LKMM updates for v6.10
 2024-05-01 23:21 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH memory-model 1/4] Documentation/litmus-tests: Add locking tests to README
  ` [PATCH memory-model 2/4] Documentation/litmus-tests: Demonstrate unordered failing cmpxchg
  ` [PATCH memory-model 3/4] Documentation/atomic_t: Emphasize that failed atomic operations give no ordering
  ` [PATCH memory-model 4/4] Documentation/litmus-tests: Make cmpxchg() tests safe for klitmus

[PATCH] kunit: Cover 'assert.c' with tests
 2024-05-01 23:20 UTC  (2+ messages)

[PATCH] firewire: ohci: mask bus reset interrupts between ISR and bottom half
 2024-05-01 23:19 UTC  (4+ messages)

[PATCH] mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pages
 2024-05-01 23:18 UTC  (3+ messages)

[PATCH] printk: cleanup deprecated uses of strncpy/strcpy
 2024-05-01 23:18 UTC  (4+ messages)

[PATCH RFC v2 tsc] Check for sockets instead of CPUs to make code match comment
 2024-05-01 23:16 UTC  (4+ messages)
    ` [PATCH RFC v3 "

[PATCH 0/5] firewire: core/ohci: add tracepoints events for bus-reset
 2024-05-01 23:14 UTC  (2+ messages)

[PATCH v3 0/3] Add 16GT/s equalization and margining settings
 2024-05-01 23:13 UTC  (5+ messages)
` [PATCH v3 3/3] PCI: qcom: Add rx margining settings for 16GT/s

[PATCH] selftests/memfd: fix spelling mistakes
 2024-05-01 23:13 UTC 

[PATCH v4 0/5] TDX host: kexec() support
 2024-05-01 23:12 UTC  (2+ messages)

[PATCH resend ftrace] Asynchronous grace period for register_ftrace_direct()
 2024-05-01 23:12 UTC 

[PATCH 00/13] arm64: dts: qcom: fix PHY-related warnings
 2024-05-01 23:12 UTC  (21+ messages)
` [PATCH 04/13] arm64: dts: qcom: sc7180: drop extra UFS PHY compat
` [PATCH 05/13] arm64: dts: qcom: sc8180x: add power-domain to UFS PHY
` [PATCH 06/13] arm64: dts: qcom: sdm845: "
` [PATCH 07/13] arm64: dts: qcom: sm6115: "
` [PATCH 08/13] arm64: dts: qcom: sm6350: "
` [PATCH 09/13] arm64: dts: qcom: sm8250: "
` [PATCH 10/13] arm64: dts: qcom: sm8350: "
` [PATCH 11/13] arm64: dts: qcom: sm8450: "
` [PATCH 12/13] arm64: dts: sda660-ifc6560: document missing USB PHY supplies
` [PATCH 13/13] arm64: dts: qcom: msm8996-xiaomi-common: drop excton from the USB PHY

[PATCH v3 0/3] HID: i2c-hid: Probe and wake device with HID descriptor fetch
 2024-05-01 23:09 UTC  (8+ messages)
` [PATCH v3 1/3] HID: i2c-hid: Rely on HID descriptor fetch to probe

[PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg()
 2024-05-01 23:01 UTC  (16+ messages)
  ` [PATCH v2 cmpxchg 0/8] Provide emulation for one--byte cmpxchg()
    ` [PATCH v2 cmpxchg 01/13] sparc32: make __cmpxchg_u32() return u32
    ` [PATCH v2 cmpxchg 02/13] sparc32: make the first argument of __cmpxchg_u64() volatile u64 *
    ` [PATCH v2 cmpxchg 03/13] sparc32: unify __cmpxchg_u{32,64}
    ` [PATCH v2 cmpxchg 04/13] sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizes
    ` [PATCH v2 cmpxchg 05/13] parisc: __cmpxchg_u32(): lift conversion into the callers
    ` [PATCH v2 cmpxchg 06/13] parisc: unify implementations of __cmpxchg_u{8,32,64}
    ` [PATCH v2 cmpxchg 07/13] parisc: add missing export of __cmpxchg_u8()
    ` [PATCH v2 cmpxchg 08/13] parisc: add u16 support to cmpxchg()
    ` [PATCH v2 cmpxchg 09/13] lib: Add one-byte emulation function
    ` [PATCH v2 cmpxchg 10/13] ARC: Emulate one-byte cmpxchg
    ` [PATCH v2 cmpxchg 11/13] csky: "
    ` [PATCH v2 cmpxchg 12/13] sh: "
    ` [PATCH v2 cmpxchg 13/13] xtensa: "

[PATCH] xfs: fix system crash caused by null bp->b_pages
 2024-05-01 22:59 UTC  (3+ messages)

[PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
 2024-05-01 22:49 UTC  (3+ messages)

[RTF PATCH] hwmon: (emc1403) Convert to with_info API
 2024-05-01 22:44 UTC 

[PATCH][next] wifi: rtlwifi: Remove unused structs and avoid multiple -Wfamnae warnings
 2024-05-01 22:41 UTC 

[PATCH] Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
 2024-05-01 22:36 UTC  (4+ messages)

[PATCH v2] tty: tty_io: remove hung_up_tty_fops
 2024-05-01 22:32 UTC  (18+ messages)
      ` [PATCH v3] "

linux-next: duplicate patch in the clk-fixes tree
 2024-05-01 22:23 UTC 

[PATCH v4] PCI: Relabel JHL6540 on Lenovo X1 Carbon 7,8
 2024-05-01 22:23 UTC  (12+ messages)

[PATCH RFC] net/sched: adjust device watchdog timer to detect stopped queue at right time
 2024-05-01 22:12 UTC  (2+ messages)

[PATCH v3 00/10] Allocation APIs
 2024-05-01 22:06 UTC  (3+ messages)

[PATCH v1] PCI/EDR: Align EDR implementation with PCI firmware r3.3 spec
 2024-05-01 22:07 UTC  (3+ messages)

[PATCH] mm/huge_memory: move writeback and truncation checks early
 2024-05-01 22:06 UTC  (3+ messages)

[PATCH net v2] rxrpc: Clients must accept conn from any address
 2024-05-01 22:00 UTC  (2+ messages)

[PATCH] platform/x86: dell-laptop: Implement platform_profile
 2024-05-01 21:58 UTC  (2+ messages)
` [PATCH v5] "

[PATCH 0/2] Use of `claim_direct_scoped` for improved error handling
 2024-05-01 21:57 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: ad7606: using claim_direct_scoped for code simplification
` [PATCH 2/2] iio: adc: ad7923: "

[RFC PATCH 0/3] by_n compression and decompression with Intel IAA
 2024-05-01 21:46 UTC  (4+ messages)
` [RFC PATCH 1/3] crypto: Add pre_alloc and post_free callbacks for acomp algorithms
` [RFC PATCH 2/3] crypto: add by_n attribute to acomp_req
` [RFC PATCH 3/3] crypto: Add deflate-canned-byN algorithm to IAA

[RFC 0/2] ima: Fix detection of read/write violations on stacked filesystems
 2024-05-01 21:13 UTC  (14+ messages)
` [RFC 2/2] "

[PATCH v3 0/2] Input: add ft5426
 2024-05-01 20:47 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: input: touchscreen: edt-ft5x06: Add ft5426
` [PATCH v3 2/2] Input: edt-ft5x06 - add ft5426

[PATCH -next] lsm: fix default return value for inode_set(remove)xattr
 2024-05-01 20:47 UTC  (3+ messages)

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-05-01 20:45 UTC  (4+ messages)
` [PATCH v2 15/15] KVM: x86: Factor out kvm_use_master_clock()

[PATCH v4 00/16] riscv: Support vendor extensions and xtheadvector
 2024-05-01 20:39 UTC  (18+ messages)
` [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v4 06/16] riscv: Introduce vendor variants of extension helpers
` [PATCH v4 07/16] riscv: cpufeature: Extract common elements from extension checking

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-05-01 20:36 UTC  (14+ messages)

[syzbot] [net?] [virt?] [kvm?] KASAN: slab-use-after-free Read in vhost_task_fn
 2024-05-01 20:33 UTC  (3+ messages)

[linus:master] [selftests/harness] 8092162335: kernel-selftests.sgx.make.fail
 2024-05-01 20:32 UTC  (2+ messages)

[PATCH v4 RESEND 0/8] ipq9574: Enable PCI-Express support
 2024-05-01 20:32 UTC  (3+ messages)
` [PATCH v4 RESEND 8/8] arm64: dts: qcom: ipq9574: add PCIe2 and PCIe3 nodes

[PATCH v3] selftests/vDSO: Explicit unsigned char conversion for elf_hash
 2024-05-01 20:21 UTC  (3+ messages)

[PATCH] perf/ring_buffer: Prefer struct_size over open coded arithmetic
 2024-05-01 20:21 UTC  (3+ messages)

[PATCH v16 0/2] Add DT support for Multiport controller on SC8280XP
 2024-05-01 20:20 UTC  (2+ messages)
` (subset) "

[PATCH] dt-bindings: soc: qcom,wcnss: fix bluetooth address example
 2024-05-01 20:20 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8280xp-x13s: enable USB MP and fingerprint reader
 2024-05-01 20:20 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: qcs404: fix bluetooth device address
 2024-05-01 20:20 UTC  (2+ messages)

[PATCH] soc: qcom: pmic_glink: Make client-lock non-sleeping
 2024-05-01 20:20 UTC  (3+ messages)

[PATCH] firmware: qcom: uefisecapp: Allow on sc8180x Primus and Flex 5G
 2024-05-01 20:20 UTC  (2+ messages)

[PATCH] x86/alternatives: Make FineIBT mode Kconfig selectable
 2024-05-01 20:18 UTC  (4+ messages)

[PATCH v3] batman-adv: Add flex array to struct batadv_tvlv_tt_data
 2024-05-01 20:17 UTC  (2+ messages)

[PATCH v4 00/15] Provide SEV-SNP support for running under an SVSM
 2024-05-01 20:15 UTC  (8+ messages)
` [PATCH v4 13/15] x86/sev: Take advantage of configfs visibility support in TSM

[PATCH] iommu/dma: Respect SWIOTLB force_bounce
 2024-05-01 20:13 UTC 

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-05-01 20:07 UTC  (9+ messages)
` [PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking

[PATCH] PCI/ASPM: Clarify that pcie_aspm=off means leave ASPM untouched
 2024-05-01 20:07 UTC  (2+ messages)

[PATCH] sctp: annotate struct sctp_assoc_ids with __counted_by()
 2024-05-01 20:06 UTC  (3+ messages)

[PATCH] Revert "ext4: apply umask if ACL support is disabled"
 2024-05-01 20:04 UTC  (3+ messages)

[PATCH][next] Bluetooth: hci_sync: Use cmd->num_cis instead of magic number
 2024-05-01 20:00 UTC  (3+ messages)

[PATCH][next] Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()
 2024-05-01 20:00 UTC  (3+ messages)

[PATCH v8] Bluetooth: compute LE flow credits based on recvbuf space
 2024-05-01 20:00 UTC  (2+ messages)

[PATCH 0/5] Bluetooth: qca: info leak fixes and cleanups
 2024-05-01 20:00 UTC  (2+ messages)

[PATCH 1/2] media: v4l2-ctrls: Add average qp control
 2024-05-01 19:55 UTC  (3+ messages)

[PATCH 6.1 000/110] 6.1.90-rc1 review
 2024-05-01 19:46 UTC  (3+ messages)

[PATCH] time/timgr: Fix wrong reference when level 0 group allocation failed
 2024-05-01 19:51 UTC 

[PATCH v4 13/16] riscv: hwprobe: Add thead vendor extension probing
 2024-05-01 19:50 UTC  (4+ messages)

[PATCH 6.6 000/186] 6.6.30-rc1 review
 2024-05-01 19:47 UTC  (2+ messages)

[PATCH v1] perf lock: More strdup argument freeing
 2024-05-01 19:46 UTC  (2+ messages)

[PATCH v3 0/4] Add features to an existing driver
 2024-05-01 19:46 UTC  (9+ messages)
` [PATCH v3 1/4] media: chips-media: wave5: Support SPS/PPS generation for each IDR
` [PATCH v3 2/4] media: chips-media: wave5: Support runtime suspend/resume
` [PATCH v3 3/4] media: chips-media: wave5: Use helpers to calculate bytesperline and sizeimage
` [PATCH v3 4/4] media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder

[PATCH 5.10 000/137] 5.10.216-rc2 review
 2024-05-01 19:45 UTC  (2+ messages)

[PATCH 4.19 00/77] 4.19.313-rc1 review
 2024-05-01 19:44 UTC  (2+ messages)

[PATCH] ARM: dts: am335x: Add PRU system events for virtio
 2024-05-01 19:41 UTC 

[PATCH v3] hardening: Enable KCFI and some other options
 2024-05-01 19:37 UTC 

[PATCH] hardening: Refresh KCFI options, add some more
 2024-05-01 19:27 UTC  (5+ messages)

[PATCH] cxl/region: Fix cxlr_pmem leaks
 2024-05-01 19:23 UTC  (2+ messages)

[PATCH] Input: elantech - fix touchpad state on resume for Lenovo N24
 2024-05-01 19:20 UTC  (2+ messages)

[PATCH v2] Input: try trimming too long modalias strings
 2024-05-01 19:11 UTC  (4+ messages)

[PATCH] Sphinx error fixed for inline literal end-string in include/linux/workqueue.h
 2024-05-01 18:57 UTC  (4+ messages)
` [PATCH v2] Sphinx error fixed for inline literal end-string by changing $type_constant2 in kernel-doc script to include "*" unicode character in highlights_rst

[PATCH] cxl/cper: Fix non-ACPI-APEI-GHES build
 2024-05-01 18:51 UTC  (2+ messages)

[PATCH v2 0/1] drm: Add ioctl for querying a DRM device's list of open client PIDs
 2024-05-01 18:50 UTC  (2+ messages)
` [PATCH v2 1/1] "

[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work
 2024-05-01 18:36 UTC 

[PATCH] media: mediatek: vcodec: Alloc DMA memory with DMA_ATTR_ALLOC_SINGLE_PAGES
 2024-05-01 18:31 UTC  (5+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-05-01 18:22 UTC  (9+ messages)
` [PATCH v19 101/130] KVM: TDX: handle ept violation/misconfig exit

[net-next PATCH v3 0/9] Introduce RVU representors
 2024-05-01 18:18 UTC  (4+ messages)
` [net-next PATCH v3 3/9] octeontx2-pf: Create representor netdev

[PATCH 0/2] Fix a black screen on sc7180 Trogdor devices
 2024-05-01 18:11 UTC  (4+ messages)

[PATCH v3 1/1] Documentation/core-api: Add swiotlb documentation
 2024-05-01 18:05 UTC  (3+ messages)

[PATCH 0/4] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
 2024-05-01 18:01 UTC  (4+ messages)

[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work
 2024-05-01 18:00 UTC  (2+ messages)
` [syzbot] [PATCH net v3] nfc: nci: Fix "

[PATCH 1/1] cxl/acpi.c: Add buggy BIOS hint for CXL ACPI lookup failure
 2024-05-01 17:54 UTC  (2+ messages)

[PATCH v7 0/6] iio: adc: ad7192: Add AD7194 support
 2024-05-01 17:54 UTC  (3+ messages)
` [PATCH v7 6/6] "

[PATCH v2] ASoC: Use inline function for type safety in snd_soc_substream_to_rtd()
 2024-05-01 17:51 UTC 

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-05-01 17:48 UTC  (2+ messages)

[PATCH v6 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-05-01 17:43 UTC  (6+ messages)
` [PATCH v6 5/6] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV

[PATCH net] ax25: Fix refcount leak issues of ax25_dev
 2024-05-01 17:43 UTC  (3+ messages)

[GIT PULL] regulator fixes for v6.9-rc6
 2024-05-01 17:41 UTC  (2+ messages)

[ANNOUNCE] Git v2.45.0
 2024-05-01 17:39 UTC  (2+ messages)

[PATCH 15/17] pci: of_property: Add the interrupt-controller property in PCI device nodes
 2024-05-01 17:38 UTC  (2+ messages)

[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
 2024-05-01 17:35 UTC  (2+ messages)

[RFC] RDMA/umem: pin_user_pages*() can temporarily fail due to migration glitches
 2024-05-01 17:32 UTC  (4+ messages)

[PATCH 00/10] Add helper functions to remove repeated code and
 2024-05-01 17:28 UTC  (3+ messages)
` [PATCH 09/10] writeback: factor out wb_dirty_exceeded to remove repeated code

[PATCH v4 0/2] efi/cxl-cper: Report CXL CPER events through tracing
 2024-05-01 17:26 UTC  (3+ messages)
` [PATCH v4 1/2] acpi/ghes: Process CXL Component Events


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