All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-25 03:08:26 to 2024-03-25 05:01:39 UTC [more...]

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-03-25  5:01 UTC  (25+ messages)
` [PATCH v3 2/8] iommu/sva: Use iopf domain attach/detach interface
` [PATCH v3 3/8] iommufd: Add fault and response message definitions
` [PATCH v3 4/8] iommufd: Add iommufd fault object
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable

[PATCH v3 0/2] Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy
 2024-03-25  5:00 UTC  (6+ messages)
` [PATCH v3 2/2] mm/numa_balancing:Allow "

[GIT PULL] RISC-V Patches for the 6.9 Merge Window
 2024-03-25  4:59 UTC  (5+ messages)

[PATCH] hwmon: (dell-smm) Also add Dell Precision 7540 to fan control whitelist
 2024-03-25  4:59 UTC  (3+ messages)
` 'Re: [PATCH] hwmon: (dell-smm) Also add Dell Precision 7540 to fan control whitelist'
  ` [PATCH v2] hwmon: (dell-smm) Add Dell Precision 7540 to fan control whitelist

RTT-PROBE: lore-subspace-rtt
 2024-03-25  4:58 UTC 

[PATCH v2] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-03-25  4:57 UTC  (2+ messages)

[RFC] mm: page-flags.h: remove the bias against tail pages
 2024-03-25  4:55 UTC 

chrome-platform/for-kernelci build: 3 builds: 0 failed, 3 passed (v6.9-rc1-1-gf7496450528bf)
 2024-03-25  4:54 UTC 

[PATCH] mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
 2024-03-25  4:54 UTC  (3+ messages)

[FSL P50x0] Kernel 6.9-rc1 compiling issue
 2024-03-25  4:48 UTC 

[PATCH 0/2] of: replace of_graph_get_next_endpoint()
 2024-03-25  4:50 UTC  (4+ messages)
` [PATCH 2/2] video: fbdev: "

[PATCH v3 0/3] Display cxl1.1 device link status
 2024-03-25  4:49 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-25  4:48 UTC 

[PATCH] dnf: fix Exception handling for class ProcessLock
 2024-03-25  4:47 UTC 

[PATCH 00/15] ASoC: replace dpcm_playback/capture to playback/capture_only
 2024-03-25  4:37 UTC  (16+ messages)
` [PATCH 01/15] ASoC: soc-pcm.c: cleanup soc_get_playback_capture()
` [PATCH 02/15] ASoC: amd: replace dpcm_playback/capture to playback/capture_only
` [PATCH 03/15] ASoC: fsl: "
` [PATCH 04/15] ASoC: sof: "
` [PATCH 05/15] ASoC: meson: "
` [PATCH 06/15] ASoC: Intel: "
` [PATCH 07/15] ASoC: samsung: "
` [PATCH 08/15] ASoC: mediatek: "
` [PATCH 09/15] ASoC: Intel/avs: "
` [PATCH 10/15] ASoC: soc-core.c: "
` [PATCH 11/15] ASoC: soc-topology.c: "
` [PATCH 12/15] ASoC: soc-compress.c: "
` [PATCH 13/15] ASoC: remove snd_soc_dai_link_set_capabilities()
` [PATCH 14/15] ASoC: soc-pcm.c: remove dpcm_playback/capture
` [PATCH 15/15] ASoC: soc-pcm: indicate warning if DPCM BE Codec has no settings

[PATCH] huge_memory.c: document huge page splitting rules more thoroughly
 2024-03-25  4:44 UTC 

[PATCH v2 00/28] Zone write plugging
 2024-03-25  4:44 UTC  (29+ messages)
` [PATCH v2 01/28] block: Restore sector of flush requests
` [PATCH v2 02/28] block: Remove req_bio_endio()
` [PATCH v2 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v2 04/28] block: Introduce bio_straddle_zones() and bio_offset_from_zone_start()
` [PATCH v2 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v2 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v2 07/28] block: Introduce zone write plugging
` [PATCH v2 08/28] block: Use a mempool to allocate zone write plugs
` [PATCH v2 09/28] block: Fake max open zones limit when there is no limit
` [PATCH v2 10/28] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v2 11/28] block: Implement zone append emulation
` [PATCH v2 12/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v2 13/28] dm: Use the block layer zone append emulation
` [PATCH v2 14/28] scsi: sd: "
` [PATCH v2 15/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v2 16/28] null_blk: "
` [PATCH v2 17/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v2 18/28] null_blk: Introduce fua attribute
` [PATCH v2 19/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v2 20/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v2 21/28] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v2 22/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v2 23/28] block: Remove elevator required features
` [PATCH v2 24/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v2 25/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v2 26/28] block: Remove zone write locking
` [PATCH v2 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v2 28/28] block: Do not special-case plugging of zone write operations

[PATCH] ACPI: thermal_lib: Continue registering thermal zones even if trip points fail validation
 2024-03-25  4:42 UTC 

[PATCH 00/11] Bump the minimum supported version of LLVM to 13.0.1
 2024-03-25  4:42 UTC  (5+ messages)

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-03-25  4:42 UTC  (5+ messages)

[PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support
 2024-03-25  4:42 UTC  (3+ messages)

[PATCH] irqchip/riscv-intc: Fix use of AIA IRQs 32-63 on riscv32
 2024-03-25  4:42 UTC  (3+ messages)

[PATCH 1/1] arch/arm/mm: fix major fault accounting when retrying under per-VMA lock
 2024-03-25  4:42 UTC  (5+ messages)

[PATCH] cache: ax45mp_cache: Align end size to cache boundary in ax45mp_dma_cache_wback()
 2024-03-25  4:42 UTC  (3+ messages)

[PATCH v3 0/4] riscv: sophgo: add reset support for SG2042
 2024-03-25  4:42 UTC  (3+ messages)

[PATCH v2 2/3] ext4: fix the parsing of empty string mount parameters
 2024-03-25  4:39 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-25  4:38 UTC 

[PATCH] contrib/plugins/execlog: Fix compiler warning
 2024-03-25  4:31 UTC  (4+ messages)

[PATCH] drm/xe: Fix static analysis tool reported errors
 2024-03-25  4:31 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Fix static analysis tool reported errors (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[LTP] [linus:master] [hugetlb] 7c43a55379: ltp.hugemmap10.fail
 2024-03-25  4:31 UTC  (2+ messages)
`  "

[PATCH v2] selftests/mm: Confirm VA exhaustion without reliance on correctness of mmap()
 2024-03-25  4:26 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-25  4:28 UTC 

[PATCH 1/2] platform/chrome: cros_kbd_led_backlight: Automatically enable keyboard backlight control if feature present in EC
 2024-03-25  4:27 UTC  (3+ messages)

[PATCH v1 0/2] Patches for rockchip clk input / output switch
 2024-03-25  4:16 UTC  (7+ messages)
` [PATCH v1 1/2] clk: rockchip: Add support for "
` [PATCH v1 2/2] dt-bindings: clock: "

[vireshk:rust/cpufreq-dt 41/43] error[E0599]: no method named `as_mut_ptr` found for raw pointer `*mut bindings::cpumask` in the current scope
 2024-03-25  4:21 UTC 

man-pages PDF book: fonts
 2024-03-25  4:19 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-25  4:18 UTC 

[PATCH] drm/xe/xe_migrate: Fix potential overflows expression
 2024-03-25  4:15 UTC  (5+ messages)

next/pending-fixes build: 7 builds: 0 failed, 7 passed, 33 warnings (v6.9-rc1-83-g2c54eea3a68ea)
 2024-03-25  4:09 UTC 

[PATCH linux dev-6.6] ARM: dts: Aspeed: Bonnell: Fix NVMe LED labels
 2024-03-25  4:07 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-25  4:08 UTC 

next/master build: 173 builds: 12 failed, 161 passed, 13 errors, 331 warnings (next-20240325)
 2024-03-25  4:05 UTC 

next/master build: 173 builds: 12 failed, 161 passed, 13 errors, 331 warnings (next-20240325)
 2024-03-25  4:05 UTC 

[PATCH v3 resend] net/ipv4: add tracepoint for icmp_send
 2024-03-25  4:04 UTC  (3+ messages)
`  "

[PATCH v3 resend] net/ipv4: add tracepoint for icmp_send
 2024-03-25  4:01 UTC  (2+ messages)
`  "

[PATCH] riscv: Improve sbi_ecall() code generation by reordering arguments
 2024-03-25  3:59 UTC  (5+ messages)
    ` [External] "

[PATCH v2] arch/riscv: Enable kprobes when CONFIG_MODULES=n
 2024-03-25  3:58 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-25  3:58 UTC 

[PATCH 0/3] dt-bindings: mtd: atmel-nand: convert txt to yaml
 2024-03-25  3:56 UTC  (8+ messages)
` [PATCH 1/3] "

[PATCH stable-5.10] mm/memory-failure: fix an incorrect use of tail pages
 2024-03-25  3:57 UTC  (3+ messages)

[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
 2024-03-25  3:54 UTC 

chrome-platform/for-kernelci cros-ec: 11 runs, 1 regressions (v6.9-rc1)
 2024-03-25  3:52 UTC 

[PATCH 1/1] genirq/proc: Try to jump over the unallocated irq hole whenever possible
 2024-03-25  3:51 UTC 

[PATCH V2] block: fail unaligned bio from submit_bio_noacct()
 2024-03-25  3:50 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-25  3:48 UTC 

chrome-platform/for-firmware-kernelci sleep: 8 runs, 4 regressions (v6.9-rc1)
 2024-03-25  3:45 UTC 

[PATCH] fs: quota: use group allocation of per-cpu counters API
 2024-03-25  4:12 UTC 

[PATCH net-next 0/3] trace: use TP_STORE_ADDRS macro
 2024-03-25  3:43 UTC  (4+ messages)
` [PATCH net-next 1/3] trace: move to TP_STORE_ADDRS related macro to net_probe_common.h
` [PATCH net-next 2/3] trace: use TP_STORE_ADDRS() macro in inet_sk_error_report()
` [PATCH net-next 3/3] trace: use TP_STORE_ADDRS() macro in inet_sock_set_state()

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-03-25  3:43 UTC  (3+ messages)
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop

[PATCH] fs: nfsd: use group allocation/free of per-cpu counters API
 2024-03-25  4:10 UTC 

[PATCH] ASoC: sti: uniperif: fix the undefined bitwise shift behavior problem
 2024-03-25  3:40 UTC 

[PATCH 5.15 000/317] 5.15.153-rc1 review
 2024-03-25  3:40 UTC  (4+ messages)
` [PATCH 5.15 032/317] f2fs: implement iomap operations

[PATCH] ALSA: sh: aica: reorder cleanup operations to avoid UAF bug
 2024-03-25  3:39 UTC 

[PATCH] efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher address
 2024-03-25  3:40 UTC  (3+ messages)

[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
 2024-03-25  3:39 UTC  (3+ messages)
` [PATCH 62/64] i2c: xlp9xx: reword "

[PATCH bpf-next] bpf: Sync uapi bpf.h to tools directory
 2024-03-25  3:38 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-25  3:38 UTC 

[PATCH bpf-next] bpf: Sync uapi bpf.h to tools directory
 2024-03-25  3:35 UTC 

[PATCH 0/4] Cleanup K3 binman templating
 2024-03-25  3:35 UTC  (4+ messages)
` [PATCH 3/4] arm: dts: k3-*-binman.dtsi: Clean up and templatize boot binaries

[PATCH net-next] net/smc: make smc_hash_sk/smc_unhash_sk static
 2024-03-25  3:34 UTC  (3+ messages)

[PATCH v2] staging: media: remove duplicates
 2024-03-25  3:34 UTC  (2+ messages)

[PATCH v1 0/1] phy: freescale: imx8m-pcie: facing pcie link-up instability
 2024-03-25  3:33 UTC  (5+ messages)
` [PATCH v1 1/1] phy: freescale: imx8m-pcie: fix "

[PATCH] blk-cgroup: use group allocation/free of per-cpu counters API
 2024-03-25  3:59 UTC 

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-03-25  3:30 UTC  (3+ messages)
` [RFC PATCH 1/2] sched/fair: Introduce per-task io util boost

chrome-platform/for-firmware-kernelci baseline: 80 runs, 10 regressions (v6.9-rc1)
 2024-03-25  3:30 UTC 

[PATCH] mm: backing-dev: use group allocation/free of per-cpu counters API
 2024-03-25  3:56 UTC 

[PATCH bpf-next 0/3] Inline two LBR-related helpers
 2024-03-25  3:28 UTC  (5+ messages)
` [PATCH bpf-next 3/3] bpf,x86: inline bpf_get_smp_processor_id() on x86-64

[opencloudos:next 4603/4615] arch/x86/events/zhaoxin/uncore.c:2762:6: sparse: sparse: symbol 'kx5000_uncore_cpu_init' was not declared. Should it be static?
 2024-03-25  3:27 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-25  3:28 UTC 

[PATCH v2][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-25  3:22 UTC  (3+ messages)

[PATCH v2] x86/tsc: Use topology_max_packages() to get package number
 2024-03-25  3:09 UTC 

summarize all information again at bottom//reply: reply: [PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-25  3:22 UTC  (10+ messages)

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-25  3:20 UTC  (12+ messages)
` [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders
          ` Can you help us on memory barrier usage? (was Re: [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders)

chrome-platform/for-kernelci sleep: 8 runs, 2 regressions (v6.9-rc1)
 2024-03-25  3:22 UTC 

[linux-linus test] 185152: tolerable FAIL - PUSHED
 2024-03-25  3:21 UTC 

[PATCH net-next 0/3] netfilter: use NF_DROP instead of -NF_DROP
 2024-03-25  3:19 UTC  (4+ messages)
` [PATCH net-next 1/3] netfilter: using NF_DROP in test statement in nf_conntrack_in()
` [PATCH net-next 2/3] netfilter: use NF_DROP in iptable_filter_table_init()
` [PATCH net-next 3/3] netfilter: use NF_DROP in ip6table_filter_table_init()

RTT-PROBE: lore-subspace-rtt
 2024-03-25  3:18 UTC 

[PATCH v1] dmaengine: Add support for audio interleaved transfer
 2024-03-25  2:37 UTC 

[PATCH v2] xfs: compile out v4 support if disabled
 2024-03-25  3:13 UTC 

[PATCH v6 00/11] riscv: add initial support for Canaan Kendryte K230
 2024-03-25  3:10 UTC  (9+ messages)
` [PATCH v6 10/11] riscv: dts: add initial canmv-k230 and k230-evb dts

[PATCH][next] wifi: mwl8k: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-25  3:12 UTC 

[PATCH v2 0/6] riscv: add support for Milk-V Mars board
 2024-03-25  3:10 UTC  (2+ messages)
` 回复: "

[PATCH v4 0/4] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
 2024-03-25  1:54 UTC  (2+ messages)

[PATCH 0/8] use for_each_endpoint_of_node()
 2024-03-25  3:05 UTC  (5+ messages)
` [PATCH 5/8] media: platform: xilinx: "
` [PATCH 6/8] staging: media: atmel: "
` [PATCH 7/8] video: fbdev: "
` [PATCH 8/8] fbdev: omapfb: use of_graph_get_remote_port()


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.