messages from 2023-01-19 20:56:49 to 2023-01-19 21:47:46 UTC [more...]
[PATCH 0/2] vhost-user: Remove the nested event loop to unbreak the DPDK use case
2023-01-19 21:10 UTC (3+ messages)
` [PATCH 1/2] Revert "vhost-user: Monitor slave channel in vhost_user_read()"
[PATCH v2 0/2] arm64: dts: qcom: Use labels with generic node names for ADC channels
2023-01-19 21:29 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: Require generic adc-chan name for channel nodes
` [PATCH v2 2/2] arm64: dts: qcom: Use labels with generic node names for ADC channels
[PATCH v2] drivers/mfd: simple-mfd-i2c: Add generic compatible
2023-01-19 21:32 UTC (4+ messages)
[PATCH 1/2] arm64: imx8mp: Disable Atheros PHY driver on i.MX8MP DHCOM
2023-01-19 21:46 UTC (2+ messages)
` [PATCH 2/2] arm64: imx8mp: Enable SMSC LAN87xx "
[RFC PATCH v4 00/15] target/arm: Allow CONFIG_TCG=n builds
2023-01-19 21:47 UTC (9+ messages)
` [RFC PATCH v4 14/15] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [RFC PATCH v4 15/15] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
[PATCH 1/9] clk: imx8mp: Add EQoS MAC clock
2023-01-19 21:44 UTC (9+ messages)
` [PATCH 2/9] net: dwc_eth_qos: Drop bogus return after goto
` [PATCH 3/9] net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32
` [PATCH 4/9] net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MAC
` [PATCH 5/9] net: dwc_eth_qos: Add DM CLK support for i.MX8M Plus
` [PATCH 6/9] net: dwc_eth_qos: Add i.MX8M Plus RMII support
` [PATCH 7/9] net: dwc_eth_qos: Add board_interface_eth_init() for i.MX8M Plus
` [PATCH 8/9] arm64: dts: imx8mp: Drop EQoS clock workaround
` [PATCH 9/9] arm64: imx8mp: Drop EQoS GPR[1] board workaround
[PATCH v17 0/6] crash: Kernel handling of CPU and memory hot un/plug
2023-01-19 21:31 UTC (4+ messages)
` [PATCH v17 3/6] crash: add generic infrastructure for crash hotplug support
[Intel-wired-lan] [PATCH 2/9] e1000e: Remove redundant pci_enable_pcie_error_reporting()
2023-01-19 21:31 UTC (3+ messages)
[PATCH] virtio-scsi: reset SCSI devices from main loop thread
2023-01-19 21:43 UTC
[PATCH net-next 00/15][pull request] Intel Wired LAN Driver Updates 2023-01-19 (ice)
2023-01-19 21:27 UTC (16+ messages)
` [PATCH net-next 01/15] ice: Add 'Execute Pending LLDP MIB' Admin Queue command
` [PATCH net-next 02/15] ice: Handle LLDP MIB Pending change
` [PATCH net-next 03/15] ice: Support drop action
` [PATCH net-next 04/15] ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPB
` [PATCH net-next 05/15] ice: remove redundant non-null check in ice_setup_pf_sw()
` [PATCH net-next 06/15] ice: add missing checks for PF vsi type
` [PATCH net-next 07/15] ice: Add support for 100G KR2/CR2/SR2 link reporting
` [PATCH net-next 08/15] ice: combine cases in ice_ksettings_find_adv_link_speed()
` [PATCH net-next 09/15] ice: Remove cppcheck suppressions
` [PATCH net-next 10/15] ice: Move support DDP code out of ice_flex_pipe.c
` [PATCH net-next 11/15] ice: Reduce scope of variables
` [PATCH net-next 12/15] ice: Explicitly return 0
` [PATCH net-next 13/15] ice: Match parameter name for ice_cfg_phy_fc()
` [PATCH net-next 14/15] ice: Introduce local var for readability
` [PATCH net-next 15/15] ice: Remove excess space
[PATCH 1/2] log: Add separate debug option for logging invalid memory accesses
2023-01-19 21:40 UTC
[PATCH 2/2] log: remove unneeded new line
2023-01-19 21:40 UTC
[PATCH v5 00/39] Shadow stacks for userspace
2023-01-19 21:23 UTC (40+ messages)
` [PATCH v5 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v5 02/39] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v5 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v5 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v5 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v5 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v5 07/39] x86: Add user control-protection fault handler
` [PATCH v5 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v5 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v5 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v5 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v5 13/39] x86/mm: Start actually marking _PAGE_COW
` [PATCH v5 14/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v5 15/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v5 16/39] x86/mm: Check shadow stack page fault errors
` [PATCH v5 17/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk
` [PATCH v5 19/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v5 20/39] mm: Add guard pages around a shadow stack
` [PATCH v5 21/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v5 22/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v5 23/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v5 24/39] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v5 25/39] mm: Warn on shadow stack memory in wrong vma
` [PATCH v5 26/39] x86: Introduce userspace API for shadow stack
` [PATCH v5 27/39] x86/shstk: Add user-mode shadow stack support
` [PATCH v5 28/39] x86/shstk: Handle thread shadow stack
` [PATCH v5 29/39] x86/shstk: Introduce routines modifying shstk
` [PATCH v5 30/39] x86/shstk: Handle signals for shadow stack
` [PATCH v5 31/39] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v5 32/39] x86/shstk: Support WRSS for userspace
` [PATCH v5 33/39] x86: Expose thread features in /proc/$PID/status
` [PATCH v5 34/39] x86/shstk: Wire in shadow stack interface
` [PATCH v5 35/39] selftests/x86: Add shadow stack test
` [PATCH v5 36/39] x86/fpu: Add helper for initing features
` [PATCH v5 37/39] x86: Add PTRACE interface for shadow stack
` [PATCH v5 38/39] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v5 39/39] x86/shstk: Add ARCH_SHSTK_STATUS
New theme - Alabaster for Kernel Documentation
2023-01-19 21:29 UTC (3+ messages)
[RFC 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
2023-01-19 21:27 UTC (5+ messages)
[PATCH RESEND 1/4] backlight: aat2870: Use backlight helper
2023-01-19 21:41 UTC (2+ messages)
[linux-nvme:nvme-6.2] BUILD SUCCESS 1c5842085851f786eba24a39ecd02650ad892064
2023-01-19 21:40 UTC
b4 send patch order
2023-01-19 21:39 UTC (3+ messages)
[PATCH RESEND 3/4] backlight: ipaq_micro: Use backlight helper
2023-01-19 21:39 UTC (2+ messages)
[PATCH RESEND 2/4] backlight: arcxcnn: Use backlight helper
2023-01-19 21:38 UTC (2+ messages)
[PATCH v9 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
2023-01-19 21:37 UTC (4+ messages)
` [PATCH v9 1/3] hw/riscv: clear kernel_entry higher bits from load_elf_ram_sym()
` [PATCH v9 2/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
` [PATCH v9 3/3] hw/riscv/boot.c: make riscv_load_initrd() static
[PATCH] hw/misc: Add basic Aspeed GFX model
2023-01-19 21:35 UTC (2+ messages)
[Intel-gfx] [PATCH 1/1] drm/i915/gsc: Fix the Driver-FLR completion
2023-01-19 21:34 UTC (4+ messages)
` "
Please pull u-boot-dm
2023-01-19 21:33 UTC (2+ messages)
Upcoming 0.12 release
2023-01-19 21:32 UTC
[PATCH 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-19 21:25 UTC (3+ messages)
` [PATCH 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
` [PATCH 2/2] selftests: KVM: Add page splitting test
[PATCH] Documentation: gpu: Fix number of columns in APU IP versions table
2023-01-19 21:31 UTC (2+ messages)
[PATCH 0/2] branch: operations on orphan branches
2023-01-19 21:24 UTC (4+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] avoid unnecessary worktrees traversing
[PATCH] x86/vsyscall: Fix documentation to reflect the default mode
2023-01-19 21:24 UTC (2+ messages)
SVSM initiated early attestation / guest secrets injection
2023-01-19 21:29 UTC (7+ messages)
[PATCH v7 0/3] Additional processing in NL80211_CMD_SET_BEACON
2023-01-19 21:19 UTC (8+ messages)
` [PATCH v7 2/3] nl80211: additional "
[PATCH] Documentation: add exception capture function
2023-01-19 21:20 UTC (2+ messages)
Improve getsockname
2023-01-19 21:19 UTC (5+ messages)
` struct sockaddr_storage, union (was: Improve getsockname)
[PATCH v3 00/24] pSeries dynamic secure boot secvar interface + platform keyring loading
2023-01-19 21:18 UTC (4+ messages)
` [PATCH v3 05/24] powerpc/secvar: Handle max object size in the consumer
+ kselftest-vm-add-tests-for-memory-deny-write-execute.patch added to mm-unstable branch
2023-01-19 21:18 UTC
+ mm-implement-memory-deny-write-execute-as-a-prctl.patch added to mm-unstable branch
2023-01-19 21:18 UTC
[PATCH v9 0/2] Memory poison recovery in khugepaged collapsing
2023-01-19 21:24 UTC (4+ messages)
` [PATCH v9 2/2] mm/khugepaged: recover from poisoned file-backed memory
[RFC PATCH RESEND 0/1] fs/namespace: defer free_mount from namespace_unlock
2023-01-19 21:14 UTC (2+ messages)
` [RFC PATCH RESEND 1/1] "
[PATCH] doc: add capability to access physical addresses
2023-01-19 21:24 UTC
[PATCH v6 01/34] vfs: Unconditionally set IOCB_WRITE in call_write_iter()
2023-01-19 21:14 UTC (8+ messages)
` [PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
[Intel-gfx] [PATCH v4 1/2] drm/i915/dg2: Introduce Wa_18018764978
2023-01-19 21:22 UTC (6+ messages)
[PATCH net] net: sched: gred: prevent races when adding offloads to stats
2023-01-19 21:16 UTC (6+ messages)
omap mcbsp and prcm_fck
2023-01-19 21:16 UTC (3+ messages)
[RFC PATCH 0/1] fs/namespace: defer free_mount from namespace_unlock
2023-01-19 21:14 UTC (3+ messages)
` [RFC PATCH 1/1] "
[PATCH v3] docs/zh_CN: Add a glossary of Chinese translation terms
2023-01-19 21:13 UTC (2+ messages)
Race condition on `git checkout -c`
2023-01-19 21:13 UTC
[PATCH v2 0/3] Assume libbpf 1.0+
2023-01-19 21:13 UTC (4+ messages)
[PATCH] drm/dma: Drop unbalanced obj unref
2023-01-19 21:13 UTC (2+ messages)
[PATCH v2 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
2023-01-19 21:19 UTC (21+ messages)
` [PATCH v2 02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit
` [PATCH v2 03/11] tests/qtest/boot-serial-test: Build command line using GString API
` [PATCH v2 04/11] tests/qtest/boot-serial-test: Only use available accelerators
` [PATCH v2 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
` [PATCH v2 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
` [PATCH v2 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
` [PATCH v2 08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
` [PATCH v2 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
` [PATCH v2 10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
` [PATCH v2 11/11] tests/qtest/migration-test: Only use available accelerators
[PATCH 1/8] mm/gup: have internal functions get the mmap_read_lock()
2023-01-19 21:19 UTC (2+ messages)
[PATCH v2] x86/hotplug: Do not put offline vCPUs in mwait idle state
2023-01-19 21:12 UTC (4+ messages)
[PATCH v1 0/3] Introduce per NUMA node memory error statistics
2023-01-19 21:16 UTC (5+ messages)
` [PATCH v1 1/3] mm: memory-failure: Add memory failure stats to sysfs
[RFC PATCH 0/5] vhost lock annotations
2023-01-19 21:16 UTC (6+ messages)
` [PATCH v4 0/9] "
` [PATCH v4 1/9] eal: annotate spinlock, rwlock and seqlock
[Intel-wired-lan] [net-queue v4 1/1] ice: Do not use WQ_MEM_RECLAIM flag for workqueue
2023-01-19 21:16 UTC
[PATCH 0/9] convert hugetlb fault functions to folios
2023-01-19 21:14 UTC (10+ messages)
` [PATCH 1/9] mm/hugetlb: convert hugetlb_install_page "
` [PATCH 2/9] mm/hugetlb: convert hugetlbfs_pagecache_present() "
` [PATCH 3/9] mm/hugetlb: convert putback_active_hugepage to take in a folio
` [PATCH 4/9] mm/rmap: change hugepage_add_new_anon_rmap "
` [PATCH 5/9] mm/hugetlb: convert alloc_huge_page to alloc_hugetlb_folio
` [PATCH 6/9] mm/hugetlb: convert restore_reserve_on_error to take in a folio
` [PATCH 7/9] mm/hugetlb: convert hugetlb_add_to_page_cache "
` [PATCH 8/9] mm/hugetlb: convert hugetlb_wp() "
` [PATCH 9/9] Documentation/mm: update hugetlbfs documentation to mention alloc_hugetlb_folio
[PATCH 1/3] mm: return the number of pages successfully paged out
2023-01-19 21:15 UTC (9+ messages)
[PATCH] docs/scripts/gdb: add necessary make scripts_gdb step
2023-01-19 21:09 UTC (2+ messages)
[agd5f:drm-next 251/262] htmldocs: Documentation/gpu/amdgpu/driver-misc.rst:38: WARNING: "csv-table" widths do not match the number of columns in table (7)
2023-01-19 21:09 UTC
[PATCH for-rc] IB/isert: Fix hang in iscsit_wait_for_tag
2023-01-19 21:07 UTC
[PATCH] kvm_host.h: fix spelling typo in function declaration
2023-01-19 21:04 UTC (2+ messages)
[PATCH] kvm: account allocation in generic version of kvm_arch_alloc_vm()
2023-01-19 21:04 UTC (2+ messages)
[PATCH] xen/pvcalls-back: fix permanently masked event channel
2023-01-19 21:11 UTC
[PATCH] KVM: VMX: Access @flags as a 32-bit value in __vmx_vcpu_run()
2023-01-19 21:03 UTC (2+ messages)
[PATCH] kvm, vmx: don't use "unsigned long" in vmx_vcpu_enter_exit()
2023-01-19 21:03 UTC (2+ messages)
[PATCH linux-next] KVM: SVM: remove redundant ret variable
2023-01-19 21:03 UTC (2+ messages)
[PATCH] trace-cmd record: Verify that splice works before using it
2023-01-19 21:03 UTC (2+ messages)
[PATCH] KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()
2023-01-19 21:03 UTC (2+ messages)
[PATCH] KVM: SVM: Account scratch allocations used to decrypt SEV guest memory
2023-01-19 21:03 UTC (2+ messages)
[ANNOUNCE] 5.10.162-rt78
2023-01-19 21:03 UTC (5+ messages)
[tip: x86/fpu] x86/fpu: Replace zero-length array in struct xregs_state with flexible-array member
2023-01-19 21:02 UTC
[PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon
2023-01-19 21:01 UTC (2+ messages)
[Intel-wired-lan] [PATCH] ice/ptp: fix the PTP worker retrying indefinitely if the link went down
2023-01-19 20:23 UTC (2+ messages)
` [Intel-wired-lan] [PATCH v3] "
[PATCH v4] leds: simatic-ipc-leds-gpio: make sure we have the GPIO providing driver
2023-01-19 21:02 UTC (2+ messages)
[V5 PATCH 0/3] Execute hypercalls according to host cpu
2023-01-19 21:01 UTC (2+ messages)
[PATCH 0/1] KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fd
2023-01-19 21:01 UTC (2+ messages)
[PATCH net] net: fec: Use page_pool_put_full_page when freeing rx buffers
2023-01-19 21:02 UTC (2+ messages)
[PATCH] KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_test
2023-01-19 21:01 UTC (2+ messages)
[PATCH] KVM: selftests: Fix a typo in the vcpu_msrs_set assert
2023-01-19 21:01 UTC (2+ messages)
U-Boot v2022.04 Compile Errors
2023-01-19 21:07 UTC (2+ messages)
[PATCH v2 0/4] dm: input: driver for buttons with linux, code declaration
2023-01-19 21:07 UTC (5+ messages)
` [PATCH v2 2/4] dts: add missing linux,code in gpio-keys
` [PATCH v2 3/4] dm: button: add support for linux_code in button-gpio.c driver
[PATCH v3] ddr: marvell: a38x: Add support for DDR4 from Marvell mv-ddr-marvell repository
2023-01-19 21:07 UTC (3+ messages)
[PATCH net] net: mana: Fix IRQ name - add PCI and queue number
2023-01-19 20:59 UTC
[PATCH v4 06/11] media: v4l2-core: Built async and fwnode code into videodev.ko
2023-01-19 20:58 UTC (2+ messages)
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-19 21:06 UTC (5+ messages)
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
linux-next: build failure after merge of the tty.current tree
2023-01-19 20:58 UTC
[PATCH v8 0/7] Introduce and test masked events
2023-01-19 20:57 UTC (2+ messages)
[RFC 0/2] wifi: mac80211: extend rx API with link_id for MLO connection
2023-01-19 20:57 UTC (5+ messages)
` [RFC 2/2] wifi: mac80211: use link_id from ieee80211_rx_status to retrieve rx link
another use-after-free in ep_remove_wait_queue()
2023-01-19 21:01 UTC (5+ messages)
[PATCH v2] KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd()
2023-01-19 20:54 UTC (2+ messages)
[PATCH v2] Documentation: Avoid duplicate Kconfig inclusion
2023-01-19 20:57 UTC (2+ messages)
[PATCH] kvm: x86/mmu: Rename SPTE_TDP_AD_ENABLED_MASK to SPTE_TDP_AD_ENABLED
2023-01-19 20:54 UTC (2+ messages)
[PATCH net-next v3 0/8] Netlink protocol specs
2023-01-19 20:56 UTC (3+ messages)
` [PATCH net-next v3 7/8] net: fou: use policy and operation tables generated from the spec
[PATCH v1 1/1] leds: tca6507: Convert to use fwnode_device_is_compatible()
2023-01-19 20:55 UTC (2+ messages)
[PATCH] kvm: x86/mmu: Don't clear write flooding for direct SP
2023-01-19 20:54 UTC (2+ messages)
[PATCH v4 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
2023-01-19 20:54 UTC (2+ messages)
[PATCH] rtmutex: ensure we wake up the top waiter
2023-01-19 20:53 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.