messages from 2022-12-08 19:38:57 to 2022-12-08 20:06:02 UTC [more...]
[PATCH v2] mm/highmem: Add notes about conversions from kmap{,_atomic}()
2022-12-08 20:05 UTC (3+ messages)
[PATCH v1 00/37] Implementation of ML CNXK driver
2022-12-08 20:02 UTC (34+ messages)
` [PATCH v1 01/37] ml/cnxk: add skeleton for ML cnxk driver
` [PATCH v1 02/37] ml/cnxk: enable probe and remove of ML device
` [PATCH v1 03/37] ml/cnxk: add driver support to get device info
` [PATCH v1 04/37] ml/cnxk: add support for configure and close
` [PATCH v1 05/37] ml/cnxk: parse ML firmware path from device args
` [PATCH v1 06/37] ml/cnxk: enable firmware load and device reset
` [PATCH v1 07/37] ml/cnxk: enable support for simulator environment
` [PATCH v1 08/37] ml/cnxk: enable support for device start and stop
` [PATCH v1 09/37] ml/cnxk: add support to create device queue-pairs
` [PATCH v1 10/37] ml/cnxk: add functions to load and unload models
` [PATCH v1 11/37] ml/cnxk: enable validity checks for model metadata
` [PATCH v1 12/37] ml/cnxk: add internal structures for derived info
` [PATCH v1 13/37] ml/cnxk: add internal structures for tiles and OCM
` [PATCH v1 14/37] ml/cnxk: add structures for slow and fast path JDs
` [PATCH v1 15/37] ml/cnxk: find OCM mask and page slots for a model
` [PATCH v1 16/37] ml/cnxk: add support to reserve and free OCM pages
` [PATCH v1 17/37] ml/cnxk: enable support to start an ML model
` [PATCH v1 18/37] ml/cnxk: enable support to stop an ML models
` [PATCH v1 19/37] ml/cnxk: enable support to get model information
` [PATCH v1 20/37] ml/cnxk: enable support to update model params
` [PATCH v1 21/37] ml/cnxk: add support to get IO buffer sizes
` [PATCH v1 22/37] ml/cnxk: enable quantization and dequantization
` [PATCH v1 23/37] ml/cnxk: enable support to dump device debug info
` [PATCH v1 24/37] ml/cnxk: add driver support for device selftest
` [PATCH v1 25/37] ml/cnxk: enqueue a burst of inference requests
` [PATCH v1 26/37] ml/cnxk: dequeue "
` [PATCH v1 27/37] ml/cnxk: add internal function for sync mode run
` [PATCH v1 28/37] ml/cnxk: enable support for firmware error codes
` [PATCH v1 29/37] ml/cnxk: add support to get and reset device stats
` [PATCH v1 30/37] ml/cnxk: add support to handle extended dev stats
` [PATCH v1 31/37] ml/cnxk: enable support to get xstats in cycles
` [PATCH v1 32/37] ml/cnxk: add support to report DPE FW warnings
` [PATCH v1 34/37] ml/cnxk: add support to select OCM allocation mode
[PATCH v2 0/4] PCI: Continue E820 vs host bridge window saga
2022-12-08 20:03 UTC (2+ messages)
[Buildroot] [PATCH] package/pkg-meson.mk: add 'setup' to meson command in config step
2022-12-08 20:03 UTC
[igt-dev] [PATCH i-g-t] lib: Support all future platforms in bufops
2022-12-08 20:02 UTC (5+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "
[PATCH 0/6] block: add support for REQ_OP_VERIFY
2022-12-08 20:02 UTC (3+ messages)
[Intel-gfx] [CI 0/6] drm/i915: Add support for GSC FW loading
2022-12-08 20:05 UTC (7+ messages)
` [Intel-gfx] [CI 1/6] drm/i915/uc: Introduce GSC FW
` [Intel-gfx] [CI 2/6] drm/i915/gsc: Skip the version check when fetching the "
` [Intel-gfx] [CI 3/6] drm/i915/gsc: GSC firmware loading
` [Intel-gfx] [CI 4/6] drm/i915/gsc: Do a driver-FLR on unload if GSC was loaded
` [Intel-gfx] [CI 5/6] drm/i915/gsc: Disable GSC engine and power well if FW is not selected
` [Intel-gfx] [CI 6/6] drm/i915/mtl: MTL has one GSC CS on the media GT
[PATCH mm-unstable] mm: clarify folio_set_compound_order() zero support
2022-12-08 20:01 UTC (8+ messages)
stable-rc/queue/5.4 build: 188 builds: 2 failed, 186 passed, 34 warnings (v5.4.226-22-g3672a05748ea)
2022-12-08 20:01 UTC
[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
2022-12-08 19:38 UTC (114+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
` [RFC PATCH 02/37] KVM: MMU: Move struct kvm_mmu_page_role into common code
` [RFC PATCH 03/37] KVM: MMU: Move tdp_ptep_t "
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
` [RFC PATCH 05/37] KVM: x86/mmu: Unify TDP MMU and Shadow MMU root refcounts
` [RFC PATCH 06/37] KVM: MMU: Move struct kvm_mmu_page to common code
` [RFC PATCH 07/37] mm: Introduce architecture-neutral PG_LEVEL macros
` [RFC PATCH 08/37] KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_test
` [RFC PATCH 09/37] KVM: Move page size stats into common code
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault to "
` [RFC PATCH 11/37] KVM: MMU: Move RET_PF_* into "
` [RFC PATCH 12/37] KVM: x86/mmu: Use PG_LEVEL_{PTE,PMD,PUD} in the TDP MMU
` [RFC PATCH 12/37] KVM: x86/mmu: Use PG_LEVEL_{PTE, PMD, PUD} "
` [RFC PATCH 13/37] KVM: MMU: Move sptep_to_sp() to common code
` [RFC PATCH 14/37] KVM: MMU: Introduce common macros for TDP page tables
` [RFC PATCH 15/37] KVM: x86/mmu: Add a common API for inspecting/modifying TDP PTEs
` [RFC PATCH 16/37] KVM: x86/mmu: Abstract away TDP MMU root lookup
` [RFC PATCH 17/37] KVM: Move struct kvm_gfn_range to kvm_types.h
` [RFC PATCH 18/37] KVM: x86/mmu: Add common API for creating TDP PTEs
` [RFC PATCH 19/37] KVM: x86/mmu: Add arch hooks for NX Huge Pages
` [RFC PATCH 20/37] KVM: x86/mmu: Abstract away computing the max mapping level
` [RFC PATCH 21/37] KVM: Introduce CONFIG_HAVE_TDP_MMU
` [RFC PATCH 22/37] KVM: x86: Select HAVE_TDP_MMU if X86_64
` [RFC PATCH 23/37] KVM: MMU: Move VM-level TDP MMU state to struct kvm
` [RFC PATCH 24/37] KVM: x86/mmu: Move kvm_mmu_hugepage_adjust() up to fault handler
` [RFC PATCH 25/37] KVM: x86/mmu: Pass root role to kvm_tdp_mmu_get_vcpu_root_hpa()
` [RFC PATCH 26/37] KVM: Move page table cache to struct kvm_vcpu
` [RFC PATCH 27/37] KVM: MMU: Move mmu_page_header_cache to common code
` [RFC PATCH 28/37] KVM: MMU: Stub out tracepoints on non-x86 architectures
` [RFC PATCH 29/37] KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
` [RFC PATCH 29/37] KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range, address}() together
` [RFC PATCH 30/37] KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
` [RFC PATCH 31/37] KVM: x86/MMU: Use gfn_t in kvm_flush_remote_tlbs_range()
` [RFC PATCH 32/37] KVM: Allow range-based TLB invalidation from common code
` [RFC PATCH 33/37] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [RFC PATCH 34/37] KVM: MMU: Move the TDP iterator "
` [RFC PATCH 35/37] KVM: x86/mmu: Move tdp_mmu_max_gfn_exclusive() to tdp_pgtable.c
` [RFC PATCH 36/37] KVM: x86/mmu: Move is_tdp_mmu_page() to mmu_internal.h
` [RFC PATCH 37/37] KVM: MMU: Move the TDP MMU to common code
[PATCH 0/2] feat: checkpatch: prohibit Buglink: and warn about missing Link:
2022-12-08 19:58 UTC (3+ messages)
` [PATCH 1/2] checkpatch: warn when unknown tags are used for links
[PATCH] powerpc/boot: Fix compilation of uImage for e500 platforms
2022-12-08 19:57 UTC (9+ messages)
` [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage
[PATCH 0/2] cgroup/cpuset: Task migration optimization
2022-12-08 19:56 UTC (6+ messages)
` [PATCH 1/2] cgroup/cpuset: Use cpuset_rwsem read lock in cpuset_can_attach()
` [PATCH 2/2] cgroup/cpuset: Make percpu cpuset_rwsem operation depending on DYNMODS state
[PATCH net-next v2 0/6] tsnep: XDP support
2022-12-08 19:57 UTC (4+ messages)
` [PATCH net-next v2 2/6] tsnep: Add XDP TX support
[PATCH v1 1/1] common/cnxk: add ML headers and ROC code for cnxk
2022-12-08 19:56 UTC
[PATCH net-next v5 1/2] IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver
2022-12-08 19:54 UTC (3+ messages)
` [RFC net-next v5 2/2] bnxt: Use generic HBH removal helper in tx path
[PATCH v2 0/6] Support TDX guests on Hyper-V
2022-12-08 19:54 UTC (4+ messages)
` [PATCH v2 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
[PATCH 0/4] KVM: selftests: Fixes for ucall pool + page_fault_test
2022-12-08 19:49 UTC (11+ messages)
` [PATCH 2/4] KVM: selftests: Setup ucall after loading program into guest memory
[PATCH v1 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
2022-12-08 19:52 UTC (5+ messages)
` [PATCH v1 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
[xen-4.16-testing test] 175089: regressions - FAIL
2022-12-08 19:50 UTC
[ndctl PATCH v2] ndctl: create disable master passphrase support
2022-12-08 19:49 UTC (5+ messages)
[PATCH net-next v2 00/15][pull request] Intel Wired LAN Driver Updates 2022-12-07 (ice)
2022-12-08 19:48 UTC (4+ messages)
` [PATCH net-next v2 09/15] ice: protect init and calibrating check in ice_ptp_request_ts
[Buildroot] [PATCH v2] package/xr819-xradio: fix build failure with Linux 6.0
2022-12-08 19:47 UTC
[PATCH v11 1/3] platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer
2022-12-08 19:46 UTC (4+ messages)
` [PATCH v11 2/3] dt-bindings: mfd: cros-ec: Add UART compatible string
` [PATCH v11 3/3] platform/chrome: cros_ec_uart: Add DT enumeration support
[PATCH] mm/uffd: Always wr-protect pte in pte|pmd_mkuffd_wp()
2022-12-08 19:46 UTC
[PATCH V1 0/8] vfio virtual address update redo
2022-12-08 19:44 UTC (6+ messages)
` [PATCH V1 1/8] vfio: delete interfaces to update vaddr
[PATCH 1/2] sepolicy: Switch main selection menu to GtkPopover
2022-12-08 19:43 UTC (2+ messages)
` [PATCH 2/2] python: Fix detection of sepolicy.glade location
[PATCHv4 net-next 0/5] net: eliminate the duplicate code in the ct nat functions of ovs and tc
2022-12-08 19:44 UTC (2+ messages)
[Buildroot] [PATCH] package/xr819-xradio: fix build failure with Linux 6.0
2022-12-08 19:45 UTC (3+ messages)
[PATCH 1/2] devtools: document test meson script config options
2022-12-08 19:43 UTC (4+ messages)
` [PATCH 2/2] devtools: configure source repo to use as ABI reference
` [EXT] "
[Buildroot] [PATCH] package/network-manager: bump to version 1.40.6
2022-12-08 19:39 UTC
drivers/clk/clk-nomadik.c:145: warning: expecting prototype for struct clk_pll1. Prototype was for struct clk_pll instead
2022-12-08 19:38 UTC
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.