linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-04 21:21:47 to 2023-12-05 23:22:09 UTC [more...]

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2023-12-05 23:21 UTC  (7+ messages)
` [PATCH 01/15] x86/resctrl: Remove hard-coded memory bandwidth limit
` [PATCH 02/15] x86/resctrl: Remove hard-coded memory bandwidth event configuration

[PATCH net-next v7 0/8] Support symmetric-xor RSS hash
 2023-12-05 23:00 UTC  (9+ messages)
` [PATCH net-next v7 1/8] net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
` [PATCH net-next v7 2/8] net: ethtool: get rid of get/set_rxfh_context functions
` [PATCH net-next v7 3/8] net: ethtool: add support for symmetric-xor RSS hash
` [PATCH net-next v7 4/8] ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
` [PATCH net-next v7 5/8] ice: refactor RSS configuration
` [PATCH net-next v7 6/8] ice: refactor the FD and RSS flow ID generation
` [PATCH net-next v7 7/8] ice: enable symmetric-xor RSS for Toeplitz hash function
` [PATCH net-next v7 8/8] iavf: "

[PATCH v6 0/1] mm: report per-page metadata information
 2023-12-05 22:31 UTC  (2+ messages)
` [PATCH v6 1/1] "

[PATCH net-next v2 0/8] net: Add support for Power over Ethernet (PoE)
 2023-12-05 21:35 UTC  (19+ messages)
` [PATCH net-next v2 7/8] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
` [PATCH net-next v2 8/8] net: pse-pd: Add PD692x0 PSE controller driver

[PATCH net-next v5 5/5] ice: add documentation for FW logging
 2023-12-05 21:12 UTC 

[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-12-05 20:05 UTC  (26+ messages)
` [PATCH v8 1/6] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v8 2/6] memcontrol: implement mem_cgroup_tryget_online()
` [PATCH v8 3/6] zswap: make shrinking memcg-aware
  ` [PATCH v8 3/6] zswap: make shrinking memcg-aware (fix)
` [PATCH v8 4/6] mm: memcg: add per-memcg zswap writeback stat
  ` [PATCH v8 4/6] mm: memcg: add per-memcg zswap writeback stat (fix)

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-12-05 20:04 UTC  (14+ messages)
` [RFC 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page
` [RFC 06/33] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs

[PATCH bpf-next v3 0/3] xsk: TX metadata Launch Time support
 2023-12-05 20:01 UTC  (14+ messages)
` [PATCH bpf-next v3 2/3] net: stmmac: add Launch Time support to XDP ZC
        ` [xdp-hints] "
` [PATCH bpf-next v3 3/3] selftests/bpf: add Launch Time request to xdp_hw_metadata
      ` [xdp-hints] "

[PATCH v13 00/35] x86: enable FRED for x86-64
 2023-12-05 19:03 UTC  (38+ messages)
` [PATCH v13 01/35] x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
` [PATCH v13 02/35] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v13 03/35] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v13 04/35] Documentation/x86/64: Add a documentation for FRED
` [PATCH v13 05/35] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v13 06/35] x86/cpufeatures: Add the CPU feature bit for FRED
` [PATCH v13 07/35] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v13 08/35] x86/fred: Disable FRED by default in its early stage
` [PATCH v13 09/35] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v13 10/35] x86/objtool: Teach objtool about ERET[US]
` [PATCH v13 11/35] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v13 12/35] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v13 13/35] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v13 14/35] x86/ptrace: Add FRED additional information to "
` [PATCH v13 15/35] x86/fred: Add a new header file for FRED definitions
` [PATCH v13 16/35] x86/fred: Reserve space for the FRED stack frame
` [PATCH v13 17/35] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v13 18/35] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v13 19/35] x86/fred: No ESPFIX needed "
` [PATCH v13 20/35] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v13 21/35] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v13 22/35] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v13 23/35] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v13 24/35] x86/fred: Add a NMI "
` [PATCH v13 25/35] x86/fred: Add a machine check "
` [PATCH v13 26/35] x86/fred: FRED entry/exit and dispatch code
` [PATCH v13 27/35] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v13 28/35] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v13 29/35] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v13 30/35] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v13 31/35] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v13 32/35] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v13 33/35] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v13 34/35] x86/fred: Add FRED initialization functions
` [PATCH v13 35/35] x86/fred: Invoke FRED initialization code to enable FRED

[PATCH 07/15] x86/resctrl: Add support to enable/disable ABMC feature
 2023-12-05 18:50 UTC  (4+ messages)

[PATCH 14/15] x86/resctrl: Add interface unassign a ABMC counter
 2023-12-05 18:09 UTC  (3+ messages)

[PATCH 0/4] kunit: Add helpers for creating test-managed devices
 2023-12-05 17:30 UTC  (17+ messages)
` [PATCH 1/4] kunit: Add APIs for managing devices
` [PATCH 2/4] fortify: test: Use kunit_device
` [PATCH 3/4] overflow: Replace fake root_device with kunit_device
` [PATCH 4/4] ASoC: topology: Replace fake root_device with kunit_device in tests

[PATCH v3 00/21] arm64: Support for 2023 DPISA extensions
 2023-12-05 16:48 UTC  (22+ messages)
` [PATCH v3 01/21] arm64/sysreg: Add definition for ID_AA64PFR2_EL1
` [PATCH v3 02/21] arm64/sysreg: Update ID_AA64ISAR2_EL1 defintion for DDI0601 2023-09
` [PATCH v3 03/21] arm64/sysreg: Add definition for ID_AA64ISAR3_EL1
` [PATCH v3 04/21] arm64/sysreg: Add definition for ID_AA64FPFR0_EL1
` [PATCH v3 05/21] arm64/sysreg: Update ID_AA64SMFR0_EL1 definition for DDI0601 2023-09
` [PATCH v3 06/21] arm64/sysreg: Update SCTLR_EL1 "
` [PATCH v3 07/21] arm64/sysreg: Update HCRX_EL2 definition "
` [PATCH v3 08/21] arm64/sysreg: Add definition for FPMR
` [PATCH v3 09/21] arm64/cpufeature: Hook new identification registers up to cpufeature
` [PATCH v3 10/21] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH v3 11/21] arm64/fpsimd: Support FEAT_FPMR
` [PATCH v3 12/21] arm64/signal: Add FPMR signal handling
` [PATCH v3 13/21] arm64/ptrace: Expose FPMR via ptrace
` [PATCH v3 14/21] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v3 15/21] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH v3 16/21] arm64/hwcap: Define hwcaps for 2023 DPISA features
` [PATCH v3 17/21] kselftest/arm64: Handle FPMR context in generic signal frame parser
` [PATCH v3 18/21] kselftest/arm64: Add basic FPMR test
` [PATCH v3 19/21] kselftest/arm64: Add 2023 DPISA hwcap test coverage
` [PATCH v3 20/21] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH v3 21/21] KVM: arm64: selftests: Teach get-reg-list about FPMR

[PATCH 0/3] hwmon: Add driver for Astera Labs PT516XX retimer
 2023-12-05 16:46 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: add asteralabs
` [PATCH 2/3] dt-bindings: hwmon: pt516xx: add bindings
` [PATCH 3/3] hwmon: Add driver for Astera Labs PT516XX retimer

[PATCH v6 0/3] arm64: perf: Add support for event counting threshold
 2023-12-05 16:34 UTC  (5+ messages)
` [PATCH v6 2/3] "

[PATCH] Documentaion:trace Add the git web link to view it on the browser
 2023-12-05 16:26 UTC  (2+ messages)

[PATCH v3 0/2] Add support for LTC4282
 2023-12-05 16:18 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add LTC4282 bindings
` [PATCH v3 2/2] hwmon: ltc4282: add support for the LTC4282 chip

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2023-12-05 16:00 UTC  (4+ messages)

[PATCH v1 0/2] hwmon: Driver for Nuvoton NCT736X
 2023-12-05 15:49 UTC  (13+ messages)
` [PATCH v1 1/2] dt-bindings: hwmon: Add nct736x bindings
` [PATCH v1 2/2] hwmon: Driver for Nuvoton NCT736X

[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
 2023-12-05 15:39 UTC  (7+ messages)
` [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH bpf-next v2 0/3] xsk: TX metadata txtime support
 2023-12-05 15:28 UTC  (8+ messages)
` [PATCH bpf-next v2 2/3] net: stmmac: Add txtime support to XDP ZC

[PATCH v3 1/5] perf: fsl_imx8_ddr: Add AXI ID PORT CHANNEL filter support
 2023-12-05 15:16 UTC  (2+ messages)

[PATCH] Dcoumentation/arch/arm64: fix typo
 2023-12-05 15:16 UTC  (2+ messages)

[RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
 2023-12-05 14:47 UTC  (13+ messages)

[PATCH v2] hwmon: Add driver for Gigabyte AORUS Waterforce AIO coolers
 2023-12-05 14:35 UTC  (4+ messages)

[PATCH v2 0/3] supplement of slab allocator removal
 2023-12-05 14:10 UTC  (4+ messages)
` [PATCH v2 3/3] mm/slub: correct the default value of slub_min_objects in doc

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2023-12-05 11:48 UTC  (3+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[PATCH net-next v1 0/6] tools/net/ynl: Add 'sub-message' support to ynl
 2023-12-04 22:38 UTC  (6+ messages)
` [PATCH net-next v1 6/6] doc/netlink/specs: Add a spec for tc

[PATCH] drm/doc: Define KMS atomic state set
 2023-12-05  8:35 UTC  (9+ messages)

[PATCH v14 0/9] Enable Wifi RFI interference mitigation feature support
 2023-12-05  7:24 UTC  (6+ messages)
` [PATCH v14 2/9] platform/x86/amd: Add support for AMD ACPI based Wifi band RFI mitigation feature

Converting manpages from asciidoc to rst2man ?
 2023-12-05  4:01 UTC  (4+ messages)

[PATCH v3] locking: Document that some lock types must stay alive during unlock
 2023-12-04 23:47 UTC  (3+ messages)

[PATCH v12 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2023-12-04 23:25 UTC  (21+ messages)
` [PATCH v13 "
  ` [PATCH v13 1/8] x86/resctrl: Prepare for new domain scope
  ` [PATCH v13 2/8] x86/resctrl: Prepare to split rdt_domain structure
  ` [PATCH v13 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
  ` [PATCH v13 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
  ` [PATCH v13 5/8] x86/resctrl: Add node-scope to the options for feature scope
  ` [PATCH v13 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
  ` [PATCH v13 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v13 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH v4] x86/resctrl: Add mount option to pick total MBM event
 2023-12-04 22:51 UTC  (10+ messages)
` [PATCH v5] x86/resctrl: Add event choices for mba_MBps


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