messages from 2024-01-18 22:13:55 to 2024-01-19 00:21:51 UTC [more...]
[Intel-gfx] [PATCH 0/3] Fixed-width mask/bit helpers
2024-01-18 23:25 UTC (7+ messages)
` [Intel-gfx] [PATCH 2/3] linux/bits.h: Add fixed-width GENMASK and BIT macros
` Re: [Intel-xe] "
` "
[cocci] [PATCH 00/42] Fix coccicheck warnings
2024-01-18 23:24 UTC (4+ messages)
` [PATCH 03/42] arch/x86/events/amd: Convert snprintf to sysfs_emit
` [PATCH 22/42] drivers/scsi/fnic: "
[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
2024-01-19 0:20 UTC (5+ messages)
` [RFC PATCH v3 18/30] migration/multifd: Allow receiving pages without packets
[PATCH 00/10] Enrich Trailer API
2024-01-19 0:21 UTC (10+ messages)
` [PATCH 01/10] trailer: move process_trailers() to interpret-trailers.c
` [PATCH 02/10] trailer: include "trailer" term in API functions
` [PATCH 03/10] trailer: unify trailer formatting machinery
[PATCH v3 0/5] Fix 32bit build
2024-01-19 0:20 UTC (9+ messages)
` [PATCH v3 1/5] drm/xe: Use _ULL for u64 division
` [PATCH v3 2/5] drm/xe/mmio: Cast to u64 when printing
` [PATCH v3 3/5] drm/xe/display: Avoid calling readq()
` [PATCH v3 4/5] drm/xe: Fix cast on trace variable
` [PATCH v3 5/5] drm/xe: Enable 32bits build
` ✓ CI.Patch_applied: success for Fix 32bit build (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit
2024-01-19 0:16 UTC (3+ messages)
[PATCH v4 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
2024-01-19 0:13 UTC (6+ messages)
` [PATCH v4 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v4 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v4 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v4 4/4] selftest/bpf: Test a perf bpf program that suppresses "
[PATCH 1/1] i2c: lpi2c: Avoid calling clk_get_rate during transfer
2024-01-19 0:08 UTC (4+ messages)
[PATCH v3 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
2024-01-19 0:08 UTC (7+ messages)
` [PATCH v3 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v3 4/4] selftest/bpf: Test a perf bpf program that suppresses side effects
[syzbot] kernel BUG in ext4_do_writepages
2024-01-19 0:08 UTC (2+ messages)
Re: Re: [PATCH] drm/xe: Do not flood dmesg with guc log
2024-01-19 0:00 UTC (3+ messages)
` "
[PATCH 0/9] some more chunk-file bounds-checks fixes
2024-01-18 23:59 UTC (6+ messages)
` [PATCH 0/7] chunk-format: introduce `pair_chunk_expect()`
` [PATCH 1/7] chunk-format: introduce `pair_chunk_expect()` helper
[PATCH] arm64: dts: qcom: sa8775p: Add new memory map updates to SA8775P
2024-01-18 23:58 UTC (2+ messages)
[ndctl PATCH v6 0/7] Support poison list retrieval
2024-01-18 23:55 UTC (4+ messages)
[PATCH v3 0/4] Swap-out small-sized THP without splitting
2024-01-18 23:54 UTC (4+ messages)
` [PATCH RFC 0/6] mm: support large folios swap-in
[PATCH 0/4] perf sched: Fix task state report
2024-01-18 23:53 UTC (5+ messages)
[PATCH v7 00/39] ep93xx device tree conversion
2024-01-18 23:52 UTC (4+ messages)
` [PATCH v7 01/39] ARM: ep93xx: Add terminator to gpiod_lookup_table
[Bpf] [PATCH bpf-next] bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_K
2024-01-18 23:53 UTC (9+ messages)
` "
[GIT PULL] AppArmor updates for 6.8
2024-01-18 23:52 UTC
[PATCH] drm/i915/mtl: Wake GT before sending H2G message
2024-01-18 23:50 UTC (3+ messages)
Assign line names at runtime
2024-01-18 23:48 UTC (6+ messages)
` "
[PATCH v3 bpf-next 0/3] bpf: Add bpf_iter_cpumask
2024-01-18 23:46 UTC (5+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add selftests for cpumask iter
[PATCH v2 0/3] Introduce EC-based watchdog
2024-01-18 23:44 UTC (7+ messages)
` [PATCH v2 1/3] platform/chrome: Update binary interface for "
` [PATCH v2 2/3] watchdog: Add ChromeOS EC-based watchdog driver
` [PATCH v2 3/3] mfd: cros_ec: Register EC-based watchdog subdevice
[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
2024-01-18 23:41 UTC (23+ messages)
` [PATCH 01/12] xfs: convert kmem_zalloc() to kzalloc()
` [PATCH 02/12] xfs: convert kmem_alloc() to kmalloc()
` [PATCH 03/12] xfs: move kmem_to_page()
` [PATCH 04/12] xfs: convert kmem_free() for kvmalloc users to kvfree()
` [PATCH 05/12] xfs: convert remaining kmem_free() to kfree()
` [PATCH 06/12] xfs: use an empty transaction for fstrim
` [PATCH 07/12] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
` [PATCH 08/12] xfs: use GFP_KERNEL in pure transaction contexts
` [PATCH 09/12] xfs: place intent recovery under NOFS allocation context
` [PATCH 10/12] xfs: place the CIL under nofs "
` [PATCH 12/12] xfs: use xfs_defer_alloc a bit more
[PATCH i-g-t v2] tests/syncobj_timeline: test delayed submission
2024-01-18 23:37 UTC
[PATCH i-g-t 0/4] Add tests for solid fill planes
2024-01-18 23:35 UTC (6+ messages)
` [PATCH i-g-t 3/4] tests/kms_atomic: Add solid fill plane subtest
[GIT PULL] percpu changes for v6.8-rc1
2024-01-18 23:35 UTC (2+ messages)
[git pull] IOMMU Updates for Linux v6.8
2024-01-18 23:35 UTC (2+ messages)
[GIT PULL] Please pull IOMMUFD subsystem changes
2024-01-18 23:35 UTC (2+ messages)
[PATCH v1 0/3] Extend ARL support
2024-01-18 23:33 UTC (7+ messages)
` [PATCH v1 1/3] drm/i915: Add additional ARL PCI IDs
` [PATCH v1 3/3] drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74
` ✗ Fi.CI.IGT: failure for Extend ARL support
[PATCH] net: phy: adin1100: Fix nullptr exception for phy interrupts
2024-01-18 23:34 UTC (6+ messages)
[PATCH] arm64: dts: qcom: sc8280xp: Introduce additional tsens instances
2024-01-18 23:31 UTC (2+ messages)
[PATCH] userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
2024-01-18 23:29 UTC (4+ messages)
[PATCH] kunit: Mark filter_glob param as rw
2024-01-18 23:29 UTC (5+ messages)
` "
[PATCH] scsi: fnic: clean up some inconsistent indenting
2024-01-18 23:21 UTC (2+ messages)
[PATCH] drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT
2024-01-18 23:20 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH 1/2] t0024: avoid losing exit status to pipes
2024-01-18 23:18 UTC (4+ messages)
` [PATCH 2/2] t0024: refactor to have single command per line
[PATCH BlueZ v2 1/2] player: Fix endpoint.config for broadcast
2024-01-18 23:17 UTC (2+ messages)
` [BlueZ,v2,1/2] "
[PATCH v8 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
2024-01-18 23:16 UTC (5+ messages)
` [PATCH v8 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
[PATCH] IB/hfi1: fix a memleak in init_credit_return
2024-01-18 23:14 UTC (3+ messages)
[PATCH v2] scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy
2024-01-18 23:13 UTC (5+ messages)
[PATCH v3 00/16] drm/i915: (stolen) memory region related fixes
2024-01-18 23:12 UTC (5+ messages)
` [PATCH v3 05/16] drm/i915: Disable the "binder"
[PATCH v4 0/1] drm/xe: correct the calculation of remaining size
2024-01-18 23:11 UTC (10+ messages)
` [PATCH v4 1/1] "
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
next/pending-fixes build: 8 builds: 2 failed, 6 passed, 2 errors, 32 warnings (v6.7-12142-g865a3df089bf)
2024-01-18 23:10 UTC
[PATCH] ring-buffer: Simplify reservation with try_cmpxchg() loop
2024-01-18 23:12 UTC
[PATCH v3 0/4] HID: touchscreen: add himax hid-over-spi driver
2024-01-18 23:06 UTC (5+ messages)
[PATCH] common/sfc: replace out of bounds condition with static_assert
2024-01-18 23:05 UTC (2+ messages)
[RESEND PATCH v4 0/7] hugetlb: parallelize hugetlb page init on boot
2024-01-18 23:04 UTC (5+ messages)
` [PATCH v4 3/7] padata: dispatch works on different nodes
` [PATCH v4 4/7] hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
[PATCH v2 RESEND 1/2] nvme: Fix error code and log to indicate busy
2024-01-18 23:03 UTC (4+ messages)
` [PATCH v2 RESEND 2/2] nvme: Update nvme_scan_namespace to keep trying on busy
[PATCH 1/2] arm64: dts: rockchip: rock-pi-e: adjust phy-handle name
2024-01-18 23:03 UTC (9+ messages)
` [PATCH 2/2] arm64: dts: rockchip: rock-pi-e: fix location of snps properties
[Intel-wired-lan] ICE sriov reboot and other errors
2024-01-18 23:01 UTC (2+ messages)
[GIT PULL] eventfs: Fix for readdir and a seq_buf fix
2024-01-18 23:01 UTC (2+ messages)
[GIT PULL] s390 updates for the 6.8 merge window part 2
2024-01-18 23:01 UTC (2+ messages)
[GIT PULL] x86/sgx for 6.8
2024-01-18 23:01 UTC (2+ messages)
[GIT PULL] x86/tdx for 6.8
2024-01-18 23:01 UTC (2+ messages)
[GIT PULL] tracing: Updates for 6.8
2024-01-18 23:01 UTC (2+ messages)
[GIT PULL] probes update for v6.8
2024-01-18 23:01 UTC (2+ messages)
[GIT PULL] eventfs: Updates for v6.8
2024-01-18 23:01 UTC (2+ messages)
[PATCH] openssl: Fix build on riscv
2024-01-18 22:59 UTC
[yocto] [meta-rockchip][PATCH] rock-pi-e: fix kernel device-tree
2024-01-18 22:58 UTC
[PATCH v3 0/2] Add support to dump printk buffer to console via sysrq
2024-01-18 22:56 UTC (3+ messages)
` [PATCH v3 2/2] tty/sysrq: Dump printk ring buffer messages "
[PATCH bpf-next] The original document has some inconsistency
2024-01-18 22:54 UTC (7+ messages)
` [Bpf] "
[yocto] [meta-rockchip][PATCH] roc-rk3308-cc: add
2024-01-18 22:52 UTC
[yocto] [meta-rockchip][PATCH] u-boot: fix build for rk3308
2024-01-18 22:52 UTC
[PATCH v3 0/1] drm/xe: correct the calculation of remaining size
2024-01-18 22:52 UTC (3+ messages)
` ✓ CI.BAT: success for "
[meta-rockchip][PATCH] roc-rk3328-cc: add
2024-01-18 22:51 UTC (2+ messages)
[RFC bpf-next v2] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments
2024-01-18 22:49 UTC
[Bug 218171] New: amd-pstate not loading on zen2 threadripper 3960x (trx40
2024-01-18 22:46 UTC (2+ messages)
` [Bug 218171] "
[PATCH 0/4] Enable ccs compressed framebuffers on Xe2
2024-01-18 22:45 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH v12 1/2] dt-bindings: adc: add AD7173
2024-01-18 22:42 UTC (2+ messages)
[PATCH] mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats
2024-01-18 22:42 UTC (2+ messages)
[PATCH bpf-next v16 00/14] Registrating struct_ops types from modules
2024-01-18 22:41 UTC (7+ messages)
` [PATCH bpf-next v16 09/14] bpf: hold module refcnt in bpf_struct_ops map creation and prog verification
` [PATCH bpf-next v16 11/14] bpf, net: switch to dynamic registration
` [PATCH bpf-next v16 14/14] selftests/bpf: test case for register_bpf_struct_ops()
[Intel-wired-lan] [PATCH net] idpf: distinguish vports by the dev_port attribute
2024-01-18 22:41 UTC (3+ messages)
` "
[PATCH v4 0/6] Pointer Masking update for Zjpm v0.8
2024-01-18 22:40 UTC (5+ messages)
` [PATCH v4 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
[Bug 217931] New: amd-pstate lacks crucial features: CPU frequency and boost control
2024-01-18 22:39 UTC (2+ messages)
` [Bug 217931] "
[PATCH] riscv: lib: Support csum on GCC <11
2024-01-18 22:38 UTC (5+ messages)
[PATCH v3 1/9] rust: file: add Rust abstraction for `struct file`
2024-01-18 22:37 UTC (2+ messages)
[PATCH v2] riscv: lib: Check if output in asm goto supported
2024-01-18 22:36 UTC (2+ messages)
[PATCH net] llc: make llc_ui_sendmsg() more robust against bonding changes
2024-01-18 22:35 UTC (4+ messages)
[syzbot] [net?] KASAN: use-after-free Read in __skb_flow_dissect (3)
2024-01-18 22:34 UTC (3+ messages)
The buddy allocator in a memdesc world
2024-01-18 22:33 UTC
[PATCH] string: Remove strlcpy()
2024-01-18 22:33 UTC
Implement per-key keyboard backlight as auxdisplay?
2024-01-18 22:32 UTC (13+ messages)
[PATCH v2] Input: synaptics-rmi4: Add a null pointer check to the rmi_driver_probe
2024-01-18 22:32 UTC (2+ messages)
[pull] amdgpu, amdkfd drm-fixes-6.8
2024-01-18 22:31 UTC
[PATCH 1/4] oeqa/runtime/rpm: raise exception if test rpm file cannot be found
2024-01-18 22:31 UTC (2+ messages)
` [OE-core] "
[PATCH 0/2] Block size helper cleanups
2024-01-18 22:29 UTC (3+ messages)
[krzk-github:n/audio-sm8650-on-neil-codelinaro-topic-sm8650-upstream-integ 15/30] sound/soc/qcom/lpass.h:43:14: error: 'LPASS_CDC_DMA_RX0' undeclared
2024-01-18 22:29 UTC
[PATCH] drm/xe: Do not flood dmesg with guc log
2024-01-18 22:26 UTC (2+ messages)
` ✓ CI.BAT: success for drm/xe: Do not flood dmesg with guc log (rev3)
Patchtest results for [OE-core][kirkstone][PATCH 1/1] tiff: fix CVE-2023-6228
2024-01-18 22:26 UTC (3+ messages)
` Fwd: "
[PATCH v3 0/4] support remote archive from stateless transport
2024-01-18 22:26 UTC (6+ messages)
` [PATCH v4 0/4] support remote archive via "
` [PATCH v4 1/4] transport-helper: no connection restriction in connect_helper
[PATCH nf] netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain
2024-01-18 22:22 UTC
[Buildroot] [PATCH 1/1] package/openssh: fix build error on powerpc
2024-01-18 22:23 UTC
bug -net tap on qemu
2024-01-18 21:53 UTC
[RFC net-next] tcp: add support for read with offset when using MSG_PEEK
2024-01-18 22:22 UTC (3+ messages)
[RFC] [PATCH 0/3] xfs: use large folios for buffers
2024-01-18 22:19 UTC (4+ messages)
` [PATCH 1/3] xfs: unmapped buffer item size straddling mismatch
` [PATCH 2/3] xfs: use folios in the buffer cache
` [PATCH 3/3] xfs: convert buffer cache to use high order folios
[PATCH v3 0/3] GuC CT tweaks
2024-01-18 22:22 UTC (3+ messages)
` [PATCH v3 1/3] drm/xe/guc: Add more GuC CT states
[PATCH 00/20] arm: Rework target/ headers to build various hw/ files once
2024-01-18 22:20 UTC (2+ messages)
[android-common:android14-5.15 32/33] drivers/android/binder_alloc.c:883:25: sparse: sparse: Using plain integer as NULL pointer
2024-01-18 22:18 UTC
[krzk-github:n/audio-sm8650-on-neil-codelinaro-topic-sm8650-upstream-integ 15603/15673] drivers/spmi/spmi-pmic-arb.c:193: warning: Function parameter or struct member 'masters' not described in 'spmi_pmic_arb'
2024-01-18 22:18 UTC
[PATCH] cxl/pci: Kill a goto in read_cdat_data()
2024-01-18 22:17 UTC (5+ messages)
[Intel-wired-lan] [PATCH iwl-next v4 00/12] Add E800 live migration driver
2024-01-18 22:17 UTC (9+ messages)
` [Intel-wired-lan] [PATCH iwl-next v4 05/12] ice: Log virtual channel messages in PF
` [Intel-wired-lan] [PATCH iwl-next v4 08/12] ice: Save and load RX Queue head
Isochronous error handling bug on VIA VL805
2024-01-18 22:16 UTC (3+ messages)
` [RFT PATCH v2] xhci: process isoc TD properly when there was an error mid TD
+ selftests-mm-perform-some-system-cleanup-before-using-hugepages.patch added to mm-unstable branch
2024-01-18 22:16 UTC
+ maintainers-supplement-of-zswap-maintainers-update.patch added to mm-hotfixes-unstable branch
2024-01-18 22:16 UTC
+ userfaultfd-fix-mmap_changing-checking-in-mfill_atomic_hugetlb.patch added to mm-unstable branch
2024-01-18 22:16 UTC
+ userfaultfd-fix-return-error-if-mmap_changing-is-non-zero-in-move-ioctl.patch added to mm-unstable branch
2024-01-18 22:16 UTC
+ selftests-memfd-delete-unused-declarations.patch added to mm-unstable branch
2024-01-18 22:16 UTC
+ mm-kmsan-fix-infinite-recursion-due-to-rcu-critical-section.patch added to mm-hotfixes-unstable branch
2024-01-18 22:16 UTC
+ stackdepot-add-stats-counters-exported-via-debugfs.patch added to mm-hotfixes-unstable branch
2024-01-18 22:16 UTC
+ stackdepot-make-fast-paths-lock-less-again.patch added to mm-hotfixes-unstable branch
2024-01-18 22:16 UTC
+ mm-writeback-fix-possible-divide-by-zero-in-wb_dirty_limits-again.patch added to mm-hotfixes-unstable branch
2024-01-18 22:16 UTC
+ mm-writeback-ratelimit-stat-flush-from-mem_cgroup_wb_stats.patch added to mm-unstable branch
2024-01-18 22:15 UTC
+ flex_proportions-remove-unused-fprop_local_single.patch added to mm-nonmm-unstable branch
2024-01-18 22:15 UTC
[PATCH 0/3] mm/slub: some minor optimization and cleanup
2024-01-18 22:14 UTC (5+ messages)
` [PATCH 1/3] mm/slub: directly load freelist from cpu partial slab in the likely case
[PATCH] nouveau: add command-line GSP-RM registry support
2024-01-18 22:13 UTC
EEVDF and NUMA balancing
2024-01-18 22:13 UTC (18+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.