messages from 2025-07-30 20:11:24 to 2025-08-01 12:53:22 UTC [more...]
[PATCH v2 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-08-01 12:53 UTC (24+ messages)
` [PATCH v2 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH v2 2/5] mm/huge_memory: convert "tva_flags" to "enum tva_type" for thp_vma_allowable_order*()
` [PATCH v2 3/5] mm/huge_memory: treat MADV_COLLAPSE as an advise with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v2 4/5] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v2 5/5] selftests: prctl: introduce tests for disabling THPs except for madvise
[PATCH linux-next] delaytop: Enhance error logging and add PSI feature description
2025-08-01 10:45 UTC (2+ messages)
[PATCH v1 00/11] Implement support for IBS virtualization
2025-08-01 9:33 UTC (6+ messages)
` [PATCH v1 04/11] KVM: x86: Add emulation support for Extented LVT registers
[PATCH net 0/2] bonding: fix negotiation flapping in 802.3ad passive mode
2025-08-01 9:01 UTC (4+ messages)
` [PATCH net 2/2] selftests: bonding: add test for passive LACP mode
[PATCH v7 0/2] hwmon: add GPD devices sensor driver
2025-08-01 7:59 UTC (3+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] hwmon: document: add gpd-fan
[PATCH] checkpatch: validate commit tag ordering
2025-08-01 7:55 UTC (5+ messages)
[PATCH v5 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
2025-08-01 7:03 UTC (12+ messages)
` [PATCH v5 01/11] md: add a new parameter 'offset' to md_super_write()
` [PATCH v5 02/11] md: factor out a helper raid_is_456()
` [PATCH v5 03/11] md/md-bitmap: support discard for bitmap ops
` [PATCH v5 04/11] md: add a new mddev field 'bitmap_id'
` [PATCH v5 05/11] md/md-bitmap: add a new sysfs api bitmap_type
` [PATCH v5 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap
` [PATCH v5 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
` [PATCH v5 08/11] md/md-bitmap: add a new method blocks_synced() "
` [PATCH v5 09/11] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
` [PATCH v5 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional
` [PATCH v5 11/11] md/md-llbitmap: introduce new lockless bitmap
[PATCH 00/12] docs: kdoc: thrash up dump_struct()
2025-08-01 6:23 UTC (27+ messages)
` [PATCH 01/12] docs: kdoc: consolidate the stripping of private struct/union members
` [PATCH 02/12] docs: kdoc: Move a regex line in dump_struct()
` [PATCH 03/12] docs: kdoc: backslashectomy in kdoc_parser
` [PATCH 04/12] docs: kdoc: move the prefix transforms out of dump_struct()
` [PATCH 05/12] docs: kdoc: split top-level prototype parsing "
` [PATCH 06/12] docs: kdoc: split struct-member rewriting "
` [PATCH 07/12] docs: kdoc: rework the rewrite_struct_members() main loop
` [PATCH 08/12] docs: kdoc: remove an extraneous strip() call
` [PATCH 09/12] docs: kdoc: Some rewrite_struct_members() commenting
` [PATCH 10/12] docs: kdoc: further rewrite_struct_members() cleanup
` [PATCH 11/12] docs: kdoc: extract output formatting from dump_struct()
` [PATCH 12/12] docs: kdoc: a few final dump_struct() touches
[PATCHv9 00/16] x86: Enable Linear Address Space Separation support
2025-08-01 4:43 UTC (11+ messages)
` [PATCHv9 02/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCHv9 04/16] x86/cpu: Defer CR pinning setup until core initcall
[PATCH v4 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
2025-08-01 2:00 UTC (3+ messages)
` [PATCH v4 11/11] md/md-llbitmap: introduce "
[PATCH v13 0/4] leds: add new LED driver for TI LP5812
2025-08-01 1:45 UTC (5+ messages)
` [PATCH v13 1/4] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v13 2/4] leds: add basic support for "
` [PATCH v13 3/4] docs: ABI: Document LP5812 LED sysfs interfaces
` [PATCH v13 4/4] docs: leds: Document TI LP5812 LED driver
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-08-01 1:09 UTC (29+ messages)
` [PATCH v19 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v19 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v19 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v19 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v19 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v19 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v19 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v19 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v19 09/27] riscv/mm: write protect and shadow stack
` [PATCH v19 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v19 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v19 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v19 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v19 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v19 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v19 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v19 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v19 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v19 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v19 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v19 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v19 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v19 23/27] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v19 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v19 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v19 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v19 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v2 1/2] dt-bindings: hwmon: (lm75) Add binding for NXP P3T1750
2025-07-31 23:50 UTC (4+ messages)
` [PATCH v2 2/2] hwmon: (lm75) Add NXP P3T1750 support
[PATCH 0/3] asus-ec-sensors: add 3 board models
2025-07-31 23:46 UTC (7+ messages)
` [PATCH 1/3] hwmon: (asus-ec-sensors) add STRIX B850-I GAMING WIFI
` [PATCH 2/3] hwmon: (asus-ec-sensors) add B650E-I
` [PATCH 3/3] hwmon: (asus-ec-sensors) add ROG STRIX Z790E GAMING WIFI II
[PATCH v1 0/4] rcuscale: Add debugfs file based controls and CPU affinity offset
2025-07-31 23:38 UTC (2+ messages)
[PATCH v7 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
2025-07-31 22:52 UTC (13+ messages)
` [PATCH v7 02/10] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH v7 04/10] x86,fs/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v7 06/10] fs/resctrl: Introduce interface to display "io_alloc" support
` [PATCH v7 07/10] fs/resctrl: Add user interface to enable/disable io_alloc feature
[PATCH v4 02/56] docs/dyndbg: explain flags parse 1st
2025-07-31 21:36 UTC (4+ messages)
` [PATCH v4 19/56] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v4 23/56] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v4 29/56] docs/dyndbg: add classmap info to howto
[PATCH v1 0/4] A couple of improvements for VMM to inject external abort to guest
2025-07-31 21:20 UTC (5+ messages)
` [PATCH v1 1/4] KVM: arm64: Allow userspace to inject external instruction abort
` [PATCH v1 2/4] KVM: arm64: Allow userspace to supply ESR when injecting SEA
` [PATCH v1 3/4] KVM: selftests: Test injecting external abort with ISS
` [PATCH v1 4/4] Documentation: kvm: update UAPI for injecting SEA
[PATCH v6 0/2] Add support for sound profile switching and leverage for OnePlus 6 slider
2025-07-31 21:17 UTC (3+ messages)
` [PATCH v6 1/2] Input: add ABS_SND_PROFILE
` [PATCH v6 2/2] arm64: dts: qcom: sdm845-oneplus: Add alert-slider
[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-07-31 21:06 UTC (9+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-07-31 20:58 UTC (4+ messages)
` [PATCH v3 1/3] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v3 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA
` [PATCH v3 3/3] Documentation: kvm: new UAPI for handling SEA
[PATCH net-next v10 1/8] hinic3: Async Event Queue interfaces
2025-07-31 20:31 UTC (8+ messages)
[PATCH 00/15] Translate sphinx-pre-install to Python
2025-07-31 17:55 UTC (6+ messages)
[GIT PULL] Documentation for 6.17
2025-07-31 17:54 UTC (2+ messages)
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-07-31 17:37 UTC (10+ messages)
[PATCH linux-next] tools/getdelays: add backward compatibility for taskstats version
2025-07-31 14:53 UTC
Crediting test authors
2025-07-31 14:30 UTC (6+ messages)
[PATCH RFC v2 0/4] procfs: make reference pidns more user-visible
2025-07-31 14:21 UTC (6+ messages)
` [PATCH RFC v2 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl
[PATCH v16 00/34] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-07-31 14:17 UTC (16+ messages)
` [PATCH v16 01/34] x86,fs/resctrl: Consolidate monitor event descriptions
` [PATCH v16 31/34] fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled
` [PATCH v16 32/34] fs/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v16 33/34] x86/resctrl: Configure mbm_event mode if supported
` [PATCH v16 34/34] MAINTAINERS: resctrl: add myself as reviewer
[PATCH v5 00/20] Introduce STM32 DDR PMU for STM32MP platforms
2025-07-31 13:54 UTC (13+ messages)
` [PATCH v5 02/20] dt-bindings: stm32: stm32mp25: add `#access-controller-cells` property
` [PATCH v5 06/20] dt-bindings: memory: introduce DDR4
` [PATCH v5 07/20] dt-bindings: memory: factorise LPDDR channel binding into SDRAM channel
` [PATCH v5 08/20] dt-binding: memory: add DDR4 channel compatible
` [PATCH v5 09/20] dt-bindings: memory: SDRAM channel: standardise node name
` [PATCH v5 12/20] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
[PATCH v5 0/7] riscv: Add support for xmipsexectl
2025-07-31 13:36 UTC (2+ messages)
[PATCH v6 0/2] hwmon: add GPD devices sensor driver
2025-07-31 12:53 UTC (10+ messages)
` [PATCH v6 1/2] "
[PATCH] Documentation: PCI: endpoint: document BAR assignment
2025-07-31 12:49 UTC
[PATCH 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-07-31 12:24 UTC (7+ messages)
` [PATCH 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH 2/5] mm/huge_memory: convert "tva_flags" to "enum tva_type" for thp_vma_allowable_order*()
` [PATCH 3/5] mm/huge_memory: treat MADV_COLLAPSE as an advise with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH 4/5] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH 5/5] selftests: prctl: introduce tests for disabling THPs except for madvise
[PATCH v3] alloc_tag: add per-NUMA node stats
2025-07-31 11:55 UTC (2+ messages)
[PATCH v2 1/2] tracing: Have eprobes have their own config option
2025-07-31 11:43 UTC (8+ messages)
[PATCH 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-07-31 10:32 UTC (8+ messages)
` [PATCH 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
[PATCH v17 0/7] firmware: imx: driver for NXP secure-enclave
2025-07-31 8:00 UTC (9+ messages)
` [EXT] "
[PATCH v1 1/4] rcuscale: Create debugfs file for writer durations
2025-07-31 7:47 UTC (2+ messages)
[PATCH v4] genirq: add support for warning on long-running IRQ handlers
2025-07-31 7:46 UTC (2+ messages)
[PATCH v5 00/23] Enable FRED with KVM VMX
2025-07-31 7:24 UTC (4+ messages)
` [PATCH v5 20/23] KVM: nVMX: Add FRED VMCS fields to nested VMX context handling
[PATCH v2 2/2] docs: changes: better document Python needs
2025-07-31 3:14 UTC (2+ messages)
[PATCH 11/11] HID: multitouch: add haptic multitouch support
2025-07-31 2:55 UTC (6+ messages)
[PATCH] input: (xpad) Add New Legion Go Controller PID
2025-07-31 0:39 UTC
[PATCH 0/4] Add agent coding assistant configuration to Linux kernel
2025-07-31 0:02 UTC (14+ messages)
` [PATCH 1/4] agents: add unified agent coding assistant configuration
[PATCH v3 05/15] KVM: x86: Add support for KVM userfault exits
2025-07-30 21:11 UTC (2+ messages)
[PATCH] docs/powerpc: add htm.rst to toctree to fix warning
2025-07-30 20:51 UTC (2+ messages)
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