All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-03 18:43:56 to 2022-10-03 20:29:14 UTC [more...]

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-03 20:29 UTC  (29+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features

Planned changes for bugzilla.kernel.org to reduce the "Bugzilla blues"
 2022-10-03 20:28 UTC  (13+ messages)

[PATCH 0/4] Remove get_kernel_pages()
 2022-10-03 20:28 UTC  (4+ messages)
` [PATCH 4/4] mm: "

[geert-renesas-devel:master] BUILD SUCCESS f0dbcd134f5abcdd4e2ad16bc81a158b2a23e2d9
 2022-10-03 20:28 UTC 

[PATCH] MAINTAINERS: Update SED-Opal Maintainers
 2022-10-03 20:25 UTC 

[PATCH 0/3] fixes related to iSCSI Time2Retain timer
 2022-10-03 20:27 UTC  (4+ messages)
` [PATCH 1/3] target: iscsi: schedule close_session at timeout
` [PATCH 2/3] target: iscsi: forbid call iscsit_close_session() from atomic context
` [PATCH 3/3] target: iscsi: close session without connections

linux-next: Signed-off-by missing for commit in the apparmor tree
 2022-10-03 20:27 UTC 

[PATCH v1 00/16] Add Multi Circular Queue Support
 2022-10-03 20:25 UTC  (5+ messages)
` [PATCH v1 07/16] ufs: core: mcq: Allocate memory for mcq mode

[PATCH] clk: clocking-wizard: Depend on HAS_IOMEM
 2022-10-03 20:26 UTC 

[PATCH -next] clk: clocking-wizard: Use dev_err_probe() helper
 2022-10-03 20:25 UTC  (3+ messages)

[PATCH] doc: Add documentation for CZ.NIC Turris routers
 2022-10-03 20:25 UTC  (3+ messages)

[PATCH] x86/hyperv: Replace kmap() with kmap_local_page()
 2022-10-03 20:24 UTC  (3+ messages)

[PATCH v4] sparc: vDSO: fix return value of __setup handler
 2022-10-03 20:24 UTC 

[PATCH v4] sparc64: NMI watchdog: fix return value of __setup handler
 2022-10-03 20:24 UTC 

[PATCH v3] sh: nmi_debug: fix return value of __setup handler
 2022-10-03 20:24 UTC 

[Intel-gfx] [PATCH v2 0/1] Fix Guc-Err-Capture sizing warning
 2022-10-03 20:23 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Fix Guc-Err-Capture sizing warning (rev2)

linux-next: Signed-off-by missing for commit in the xfs tree
 2022-10-03 20:23 UTC 

linux-next: Fixes tag needs some work in the f2fs tree
 2022-10-03 20:22 UTC  (2+ messages)

USB disk disconnect problems
 2022-10-03 20:21 UTC  (4+ messages)

[linux-next:master 11842/11993] ERROR: modpost: "devm_platform_ioremap_resource" [drivers/clk/xilinx/clk-xlnx-clock-wizard.ko] undefined!
 2022-10-03 20:20 UTC  (3+ messages)

[mchinth:sep_linux_6_0 2/4] drivers/platform/x86/sepdk/sep/eventmux.c:386:1: warning: no previous prototype for 'EVENTMUX_Start'
 2022-10-03 20:19 UTC 

pull-request: bpf 2022-10-03
 2022-10-03 20:19 UTC 

[PATCH 0/3] Kconfig.debug: make more efforts to fix CONFIG_DEBUG_INFO for Clang+GAS
 2022-10-03 20:18 UTC  (7+ messages)
` [PATCH 1/3] Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
` [PATCH 2/3] Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT

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

linux-next: Signed-off-by missing for commit in the ext4 tree
 2022-10-03 20:16 UTC 

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

linux-next: Fixes tag needs some work in the qcom tree
 2022-10-03 20:13 UTC 

Preparing isar-cip-core for RZ/Five
 2022-10-03 20:12 UTC  (2+ messages)

[PATCH v3 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
 2022-10-03 20:11 UTC  (22+ 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()

UK Freeview CSV to scannel list conversion
 2022-10-03 20:11 UTC 

Abort on boot for 5.15.7 patch RT 23
 2022-10-03 20:10 UTC  (2+ messages)

[PATCH v9 000/105] KVM TDX basic feature support
 2022-10-03 20:08 UTC  (4+ messages)

[PATCH v2 0/5] device property: Consitify a few APIs and correct dev_fwnode()
 2022-10-03 20:08 UTC  (9+ messages)
` [PATCH v2 1/5] device property: Keep dev_fwnode() and dev_fwnode_const() separate

[PATCH v1 1/2] eal: add lcore busyness telemetry
 2022-10-03 20:02 UTC  (9+ messages)
` [PATCH v7 0/4] Add lcore poll "
  ` [PATCH v7 1/4] eal: add "

[PATCH net-next v2 0/5] nfp: support FEC mode reporting and auto-neg
 2022-10-03 20:01 UTC  (4+ messages)

[PATCH] net/softnic: remove maintainer
 2022-10-03 19:59 UTC 

[PATCH] sched: remove maintainer
 2022-10-03 19:59 UTC 

[GIT PULL] Thermal control updates for v6.1-rc1
 2022-10-03 19:57 UTC 

[GIT PULL] Power management updates for v6.1-rc1
 2022-10-03 19:56 UTC 

[RFC PATCH 00/23] sched: Introduce classes of tasks for load balance
 2022-10-03 19:55 UTC  (7+ messages)
` [RFC PATCH 23/23] x86/process: Reset hardware history in context switch

[PATCH] serial: 8250: 8250_omap: Support native RS485
 2022-10-03 19:54 UTC  (5+ messages)

[GIT PULL] ACPI updates for v6.1-rc1
 2022-10-03 19:54 UTC 

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

[PATCH v2 0/2] gpio: pca9570: add slg7xl45106 support
 2022-10-03 19:52 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: gpio: pca9570: Add compatible for slg7xl45106

[PATCH] drm/panel: ws2401: Silent no spi_device_id warning
 2022-10-03 19:51 UTC  (2+ messages)

[PATCH] drm/panel: tpg110: Silent no spi_device_id warning
 2022-10-03 19:50 UTC  (2+ messages)

[PATCH] drm/panel: db7430: Silent no spi_device_id warning
 2022-10-03 19:49 UTC  (2+ messages)

pull-request: bpf-next 2022-10-03
 2022-10-03 19:49 UTC 

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

+ nilfs2-fix-null-pointer-dereference-at-nilfs_bmap_lookup_at_level.patch added to mm-hotfixes-unstable branch
 2022-10-03 19:49 UTC 

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

[PATCH 0/5] clk: qcom: Add clocks for the QDU1000 and QRU1000 SoCs
 2022-10-03 19:47 UTC  (18+ 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 4/5] clk: qcom: Add support for QDU1000 and QRU1000 RPMh clocks
` [PATCH 5/5] dt-bindings: clock: Introduce pdc bindings for QDU1000 and QRU1000

[PATCH] ata: libahci: read correct status and error field for NCQ commands
 2022-10-03 19:46 UTC 

[PATCH] lockdep: Allow tuning tracing keys constant
 2022-10-03 19:44 UTC  (3+ messages)

[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

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

[meta-openembedded][PATCH 1/1] net-snmp: upgrade 5.9.1 -> 5.9.3
 2022-10-03 19:41 UTC  (4+ messages)
` [oe] "

[PATCH v2] brcmfmac: Add support for BCM43596 PCIe Wi-Fi
 2022-10-03 19:40 UTC  (10+ messages)
              ` Stockholm syndrome with Linux wireless?

[GIT PULL] Passthrough updates for 6.1-rc1
 2022-10-03 19:40 UTC 

+ zram-always-expose-rw_page.patch added to mm-unstable branch
 2022-10-03 19:40 UTC 

[GIT PULL] KVM/arm64 updates for 6.1
 2022-10-03 19:39 UTC  (4+ messages)

[PATCH RFC 0/3] KVM: x86/pmu: Add Intel Guest Branch Trace Store Support
 2022-10-03 19:39 UTC  (3+ messages)
` [PATCH RFC 1/3] KVM + perf: Rename *_intel_pt_intr() for generic usage

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

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

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

[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  (4+ messages)

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

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

[PATCH v2] clk: pxa: add a check for the return value of kzalloc()
 2022-10-03 19:32 UTC  (2+ 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

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

[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

[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 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  (2+ messages)

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

[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 

Guest IA32_SPEC_CTRL on AMD hosts without X86_FEATURE_V_SPEC_CTRL
 2022-10-03 19:07 UTC  (7+ 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

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

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

[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  (9+ 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)

[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 1/1] ltp: Update to 20220930
 2022-10-03 18:49 UTC  (3+ messages)
` [OE-core] "

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

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

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

[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


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.