linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-30 20:01:44 to 2022-08-30 22:44:36 UTC [more...]

[RFC V2 PATCH 0/8] selftests: KVM: SEV: selftests for fd-based private memory
 2022-08-30 22:42 UTC  (9+ messages)
` [RFC V2 PATCH 1/8] selftests: kvm: x86_64: Add support for pagetable tracking
` [RFC V2 PATCH 2/8] kvm: Add HVA range operator
` [RFC V2 PATCH 3/8] arch: x86: sev: Populate private memory fd during LAUNCH_UPDATE_DATA
` [RFC V2 PATCH 4/8] selftests: kvm: sev: Support memslots with private memory
` [RFC V2 PATCH 5/8] selftests: kvm: Update usage of private mem lib for SEV VMs
` [RFC V2 PATCH 6/8] selftests: kvm: Support executing SEV VMs with private memory
` [RFC V2 PATCH 7/8] selftests: kvm: Refactor testing logic for "
` [RFC V2 PATCH 8/8] selftests: kvm: Add private memory test for SEV VMs

[PATCH 4.14 1/2] x86/cpu: Add Tiger Lake to Intel family
 2022-08-30 22:43 UTC 

[PATCH] kvm: x86: mmu: fix memoryleak in kvm_mmu_vendor_module_init()
 2022-08-30 22:42 UTC  (3+ messages)

[PATCH v1 1/1] gpio: rockchip: Switch to use fwnode instead of of_node
 2022-08-30 22:39 UTC  (2+ messages)

[rmk-arm:for-next 5/7] ld.lld: error: undefined symbol: phys_initrd_start
 2022-08-30 22:39 UTC 

[PATCH v1 1/1] pinctrl: pistachio: Switch to use fwnode instead of of_node
 2022-08-30 22:39 UTC  (2+ messages)

[PATCH v2 00/19] KVM hardware enable/disable reorganize
 2022-08-30 22:39 UTC  (3+ messages)
` [PATCH v2 04/19] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"

[PATCH v1 0/3] mm: minor cleanups around NUMA hinting
 2022-08-30 22:39 UTC  (9+ messages)
` [PATCH v1 2/3] mm/gup: use gup_can_follow_protnone() also in GUP-fast

[tip:master] BUILD SUCCESS f9c08c27f19683bdb965f6a26edc05358a751826
 2022-08-30 22:37 UTC 

[RFC 1/1] net: introduce OpenVPN Data Channel Offload (ovpn-dco)
 2022-08-30 22:35 UTC  (5+ messages)
` [RFC v2] "

linux-next: build failure after merge of the perf tree
 2022-08-30 22:34 UTC 

[PATCH v1 tty-next 1/2] 8250: microchip: pci1xxxx: Add driver for the quad-uart function in the multi-function endpoint of pci1xxxx device
 2022-08-30 22:29 UTC  (3+ messages)

[PATCH v3 02/10] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
 2022-08-30 22:28 UTC  (5+ messages)

[PATCH 0/7] fix null-ptr-deref in binder_alloc and others
 2022-08-30 22:26 UTC  (17+ messages)
` [PATCH 1/7] binder: fix alloc->vma_vm_mm null-ptr dereference
` [PATCH 2/7] binder: fix trivial kernel-doc typo
` [PATCH 3/7] binder: rename alloc->vma_vm_mm to alloc->mm
` [PATCH 4/7] binder: remove binder_alloc_set_vma()
` [PATCH 5/7] binder: remove unused binder_alloc->buffer_free
` [PATCH 6/7] binder: fix binder_alloc kernel-doc warnings

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-08-30 22:25 UTC  (8+ messages)
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()

[RESEND PATCH v2 0/5] SCM: Add support for wait-queue aware firmware
 2022-08-30 22:25 UTC  (6+ messages)
` [RESEND PATCH v2 1/5] dt-bindings: firmware: qcom-scm: Add "allow-multi-call" property
` [RESEND PATCH v2 2/5] firmware: qcom: scm: Optionally remove SCM call serialization
` [RESEND PATCH v2 3/5] dt-bindings: firmware: qcom-scm: Add optional interrupt
` [RESEND PATCH v2 4/5] firmware: qcom: scm: Add wait-queue helper functions
` [RESEND PATCH v2 5/5] firmware: qcom: scm: Add wait-queue handling logic

[PATCH 0/5] Make atmel serial driver aware of GCLK
 2022-08-30 22:23 UTC  (3+ messages)
` [PATCH 4/5] clk: at91: sama5d2: Add Generic Clocks for UART/USART

[RFC PATCH v2 00/17] TDX KVM selftests
 2022-08-30 22:20 UTC  (18+ messages)
` [RFC PATCH v2 01/17] KVM: selftests: Add support for creating non-default type VMs
` [RFC PATCH v2 02/17] KVM: selftest: Add helper functions to create TDX VMs
` [RFC PATCH v2 03/17] KVM: selftest: Adding TDX life cycle test
` [RFC PATCH v2 04/17] KVM: selftest: TDX: Add report_fatal_error test
` [RFC PATCH v2 05/17] KVM: selftest: Adding test case for TDX port IO
` [RFC PATCH v2 06/17] KVM: selftest: TDX: Add basic TDX CPUID test
` [RFC PATCH v2 07/17] KVM: selftest: TDX: Add basic get_td_vmcall_info test
` [RFC PATCH v2 08/17] KVM: selftest: TDX: Add TDX IO writes test
` [RFC PATCH v2 09/17] KVM: selftest: TDX: Add TDX IO reads test
` [RFC PATCH v2 10/17] KVM: selftest: TDX: Add TDX MSR read/write tests
` [RFC PATCH v2 11/17] KVM: selftest: TDX: Add TDX HLT exit test
` [RFC PATCH v2 12/17] KVM: selftest: TDX: Add TDX MMIO reads test
` [RFC PATCH v2 13/17] KVM: selftest: TDX: Add TDX MMIO writes test
` [RFC PATCH v2 14/17] KVM: selftest: TDX: Add TDX CPUID TDVMCALL test
` [RFC PATCH v2 15/17] KVM: selftest: TDX: Verify the behavior when host consumes a TD private memory
` [RFC PATCH v2 16/17] KVM: selftest: TDX: Add TDG.VP.INFO test
` [RFC PATCH v2 17/17] KVM: selftest: TDX: Add shared memory test

[PATCH 00/15] Tidy up vfio_device life cycle
 2022-08-30 22:18 UTC  (3+ messages)
` [PATCH 15/15] vfio: Add struct device to vfio_device

[PATCH v3 0/2] begin KTAP spec v2 process
 2022-08-30 22:16 UTC  (2+ messages)

[RFC 0/3] THP Shrinker
 2022-08-30 21:54 UTC  (8+ messages)
` [RFC 2/3] mm: changes to split_huge_page() to free zero filled tail pages

[PATCH 5.4 000/389] 5.4.211-rc1 review
 2022-08-30 22:11 UTC  (8+ messages)
` [PATCH 5.4 182/389] PCI/portdrv: Dont disable AER reporting in get_port_device_capability()

[PATCH net-next v4 0/9] net: marvell: prestera: add nexthop routes offloading
 2022-08-30 22:11 UTC  (3+ messages)
` [PATCH net-next v4 7/9] net: marvell: prestera: add stub handler neighbour events

linux-next: Fixes tag needs some work in the cifs tree
 2022-08-30 22:10 UTC  (2+ messages)

[PATCH] clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
 2022-08-30 22:06 UTC  (2+ messages)

[PATCH v2] nvmet-tcp: Don't map pages which can't come from HIGHMEM
 2022-08-30 22:05 UTC 

[GIT PULL] clk: samsung: for v6.1
 2022-08-30 22:03 UTC  (2+ messages)

[PATCH 1/2] Documentation: raise minimum supported version of binutils to 2.25.1
 2022-08-30 22:01 UTC  (6+ messages)
` [PATCH 2/2] powerpc: remove old code for binutils < 2.25

[PATCH 0/2] Add a PolarFire SoC l2 compatible
 2022-08-30 21:59 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: riscv: sifive-l2: add a PolarFire SoC compatible

[PATCH] audit: remove obvious unnecessary header files
 2022-08-30 21:58 UTC  (3+ messages)

[arm-integrator:virt-to-pfn-v6.0-rc1 10/24] fs/iomap/direct-io.c:195:29: sparse: sparse: Using plain integer as NULL pointer
 2022-08-30 21:58 UTC 

[PATCH] Revert "ath: add support for special 0x0 regulatory domain"
 2022-08-30 21:56 UTC  (6+ messages)

DAMON Beer/Coffee/Tea chat series
 2022-08-30 21:54 UTC  (2+ messages)

[PATCH v7 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-30 21:52 UTC  (4+ messages)
` [PATCH v7 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[RFC PATCH 00/30] Code tagging framework and applications
 2022-08-30 21:49 UTC  (31+ messages)
` [RFC PATCH 01/30] kernel/module: move find_kallsyms_symbol_value declaration
` [RFC PATCH 02/30] lib/string_helpers: Drop space in string_get_size's output
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 04/30] scripts/kallysms: Always include __start and __stop symbols
` [RFC PATCH 05/30] lib: code tagging framework
` [RFC PATCH 06/30] lib: code tagging module support
` [RFC PATCH 07/30] lib: add support for allocation tagging
` [RFC PATCH 08/30] lib: introduce page "
` [RFC PATCH 09/30] change alloc_pages name in dma_map_ops to avoid name conflicts
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 12/30] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [RFC PATCH 13/30] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 15/30] lib: introduce slab allocation tagging
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 17/30] lib/string.c: strsep_no_empty()
` [RFC PATCH 18/30] codetag: add codetag query helper functions
` [RFC PATCH 19/30] move stack capture functionality into a separate function for reuse
` [RFC PATCH 20/30] lib: introduce support for storing code tag context
` [RFC PATCH 21/30] lib: implement context capture support for page and slab allocators
` [RFC PATCH 22/30] Code tagging based fault injection
` [RFC PATCH 23/30] timekeeping: Add a missing include
` [RFC PATCH 24/30] wait: Clean up waitqueue_entry initialization
` [RFC PATCH 25/30] lib/time_stats: New library for statistics on events
` [RFC PATCH 26/30] bcache: Convert to lib/time_stats
` [RFC PATCH 27/30] Code tagging based latency tracking
` [RFC PATCH 28/30] Improved symbolic error names
` [RFC PATCH 29/30] dyndbg: Convert to code tagging
` [RFC PATCH 30/30] MAINTAINERS: Add entries for code tagging & related

[PATCH] KVM: SVM: remove unnecessary check on INIT intercept
 2022-08-30 21:46 UTC  (2+ messages)

[PATCH] KVM: x86: Fix mce_banks memory leak on mci_ctl2_banks allocation failure
 2022-08-30 21:45 UTC  (2+ messages)

[PATCH v4 0/2] arm64: dts: ti: k3-am64-main: Add GPMC & ELM nodes
 2022-08-30 21:44 UTC  (2+ messages)

[PATCH] KVM/VMX: Avoid stack engine synchronization uop in __vmx_vcpu_run
 2022-08-30 21:43 UTC  (2+ messages)

[syzbot] WARNING in writeback_single_inode
 2022-08-30 21:43 UTC 

[PATCH] Revert "iavf: Add waiting for response from PF in set mac"
 2022-08-30 21:43 UTC  (2+ messages)

[net-next PATCH v2] net: phy: Add 1000BASE-KX interface mode
 2022-08-30 21:42 UTC 

[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
 2022-08-30 21:42 UTC  (6+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()

[PATCH] KVM: Add extra information in kvm_page_fault trace point
 2022-08-30 21:42 UTC  (2+ messages)

[PATCH] nvmet-tcp: Don't map pages which can't come from HIGHMEM
 2022-08-30 21:40 UTC  (2+ messages)

[PATCH 4.19] x86/bugs: Add "unknown" reporting for MMIO Stale Data
 2022-08-30 21:37 UTC 

[PATCH] KVM: fix memoryleak in kvm_init()
 2022-08-30 21:36 UTC  (2+ messages)

[PATCH v2 1/2] clk: qcom: gcc-sc7180: Keep the USB GDSC always on
 2022-08-30 21:35 UTC  (4+ messages)

[PATCH v5 00/20] PCI: dwc: Add generic resources and Baikal-T1 support
 2022-08-30 21:33 UTC  (3+ messages)
` [PATCH v5 02/20] dt-bindings: visconti-pcie: Fix interrupts array max constraints

[PATCH AUTOSEL 5.19 01/33] firmware: dmi: Use the proper accessor for the version field
 2022-08-30 21:32 UTC  (2+ messages)

[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-08-30 21:31 UTC  (4+ messages)

[PATCH v1 00/35] drm: Analog TV Improvements
 2022-08-30 21:31 UTC  (9+ messages)

[PATCH v4 0/3] Extend KVM trace_kvm_nested_vmrun() to support VMX
 2022-08-30 21:29 UTC  (6+ messages)
` [PATCH v4 1/3] KVM: x86: Update trace function for nested VM entry "
` [PATCH v4 3/3] KVM: x86: Print guest pgd in kvm_nested_vmenter()

[PATCH v1 0/5] ACPI: Device enumeration rearrangements and parent field elimination
 2022-08-30 21:29 UTC  (4+ messages)
` [PATCH v1 5/5][RFT] ACPI: Drop parent field from struct acpi_device
  ` [PATCH v2 5/5] "

[PATCH 0/4] seccomp: add the synchronous mode for seccomp_unotify
 2022-08-30 21:23 UTC  (4+ messages)
` [PATCH 4/4] "

[PATCH] drivers: spmi: Directly use ida_alloc()/free()
 2022-08-30 21:21 UTC  (2+ messages)

[PATCH v1 1/1] Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()
 2022-08-30 21:20 UTC  (2+ messages)

[PATCH 1/2] drm/tests: Split drm_framebuffer_create_test into parameterized tests
 2022-08-30 21:16 UTC  (2+ messages)
` [PATCH 2/2] drm/tests: Change "igt_" prefix to "drm_"

[PATCH] selinux: declare read-only parameters const
 2022-08-30 21:16 UTC  (2+ messages)

[PATCH v1 1/1] Input: clps711x-keypad - get rid of OF_GPIO dependency
 2022-08-30 21:15 UTC  (2+ messages)

[PATCH v1 0/5] ARM: arm64: dts/clk: imx: indentation permission whitespace cleanup 2
 2022-08-30 21:13 UTC  (3+ messages)
` [PATCH v1 4/5] clk: imx6sll: add proper spdx license identifier

[PATCH v2 RESEND] x86/apic: Don't disable x2APIC if locked
 2022-08-30 21:12 UTC 

[PATCH] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
 2022-08-30 21:12 UTC  (3+ messages)

[PATCH] nfsd: Fix a memory leak in an error handling path
 2022-08-30 21:11 UTC  (3+ messages)

[PATCH V7 0/8] perf: Expand perf_branch_entry
 2022-08-30 21:11 UTC  (3+ messages)
` [PATCH V7 6/8] perf/tools: Extend branch type classification

[PATCH] dt-bindings: nvmem: u-boot,env: add basic NVMEM cells
 2022-08-30 21:11 UTC  (3+ messages)

[PATCH v3 0/2] spmi: pmic-arb: Add support for PMIC v7
 2022-08-30 21:11 UTC  (7+ messages)

[PATCH 5.19 000/158] 5.19.6-rc1 review
 2022-08-30 21:09 UTC  (2+ messages)

[PATCH v2] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
 2022-08-30 21:08 UTC 

[PATCH v3] arm64: dts: ti: k3-am642-sk: Add DT entry for onboard LEDs
 2022-08-30 21:08 UTC  (2+ messages)

[PATCH 4/4] lib/cpumask: add FORCE_NR_CPUS config option
 2022-08-30 21:02 UTC  (2+ messages)

[PATCH] selinux: use int arrays for boolean values
 2022-08-30 21:04 UTC  (2+ messages)

[PATCH] f2fs: fix missing mapping caused by the mount/umount race
 2022-08-30 20:54 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 0/3] Fix FORTIFY=y UBSAN_LOCAL_BOUNDS=y
 2022-08-30 20:53 UTC  (4+ messages)
` [PATCH 1/3] fortify: use __builtin_dynamic_object_size in __compiletime_strlen
` [PATCH 2/3] fortify: cosmetic cleanups to __compiletime_strlen
` [PATCH 3/3] HID: avoid runtime call to strlen

[PATCH net v2] iavf: Detach device during reset task
 2022-08-30 20:49 UTC  (2+ messages)

[rmk-arm:for-next 5/7] arch/arm/mm/init.c:219: undefined reference to `phys_initrd_start'
 2022-08-30 20:49 UTC  (2+ messages)

arch/arm64/kvm/hyp/nvhe/stacktrace.c:46:6: warning: no previous prototype for function 'kvm_nvhe_prepare_backtrace'
 2022-08-30 20:47 UTC 

build failure of next-20220830 due to 5f8cdece42ff ("drm/msm/dsi: switch to DRM_PANEL_BRIDGE")
 2022-08-30 20:43 UTC  (3+ messages)

[PATCH] drm/msm/dsi: Remove use of device_node in dsi_host_parse_dt()
 2022-08-30 20:42 UTC  (2+ messages)

mainline build failure for x86_64 allmodconfig with clang
 2022-08-30 20:38 UTC  (11+ messages)

[PATCH v11 0/3] Add QCOM SNPS PHY overriding params support
 2022-08-30 20:35 UTC  (3+ messages)
` [PATCH v11 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters

[PATCH linux-next] selinux: remove redundant variables rc
 2022-08-30 20:28 UTC  (2+ messages)

[PATCH linux-next] selinux: Remove the unneeded result variable
 2022-08-30 20:27 UTC  (2+ messages)

[PATCH v1 0/8] gpio: Get rid of ARCH_NR_GPIOS (v1)
 2022-08-30 20:21 UTC  (7+ messages)
` [PATCH v1 3/8] gpiolib: Warn on drivers still using static gpiobase allocation
` [PATCH v1 4/8] gpiolib: Get rid of ARCH_NR_GPIOS

[PATCH 5.4] x86/bugs: Add "unknown" reporting for MMIO Stale Data
 2022-08-30 20:20 UTC 

[PATCH] platform/chrome: cros_ec_typec: Register partner PDOs
 2022-08-30 20:20 UTC 

[PATCH net-next v4 0/7] add generic PSE support
 2022-08-30 20:19 UTC  (5+ messages)
` [PATCH net-next v4 1/7] dt-bindings: net: phy: add PoDL PSE property
` [PATCH net-next v4 6/7] dt-bindings: net: pse-dt: add bindings for generic PSE controller

[PATCH] arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz
 2022-08-30 20:18 UTC  (3+ messages)

[PATCH v2] arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz
 2022-08-30 20:16 UTC 

[PATCH v5 1/2] dts: arm: Adding documentation for SAMA5D3-EDS board
 2022-08-30 20:16 UTC  (4+ messages)
` [PATCH v5 2/2] dts: arm: at91: Add "

[PATCH v3] iommu/s390: Fix race with release_device ops
 2022-08-30 20:15 UTC 

[PATCH v2 1/3] net: move from strlcpy with unused retval to strscpy
 2022-08-30 20:14 UTC  (3+ messages)
` [PATCH v2 2/3] net: wireless: "
` [PATCH v2 3/3] net: ethernet: "

[RESEND^2][PATCH v3] x86/PCI: Add support for the Intel 82378ZB/82379AB (SIO/SIO.A) PIRQ router
 2022-08-30 20:14 UTC  (2+ messages)

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-08-30 20:10 UTC  (5+ messages)

[PATCH v2 0/6] mfd: add tps6594x support for Jacinto platform
 2022-08-30 20:09 UTC  (4+ messages)
` [PATCH v2 2/6] MFD: TPS6594x: Add new PMIC device driver for TPS6594x chips

[PATCH v3 1/7] iversion: update comments with info about atime updates
 2022-08-30 20:08 UTC  (11+ messages)

pcieport bug?
 2022-08-30 20:07 UTC  (2+ messages)

[PATCH v3 0/1] Don't kmap() pages which can't come from HIGHMEM
 2022-08-30 20:06 UTC  (4+ messages)
` [PATCH v3 1/1] nvmet-tcp: "

powerpc-linux-objdump: Warning: Unable to load dwo file: <no .debug_str_offsets section>/<no .debug_str_offsets section>
 2022-08-30 20:06 UTC 

[PATCH v2 0/2] nvmem: lan9662-otpc: add support
 2022-08-30 20:07 UTC  (4+ messages)
` [PATCH v2 2/2] nvmem: lan9662-otp: "

[PATCH v1 1/3] dt-bindings: iio: adc: ti,tsc2046: add vref-supply property
 2022-08-30 20:02 UTC  (3+ messages)
` [PATCH v1 3/3] iio: adc: tsc2046: silent spi_device_id warning

[PATCH net-next 0/9] DSA changes for multiple CPU ports (part 4)
 2022-08-30 19:59 UTC  (3+ messages)
` [PATCH net-next 8/9] docs: net: dsa: update information about multiple CPU ports
` [PATCH net-next 9/9] net: dsa: felix: add support for changing DSA master


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