All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-23 22:27:38 to 2024-10-24 00:07:05 UTC [more...]

[PATCH 1/4] pinctrl: imx: Convert to use livetree API for fdt access
 2024-10-24  0:06 UTC  (3+ messages)
  ` [PATCH 4/4] mmc: fsl_esdhc: "

[Buildroot] [PATCH 1/1] package/python-termcolor: use hatch setup type
 2024-10-24  0:05 UTC 

[Buildroot] [PATCH 1/1] package/python-attrs: use hatch setup type
 2024-10-24  0:02 UTC 

[Buildroot] [PATCH 1/1] package/python-argon2-cffi: use hatch setup type
 2024-10-23 23:59 UTC 

[android-common:android13-5.15 1/5] drivers/pci/pci.h:610:61: error: expected identifier or '('
 2024-10-23 23:58 UTC 

[hch-misc:dma-split-wip 8/26] drivers/iommu/dma-iommu.c:2052:3: error: call to undeclared function '__iommu_dma_free_iova'; ISO C99 and later do not support implicit function declarations
 2024-10-23 23:58 UTC 

[PATCH v2] drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
 2024-10-23 23:59 UTC 

[PATCH 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC
 2024-10-23 23:56 UTC  (14+ messages)

[PATCH v5 00/40] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-10-23 23:56 UTC  (15+ messages)
` [PATCH v5 22/40] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
` [PATCH v5 23/40] x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
` [PATCH v5 25/40] x86/resctrl: Make prefetch_disable_bits belong to the arch code
` [PATCH v5 27/40] x86/resctrl: Move thread_throttle_mode_init() to be managed by resctrl
` [PATCH v5 29/40] x86/resctrl: Claim get_{mon,ctrl}_domain_from_cpu() helpers for resctrl
` [PATCH v5 32/40] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point
` [PATCH v5 33/40] x86/resctrl: Drop __init/__exit on assorted symbols

[PATCH 00/11] iio: use devm_regulator_get_enable_read_voltage round 5
 2024-10-23 23:54 UTC  (12+ messages)
` [PATCH 01/11] iio: dac: ad5380: use devm_regulator_get_enable_read_voltage()
` [PATCH 02/11] iio: dac: ad5380: drop driver remove callbacks
` [PATCH 03/11] iio: dac: ad5446: use devm_regulator_get_enable_read_voltage()
` [PATCH 04/11] iio: dac: ad5446: drop driver remove callbacks
` [PATCH 05/11] iio: dac: ad5504: use devm_regulator_get_enable_read_voltage()
` [PATCH 06/11] iio: dac: ad5504: drop driver remove callback
` [PATCH 07/11] iio: dac: ad5624r: use devm_regulator_get_enable_read_voltage()
` [PATCH 08/11] iio: dac: ad5624r: drop driver remove callback
` [PATCH 09/11] iio: dac: ad5761: use devm_regulator_get_enable_read_voltage()
` [PATCH 10/11] iio: dac: ad5761: drop driver remove callback
` [PATCH 11/11] iio: dac: ad5770r: use devm_regulator_get_enable_read_voltage()

[ANNOUNCE] libgpiod v2.2
 2024-10-23 23:54 UTC  (4+ messages)

[PATCH v2 0/5] Add new panel driver Samsung S6E88A0-AMS427AP24
 2024-10-23 23:52 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: display: panel: Move flip properties to panel-common

[PATCH 0/4] 9p: revert broken inode lookup simplifications
 2024-10-23 23:52 UTC  (5+ messages)
` [PATCH 1/4] Revert " fs/9p: mitigate inode collisions"
` [PATCH 2/4] Revert "fs/9p: remove redundant pointer v9ses"
` [PATCH 3/4] Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"
` [PATCH 4/4] Revert "fs/9p: simplify iget to remove unnecessary paths"

[PATCH 0/4] add sof support on imx95
 2024-10-23 23:52 UTC  (4+ messages)
` [PATCH 2/4] ASoC: dt-bindings: audio-graph-card2: add widgets and hp-det-gpios support

[PATCH] tools/mm: -Werror fixes in page-types/slabinfo
 2024-10-23 23:51 UTC  (2+ messages)

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-10-23 23:42 UTC  (7+ messages)

+ tools-mm-werror-fixes-in-page-types-slabinfo.patch added to mm-hotfixes-unstable branch
 2024-10-23 23:51 UTC 

[PATCH v6 bpf-next 00/12] Share user memory to BPF program through task storage map
 2024-10-23 23:47 UTC  (13+ messages)
` [PATCH v6 bpf-next 01/12] bpf: Support __uptr type tag in BTF
` [PATCH v6 bpf-next 02/12] bpf: Handle BPF_UPTR in verifier
` [PATCH v6 bpf-next 03/12] bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_alloc()
` [PATCH v6 bpf-next 04/12] bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()
` [PATCH v6 bpf-next 05/12] bpf: Postpone bpf_obj_free_fields to the rcu callback
` [PATCH v6 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage
` [PATCH v6 bpf-next 07/12] libbpf: define __uptr
` [PATCH v6 bpf-next 08/12] selftests/bpf: Some basic __uptr tests
` [PATCH v6 bpf-next 09/12] selftests/bpf: Test a uptr struct spanning across pages
` [PATCH v6 bpf-next 10/12] selftests/bpf: Add update_elem failure test for task storage uptr
` [PATCH v6 bpf-next 11/12] selftests/bpf: Add uptr failure verifier tests
` [PATCH v6 bpf-next 12/12] selftests/bpf: Create task_local_storage map with invalid uptr's struct

[PATCH] linux-user/strace: show TID instead of PID
 2024-10-23 23:47 UTC 

[conor:gpio-no-irq-core 2/3] drivers/gpio/gpio-mpfs.c:49:45: error: duplicate member 'regs'
 2024-10-23 23:48 UTC 

[syzbot] [kernel?] WARNING in task_work_add
 2024-10-23 23:46 UTC  (4+ messages)

[PATCH 1/1] arm64: dts: imx8mn-bsh-smm-s2pro: remove undocument property 'clocks' for audio-codec@18
 2024-10-23 23:44 UTC  (2+ messages)

+ mm-swap-avoid-over-reclaim-of-full-clusters.patch added to mm-hotfixes-unstable branch
 2024-10-23 23:43 UTC 

[PATCH 0/4] riscv: sophgo: Add ethernet support for SG2044
 2024-10-23 23:41 UTC  (9+ messages)
` [PATCH 2/4] dt-bindings: net: Add support for Sophgo SG2044 dwmac

Boot-time presentations
 2024-10-23 23:43 UTC 

location of conntrack rules
 2024-10-23 23:42 UTC  (2+ messages)

[PATCH] pinctrl: aspeed-g6: Support drive-strength for GPIOF/G
 2024-10-23 23:42 UTC  (2+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-23 23:38 UTC  (6+ messages)
` [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages

[PATCH v3 0/1] mm/migrate: Add migrate_device_pfns
 2024-10-23 23:39 UTC  (2+ messages)
` [PATCH v3 1/1] "

[OE-core][PATCH 0/4] Incompatible license handling fixes
 2024-10-23 23:38 UTC  (4+ messages)
` [OE-core][PATCH v2 0/4] Incompatible Licenses in Dynamic Packages
  ` [OE-core][PATCH v2 2/4] lib: license: Move package license skip to library

[PATCH 0/3] cxl/mbox: support background operation abort requests
 2024-10-23 23:35 UTC  (5+ messages)

[openeuler:openEuler-1.0-LTS 17239/23855] drivers/nvme/host/core.c:1163:27: error: 'compat_uptr_t' undeclared; did you mean 'compat_time_t'?
 2024-10-23 23:37 UTC 

[GIT PULL] 9p fixes for 6.12-rc4
 2024-10-23 23:37 UTC  (4+ messages)

linux-next: manual merge of the arm64 tree with the mm tree
 2024-10-23 23:37 UTC 

[RFC 0/4] mm: zswap: add support for zswapin of large folios
 2024-10-23 23:35 UTC  (2+ messages)

+ makefile-remove-unused-filechk_cat.patch added to mm-nonmm-unstable branch
 2024-10-23 23:32 UTC 

[PATCH] x86/uaccess: Avoid barrier_nospec() in copy_from_user()
 2024-10-23 23:32 UTC  (14+ messages)

+ ipc-fix-memleak-if-msg_init_ns-failed-in-create_ipc_ns.patch added to mm-nonmm-unstable branch
 2024-10-23 23:31 UTC 

[PATCH] qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo (addtl)
 2024-10-23 23:30 UTC  (3+ messages)

[PATCH v3 1/2] perf check: Add sanitizer features
 2024-10-23 23:31 UTC  (3+ messages)
` [PATCH v3 2/2] perf test: Skip annotate test for sanitizer builds

[PATCH] Revert "9p: Enable multipage folios"
 2024-10-23 23:29 UTC 

[PATCH] KVM: x86: Fast forward the iterator when zapping the TDP MMU
 2024-10-23 23:27 UTC  (2+ messages)

[PATCH v7 0/9] of: property: add of_graph_get_next_port/port_endpoint()
 2024-10-23 23:24 UTC  (6+ messages)
` [PATCH v7 1/9] of: property: add of_graph_get_next_port()

+ mm-page-writeback-raise-wb_thresh-to-prevent-write-blocking-with-strictlimit.patch added to mm-unstable branch
 2024-10-23 23:25 UTC 

[PATCH v2] perf check: Add sanitizer feature and use to avoid test failure
 2024-10-23 23:24 UTC  (6+ messages)

[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-10-23 23:24 UTC  (2+ messages)

Request to include xe and i915 patches for 6.11.y
 2024-10-23 23:24 UTC  (3+ messages)

[PATCH] eal: support including mapped memory in core dump
 2024-10-23 23:18 UTC 

[PATCH] KASLR: Properly injest nokaslr on x86 to avoid passing it to init process
 2024-10-23 23:16 UTC 

+ selftests-mm-add-self-tests-for-guard-page-feature.patch added to mm-unstable branch
 2024-10-23 23:15 UTC 

+ tools-testing-update-tools-uapi-header-for-mman-commonh.patch added to mm-unstable branch
 2024-10-23 23:15 UTC 

+ mm-madvise-implement-lightweight-guard-page-mechanism.patch added to mm-unstable branch
 2024-10-23 23:15 UTC 

+ mm-add-pte_marker_guard-pte-marker.patch added to mm-unstable branch
 2024-10-23 23:15 UTC 

+ mm-pagewalk-add-the-ability-to-install-ptes.patch added to mm-unstable branch
 2024-10-23 23:15 UTC 

[PATCH v2] btrfs: avoid deadlock when reading a partial uptodate folio
 2024-10-23 23:13 UTC 

[PATCH 0/5] PF: Add support for VF scheduling priority
 2024-10-23 23:11 UTC  (6+ messages)
` [PATCH 1/5] drm/xe/guc: Add VF_CFG_SCHED_PRIORITY_KEY KLV definition
` [PATCH 2/5] drm/xe/guc: Add VF_CFG_SCHED_PRIORITY to KLV helper
` [PATCH 3/5] drm/xe/pf: Add functions to configure VF scheduling priority
` [PATCH 4/5] drm/xe/pf: Allow to control scheduling priority using debugfs
` [PATCH 5/5] drm/xe/pf: Adjust scheduling priority based on policy change

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-23 23:12 UTC  (5+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism

[PATCH v3] staging: rtl8723bs: change remaining printk to proper api
 2024-10-23 23:11 UTC 

[PATCH] CodingGuidelines: discourage arbitrary suffixes in function names
 2024-10-23 23:07 UTC  (4+ messages)
` [PATCH v2] "

[PATCH bpf-next v6 0/9] bpf: Support private stack for bpf progs
 2024-10-23 23:07 UTC  (7+ messages)
` [PATCH bpf-next v6 3/9] bpf: Support private stack for struct ops programs

[BUG] Argument-alignment build error with clang
 2024-10-23 23:06 UTC  (4+ messages)

RFC, untested: handing of MSR immediates and MSRs on Xen
 2024-10-23 23:05 UTC  (4+ messages)

[PATCH] block: fix sanity checks in blk_rq_map_user_bvec
 2024-10-23 23:03 UTC  (6+ messages)

[PATCH] i2c: busses: fix uninit-value in pci1xxxx_i2c_xfer
 2024-10-23 23:02 UTC  (2+ messages)

enabling W=1 by default
 2024-10-23 23:00 UTC  (7+ messages)

[bug report] perf top generates kernel "unchecked MSR access error: WRMSR"
 2024-10-23 22:59 UTC  (2+ messages)

[PATCH 00/12] Add support for Exynos9810 SoC and Samsung Galaxy S9 (SM-G960F)
 2024-10-23 22:36 UTC  (13+ messages)
` [PATCH 01/12] dt-bindings: arm: cpus: Add Samsung Mongoose M3
` [PATCH 02/12] dt-bindings: hwinfo: samsung,exynos-chipid: Add Samsung exynos9810 compatible
` [PATCH 03/12] dt-bindings: pinctrl: samsung: Add compatible for Exynos9810 SoC
` [PATCH 04/12] dt-bindings: pinctrl: samsung: Add compatible for exynos9810-wakeup-eint
` [PATCH 05/12] dt-bindings: soc: samsung: exynos-pmu: Add exynos9810 compatible
` [PATCH 06/12] dt-bindings: arm: samsung: Document Exynos9810 and starlte board binding
` [PATCH 07/12] dt-bindings: arm: pmu: Add Samsung Mongoose core compatible
` [PATCH 08/12] perf: arm_pmuv3: Add support for Samsung Mongoose PMU
` [PATCH 09/12] soc: samsung: exynos-chipid: Add support for Exynos9810 SoC
` [PATCH 10/12] pinctrl: samsung: Add Exynos9810 SoC specific data
` [PATCH 11/12] arm64: dts: exynos: Add Exynos9810 SoC support
` [PATCH 12/12] arm64: dts: exynos: Add initial support for Samsung Galaxy S9 (SM-G960F)

+ x86-module-enable-rox-caches-for-module-text-on-64-bit.patch added to mm-unstable branch
 2024-10-23 22:58 UTC 

+ execmem-add-support-for-cache-of-large-rox-pages.patch added to mm-unstable branch
 2024-10-23 22:58 UTC 

+ x86-module-prepare-module-loading-for-rox-allocations-of-text.patch added to mm-unstable branch
 2024-10-23 22:58 UTC 

+ arch-introduce-set_direct_map_valid_noflush.patch added to mm-unstable branch
 2024-10-23 22:58 UTC 

+ module-prepare-to-handle-rox-allocations-for-text.patch added to mm-unstable branch
 2024-10-23 22:58 UTC 

+ asm-generic-introduce-text-patchingh.patch added to mm-unstable branch
 2024-10-23 22:57 UTC 

+ mm-vmalloc-dont-account-for-number-of-nodes-for-huge_vmap-allocations.patch added to mm-unstable branch
 2024-10-23 22:57 UTC 

+ mm-vmalloc-group-declarations-depending-on-config_mmu-together.patch added to mm-unstable branch
 2024-10-23 22:57 UTC 

Disregard previous email :Pch/analog card problem
 2024-10-23 22:57 UTC 

[PATCH v4 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-10-23 22:57 UTC  (2+ messages)

[PATCH v3 0/9] Run tests in parallel showing number of tests running
 2024-10-23 22:57 UTC  (4+ messages)
` [PATCH v3 1/9] tools subcmd: Add non-waitpid check_if_command_finished()

[MINI-OS PATCH] config: add support for libxenmanage
 2024-10-23 22:53 UTC  (2+ messages)

[PATCH v3] i2c: Drop legacy muxing pseudo-drivers
 2024-10-23 22:50 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: change remaining printk to proper api
 2024-10-23 22:48 UTC  (2+ messages)
`  "

[PATCH] drm/amd/pm: correct the workload setting
 2024-10-23 22:47 UTC  (2+ messages)

[android-common:android15-6.6 24/64] arch/arm64/kvm/hyp/nvhe/psci-relay.c:29:58: error: parameter 1 ('notif') has incomplete type
 2024-10-23 22:47 UTC 

[kernel-cve-report] New CVE entries this week
 2024-10-23 22:46 UTC 

[Buildroot] [PATCH 0/3] Update skarnet.org packages
 2024-10-23 22:45 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] skarnet.org packages: Remove --prefix=/
` [Buildroot] [PATCH 2/3] skarnet.org packages: bump to new versions
` [Buildroot] [PATCH 3/3] package/execline: Remove -D_GNU_SOURCE

[PATCH -next v5 0/2] perf stat: Support inherit events for bperf
 2024-10-23 22:45 UTC  (5+ messages)
` [PATCH -next v5 1/2] perf stat: Support inherit events during fork() "

[PATCH 0/2] drm/xe/guc: Improvements to GuC debugfs info
 2024-10-23 22:44 UTC  (6+ messages)
` [PATCH 2/2] drm/xe/guc: Separate full CTB content from guc_info debugfs

[PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build
 2024-10-23 22:44 UTC  (8+ messages)
` [PATCH v5 1/7] Add AutoFDO "
` [PATCH v5 2/7] objtool: Fix unreachable instruction warnings for weak functions
` [PATCH v5 3/7] Change the symbols order when --ffunction-sections is enabled
` [PATCH v5 4/7] Add markers for text_unlikely and text_hot sections
` [PATCH v5 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v5 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v5 7/7] Add Propeller configuration for kernel build

+ mm-defer-second-attempt-at-merge-on-mmap.patch added to mm-unstable branch
 2024-10-23 22:44 UTC 

+ mm-refactor-__mmap_region.patch added to mm-unstable branch
 2024-10-23 22:44 UTC 

+ mm-isolate-mmap-internal-logic-to-mm-vmac.patch added to mm-unstable branch
 2024-10-23 22:44 UTC 

+ tools-testing-add-additional-vma_internalh-stubs.patch added to mm-unstable branch
 2024-10-23 22:44 UTC 

USB-C DisplayPort display failing to stay active with Intel Barlow Ridge USB4 controller, power-management related issue?
 2024-10-23 22:44 UTC  (8+ messages)

+ mm-resolve-faulty-mmap_region-error-path-behaviour.patch added to mm-hotfixes-unstable branch
 2024-10-23 22:44 UTC 

+ mm-refactor-map_deny_write_exec.patch added to mm-hotfixes-unstable branch
 2024-10-23 22:44 UTC 

+ mm-unconditionally-close-vmas-on-error.patch added to mm-hotfixes-unstable branch
 2024-10-23 22:44 UTC 

+ mm-avoid-unsafe-vma-hook-invocation-when-error-arises-on-mmap-hook.patch added to mm-hotfixes-unstable branch
 2024-10-23 22:44 UTC 

[PATCH v3 02/19] Add a dt_provider_discover() function
 2024-10-23 22:43 UTC  (3+ messages)
` [PATCH v6 07/19] Create the BPF usdt_names and usdt_prids maps

[PATCH] drm/xe/guc/tlb: Flush g2h worker in case of tlb timeout
 2024-10-23 22:42 UTC  (2+ messages)

[PATCH v5 0/3] i2c: imx: prevent rescheduling in non-dma mode
 2024-10-23 22:42 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-httpx: use hatch setup type
 2024-10-23 22:42 UTC 

[PATCH] drm/xe/ufence: Flush xe ordered_wq in case of ufence timeout
 2024-10-23 22:39 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-multipart: use hatch setup type
 2024-10-23 22:39 UTC 

[Buildroot] [PATCH 1/1] package/python-service-identity: use hatch setup type
 2024-10-23 22:37 UTC 

[linux-next:master 5365/6433] drivers/mtd/nand/raw/atmel/pmecc.c:384 atmel_pmecc_create_user() warn: passing devm_ allocated variable to kfree. 'user'
 2024-10-23 22:36 UTC 

[PATCH v5 0/9] Fix non-contiguous VRAM BO access in Xe
 2024-10-23 22:34 UTC  (4+ messages)
` [PATCH v5 2/9] drm/ttm: Add ttm_bo_access

[PATCH v16] dts: VLAN test suite implementation
 2024-10-23 22:33 UTC  (4+ messages)
` [PATCH v17 0/1] port over VLAN test suite
  ` [PATCH v17 1/1] dts: VLAN test suite implementation

Migrating from perf.wiki.kernel.org to RTD
 2024-10-23 22:33 UTC  (11+ messages)

+ mm-fix-pswpin-counter-for-large-folios-swap-in.patch added to mm-hotfixes-unstable branch
 2024-10-23 22:33 UTC 

[PATCH v6 0/5] Implement vendor resets for PSCI SYSTEM_RESET2
 2024-10-23 22:16 UTC  (6+ messages)
` [PATCH v6 3/5] firmware: psci: Read and use vendor reset types

[PATCH] powerpc/xmon: symbol lookup length fixed
 2024-10-23 21:22 UTC 

[scarthgap][PATCH 2/2] bluez5: Install /etc/bluetooth/main.conf
 2024-10-23 22:31 UTC  (3+ messages)
  ` [OE-core] "

[PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
 2024-10-23 22:14 UTC  (2+ messages)

[PATCH] blk-mq: Unexport blk_mq_flush_busy_ctxs()
 2024-10-23 22:30 UTC  (2+ messages)

[PATCH 1/1 perf-tools] perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORT
 2024-10-23 22:29 UTC  (5+ messages)

linux-next: build failure after merge of the btrfs tree
 2024-10-23 22:28 UTC  (2+ messages)

[PATCH nft 1/4] mnl: rename to mnl_seqnum_alloc() to mnl_seqnum_inc()
 2024-10-23 22:27 UTC  (4+ messages)
` [PATCH nft 2/4] mnl: update cmd_add_loc() to take struct nlmsghdr
` [PATCH nft 3/4] rule: netlink attribute offset is uint32_t for struct nlerr_loc
` [PATCH nft 4/4] src: fix extended netlink error reporting with large set elements


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.