messages from 2023-09-20 12:46:09 to 2023-09-25 10:13:45 UTC [more...]
[PATCH] tracing: document buffer_size_kb more precisely
2023-09-25 10:02 UTC
[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-09-25 9:56 UTC (2+ messages)
[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
2023-09-25 8:30 UTC (6+ messages)
` [PATCH v2 3/6] maple_tree: Add test for mtree_dup()
[PATCH v10 00/10] x86/resctrl: Miscellaneous resctrl features
2023-09-25 8:10 UTC (6+ messages)
` [PATCH v10 10/10] x86/resctrl: Display RMID of resource group
[linus:master] [workqueue] 8a1dd1e547: BUG:KCSAN:data-race_in_print_report/wq_worker_tick
2023-09-25 7:18 UTC
[PATCH] [v2] Documentation: kbuild: explain handling optional dependencies
2023-09-25 7:06 UTC (2+ messages)
[PATCH v10 0/7] Add metrics for Arm CMN
2023-09-25 5:57 UTC (8+ messages)
` [PATCH v10 1/7] perf pmu: "Compat" supports regular expression matching identifiers
` [PATCH v10 2/7] perf metric: "
` [PATCH v10 3/7] perf jevents: Support EventidCode and NodeType
` [PATCH v10 4/7] perf test: Make matching_pmu effective
` [PATCH v10 5/7] perf test: Add pmu-event test for "Compat" and new event_field
` [PATCH v10 6/7] perf jevents: Add support for Arm CMN PMU aliasing
` [PATCH v10 7/7] perf vendor events: Add JSON metrics for Arm CMN
[PATCH v3 0/9] Introduce __mt_dup() to improve the performance of fork()
2023-09-25 3:56 UTC (10+ messages)
` [PATCH v3 1/9] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v3 2/9] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v3 3/9] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v3 4/9] maple_tree: Add test for mtree_dup()
` [PATCH v3 5/9] maple_tree: Update the documentation of maple tree
` [PATCH v3 6/9] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v3 7/9] maple_tree: Update check_forking() and bench_forking()
` [PATCH v3 8/9] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v3 9/9] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH v9 0/7] Add metrics for Arm CMN
2023-09-25 2:19 UTC (6+ messages)
` [PATCH v9 1/7] perf pmu: "Compat" supports regular expression matching identifiers
[PATCH v6 00/20] Imagination Technologies PowerVR DRM driver
2023-09-25 0:41 UTC (4+ messages)
` [PATCH v6 04/20] drm/imagination/uapi: Add PowerVR driver UAPI
[PATCH] docs: Fix Sphinx 8 warning caused by paths represented with strings
2023-09-24 18:47 UTC
[PATCH] docs: admin-guide: sysctl: fix details of struct dentry_stat_t
2023-09-23 19:51 UTC
[PATCH v11 00/37] x86: enable FRED for x86-64
2023-09-23 9:42 UTC (38+ messages)
` [PATCH v11 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v11 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v11 03/37] x86/msr: Add the WRMSRNS instruction support
` [PATCH v11 04/37] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v11 05/37] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v11 06/37] Documentation/x86/64: Add a documentation for FRED
` [PATCH v11 07/37] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v11 08/37] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v11 09/37] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v11 10/37] x86/fred: Disable FRED by default in its early stage
` [PATCH v11 11/37] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v11 12/37] x86/objtool: Teach objtool about ERET[US]
` [PATCH v11 13/37] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v11 14/37] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v11 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v11 16/37] x86/ptrace: Add FRED additional information to "
` [PATCH v11 17/37] x86/fred: Add a new header file for FRED definitions
` [PATCH v11 18/37] x86/fred: Reserve space for the FRED stack frame
` [PATCH v11 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v11 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v11 21/37] x86/fred: No ESPFIX needed "
` [PATCH v11 22/37] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v11 23/37] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v11 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v11 25/37] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v11 26/37] x86/fred: Add a NMI "
` [PATCH v11 27/37] x86/fred: Add a machine check "
` [PATCH v11 28/37] x86/fred: FRED entry/exit and dispatch code
` [PATCH v11 29/37] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v11 30/37] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v11 31/37] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v11 32/37] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v11 33/37] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v11 34/37] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v11 36/37] x86/fred: Add FRED initialization functions
` [PATCH v11 37/37] x86/fred: Invoke FRED initialization code to enable FRED
[PATCH v16 00/12] Implement copy offload support
2023-09-22 13:08 UTC (6+ messages)
` [PATCH v16 03/12] block: add "
` [PATCH v16 04/12] block: add emulation for copy
[PATCH] docs/zh_TW: update contents for zh_TW
2023-09-23 8:00 UTC
[PATCH v4] docs: security: Confidential computing intro and threat model for x86 virtualization
2023-09-23 7:57 UTC (7+ messages)
` [RESEND PATCH "
[PATCH] docs: x86: Update spec URL in x86/iommu document
2023-09-23 7:13 UTC
[PATCH 0/2] Spanish translation of security-bugs and embargoed-hardware-issues
2023-09-23 7:11 UTC (2+ messages)
[PATCH v10 00/38] x86: enable FRED for x86-64
2023-09-22 23:21 UTC (38+ messages)
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v10 16/38] x86/ptrace: Add FRED additional information to the pt_regs structure
` [PATCH v10 28/38] x86/fred: FRED entry/exit and dispatch code
` [PATCH v10 33/38] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v10 34/38] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v10 36/38] x86/fred: Add fred_syscall_init()
[PATCH v4] platform/x86: thinkpad_acpi: sysfs interface to auxmac
2023-09-22 18:21 UTC (3+ messages)
[PATCH] hwmon: add in watchdog for nct6686
2023-09-22 16:59 UTC (2+ messages)
[linux-next:master 6443/6975] htmldocs: Documentation/gpu/amdgpu/thermal:43: ./drivers/gpu/drm/amd/pm/amdgpu_pm.c:988: WARNING: Unexpected indentation
2023-09-22 11:40 UTC
[PATCH] docs: block: blk-mq.rst: correct places -> place
2023-09-22 11:30 UTC (2+ messages)
[PATCH] Documentation efi-stub.rst: fix arm64 EFI source location
2023-09-22 11:29 UTC (2+ messages)
[PATCH] docs: move leds under section Human interfaces
2023-09-22 11:24 UTC (2+ messages)
[PATCH] memory-hotplug.rst: fix wrong /sys/device/ path
2023-09-22 11:19 UTC (3+ messages)
[linus:master] [workqueue] 636b927eba: stress-ng.io.ops_per_sec 19.5% improvement
2023-09-22 9:38 UTC
[PATCH net-next v10 5/6] page_pool: update document about fragment API
2023-09-22 9:11 UTC
[PATCH v2 0/4] x86/resctrl: Non-contiguous bitmasks in Intel CAT
2023-09-22 8:48 UTC (2+ messages)
` [PATCH v2 3/4] Documentation/x86: Document resctrl's new sparse_masks
[PATCH] docs: x86: Update document url in amd-memory-encryption.rst
2023-09-22 8:25 UTC
[RFC PATCH net-next 0/6] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
2023-09-22 4:39 UTC (30+ messages)
` [RFC PATCH net-next 1/6] net: ethernet: implement OPEN Alliance control transaction interface
` [RFC PATCH net-next 3/6] net: ethernet: implement OA TC6 configuration function
` [RFC PATCH net-next 5/6] microchip: lan865x: add driver support for Microchip's LAN865X MACPHY
[PATCH V7 0/3] coresight: etm: Make cycle count threshold user configurable
2023-09-21 3:36 UTC (4+ messages)
` [PATCH V7 1/3] coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpus
` [PATCH V7 2/3] coresight: etm: Make cycle count threshold user configurable
` [PATCH V7 3/3] Documentation: coresight: Add cc_threshold tunable
[PATCH bpf-next v1] bpf, docs: Add loongarch64 as arch supporting BPF JIT
2023-09-21 22:40 UTC (2+ messages)
[PATCH v6 0/7] Adds support for ConfigFS to VKMS!
2023-09-21 3:44 UTC (4+ messages)
` [PATCH v6 7/7] drm/vkms Add hotplug support via configfs to VKMS
[PATCH net-next v9 5/6] page_pool: update document about frag API
2023-09-21 11:59 UTC (4+ messages)
[PATCH RFC v2 00/37] drm/connector: Create HDMI Connector infrastructure
2023-09-21 16:48 UTC (45+ messages)
` [PATCH RFC v2 01/37] drm/connector: Introduce an HDMI connector
` [PATCH RFC v2 02/37] drm/connector: hdmi: Create a custom state
` [PATCH RFC v2 03/37] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH RFC v2 04/37] drm/connector: hdmi: Add helper to get the RGB range
` [PATCH RFC v2 05/37] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH RFC v2 06/37] drm/connector: hdmi: Add support for output format
` [PATCH RFC v2 07/37] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH RFC v2 08/37] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH RFC v2 09/37] drm/connector: hdmi: Add custom hook to filter "
` [PATCH RFC v2 10/37] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH RFC v2 11/37] drm/connector: hdmi: Add Infoframes generation
` [PATCH RFC v2 12/37] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH RFC v2 13/37] drm/vc4: hdmi: Create destroy state implementation
` [PATCH RFC v2 14/37] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH RFC v2 15/37] drm/rockchip: inno_hdmi: Remove useless mode_fixup
` [PATCH RFC v2 16/37] drm/rockchip: inno_hdmi: Remove useless copy of drm_display_mode
` [PATCH RFC v2 17/37] drm/rockchip: inno_hdmi: Switch encoder hooks to atomic
` [PATCH RFC v2 18/37] drm/rockchip: inno_hdmi: Get rid of mode_set
` [PATCH RFC v2 19/37] drm/rockchip: inno_hdmi: no need to store vic
` [PATCH RFC v2 20/37] drm/rockchip: inno_hdmi: Remove unneeded has audio flag
` [PATCH RFC v2 21/37] drm/rockchip: inno_hdmi: Remove useless input format
` [PATCH RFC v2 22/37] drm/rockchip: inno_hdmi: Remove useless output format
` [PATCH RFC v2 23/37] drm/rockchip: inno_hdmi: Remove useless colorimetry
` [PATCH RFC v2 24/37] drm/rockchip: inno_hdmi: Remove useless enum
` [PATCH RFC v2 25/37] drm/rockchip: inno_hdmi: Remove tmds rate from structure
` [PATCH RFC v2 26/37] drm/rockchip: inno_hdmi: Remove useless coeff_csc matrix
` [PATCH RFC v2 27/37] drm/rockchip: inno_hdmi: Remove useless mode_valid
` [PATCH RFC v2 28/37] drm/rockchip: inno_hdmi: Move infoframe disable to separate function
` [PATCH RFC v2 29/37] drm/rockchip: inno_hdmi: Create mask retrieval functions
` [PATCH RFC v2 30/37] drm/rockchip: inno_hdmi: Switch to infoframe type
` [PATCH RFC v2 31/37] drm/rockchip: inno_hdmi: Remove unused drm device pointer
` [PATCH RFC v2 32/37] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH RFC v2 33/37] drm/sun4i: hdmi: Convert encoder to atomic
` [PATCH RFC v2 34/37] drm/sun4i: hdmi: Move mode_set into enable
` [PATCH RFC v2 35/37] drm/sun4i: hdmi: Switch to container_of_const
` [PATCH RFC v2 36/37] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
` [PATCH RFC v2 37/37] drm/sun4i: hdmi: Switch to HDMI connector
[PATCH v4 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
2023-09-21 16:28 UTC (3+ messages)
` [PATCH v4 8/8] selftests/mm: add uffd unit test for UFFDIO_POISON
[PATCH v2 2/2] arm64: errata: Add Cortex-A520 speculative unprivileged load workaround
2023-09-21 19:41 UTC
[PATCH v3 1/2] ALSA: docs: Add MARIAN M2 driver documentation
2023-09-21 6:10 UTC (4+ messages)
` [PATCH v3 2/2] ALSA: Add new driver for MARIAN M2 sound card
[net-next v4 0/5] net: wwan: t7xx: fw flashing & coredump support
2023-09-21 9:36 UTC (3+ messages)
[PATCH v12 net-next 00/23] net/tcp: Add TCP-AO support
2023-09-21 16:49 UTC (2+ messages)
[PATCH 1/5] perf: fsl_imx8_ddr: Add AXI ID PORT CHANNEL filter support
2023-09-21 1:35 UTC (8+ messages)
` [PATCH 3/5] dt-bindings: perf: fsl-imx-ddr: Add i.MX8DXL compatible
` [PATCH 5/5] arm64: dts: imx8dxl-ss-ddr: change ddr_pmu0 compatilbe
` [EXT] "
[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
2023-09-20 21:40 UTC (4+ messages)
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub
[PATCH 2/2] arm64: errata: Add Cortex-A520 speculative unprivileged load workaround
2023-09-20 17:17 UTC (7+ messages)
[PATCH v4 0/7] Add support for Sub-NUMA cluster (SNC) systems
2023-09-20 15:00 UTC (9+ messages)
` [PATCH v5 0/8] "
` [PATCH v5 8/8] selftests/resctrl: Adjust effective L3 cache size when SNC enabled
[PATCH net-next v5 1/2] pktgen: Automate flag enumeration for unknown flag handling
2023-09-20 12:56 UTC (2+ messages)
` [PATCH net-next v5 2/2] pktgen: Introducing 'SHARED' flag for testing with non-shared skb
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).