linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-17 21:55:53 to 2023-01-18 00:06:58 UTC [more...]

[PATCH 00/41] Per-VMA locks
 2023-01-17 23:18 UTC  (36+ messages)
` [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
` [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH 32/41] mm: prevent userfaults to be handled under per-vma lock
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock

[RFC PATCH net-next 0/5] ATU and FDB synchronization on locked ports
 2023-01-17 23:17 UTC  (5+ messages)
` [RFC PATCH net-next 1/5] net: bridge: add dynamic flag to switchdev notifier
` [RFC PATCH net-next 2/5] net: dsa: propagate flags down towards drivers

[PATCH v3 0/5] nolibc signal handling support
 2023-01-17 23:17 UTC  (7+ messages)

[PATCH 1/3] mm: return the number of pages successfully paged out
 2023-01-17 23:16 UTC  (3+ messages)
` [PATCH 2/3] mm: return boolean for deactivate_page
` [PATCH 3/3] mm: add vmstat statistics for madvise_[cold|pageout]

[PATCH net-next v10] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-17 23:14 UTC  (3+ messages)

[PATCH] PCI/portdrv: Avoid enabling AER on Thunderbolt devices
 2023-01-17 23:14 UTC  (2+ messages)

[PATCH net-next 1/1] drivers/phylib: fix coverity issue
 2023-01-17 23:14 UTC  (2+ messages)

[PATCH v1 1/1] iio: adc: qcom-spmi-adc5: Fix the channel name
 2023-01-17 23:12 UTC  (2+ messages)

[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
 2023-01-17 23:11 UTC  (15+ messages)
` [PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
` [PATCH 35/46] hugetlb: add MADV_COLLAPSE for hugetlb

[PATCH rcu 0/27] Unconditionally enable SRCU
 2023-01-17 23:08 UTC  (3+ messages)
` [PATCH rcu v2 06/20] drivers/md: Remove "select SRCU"

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-01-17 23:06 UTC  (15+ messages)
` [V2 PATCH 1/6] KVM: x86: Add support for testing "
` [V2 PATCH 2/6] KVM: Selftests: Add support for "
` [V2 PATCH 3/6] KVM: selftests: x86: Add IS_ALIGNED/IS_PAGE_ALIGNED helpers
` [V2 PATCH 4/6] KVM: selftests: x86: Add helpers to execute VMs with private memory
` [V2 PATCH 5/6] KVM: selftests: Add get_free_huge_2m_pages

remove arch/sh
 2023-01-17 23:05 UTC  (8+ messages)
` [PATCH 05/22] sound: remove sh-specific sounds/soc/sh drivers

[PATCH 0/5] pwm: jz4740: Fixes and some light changes
 2023-01-17 23:05 UTC  (8+ messages)
` [PATCH 1/5] pwm: jz4740: Fix pin level of disabled TCU2 channels, part 1

[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
 2023-01-17 23:00 UTC  (9+ messages)

[PATCH] mm/khugepaged: Fix ->anon_vma race
 2023-01-17 22:55 UTC  (3+ messages)

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-17 22:52 UTC  (17+ messages)
` [PATCH v11 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v11 018/113] KVM: TDX: create/destroy VM structure
` [PATCH v11 025/113] KVM: TDX: Use private memory for TDX

[PATCH v3 0/8] Add MSM8939 SoC support with two devices
 2023-01-17 22:48 UTC  (6+ messages)
` [PATCH v3 5/8] arm64: dts: qcom: Add msm8939 SoC
` [PATCH v3 7/8] arm64: dts: qcom: Add Square apq8039-t2 board

[PATCH v3 30/48] mm/damon: Stop using vma_mas_store() for maple tree store
 2023-01-17 22:47 UTC  (4+ messages)

[PATCH] ARM: dts: qcom: ipq8064: move reg-less nodes outside soc node
 2023-01-17 22:44 UTC 

[PATCH 0/3] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-01-17 21:29 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH 2/3] KVM: VMX: avoid retpoline call for control register caused exits
` [PATCH 3/3] KVM: x86: do not unload MMU roots when only toggling CR0.WP

[PATCH v7 3/7] x86/cpu, kvm: Move the LFENCE_RDTSC / LFENCE always serializing feature
 2023-01-17 21:25 UTC  (2+ messages)
` [tip: x86/cpu] x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC

[PATCH v6 1/7] x86/cpu, kvm: Add support for cpuid leaf 80000021/EAX (FeatureExt2Eax)
 2023-01-17 21:25 UTC  (2+ messages)
` [tip: x86/cpu] x86/cpu, kvm: Add support for CPUID_80000021_EAX

[PATCH v6 2/7] x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature
 2023-01-17 21:25 UTC  (2+ messages)
` [tip: x86/cpu] "

[PATCH v7 4/7] x86/cpu, kvm: Add the Null Selector Clears Base feature
 2023-01-17 21:25 UTC  (2+ messages)
` [tip: x86/cpu] "

[PATCH v7 5/7] x86/cpu, kvm: Add the SMM_CTL MSR not present feature
 2023-01-17 21:25 UTC  (2+ messages)
` [tip: x86/cpu] "

[PATCH v7 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest
 2023-01-17 21:25 UTC  (2+ messages)
` [tip: x86/cpu] "

[PATCH v7 6/7] x86/cpu: Support AMD Automatic IBRS
 2023-01-17 21:25 UTC  (2+ messages)
` [tip: x86/cpu] "

linux-next: duplicate patch in the nfsd tree
 2023-01-17 21:48 UTC  (8+ messages)

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-17 21:19 UTC  (5+ messages)

[PATCH v4 00/19] irqdomain: fix mapping race and clean up locking
 2023-01-17 21:50 UTC  (21+ messages)
` [PATCH v4 01/19] irqdomain: Drop bogus fwspec-mapping error handling
` [PATCH v4 02/19] irqdomain: Drop dead domain-name assignment
` [PATCH v4 03/19] irqdomain: Drop leftover brackets
` [PATCH v4 04/19] irqdomain: Fix association race
` [PATCH v4 06/19] irqdomain: Drop revmap mutex
` [PATCH v4 07/19] irqdomain: Look for existing mapping only once
` [PATCH v4 08/19] irqdomain: Refactor __irq_domain_alloc_irqs()
` [PATCH v4 09/19] irqdomain: Fix mapping-creation race
` [PATCH v4 11/19] x86/ioapic: Use irq_domain_create_hierarchy()
` [PATCH v4 19/19] irqdomain: Switch to per-domain locking

[PATCH] drm/amd/display: fix issues with driver unload
 2023-01-17 21:03 UTC  (2+ messages)

[PATCH v2 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
 2023-01-17 20:52 UTC  (3+ messages)
` [PATCH v2 4/8] ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS

[net-next: PATCH v7 0/7] dsa: lan9303: Move to PHYLINK
 2023-01-17 20:57 UTC  (8+ messages)
` [net-next: PATCH v7 1/7] dsa: lan9303: align dsa_switch_ops members
` [net-next: PATCH v7 2/7] dsa: lan9303: move Turbo Mode bit init
` [net-next: PATCH v7 3/7] dsa: lan9303: Add exception logic for read failure
` [net-next: PATCH v7 4/7] dsa: lan9303: write reg only if necessary
` [net-next: PATCH v7 5/7] dsa: lan9303: Port 0 is xMII port
` [net-next: PATCH v7 6/7] dsa: lan9303: Migrate to PHYLINK
` [net-next: PATCH v7 7/7] dsa: lan9303: Add flow ctrl in link_up

[PATCH 0/4] Improve dirty ring warning report
 2023-01-17 20:51 UTC  (3+ messages)
` [PATCH 1/4] KVM: arm64: Allow saving vgic3 LPI pending status in no running vcpu context

[RESEND PATCH V11 XDMA 0/2] xilinx XDMA driver
 2023-01-17 20:54 UTC  (3+ messages)
` [RESEND PATCH V11 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver
` [RESEND PATCH V11 XDMA 2/2] dmaengine: xilinx: xdma: Add user logic interrupt support

[PATCH v2 0/5] ARM: Add GXP I2C Support
 2023-01-17 20:44 UTC  (6+ messages)
` [PATCH v2 1/5] i2c: hpe: Add GXP SoC I2C Controller
` [PATCH v2 2/5] dt-bindings: i2c: Add hpe,gxp-i2c
` [PATCH v2 3/5] ARM: dts: hpe: Add I2C Topology
` [PATCH v2 4/5] ARM: multi_v7_defconfig: add gxp i2c module
` [PATCH v2 5/5] MAINTAINERS: Add HPE GXP I2C Support

[PATCH v3] arm64: dts: qcom: sc7280: add display port audio
 2023-01-17 20:50 UTC  (2+ messages)

[PATCH] mm/page_ext: init page_ext early if there are no deferred struct pages
 2023-01-17 20:46 UTC 

[PATCH net-next] wifi: airo: use strscpy() to instead of strncpy()
 2023-01-17 21:27 UTC  (2+ messages)

[PATCH v4] vfio: fix potential deadlock on vfio group lock
 2023-01-17 21:22 UTC  (2+ messages)

[PATCH v5 00/11] Encrypted Hibernation
 2023-01-17 21:26 UTC  (9+ messages)
` [PATCH v5 03/11] tpm: Allow PCR 23 to be restricted to kernel-only use

[PATCH net-next] wifi: ipw2200: use strscpy() to instead of strncpy()
 2023-01-17 21:23 UTC  (2+ messages)

[PATCH v6 0/3] fanotify: Allow user space to pass back additional audit info
 2023-01-17 21:14 UTC  (4+ messages)
` [PATCH v6 1/3] fanotify: Ensure consistent variable type for response
` [PATCH v6 2/3] fanotify: define struct members to hold response decision context
` [PATCH v6 3/3] fanotify,audit: Allow audit to use the full permission event response

[PATCH v5] x86/resctrl: Clear staged_config[] before and after it is used
 2023-01-17 21:14 UTC 

[PATCH v4 0/6] Some fixes and cleanups for microcode
 2023-01-17 21:34 UTC  (13+ messages)
` [PATCH v4 6/6] x86/microcode/intel: Print when early microcode loading fails

[PATCH v2 00/21] blksnap - block devices snapshots module
 2023-01-17 21:04 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the rdma-fixes tree
 2023-01-17 21:04 UTC 

[PATCH v2] kheaders: ignore and clean temporary kheaders_data directory
 2023-01-17 21:03 UTC  (3+ messages)

[PATCH] iio: light: cm32181: Fix PM support on system with 2 I2C resources
 2023-01-17 21:02 UTC  (3+ messages)

[PATCH] [v2] mlx5: reduce stack usage in mlx5_setup_tc
 2023-01-17 21:01 UTC 

[PATCH 0/4] ACPI: battery: Fix various string handling issues
 2023-01-17 21:01 UTC  (4+ messages)
` [PATCH 2/4] ACPI: battery: Fix buffer overread if not NUL-terminated

[PATCH] md: dm-ioctl: drop always-false condition
 2023-01-17 20:59 UTC 

linux-next: duplicate patch in the kspp tree
 2023-01-17 20:56 UTC  (3+ messages)

[PATCH v6 0/6] lockinig/rwsem: Fix rwsem bugs & enable true lock handoff
 2023-01-17 20:53 UTC  (2+ messages)

[PATCH v5 0/6] phy: qualcomm: Add UFS support for SM8550
 2023-01-17 22:41 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: phy: Add QMP UFS PHY comptible "
` [PATCH v5 2/6] phy: qcom-qmp: qserdes-com: Add v6 register offsets
` [PATCH v5 3/6] phy: qcom-qmp: qserdes-txrx: "
` [PATCH v5 4/6] phy: qcom-qmp: qserdes-txrx-ufs: "
` [PATCH v5 5/6] phy: qcom-qmp: pcs-ufs: "
` [PATCH v5 6/6] phy: qcom-qmp-ufs: Add SM8550 support

[PATCH v5 0/6] Add Toshiba Visconti Video Input Interface driver
 2023-01-17 22:39 UTC  (3+ messages)
` [PATCH v5 2/6] media: platform: visconti: "

[PATCH V5 1/2] dt-bindings: arm: Add Beacon EmbeddedWorks i.MX8M Plus kit
 2023-01-17 22:38 UTC  (2+ messages)
` [PATCH V5 2/2] arm64: dts: imx: Introduce imx8mp-beacon-kit

[PATCH] platform/x86: hp-wmi: Handle Omen Key event
 2023-01-17 22:38 UTC 

[ANNOUNCE] Git 2.39.1 and others
 2023-01-17 22:35 UTC  (2+ messages)

[PATCH v2 rcu/dev 1/2] rcu: Track laziness during boot and suspend
 2023-01-17 21:40 UTC  (6+ messages)

[PATCH v1 0/2] pwm-mediatek: Convert to schema and fixes
 2023-01-17 21:39 UTC  (4+ messages)
` [PATCH v1 1/2] arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node

[PATCH v15 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2023-01-17 22:33 UTC  (5+ messages)
` [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()

[PATCH v8 00/28] Drivers for gunyah hypervisor
 2023-01-17 22:33 UTC  (13+ messages)
` [PATCH v8 05/28] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v8 06/28] virt: gunyah: Identify hypervisor version
` [PATCH v8 10/28] gunyah: rsc_mgr: Add resource manager RPC core

[v4 0/5] Support pwm/tach driver for aspeed ast26xx
 2023-01-17 21:48 UTC  (2+ messages)

[PATCH v2] lib/hashtable_test.c: add test for the hashtable structure
 2023-01-17 21:50 UTC 

[PATCH] printk: Use scnprintf() to print the message about the dropped messages on a console
 2023-01-17 21:48 UTC  (2+ messages)

[PATCH] ARM: dts: omap: gta04a5: cleanup i2c node names
 2023-01-17 22:30 UTC 

[PATCH v2] ARM: dts: omap: gta04: add BNO055 IMU chip
 2023-01-17 22:30 UTC 

[PATCH v3 0/6] clk: qcom: msm8996: add APCS clock driver
 2023-01-17 22:30 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: mailbox: qcom: add SDX55 compatible
` [PATCH v3 2/6] dt-bindings: mailbox: qcom: enable syscon compatible for msm8976
` [PATCH v3 3/6] dt-bindings: mailbox: qcom: correct the list of platforms using clocks
` [PATCH v3 4/6] dt-bindings: mailbox: qcom: add #clock-cells to msm8996 example
` [PATCH v3 5/6] mailbox: qcom-apcs-ipc: enable APCS clock device for MSM8996
` [PATCH v3 6/6] clk: qcom: add the driver for the MSM8996 APCS clocks

[net-next v2] ipv6: Document that max_size sysctl is depreciated
 2023-01-17 22:18 UTC 

[PATCH v12 00/13] x86/resctrl: Support for AMD QoS new features
 2023-01-17 22:16 UTC  (4+ messages)
` [PATCH v12 13/13] Documentation/x86: Update resctrl.rst for "

[PATCH v2 1/2] tools/resolve_btfids: Install subcmd headers
 2023-01-17 22:08 UTC  (4+ messages)
` [PATCH v2 2/2] tools/resolve_btfids: Alter how HOSTCC is forced

[PATCH rc v2] genirq/msi: Free the fwnode created by msi_create_device_irq_domain()
 2023-01-17 22:01 UTC  (2+ messages)
` [tip: irq/urgent] "

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-17 20:20 UTC  (14+ messages)

[PATCH v2 0/9] Linux RISC-V AIA Support
 2023-01-17 20:42 UTC  (5+ messages)
` [PATCH v2 1/9] RISC-V: Add AIA related CSR defines

[RFC PATCH 0/3] Deal with alignment restriction on EP side
 2023-01-17 20:32 UTC  (2+ messages)

[PATCH] ntfs3: Fix attr_punch_hole() null pointer derenference
 2023-01-17 20:27 UTC  (3+ messages)

[PATCH v8 0/3] mdss-dsi-ctrl binding and dts fixes
 2023-01-17 20:21 UTC  (3+ messages)
` [PATCH v8 1/3] dt-bindings: msm: dsi-controller-main: Add compatible strings for every current SoC

[PATCH] tools/testing/kunit/kunit.py: remove redundant double check
 2023-01-17 21:55 UTC  (2+ messages)

[PATCH v3] dt-binding: gpio: publish binding IDs under dual license
 2023-01-17 20:43 UTC  (2+ messages)

[PATCHv14 00/17] Linear Address Masking enabling
 2023-01-17 20:43 UTC  (12+ messages)
` [PATCHv14 08/17] x86/mm: Reduce untagged_addr() overhead until the first LAM user

[tip:sched/core 7/28] rseq.c:139:37: error: 'AT_RSEQ_ALIGN' undeclared; did you mean 'R_SH_ALIGN'?
 2023-01-17 20:14 UTC  (7+ messages)

[PATCH 5.10 00/64] 5.10.164-rc2 review
 2023-01-17 20:11 UTC  (2+ messages)

[PATCH] staging: media: stkwebcam: add USB dependency
 2023-01-17 20:30 UTC  (2+ messages)

[PATCH v2] ASoC: dt-bindings: simple-card: Document simple-audio-card,plat
 2023-01-17 20:23 UTC  (2+ messages)

[PATCH] firmware: zynqmp: fix declarations for gcc-13
 2023-01-17 20:14 UTC  (3+ messages)

[PATCH v6] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-17 20:25 UTC  (2+ messages)

[PATCH v4] mm/page_ext: Do not allocate space for page_ext->flags if not needed
 2023-01-17 20:21 UTC 

Linux 6.2-rc1
 2023-01-17 20:37 UTC  (10+ messages)
` Build regressions/improvements in v6.2-rc1
        ` Calculating array sizes in C - was: "

[PATCH] net: mdio: force deassert MDIO reset signal
 2023-01-17 20:30 UTC  (2+ messages)

[PATCH v3] sched/fair: unlink misfit task from cpu overutilized
 2023-01-17 20:20 UTC  (5+ messages)

[PATCH v2 0/5] Add function suspend/resume and remote wakeup support
 2023-01-17 21:55 UTC  (6+ messages)
` [PATCH v2 1/5] usb: gadget: Add remote wakeup capable flag
` [PATCH v2 2/5] usb: dwc3: Add remote wakeup handling
` [PATCH v2 3/5] usb: gadget: Add function wakeup support
` [PATCH v2 4/5] usb: dwc3: Add function suspend and "
` [PATCH v2 5/5] usb: gadget: f_ecm: Add suspend/resume and remote "

[RFC PATCH 1/3] PCI: endpoint: support an alignment aware map/unmaping
 2023-01-17 20:41 UTC  (2+ messages)

[PATCH] arm64: defconfig: Enable missing configs for mt8192-asurada
 2023-01-17 20:11 UTC  (3+ messages)

[PATCH v2 0/2] Add generic-display-mux driver and bindings
 2023-01-17 20:17 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: bridge: Add GPIO display mux binding

[PATCH] misc: pci_endpoint_test: drop initial kernel-doc marker
 2023-01-17 20:23 UTC  (2+ messages)

[RFC PATCH] selftests: Fix: search kernel headers in $(KHDR_INCLUDES)
 2023-01-17 20:17 UTC 

[PATCH v7 0/4] mdss-dsi-ctrl binding and dts fixes
 2023-01-17 20:18 UTC  (3+ messages)
` [PATCH v7 4/4] dt-bindings: display/msm: Add list of mdss-dsi-ctrl compats


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 NNTP newsgroup(s).