All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-21 16:18:57 to 2024-03-21 16:54:03 UTC [more...]

[PATCH] MAINTAINERS: add myself as mwifiex driver reviewer
 2024-03-21 16:54 UTC  (2+ messages)

[PATCH v1 00/31] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-03-21 16:51 UTC  (32+ messages)
` [PATCH v1 01/31] x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
` [PATCH v1 02/31] x86/resctrl: Add a helper to avoid reaching into the arch code resource list
` [PATCH v1 03/31] x86/resctrl: Move ctrlval string parsing policy away from the arch code
` [PATCH v1 04/31] x86/resctrl: Add helper for setting CPU default properties
` [PATCH v1 05/31] x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
` [PATCH v1 06/31] x86/resctrl: Export resctrl fs's init function
` [PATCH v1 07/31] x86/resctrl: Wrap resctrl_arch_find_domain() around rdt_find_domain()
` [PATCH v1 08/31] x86/resctrl: Move resctrl types to a separate header
` [PATCH v1 09/31] x86/resctrl: Add a resctrl helper to reset all the resources
` [PATCH v1 10/31] x86/resctrl: Move monitor init work to a resctrl init call
` [PATCH v1 11/31] x86/resctrl: Move monitor exit work to a restrl exit call
` [PATCH v1 12/31] x86/resctrl: Move max_{name,data}_width into resctrl code
` [PATCH v1 13/31] x86/resctrl: Stop using the for_each_*_rdt_resource() walkers
` [PATCH v1 14/31] x86/resctrl: Export the is_mbm_*_enabled() helpers to asm/resctrl.h
` [PATCH v1 15/31] x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
` [PATCH v1 16/31] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
` [PATCH v1 17/31] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
` [PATCH v1 18/31] x86/resctrl: Allow resctrl_arch_mon_event_config_write() to return an error
` [PATCH v1 19/31] x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
` [PATCH v1 20/31] x86/resctrl: Allow an architecture to disable pseudo lock
` [PATCH v1 21/31] x86/resctrl: Make prefetch_disable_bits belong to the arch code
` [PATCH v1 22/31] x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
` [PATCH v1 23/31] x86/resctrl: Move thread_throttle_mode_init() to be managed by resctrl
` [PATCH v1 24/31] x86/resctrl: Move get_config_index() to a header
` [PATCH v1 25/31] x86/resctrl: Claim get_domain_from_cpu() for resctrl
` [PATCH v1 26/31] x86/resctrl: Describe resctrl's bitmap size assumptions
` [PATCH v1 27/31] x86/resctrl: Rename resctrl_sched_in() to begin resctrl_arch_
` [PATCH v1 28/31] x86/resctrl: Drop __init/__exit on assorted symbols
` [PATCH v1 29/31] fs/resctrl: Add boiler plate for external resctrl code
` [PATCH v1 30/31] x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
` [PATCH v1 31/31] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl

[PATCH] wifi: mt76: mt7915: workaround dubious x | !y warning
 2024-03-21 16:52 UTC  (3+ messages)

[PATCH] drm/xe: Use FIELD_PREP for lrc descriptor
 2024-03-21 16:52 UTC  (3+ messages)

[PATCH v16 0/9] Add support for Sub-NUMA cluster (SNC) systems
 2024-03-21 16:51 UTC  (3+ messages)

[PATCH v8 00/38] Generic line based metadata support, internal pads
 2024-03-21 16:51 UTC  (15+ messages)
` [PATCH v8 18/38] media: ccs: No need to set streaming to false in power off
` [PATCH v8 19/38] media: ccs: Use {enable,disable}_streams operations
` [PATCH v8 20/38] media: ccs: Track streaming state
` [PATCH v8 21/38] media: ccs: Move ccs_validate_csi_data_format up
` [PATCH v8 22/38] media: ccs: Support frame descriptors
` [PATCH v8 23/38] media: uapi: ccs: Add media bus code for MIPI CCS embedded data
` [PATCH v8 31/38] media: uapi: v4l: subdev: Enable streams API

[PATCH v6 00/13] Add support for NIST P521 to ecdsa
 2024-03-21 16:50 UTC  (10+ messages)

[PATCH v2 0/2] dt-bindings: hwmon: convert lm87 and max6650 to dtschema
 2024-03-21 16:50 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: lm87: convert "
` [PATCH v2 2/2] dt-bindings: hwmon: max6650: "

[Buildroot] [Bug 16000] New: GDB will not build
 2024-03-21 16:49 UTC  (2+ messages)
` [Buildroot] [Bug 16000] "

[patch 0/9] x86: Cure tons of sparse warnings (mostly __percpu)
 2024-03-21 16:49 UTC  (8+ messages)
` [patch 5/9] x86: Cure per CPU madness on UP

[GIT PULL] Btrfs fix for 6.9
 2024-03-21 16:42 UTC 

[PATCH v6 00/37] Memory allocation profiling
 2024-03-21 16:48 UTC  (39+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes
` [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v6 10/37] lib: code tagging framework
` [PATCH v6 11/37] lib: code tagging module support
` [PATCH v6 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v6 14/37] lib: introduce support for page allocation tagging
` [PATCH v6 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v6 18/37] mm: enable page allocation tagging
` [PATCH v6 19/37] mm: create new codetag references during page splitting
` [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v6 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v6 24/37] rust: Add a rust helper for krealloc()
` [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v6 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v6 31/37] rhashtable: Plumb through alloc tag
` [PATCH v6 32/37] lib: add memory allocations report in show_mem()
` [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v6 37/37] memprofiling: Documentation

[PATCH] usb: gadget: UMS: fix 64-bit division on ARM32
 2024-03-21 16:48 UTC  (2+ messages)

[PATCH] dm-integrity: align the outgoing bio in integrity_recheck
 2024-03-21 16:48 UTC 

[PATCH v3 5/5] drm/xe: Enable 32bits build
 2024-03-21 16:40 UTC  (4+ messages)
` [v3,5/5] "

[PATCH 1/2] phy: marvell: a3700-comphy: Fix out of bounds read
 2024-03-21 16:47 UTC  (4+ messages)
` [PATCH 2/2] phy: marvell: a3700-comphy: Fix hardcoded array size

[PATCH] opkg: retry opkg_lock
 2024-03-21 16:47 UTC 

[PATCH v10 00/27] drm/connector: Create HDMI Connector infrastructure
 2024-03-21 15:29 UTC  (10+ messages)
` [PATCH v10 05/27] drm/tests: Add output bpc tests
` [PATCH v10 06/27] drm/connector: hdmi: Add support for output format
` [PATCH v10 07/27] drm/tests: Add output formats tests
` [PATCH v10 12/27] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v10 13/27] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v10 14/27] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v10 15/27] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v10 17/27] drm/tests: Add tests for Broadcast RGB property
` [PATCH v10 24/27] drm/vc4: tests: Remove vc4_dummy_plane structure

[PATCH] binfmt: replace deprecated strncpy with strscpy_pad
 2024-03-21 16:23 UTC  (2+ messages)

[PATCH -tip] x86/percpu: Enable named address spaces for GCC 9.1+
 2024-03-21 16:46 UTC 

zswap doing io in GFP_NOIO reclaim context
 2024-03-21 16:45 UTC  (4+ messages)

[PATCH v3] Documentation: tpm_tis
 2024-03-21 16:43 UTC 

[PATCH] drm/amdkfd: range check cp bad op exception interrupts
 2024-03-21 16:45 UTC  (3+ messages)

[PATCH net-next v5 00/17] net: Add support for Power over Ethernet (PoE)
 2024-03-21 16:43 UTC  (7+ messages)
` [PATCH net-next v5 13/17] net: pse-pd: Use regulator framework within PSE framework

[PATCH v2 0/7] Low speed Hyper-V devices support
 2024-03-21 16:42 UTC  (3+ messages)
` [PATCH v2 5/7] tools: hv: Add new fcopy application based on uio driver

[PATCH 0/4] Add support for multi-port output on the funnel
 2024-03-21 16:41 UTC  (4+ messages)
` [PATCH 2/4] coresight: Add support for multiple output ports "

[PATCH 0/6] Wave515 decoder IP support
 2024-03-21 16:41 UTC  (9+ messages)
` [PATCH 5/6] media: chips-media: wave5: refine SRAM usage
    `  "
              `  "

[RFC PATCH v9 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-21 16:40 UTC  (2+ messages)

[PATCH v2 1/1] PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
 2024-03-21 16:41 UTC  (7+ messages)

[PATCH] drm/msm/dp: move link_ready out of HPD event thread
 2024-03-21 16:41 UTC  (11+ messages)

[PATCH] MAINTAINERS: update Benjamin's email address
 2024-03-21 16:39 UTC  (2+ messages)

[PATCHSET v2 0/17] Improve async state handling
 2024-03-21 16:38 UTC  (4+ messages)
` [PATCH 17/17] io_uring/alloc_cache: switch to array based caching

[PATCH V4 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-03-21 16:37 UTC  (5+ messages)
` [PATCH V4 1/4] KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-V
` [PATCH V4 2/4] KVM: x86: Make nsec per APIC bus cycle a VM variable
` [PATCH V4 3/4] KVM: x86: Add a capability to configure bus frequency for APIC timer
` [PATCH V4 4/4] KVM: selftests: Add test for configure of x86 APIC bus frequency

Final dunfell release build on April 15, 2024
 2024-03-21 16:37 UTC 

[RESEND PATCH v2 8/9] fs: inotify: delete these unnecessary static variables it_zero and it_int_max
 2024-03-21 16:37 UTC  (7+ messages)

[PATCH v2] Documentation: tpm_tis
 2024-03-21 16:35 UTC  (7+ messages)

[PATCH v2 0/8] drm: zynqmp_dp: Misc. patches and debugfs support
 2024-03-21 16:35 UTC  (8+ messages)
` [PATCH v2 8/8] drm: zynqmp_dp: Add debugfs interface for compliance testing

Git mirror at gitlab
 2024-03-21 16:34 UTC  (5+ messages)

Bug report: probe of AMDI0040:00 failed with error -16
 2024-03-21 16:33 UTC  (4+ messages)

[PATCH] llvm: Upgrade to 18.1.2 bugfix release
 2024-03-21 16:33 UTC  (2+ messages)
` Patchtest results for "

[PATCH] counter: ti-ecap-capture: Utilize COUNTER_COMP_FREQUENCY macro
 2024-03-21 16:32 UTC 

[PATCH 00/15] fix packing of structs when building with MSVC
 2024-03-21 16:31 UTC  (7+ messages)
` [PATCH 09/15] net/iavf: pack structures "
` [PATCH 13/15] app/testpmd: "
` [PATCH 15/15] examples: "

[PATCH 0/3] Fix EEE support for MT7531 and MT7988 SoC switch
 2024-03-21 16:31 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION e7528c088874326d3060a46f572252be43755a86
 2024-03-21 16:30 UTC  (2+ messages)

[PATCH net v2 0/2] Fix EEE support for MT7531 and MT7988 SoC switch
 2024-03-21 16:29 UTC  (9+ messages)
` [PATCH net v2 1/2] net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boards
` [PATCH net v2 2/2] net: dsa: mt7530: fix disabling EEE on failure on MT7531 and MT7988

[PATCH] drm/xe: Fix bo leak in intel_fb_bo_framebuffer_init
 2024-03-21 16:29 UTC  (4+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v2 1/9] sysctl: support encoding values directly in the table entry
 2024-03-21 16:27 UTC  (2+ messages)

[PATCH 0/2] Wangxun support vector Rx/Tx
 2024-03-21 16:27 UTC  (6+ messages)
` [PATCH 1/2] net/txgbe: add vectorized functions for Rx/Tx

[patch RFC] mm/slab: introduce KZALLOC_FREE() cleanup-ed allocation macro
 2024-03-21 16:26 UTC  (2+ messages)
` Re "

[PATCH 0/2 v2] ext4: Create EA inodes outside of buffer lock
 2024-03-21 16:26 UTC  (4+ messages)
  ` [PATCH 1/2] Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"
  ` [PATCH 2/2] ext4: Do not create EA inode under buffer lock

[RFC][PATCH] syscon: Add syscon_regmap_lookup_by_compatible wrapper
 2024-03-21 16:23 UTC 

[PATCH] Revert "crypto: pkcs7 - remove sha1 support"
 2024-03-21 16:26 UTC  (4+ messages)

[PATCH] doc/gitremote-helpers: fix more missing single-quotes
 2024-03-21 16:25 UTC  (3+ messages)

[PATCH v2] drm/xe: Create a helper function to init job's user fence
 2024-03-21 16:11 UTC 

[PATCH] drm/sun4i: tcon: Support keeping dclk rate upon ancestor clock changes
 2024-03-21 16:24 UTC  (5+ messages)

[PATCH 1/2] docs: clarify file options in git-config `--edit`
 2024-03-21 16:23 UTC  (3+ messages)

[PATCH v7 00/14] Arm cache coloring
 2024-03-21 16:22 UTC  (5+ messages)
` [PATCH v7 08/14] xen/page_alloc: introduce preserved page flags macro

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-03-21 16:22 UTC  (4+ messages)
` [PATCH v4 4/7] sequencer: handle unborn branch with `--allow-empty`

[PATCH 00/46] use stdatomic API
 2024-03-21 16:22 UTC  (3+ messages)

[PATCH] migration/postcopy: Fix high frequency sync
 2024-03-21 16:20 UTC  (2+ messages)

[PATCH v8 0/1] Switchtec Switch DMA Engine Driver
 2024-03-21 16:21 UTC  (4+ messages)
` [PATCH v8 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver

[PATCH 1/2] dt-bindings: nvmem: Remove fsl,t1023-sfp in favor of fsl,layerscape-sfp
 2024-03-21 16:21 UTC  (7+ messages)

[PATCH] drm/i915/display: move dmc_firmware_path to display params
 2024-03-21 16:20 UTC  (2+ messages)

[Bug 218601] Regression - dd if=/dev/zero of=/zero causes shift-out-of-bounds && NULL pointer dereference, address: 0000000000000003
 2024-03-21 16:20 UTC 

[RFC PATCH v4 0/5] initial support for Marvell 88PM886 PMIC
 2024-03-21 16:20 UTC  (5+ messages)
` [RFC PATCH v4 2/5] mfd: add driver "

[PATCH] ALSA: control: fix memory leak in snd_ctl_elem_read_user()
 2024-03-21 16:20 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Also support JTAG as alternative boot mode
 2024-03-21 16:20 UTC  (2+ messages)

[PATCH 1/1] ASoC: dt-bindings: fsl-esai: Convert fsl,esai.txt to yaml
 2024-03-21 16:19 UTC  (3+ messages)

[PULL] drm-misc-next-fixes
 2024-03-21 16:19 UTC 

[PATCH] replace GCC marker extension with C11 anonymous unions
 2024-03-21 16:19 UTC  (6+ messages)
` [PATCH v7 0/4] remove use of RTE_MARKER fields in libraries
  ` [PATCH v7 2/4] mbuf: remove rte marker fields

[dpdk-dev] [PATCH] eal: add option to put timestamp on console output
 2024-03-21 16:00 UTC  (6+ messages)
` [PATCH v10 00/10] Logging enhancements
  ` [PATCH v10 02/10] log: unify logging code
  ` [PATCH v10 03/10] eal: make eal_log_level_parse common
  ` [PATCH v10 06/10] eal: change rte_exit() output to match rte_log()
  ` [PATCH v10 08/10] eal: add option to put timestamp on console output


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.