messages from 2024-11-21 11:12:23 to 2024-11-23 07:19:28 UTC [more...]
[PATCH] bpf, docs: Fix tcpdump option
2024-11-23 7:19 UTC (3+ messages)
[PATCH RFC net-next v3 00/27] Add support for PSE port priority
2024-11-23 6:35 UTC (38+ messages)
` [PATCH RFC net-next v3 01/27] net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declaration
` [PATCH RFC net-next v3 02/27] regulator: core: Ignore unset max_uA constraints in current limit check
` [PATCH RFC net-next v3 03/27] net: pse-pd: Avoid setting max_uA in regulator constraints
` [PATCH RFC net-next v3 04/27] net: pse-pd: Add power limit check
` [PATCH RFC net-next v3 05/27] net: pse-pd: tps23881: Simplify function returns by removing redundant checks
` [PATCH RFC net-next v3 06/27] net: pse-pd: tps23881: Use helpers to calculate bit offset for a channel
` [PATCH RFC net-next v3 07/27] net: pse-pd: tps23881: Add missing configuration register after disable
` [PATCH RFC net-next v3 08/27] net: pse-pd: tps23881: Add support for power limit and measurement features
` [PATCH RFC net-next v3 09/27] net: pse-pd: Add support for PSE device index
` [PATCH RFC net-next v3 10/27] net: ethtool: Add support for new PSE device index description
` [PATCH RFC net-next v3 11/27] net: ethtool: Add support for ethnl_info_init_ntf helper function
` [PATCH RFC net-next v3 12/27] net: pse-pd: Add support for reporting events
` [PATCH RFC net-next v3 13/27] netlink: specs: Add support for PSE netlink notifications
` [PATCH RFC net-next v3 14/27] net: pse-pd: tps23881: Add support for PSE events and interrupts
` [PATCH RFC net-next v3 15/27] regulator: core: Resolve supply using of_node from regulator_config
` [PATCH RFC net-next v3 16/27] regulator: Add support for power budget description
` [PATCH RFC net-next v3 17/27] regulator: dt-bindings: Add regulator-power-budget property
` [PATCH RFC net-next v3 18/27] net: pse-pd: Fix missing PI of_node description
` [PATCH RFC net-next v3 19/27] net: pse-pd: Add support for PSE power domains
` [PATCH RFC net-next v3 20/27] net: ethtool: Add support for new power domains index description
` [PATCH RFC net-next v3 21/27] net: pse-pd: Add support for getting and setting port priority
` [PATCH RFC net-next v3 22/27] net: ethtool: Add PSE new port priority support feature
` [PATCH RFC net-next v3 23/27] netlink: specs: Expand the PSE netlink command with newly supported features
` [PATCH RFC net-next v3 24/27] net: pse-pd: pd692x0: Add support for PSE PI priority feature
` [PATCH RFC net-next v3 25/27] dt-bindings: net: pse-pd: microchip,pd692x0: Add manager regulator supply
` [PATCH RFC net-next v3 26/27] net: pse-pd: tps23881: Add support for static port priority feature
` [PATCH RFC net-next v3 27/27] dt-bindings: net: pse-pd: ti,tps23881: Add interrupt description
` (subset) [PATCH RFC net-next v3 00/27] Add support for PSE port priority
[PATCH 2/2] hwmon: (pmbus/adp1050): add support for adp1051, adp1055 and ltp8800
2024-11-23 3:11 UTC (4+ messages)
[PATCH v10 0/5] Extended MODVERSIONS Support
2024-11-23 2:42 UTC (6+ messages)
` [PATCH v10 1/5] modules: Support extended MODVERSIONS info
` [PATCH v10 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v10 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v10 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v10 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH v2] mm: add per-order mTHP swap-in fallback/fallback_charge counters
2024-11-23 2:36 UTC (2+ messages)
[PATCH v9 0/5] Extended MODVERSIONS Support
2024-11-23 1:44 UTC (8+ messages)
` [PATCH v9 1/5] modules: Support extended MODVERSIONS info
` [PATCH v9 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v9 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v9 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v9 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH v9 00/26] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-11-23 0:15 UTC (41+ messages)
` [PATCH v9 08/26] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v9 14/26] x86/resctrl: Introduce interface to display number of free counters
` [PATCH v9 17/26] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v9 18/26] x86/resctrl: Add the interface to assign/update counter assignment
` [PATCH v9 20/26] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [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 v10 0/8] x86/resctrl: mba_MBps enhancement
2024-11-22 23:58 UTC (9+ messages)
` [PATCH v10 1/8] x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
` [PATCH v10 2/8] x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control
` [PATCH v10 3/8] x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event
` [PATCH v10 4/8] x86/resctrl: Compute memory bandwidth for all supported events
` [PATCH v10 5/8] x86/resctrl: Make mba_sc use total bandwidth if local is not supported
` [PATCH v10 6/8] x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directories
` [PATCH v10 7/8] x86/resctrl: Add write option to "mba_MBps_event" file
` [PATCH v10 8/8] x86/resctrl: Document the new "
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-11-22 23:37 UTC (20+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH v4 0/5] move per-vma lock into vm_area_struct
2024-11-22 22:43 UTC (20+ messages)
` [PATCH v4 2/5] mm: "
` [PATCH v4 3/5] mm: mark vma as detached until it's added into vma tree
` [PATCH v4 4/5] mm: make vma cache SLAB_TYPESAFE_BY_RCU
[PATCH v9 0/9] x86/resctrl: mba_MBps enhancement
2024-11-22 21:33 UTC (17+ messages)
` [PATCH v9 1/9] x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
` [PATCH v9 2/9] x86/resctrl: Prepare for per-ctrl_mon group mba_MBps control
` [PATCH v9 4/9] x86/resctrl: Compute memory bandwidth for all supported events
` [PATCH v9 5/9] x86/resctrl: Relax checks for mba_MBps mount option
` [PATCH v9 6/9] x86/resctrl: Add "mba_MBps_event" file to ctrl_mon directories
[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
2024-11-22 18:40 UTC (12+ messages)
` [PATCH 1/4] KVM: guest_memfd: add generic post_populate callback
[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2024-11-22 18:33 UTC (5+ messages)
` [PATCH v5 1/2] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 2/2] mm: guestmem: Convert address_space operations to guestmem library
[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-11-22 18:20 UTC (30+ messages)
` [PATCH v3 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v3 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v3 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v3 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v3 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v3 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v3 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v3 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
` [PATCH v3 11/25] mm: Allow compound zone device pages
` [PATCH v3 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v3 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages
` [PATCH v3 15/25] huge_memory: Allow mappings of PMD "
` [PATCH v3 16/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v3 18/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v3 19/25] memcontrol-v1: "
` [PATCH v3 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v3 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v3 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v3 23/25] mm: Remove pXX_devmap callers
` [PATCH v3 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[PATCH v3 0/2] Documentation: Debugging guide
2024-11-22 17:55 UTC (2+ messages)
[PATCH] docs/licensing: Clarify wording about "GPL" and "Proprietary"
2024-11-22 17:45 UTC (2+ messages)
[PATCH] docs: core-api/gfp_mask-from-fs-io: indicate that vmalloc supports GFP_NOFS/GFP_NOIO
2024-11-22 17:43 UTC (2+ messages)
[PATCH] Documentation: kernel-doc: enumerate identifier *type*s
2024-11-22 17:37 UTC (2+ messages)
[PATCH] Documentation: pwrseq: Fix trivial misspellings
2024-11-22 17:37 UTC (2+ messages)
[PATCH] Documentation: filesystems: update filename extensions
2024-11-22 17:34 UTC (2+ messages)
[PATCH v5 0/8] Add iio backend compatibility for ad7606
2024-11-22 16:39 UTC (3+ messages)
` [PATCH v5 7/8] iio: adc: ad7606: Add iio-backend support
[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
2024-11-22 14:56 UTC (30+ messages)
` [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 11/15] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI
Fixing Spelling Mistake in rculist_nulls.rst
2024-11-22 14:28 UTC (2+ messages)
[PATCH v14 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
2024-11-22 13:13 UTC (2+ messages)
[PATCH v4 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2024-11-22 11:03 UTC (7+ messages)
` [PATCH v4 1/2] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v4 2/2] mm: guestmem: Convert address_space operations to guestmem library
[snitzer:snitm-kernel-6.12/delstid-localio 108/4957] htmldocs: Warning: redhat/kernel.spec.template references a file that doesn't exist: linux-%{KVERREL}/tools/perf/Documentation/examples.txt
2024-11-22 7:50 UTC
[PATCH v2 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
2024-11-22 6:17 UTC (3+ messages)
` [PATCH v2 1/2] perf: Fujitsu: Add the Uncore MAC "
` [PATCH v2 2/2] perf: Fujitsu: Add the Uncore PCI "
[PATCH] mm: add per-order mTHP swap-in fallback counters
2024-11-22 2:25 UTC (3+ messages)
Fixing Grammatical Error
2024-11-21 23:44 UTC (2+ messages)
[PATCH] ASoC: doc: dapm: Add location information for dapm-graph tool
2024-11-21 23:29 UTC
Slight improvement in readability
2024-11-21 23:06 UTC (3+ messages)
Fix spelling and grammar mistake - bareudp.rst
2024-11-21 22:48 UTC
Fix spelling mistake
2024-11-21 22:18 UTC
Fix spelling and grammar mistake - bareudp.rst
2024-11-21 21:49 UTC
[PATCH v9 0/3] Add LED1202 LED Controller
2024-11-21 21:05 UTC (5+ messages)
` [PATCH v9 1/3] Documentation:leds: Add leds-st1202.rst
` [PATCH v9 2/3] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH v9] leds: Add LED1202 I2C driver
[PATCH v30 00/30] Introduce QC USB SND audio offloading support
2024-11-21 20:24 UTC (10+ messages)
` [PATCH v30 02/30] xhci: sec-intr: add initial api to register a secondary interrupter entity
` [PATCH v30 28/30] ALSA: usb-audio: Add USB offload route kcontrol
typedef output question/issue?
2024-11-21 19:28 UTC (5+ messages)
[PATCH v7 0/3] Add LED1202 LED Controller
2024-11-21 17:19 UTC (4+ messages)
` [PATCH v7 3/3] leds: Add LED1202 I2C driver
[PATCH] drm/sched: Extend and update documentation
2024-11-21 16:05 UTC (2+ messages)
[PATCH v7 0/4] drm: Minimum backlight overrides and implementation for amdgpu
2024-11-21 15:53 UTC (2+ messages)
[PATCH] ALSA: docs: fix dead hyperlink to Intel HD-Audio spec
2024-11-21 11:34 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;
as well as URLs for NNTP newsgroup(s).