All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-03 18:05:57 to 2022-10-03 19:39:09 UTC [more...]

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-03 19:39 UTC  (36+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features

[PATCH v7 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-10-03 19:39 UTC  (9+ messages)
` [PATCH v7 1/3] llist: Add a lock-less list variant terminated by a sentinel node

+ nilfs2-fix-use-after-free-bug-of-struct-nilfs_root.patch added to mm-hotfixes-unstable branch
 2022-10-03 19:38 UTC 

[PATCH -next] arm64: alternatives: Use vdso/bits.h instead of linux/bits.h
 2022-10-03 19:37 UTC 

[PATCH 0/5] clk: qcom: Add clocks for the QDU1000 and QRU1000 SoCs
 2022-10-03 19:37 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: clock: Add QDU1000 and QRU1000 GCC clock bindings
` [PATCH 2/5] dt-bindings: clock: Add RPMHCC bindings for QDU1000 and QRU1000
` [PATCH 3/5] clk: qcom: Add QDU1000 and QRU1000 GCC support

[PATCH v2 tty-next 0/3] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-10-03 19:36 UTC  (3+ messages)
` [PATCH v2 tty-next 1/3] 8250: microchip: pci1xxxx: Add driver for quad-uart support

nfs4.1+: workaround for defunct clientaddr?
 2022-10-03 19:36 UTC  (8+ messages)

[PATCH] clk: nxp: fix typo in comment
 2022-10-03 19:34 UTC  (3+ messages)

[PATCH printk 00/18] preparation for threaded/atomic printing
 2022-10-03 19:35 UTC  (11+ messages)
` [PATCH printk 06/18] printk: Protect [un]register_console() with a mutex

[PATCH 1/6] KVM: x86: Mask off reserved bits in CPUID.80000001H
 2022-10-03 19:35 UTC  (7+ messages)
` [PATCH 2/6] KVM: x86: Mask off reserved bits in CPUID.80000006H

[5.10-stable PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-10-03 19:34 UTC 

[GIT PULL] KVM/riscv changes for 6.1
 2022-10-03 19:34 UTC  (3+ messages)

[PATCH v5 0/3] arm64: dts: qcom: add dts for sa8540p-ride board
 2022-10-03 19:33 UTC  (3+ messages)

[PATCH v6 1/4] rcu: Make call_rcu() lazy to save power
 2022-10-03 19:33 UTC  (4+ messages)

[PATCH v2 00/14] Explicit MCR handling and MTL steering
 2022-10-03 19:32 UTC  (4+ messages)
` [PATCH v2 14/14] drm/i915/mtl: Add multicast steering for media GT
  ` [Intel-gfx] "

[PATCH v2] clk: pxa: add a check for the return value of kzalloc()
 2022-10-03 19:32 UTC  (2+ messages)

[PATCH][CFT] [coredump] don't use __kernel_write() on kmap_local_page()
 2022-10-03 19:31 UTC  (5+ messages)

[PATCH linux dev-5.15 0/2] Add DaytonaX BMC
 2022-10-03 19:28 UTC  (3+ messages)
` [PATCH linux dev-5.15 1/2] dt-bindings: arm: aspeed: document AMD DaytonaX
` [PATCH linux dev-5.15 2/2] ARM: dts: aspeed: Add AMD DaytonaX BMC

RTT-PROBE: lore-subspace-rtt
 2022-10-03 19:30 UTC 

[PATCH v2 net-next 0/6] sfc: bare bones TC offload
 2022-10-03 19:30 UTC  (12+ messages)
` [PATCH v2 net-next 3/6] sfc: optional logging of TC offload errors

[PATCH] arm64: dts: qcom: sc8280xp: fix UFS PHY serdes size
 2022-10-03 19:30 UTC  (3+ messages)

[PATCH v6 00/10] Add support for i.MXRT1170-evk
 2022-10-03 19:29 UTC  (6+ messages)
` [PATCH v6 08/10] clk: imx: Add initial support for i.MXRT1170 clock driver

[PATCH v3 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
 2022-10-03 19:29 UTC  (20+ messages)
` [PATCH v3 01/10] KVM: x86/mmu: Change tdp_mmu to a read-only parameter
` [PATCH v3 02/10] KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
` [PATCH v3 03/10] KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()
` [PATCH v3 05/10] KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handling
` [PATCH v3 07/10] KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUs
` [PATCH v3 08/10] KVM: x86/mmu: Split out TDP MMU page fault handling
` [PATCH v3 09/10] KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faults
` [PATCH v3 10/10] KVM: x86/mmu: Rename __direct_map() to direct_map()

[igt-dev] [PATCH i-g-t] tests/i915/kms_big_fb: fix max stride async flip tests
 2022-10-03 19:28 UTC  (3+ messages)

[ANN] U-Boot v2022.10 released
 2022-10-03 19:27 UTC 

[PULL v3 00/15] x86 + misc changes for 2022-09-29
 2022-10-03 19:15 UTC  (2+ messages)
` [PULL 09/15] meson: -display dbus and CFI are incompatible

[PATCH] drm: amd: clean up dcn32_fpu.c kernel-doc
 2022-10-03 19:25 UTC  (4+ messages)

[PATCH] drm/i915/pmu: Match frequencies reported by PMU and sysfs
 2022-10-03 19:24 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 0/2] Support storing struct task_struct objects as kptrs
 2022-10-03 19:20 UTC  (3+ messages)
` [PATCH v2 1/2] bpf: Add kfuncs for storing struct task_struct * as a kptr

RTT-PROBE: lore-subspace-rtt
 2022-10-03 19:20 UTC 

[PATCH v3 0/8] Fix a deadlock in the UFS driver
 2022-10-03 19:20 UTC  (4+ messages)
` [PATCH v3 3/8] scsi: core: Support failing requests while recovering

[GIT PULL] Audit patches for v6.1
 2022-10-03 19:19 UTC  (2+ messages)

[PATCH V1 0/4] GPIO based PCIe Hot-Plug support
 2022-10-03 19:18 UTC  (4+ messages)

[GIT PULL] Block changes for 6.1-rc1
 2022-10-03 19:18 UTC 

[PATCH] HID: alps: Simplify the .remove function
 2022-10-03 19:16 UTC  (3+ messages)

[PATCH v6 0/3] SDM670 Pin Control Driver
 2022-10-03 19:16 UTC  (2+ messages)

[Buildroot] [PATCH] package/linux-tools: Exclude checking PE binaries from perf test
 2022-10-03 19:15 UTC  (6+ messages)

[PATCH][smb311 client] fix oops in smb3_calc_signature
 2022-10-03 19:14 UTC  (9+ messages)

[PATCH v2] Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu
 2022-10-03 19:13 UTC  (3+ messages)
` [v2] "

[PATCH v5] drm/amd/display: Fix vblank refcount in vrr transition
 2022-10-03 19:12 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-03 19:10 UTC 

[PATCH v4 0/8] Add MV88E6xxx DSA driver and use on gwventana
 2022-10-03 19:09 UTC  (9+ messages)
` [PATCH v4 8/8] board: gw_ventana: enable MV88E61XX DSA support

REGRESSION in 6.0-rc7 caused by patch "ARM/dma-mapping: use dma-direct unconditionally"
 2022-10-03 19:08 UTC  (11+ messages)

msm8992-lg-bullhead-rev-101 resets in initramfs
 2022-10-03 19:07 UTC  (6+ messages)

[jpirko-mlxsw:jiri_devel_devlink_locking 6/21] drivers/net/ethernet/mscc/ocelot_vsc7514.c:380:37: warning: variable 'ocelot_port' set but not used
 2022-10-03 19:07 UTC 

[PULL 0/8] Trivial branch for 7.2 patches
 2022-10-03 19:04 UTC  (2+ messages)

Guest IA32_SPEC_CTRL on AMD hosts without X86_FEATURE_V_SPEC_CTRL
 2022-10-03 19:07 UTC  (7+ messages)

Planned changes for bugzilla.kernel.org to reduce the "Bugzilla blues"
 2022-10-03 19:07 UTC  (12+ messages)

[PATCH v4 0/2] add device Xiaomi Mi 6 (codename sagit) and board binding
 2022-10-03 19:05 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: dts: qcom: sagit: add initial device tree for sagit
` [PATCH v4 2/2] dt-bindings: arm: add xiaomi,sagit board based on msm8998 chip

[PATCH v2 1/2] dt-bindings: clock: vc5: Add 5P49V6975
 2022-10-03 19:04 UTC  (4+ messages)
` [PATCH v2 2/2] clk: vc5: Add support for IDT/Renesas VersaClock 5P49V6975

[RFC PATCH v2 0/2] kunit: Support redirecting function calls
 2022-10-03 19:03 UTC  (3+ messages)

[PATCH 5.19 000/101] 5.19.13-rc1 review
 2022-10-03 19:02 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-03 19:00 UTC 

[PATCH v2] gpio: tc3589x: Make irqchip immutable
 2022-10-03 18:57 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update TI bandgap and Davinci GPIO entries
 2022-10-03 18:57 UTC  (2+ messages)

[Intel-gfx] [PATCH v2] drm/i915/ttm: implement access_memory
 2022-10-03 18:56 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/ttm: implement access_memory (rev2)

[PATCH v3 0/2] add device Xiaomi Mi 6 (codename sagit) and board binding
 2022-10-03 18:55 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: sagit: add initial device tree for sagit
` [PATCH v3 2/2] dt-bindings: arm: add xiaomi,sagit board based on msm8998 chip

Status of RISC-V in Debian
 2022-10-03 18:55 UTC  (2+ messages)
` [cip-dev] "

[PATCH] drm/tve200: Use drm_* variants for logging
 2022-10-03 18:54 UTC  (3+ messages)

[PATCH bitmap-for-next 0/5] bitmap,cpumask: Add for_each_cpu_andnot()
 2022-10-03 18:52 UTC  (2+ messages)

[PATCH v2] imx8mn-ddr4-evk-u-boot: Fix broken boot
 2022-10-03 18:54 UTC  (2+ messages)

[PATCH v2] imx8mn-venice-u-boot: Fix broken boot
 2022-10-03 18:53 UTC  (2+ messages)

[PATCH v3] tcg/ppc: Optimize 26-bit jumps
 2022-10-03 18:32 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-03 18:53 UTC  (11+ messages)
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands

Regression on 5.19.12, display flickering on Framework laptop
 2022-10-03 18:28 UTC  (11+ messages)
            ` [Intel-gfx] "

[PATCH] tools/perf: Fix aggr_printout to display cpu field irrespective of core value
 2022-10-03 18:51 UTC  (7+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-03 18:50 UTC 

[ANNOUNCE] Git for Windows 2.38.0
 2022-10-03 18:50 UTC 

[PATCH 3/4] proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net
 2022-10-03 18:49 UTC  (11+ messages)
        ` [CFT][PATCH] proc: Update /proc/net to point at the accessing threads network namespace

[PATCH] alpha: Use generic <asm-generic/io.h>
 2022-10-03 18:49 UTC  (4+ messages)

[PATCH 1/1] ltp: Update to 20220930
 2022-10-03 18:49 UTC  (3+ messages)
` [OE-core] "

[PATCH v11 0/2] SPDX: add copyleft-next-0.3.1
 2022-10-03 18:47 UTC  (5+ messages)
` [PATCH v11 1/2] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v11 2/2] testing: use the copyleft-next-0.3.1 SPDX tag

[PATCH] alpha: Fix ioread64/iowrite64 helpers
 2022-10-03 18:47 UTC  (3+ messages)

[PATCH V15 6/9] mfd: pm8008: Use i2c_new_dummy_device() API
 2022-10-03 18:47 UTC  (10+ messages)

[PATCH net] net: mvpp2: fix mvpp2 debugfs leak
 2022-10-03 18:46 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/1] Fix Guc-Err-Capture sizing warning
 2022-10-03 18:28 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/guc: Fix GuC error capture sizing estimation and reporting

[RFC][PATCH v3 0/3] Softirq -rt Optimizations
 2022-10-03 18:43 UTC  (4+ messages)
` [RFC PATCH v3 3/3] softirq: defer softirq processing to ksoftirqd if CPU is busy with RT

[PULL v3 0/4] Hexagon (target/hexagon) improve store handling and gen_tcg_funcs.py
 2022-10-03 18:15 UTC  (5+ messages)
` [PULL v3 1/4] Hexagon (target/hexagon) add instruction attributes from archlib
` [PULL v3 2/4] Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]
` [PULL v3 3/4] Hexagon (target/hexagon) move store size tracking to translation
` [PULL v3 4/4] Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEW

[PATCH v10 0/7] Add support for zoned device
 2022-10-03 17:47 UTC  (3+ messages)
` [PATCH v10 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[PATCH v4 0/2] kexec, panic: Making crash_kexec() NMI safe
 2022-10-03 18:41 UTC  (7+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-03 18:40 UTC 

[PATCH 5.15 00/83] 5.15.72-rc1 review
 2022-10-03 18:40 UTC  (4+ messages)

[PATCH qemu] mips/malta: pass RNG seed to to kernel via env var
 2022-10-03 18:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bpf-next v1 0/8] Dynptr convenience helpers
 2022-10-03 18:39 UTC  (7+ messages)
` [PATCH bpf-next v1 7/8] bpf: Add bpf_dynptr_iterator

[5.15-stable PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-10-03 18:38 UTC 

[PATCH] drm/amd/amdgpu: Update debugfs SRBM/GRBM logic
 2022-10-03 18:38 UTC 

+ mm-damon-core-initialize-damon_target-list-in-damon_new_target.patch added to mm-hotfixes-unstable branch
 2022-10-03 18:38 UTC 

[Intel-gfx] [PATCH v2 0/1] Fix Guc-Err-Capture sizing warning
 2022-10-03 18:36 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 1/1] drm/i915/guc: Fix GuC error capture sizing estimation and reporting

Preparing isar-cip-core for RZ/Five
 2022-10-03 18:36 UTC 

[failures] lib-kconfigdebug-add-check-for-non-constant-suleb128-support-to-dwarf5.patch removed from -mm tree
 2022-10-03 18:35 UTC 

[PATCH v2 5/5] bbdev: add new operation for FFT processing
 2022-10-03 18:00 UTC  (9+ messages)
` [PATCH v11 0/7] bbdev changes for 22.11
  ` [PATCH v11 1/7] bbdev: allow operation type enum for growth
  ` [PATCH v11 2/7] bbdev: add device status info
  ` [PATCH v11 3/7] bbdev: add device info on queue topology
  ` [PATCH v11 4/7] drivers/baseband: update PMDs to expose queue per operation
  ` [PATCH v11 5/7] bbdev: add new operation for FFT processing
  ` [PATCH v11 6/7] bbdev: add queue related warning and status information
  ` [PATCH v11 7/7] bbdev: remove unnecessary if-check

[Intel-wired-lan] [PATCH net-next 1/2] ice: Check for PTP HW lock more frequently
 2022-10-03 18:03 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH net-next 2/2] ice: Remove gettime HW semaphore

RTT-PROBE: lore-subspace-rtt
 2022-10-03 18:30 UTC 

[PATCH] Fix __clzsi2 logic
 2022-10-03 18:29 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v9 000/105] KVM TDX basic feature support
 2022-10-03 18:29 UTC  (3+ messages)

[GIT PULL] integrity: susbsytem updates for v6.1
 2022-10-03 18:27 UTC 

linux-next: Tree for Sep 30
 2022-10-03 18:26 UTC  (3+ messages)
` linux-next: Tree for Sep 30 (i386 non-SMP non-APIC w/ IRQ_DOMAIN: build errors)

[PATCH iproute2-next 1/2] bridge: link: enable MacAuth/MAB feature
 2022-10-03 18:23 UTC  (6+ messages)
` [PATCH iproute2-next 2/2] bridge: fdb: enable FDB blackhole feature
      ` [Bridge] "

[GIT PULL] dlm updates for 6.1
 2022-10-03 18:25 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH v2 0/3] block/nvme: Fix DMA-noncoherent platforms support
 2022-10-03 18:24 UTC  (3+ messages)
` [PATCH v2 3/3] block: sed-opal: Cache-line-align the cmd/resp buffers

RTT-PROBE: lore-subspace-rtt
 2022-10-03 18:20 UTC 

PHY firmware update method
 2022-10-03 17:53 UTC  (12+ messages)

[driver-core:kobject-const 15/18] arch/parisc/kernel/drivers.c:580:23: warning: passing argument 1 of 'make_modalias' discards 'const' qualifier from pointer target type
 2022-10-03 18:16 UTC 

USB disk disconnect problems
 2022-10-03 18:17 UTC  (3+ messages)

[PATCH net-next] once: add DO_ONCE_SLOW() for sleepable contexts
 2022-10-03 18:14 UTC  (3+ messages)
` [PATCH net-next] once: rename _SLOW to _SLEEPABLE
  ` [PATCH] "

[PATCH] perf: fix the probe finder location (.dwo files)
 2022-10-03 18:16 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 5.10 00/52] 5.10.147-rc1 review
 2022-10-03 18:14 UTC  (2+ messages)

[PATCH 0/4] net: drop netif_attrmask_next*()
 2022-10-03 18:11 UTC  (3+ messages)

[GIT PULL] cgroup changes for v6.1-rc1
 2022-10-03 18:13 UTC  (2+ messages)

[PATCH 0/4] Add JDI LPM102A188A display panel support
 2022-10-03 18:13 UTC  (5+ messages)
` [PATCH 2/4] drm/tegra: dsi: Clear enable register if powered by bootloader

[PATCH] dt-bindings: tegra: Update headers for Tegra234
 2022-10-03 18:11 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/8] vm_bind: Add VM_BIND validation support
 2022-10-03 18:09 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 7/8] tests/i915/vm_bind: Add basic VM_BIND test support

[PATCH v2] perf: fix the probe finder location (.dwo files)
 2022-10-03 18:10 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-10-03 18:10 UTC 

[PATCH v2 0/2] it87: Add param to ignore ACPI resource conflicts
 2022-10-03 18:10 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH 1/2] dt-bindings: iio: addac: add AD74115
 2022-10-03 18:09 UTC  (3+ messages)

[Tech-board-discuss] Linux Kernel Code of Conduct Report September 2022
 2022-10-03 18:08 UTC  (2+ messages)

Bug Report: Duplicate condition in read_author_script (sequencer.c)
 2022-10-03 18:07 UTC  (4+ messages)
` [PATCH] sequencer: detect author name errors in read_author_script()

Bakeaton: Reminder... One week away
 2022-10-03 18:05 UTC 


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.