messages from 2024-11-17 22:55:46 to 2024-11-20 00:05:36 UTC [more...]
[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
2024-11-20 0:05 UTC (22+ messages)
` [RFC PATCH v3 01/15] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [RFC PATCH v3 02/15] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v3 03/15] sched/clock: Make sched_clock_running __ro_after_init
` [RFC PATCH v3 04/15] rcu: Add a small-width RCU watching counter debug option
` [RFC PATCH v3 05/15] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [RFC PATCH v3 06/15] jump_label: Add forceful jump label type
` [RFC PATCH v3 07/15] x86/speculation/mds: Make mds_idle_clear forceful
` [RFC PATCH v3 08/15] sched/clock, x86: Make __sched_clock_stable forceful
` [RFC PATCH v3 09/15] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v3 10/15] x86/alternatives: Record text_poke's of JUMP_TYPE_FORCEFUL labels
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v3 12/15] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH v3 14/15] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
` [RFC PATCH v3 15/15] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE
[PATCH v2] arm64: Allow CONFIG_AUTOFDO_CLANG to be selected
2024-11-20 0:04 UTC (3+ messages)
[RFCv1 0/6] Page Detective
2024-11-19 20:57 UTC (35+ messages)
` [RFCv1 1/6] mm: Make get_vma_name() function public
` [RFCv1 2/6] pagewalk: Add a page table walker for init_mm page table
` [RFCv1 4/6] misc/page_detective: Introduce Page Detective
` [RFCv1 6/6] selftests/page_detective: Introduce self tests for "
[PATCH] Documentation: kernel-doc: enumerate identifier *type*s
2024-11-19 20:32 UTC
[PATCH v9 00/26] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-11-19 20:12 UTC (34+ messages)
` [PATCH v9 01/26] x86/resctrl: Add __init attribute for the functions called in resctrl_late_init
` [PATCH v9 08/26] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v9 09/26] x86/resctrl: Introduce interface to display number of monitoring counters
` [PATCH v9 12/26] x86/resctrl: Remove MSR reading of event configuration value
` [PATCH v9 14/26] x86/resctrl: Introduce interface to display number of free counters
` [PATCH v9 16/26] x86/resctrl: Introduce cntr_id in mongroup for assignments
` [PATCH v9 17/26] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v9 20/26] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [PATCH v9 21/26] x86/resctrl: Report "Unassigned" for MBM events in mbm_cntr_assign mode
` [PATCH v9 23/26] x86/resctrl: Configure mbm_cntr_assign mode if supported
` [PATCH v9 24/26] x86/resctrl: Update assignments on event configuration changes
` [PATCH v9 26/26] x86/resctrl: Introduce interface to modify assignment states of the groups
[PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache
2024-11-19 20:10 UTC (23+ messages)
` [PATCH v6 01/15] lib: Add TLV parser
` [PATCH v6 02/15] module: Introduce ksys_finit_module()
` [PATCH v6 03/15] integrity: Introduce the Integrity Digest Cache
` [PATCH v6 04/15] digest_cache: Initialize digest caches
` [PATCH v6 05/15] digest_cache: Add securityfs interface
` [PATCH v6 06/15] digest_cache: Add hash tables and operations
` [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers
` [PATCH v6 08/15] digest_cache: Parse tlv digest lists
` [PATCH v6 09/15] digest_cache: Populate the digest cache from a digest list
` [PATCH v6 10/15] digest_cache: Add management of verification data
` [PATCH v6 11/15] digest_cache: Add support for directories
` [PATCH v6 12/15] digest cache: Prefetch digest lists if requested
` [PATCH v6 13/15] digest_cache: Reset digest cache on file/directory change
` [PATCH v6 14/15] selftests/digest_cache: Add selftests for the Integrity Digest Cache
` [PATCH v6 15/15] docs: Add documentation of "
[PATCH] fiemap: use kernel-doc includes in fiemap docbook
2024-11-19 19:12 UTC (3+ messages)
[PATCH] x86/bugs: Add force_cpu_bug= cmdline param
2024-11-19 18:43 UTC
[PATCH v30 00/30] Introduce QC USB SND audio offloading support
2024-11-19 17:50 UTC (4+ messages)
[PATCH v9 0/9] x86/resctrl: mba_MBps enhancement
2024-11-19 17:36 UTC (10+ messages)
` [PATCH v9 2/9] x86/resctrl: Prepare for per-ctrl_mon group mba_MBps control
` [PATCH v9 3/9] x86/resctrl: Modify update_mba_bw() to use per ctrl_mon group event
[PATCH v3 00/17] Provide a new two step DMA mapping API
2024-11-19 17:30 UTC (9+ messages)
` [PATCH v3 03/17] iommu: generalize the batched sync after map interface
` [PATCH v3 07/17] dma-mapping: Implement link/unlink ranges API
[PATCH net-next 0/4] netconsole: Add support for CPU population
2024-11-19 17:07 UTC (6+ messages)
` [PATCH net-next 2/4] netconsole: Add option to auto-populate CPU number in userdata
` [PATCH net-next 4/4] netconsole: selftest: Validate CPU number auto-population "
[RFC PATCH 0/6] KVM: x86: async PF user
2024-11-19 16:19 UTC (9+ messages)
` [RFC PATCH 1/6] Documentation: KVM: add userfault KVM exit flag
` [RFC PATCH 2/6] Documentation: KVM: add async pf user doc
` [RFC PATCH 3/6] KVM: x86: add async ioctl support
` [RFC PATCH 4/6] KVM: trace events: add type argument to async pf
` [RFC PATCH 5/6] KVM: x86: async_pf_user: add infrastructure
` [RFC PATCH 6/6] KVM: x86: async_pf_user: hook to fault handling and add ioctl
[PATCH v13 5/9] drm/vkms: Update pixels accessor to support packed and multi-plane formats
2024-11-19 14:58 UTC (6+ messages)
[PATCH net-next] net: reformat kdoc return statements
2024-11-19 14:42 UTC (2+ messages)
[RFC][PATCH v4 0/9] ima: Integrate with Integrity Digest Cache
2024-11-19 11:01 UTC (10+ messages)
` [RFC][PATCH v4 1/9] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH v4 2/9] ima: Add digest_cache policy keyword
` [RFC][PATCH v4 3/9] ima: Add digest_cache_measure/appraise boot-time built-in policies
` [RFC][PATCH v4 4/9] ima: Modify existing boot-time built-in policies with digest cache policies
` [RFC][PATCH v4 5/9] ima: Retrieve digest cache and check if changed
` [RFC][PATCH v4 6/9] ima: Store verified usage in digest cache based on integrity metadata flags
` [RFC][PATCH v4 7/9] ima: Load verified usage from digest cache found from query
` [RFC][PATCH v4 8/9] ima: Use digest caches for measurement
` [RFC][PATCH v4 9/9] ima: Use digest caches for appraisal
[PATCH] bpf, docs: Fix tcpdump option
2024-11-19 9:49 UTC
[PATCH] docs: core-api/gfp_mask-from-fs-io: indicate that vmalloc supports GFP_NOFS/GFP_NOIO
2024-11-19 9:51 UTC (2+ messages)
[PATCH v2] docs/mm: add more warnings around page table access
2024-11-19 8:02 UTC (5+ messages)
[PATCH net-next v8 0/2] binder: report txn errors via generic netlink
2024-11-19 2:50 UTC (3+ messages)
[PATCH 0/6] nfsd: update the delstid patches for latest draft changes
2024-11-19 1:31 UTC (7+ messages)
` [PATCH 5/6] nfsd: add support for delegated timestamps
A Proposal
2024-11-18 22:38 UTC
[PATCH v7 0/3] Add LED1202 LED Controller
2024-11-18 20:13 UTC (5+ messages)
` [PATCH v7 1/3] Documentation:leds: Add leds-st1202.rst
` [PATCH v7 2/3] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH v7 3/3] leds: Add LED1202 I2C driver
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-11-18 20:02 UTC (19+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH] docs: clk: describe userspace debugging facilities
2024-11-18 19:25 UTC
[PATCH v14 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
2024-11-18 18:28 UTC (10+ messages)
` [PATCH v14 1/9] drm/vkms: Code formatting
` [PATCH v14 2/9] drm/vkms: Use drm_frame directly
` [PATCH v14 3/9] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v14 4/9] drm/vkms: Use const for input pointers in pixel_read an "
` [PATCH v14 5/9] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v14 6/9] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v14 7/9] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v14 8/9] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v14 9/9] drm/vkms: Remove useless drm_rotation_simplify
[GIT PULL] Documentation for 6.13
2024-11-18 17:27 UTC
[PATCH v13 8/9] drm/vkms: Re-introduce line-per-line composition algorithm
2024-11-18 17:19 UTC (3+ messages)
[PATCH v13 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
2024-11-18 17:13 UTC (3+ messages)
[PATCH v13 7/9] drm/vkms: Introduce pixel_read_direction enum
2024-11-18 17:10 UTC (2+ messages)
[PATCH v3 0/5] move per-vma lock into vm_area_struct
2024-11-18 16:57 UTC (12+ messages)
` [PATCH v3 1/5] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH v3 2/5] mm: move per-vma lock into vm_area_struct
` [PATCH v3 3/5] mm: mark vma as detached until it's added into vma tree
` [PATCH v3 4/5] mm: make vma cache SLAB_TYPESAFE_BY_RCU
[PATCH v8 0/3] Add LED1202 LED Controller
2024-11-18 15:12 UTC (4+ messages)
` [PATCH v8 1/3] Documentation:leds: Add leds-st1202.rst
` [PATCH v8 2/3] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH v8 3/3] leds: Add LED1202 I2C driver
[PATCH 0/2] Fix headset mic on Acer Nitro 5
2024-11-18 13:52 UTC (5+ messages)
` [PATCH 1/2] ALSA: hda/realtek: "
[PATCH] docs/mm: add more warnings around page table access
2024-11-18 12:35 UTC (4+ messages)
[RFC PATCH v2 1/3] x86: cpu/bugs: update SpectreRSB comments for AMD
2024-11-18 10:15 UTC (12+ messages)
[PATCH v3 0/2] Documentation: Debugging guide
2024-11-18 7:03 UTC (3+ messages)
` [PATCH v3 1/2] docs: Add debugging section to process
` [PATCH v3 2/2] docs: Add debugging guide for the media subsystem
[PATCH v7 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
2024-11-18 6:10 UTC (10+ messages)
` [PATCH v7 13/13] Documentation: userspace-api: iommufd: Update vIOMMU
[asahilinux:bits/090-spi-hid 13/28] drivers/hid/hid-magicmouse.c:578: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2024-11-18 5:21 UTC
[PATCH] sched_ext: Documentation: Fix typo in sched-ext.rst
2024-11-18 2:48 UTC
[PATCH v2 00/22] Add Intel Touch Host Controller drivers
2024-11-18 0:34 UTC (6+ messages)
` [PATCH v2 01/22] HID: THC: Add documentation
[asahilinux:bits/005-maintainers 2/2] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/spi/apple,spi.yaml
2024-11-17 22:55 UTC
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).