All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-07 14:57:49 to 2024-06-07 15:40:18 UTC [more...]

[PATCH 0/2] commit-graph/server-info: use tempfile.h in more places
 2024-06-07 15:40 UTC  (2+ messages)

KSZ9897 RMII ports support
 2024-06-07 15:39 UTC  (2+ messages)

[RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
 2024-06-07 15:39 UTC  (3+ messages)

[PATCH 0/4] hwmon: Add support for MPS mp2993,mp9941 chip
 2024-06-07 15:39 UTC  (2+ messages)

[PATCH v4 00/22] block atomic writes for xfs
 2024-06-07 14:39 UTC  (11+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size
` [PATCH v4 04/22] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 07/22] xfs: make EOF allocation simpler
` [PATCH v4 09/22] xfs: align args->minlen for forced allocation alignment
` [PATCH v4 12/22] xfs: Update xfs_inode_alloc_unitsize_fsb() for forcealign
` [PATCH v4 13/22] xfs: Unmap blocks according to forcealign
` [PATCH v4 14/22] xfs: Only free full extents for forcealign
` [PATCH v4 18/22] iomap: Atomic write support
` [PATCH v4 19/22] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign

[PATCH] drm/xe/pf: Assert LMEM provisioning is done only on DGFX
 2024-06-07 15:38 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH v16 0/5] implement getrandom() in vDSO
 2024-06-07 15:37 UTC  (17+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v16 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v16 5/5] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v2] btrfs: fix a possible race window when allocating new extent buffers
 2024-06-07 15:37 UTC  (5+ messages)

[PATCH v1 00/17] nvmem: Handle change of return type in reg_read/write() definition
 2024-06-07 15:36 UTC  (7+ messages)
` [PATCH v1 07/17] misc: eeprom: at25: Change nvmem reg_read/write return type

[PATCH i-g-t v1 0/7] tests/core_hotunplug: Make it fail in subtests
 2024-06-07 15:36 UTC  (8+ messages)
` [PATCH i-g-t v1 1/7] lib/drmtest: add function for retriving chipset
` [PATCH i-g-t v1 2/7] tests/core_hotunplug: set known chipset before tests
` [PATCH i-g-t v1 3/7] tests/core_hotplug: Add checks to subtests
` [PATCH i-g-t v1 4/7] lib/drmtest: Allow to get drm device name
` [PATCH i-g-t v1 5/7] tests/core_hotunplug: Open the same driver
` [PATCH i-g-t v1 6/7] tests/core_hotunplug: Fix device close
` [PATCH i-g-t v1 7/7] tests/core_hotunplug: Skip if no render available

[ovmf test] 186280: all pass - PUSHED
 2024-06-07 15:34 UTC 

support large folios for NFS
 2024-06-07 15:32 UTC  (5+ messages)

[PATCH RFC v2 0/4] Add USB VBUS regulator for RZ/G2L
 2024-06-07 15:31 UTC  (4+ messages)
` [PATCH RFC v2 2/4] regulator: Add Renesas RZ/G2L USB VBUS regulator driver

[PATCHES][RFC] rework of struct fd handling
 2024-06-07 15:30 UTC  (16+ messages)
` [PATCH 01/19] powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
  ` [PATCH 02/19] lirc: rc_dev_get_from_fd(): fix file leak
  ` [PATCH 08/19] fdget_raw() users: switch to CLASS(fd_raw, ...)
  ` [PATCH 09/19] css_set_fork(): "
  ` [PATCH 10/19] introduce "fd_pos" class
  ` [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...)
  ` [PATCH 12/19] bpf: switch "

[PATCH v1 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-06-07 15:29 UTC  (2+ messages)

[PATCH HID v2 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-07 15:28 UTC  (17+ messages)
` [PATCH HID v2 01/16] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID v2 02/16] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID v2 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID v2 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID v2 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID v2 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID v2 07/16] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID v2 08/16] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID v2 09/16] selftests/hid: add subprog call test
` [PATCH HID v2 10/16] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID v2 11/16] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID v2 12/16] HID: bpf: Artist24: remove unused variable
` [PATCH HID v2 13/16] HID: bpf: error on warnings when compiling bpf objects
` [PATCH HID v2 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops
` [PATCH HID v2 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
` [PATCH HID v2 16/16] HID: bpf: make part of struct hid_device writable

[isar-cip-core v3 0/4] Trigger CIP Core testing LAVA jobs
 2024-06-07 15:27 UTC  (3+ messages)
` [isar-cip-core v3 2/4] submit_lava.sh: Add script to submit the jobs prepared from templates

[RFC PATCH 0/5] Only timeout jobs if they run longer than timeout period
 2024-06-07 15:27 UTC  (8+ messages)
` [RFC PATCH 1/5] drm/xe: Add LRC ctx timestamp support functions
` [RFC PATCH 2/5] drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitions
` ✗ CI.FULL: failure for Only timeout jobs if they run longer than timeout period

[PATCH] leds: class: Revert: "If no default trigger is given, make hw_control trigger the default trigger"
 2024-06-07 15:26 UTC  (3+ messages)

[PATCH 6.6 000/744] 6.6.33-rc1 review
 2024-06-07 15:26 UTC  (4+ messages)

[PATCH 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
 2024-06-07 15:26 UTC  (7+ messages)
` [PATCH 1/4] efi/cper, cxl: Make definitions and structures global
` [PATCH 2/4] acpi/ghes, efi/cper: Recognize and process CXL Protocol Errors

[PATCH v2 0/6] drm/i915: gvt register macro cleanups, unused macro removals
 2024-06-07 15:25 UTC  (7+ messages)
` [PATCH v2 1/6] drm/i915/gvt: remove the unused end parameter from calc_index()
` [PATCH v2 2/6] drm/i915/gvt: use proper i915_reg_t for calc_index() parameters
` [PATCH v2 3/6] drm/i915/gvt: rename range variable to stride
` [PATCH v2 4/6] drm/i915/gvt: do not use implict dev_priv in DSPSURF_TO_PIPE()
` [PATCH v2 5/6] drm/i915: relocate some DSPCNTR reg bit definitions
` [PATCH v2 6/6] drm/i915: remove unused pipe/plane B register macros

proc-empty-vm.c:342:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result'
 2024-06-07 15:25 UTC  (5+ messages)
` [PATCH] selftests: proc: remove unreached code and fix build warning

[PATCH 6.9 000/374] 6.9.4-rc1 review
 2024-06-07 15:25 UTC  (2+ messages)

[chrome-os:chromeos-6.1 122/126] drivers/dma-buf/heaps/restricted_heap_mtk.c:187:34: error: call to undeclared function 'phys_to_page'; ISO C99 and later do not support implicit function declarations
 2024-06-07 15:24 UTC 

[PATCH v3 0/2] tlv320adc3xxx: Allow MICBIAS pins to be used as GPOs
 2024-06-07 15:22 UTC  (3+ messages)
` [PATCH v3 1/2] ASoC: dt-bindings: tlv320adc3xxx: Add MICBIAS-as-GPO properties
` [PATCH v3 2/2] tlv320adc3xxx: Add support for using MICBIAS pins as GPO

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-07 15:24 UTC  (4+ messages)
` [RFC PATCH 4/5] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas

[PATCH 6.1 000/473] 6.1.93-rc1 review
 2024-06-07 15:24 UTC  (3+ messages)

[PATCH v2] lib/Kconfig.debug: document panic= command line option and procfs entry for PANIC_TIMEOUT
 2024-06-07 15:24 UTC 

[PATCH V3] xfsprogs: remove platform_zero_range wrapper
 2024-06-07 15:24 UTC 

[viro-vfs:work.fd 11/19] fs/select.c:860:3: error: cannot jump from this goto statement to its label
 2024-06-07 15:24 UTC  (2+ messages)

[LTP] [PATCH v2] testcases: realtime: Get rid of autotools
 2024-06-07 15:23 UTC  (2+ messages)

[PATCH] fetch2/wget: Add user_agent parameter so it can be used optionally
 2024-06-07 15:23 UTC  (3+ messages)
  ` [bitbake-devel] "

b4 prep from lore picks up versioning confusingly
 2024-06-07 15:23 UTC  (3+ messages)

[PATCH net] tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
 2024-06-07 15:23 UTC  (3+ messages)

[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
 2024-06-07 15:21 UTC  (6+ messages)
` [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe

[PATCH BlueZ v1] isotest: Fix ISO send data rate
 2024-06-07 15:20 UTC  (2+ messages)

[PATCH v2 1/1] dt-bindings: remoteproc: imx_rproc: add minItems for power-domain
 2024-06-07 15:19 UTC  (4+ messages)

[PATCH v8 0/4] Marvell HW overlay support for Cadence xSPI
 2024-06-07 15:18 UTC  (5+ messages)
` [PATCH v8 1/4] spi: dt-bindings: cadence: Add Marvell overlay bindings documentation for Cadence XSPI
` [PATCH v8 2/4] spi: cadence: Add Marvell xSPI IP overlay changes
` [PATCH v8 3/4] spi: cadence: Allow to read basic xSPI configuration from ACPI
` [PATCH v8 4/4] spi: cadence: Add MRVL overlay xfer operation support

[PATCH v1 0/6] intel_pstate: Turbo disabled handling rework
 2024-06-07 15:18 UTC  (24+ messages)
` [PATCH v1 2/6] cpufreq: intel_pstate: Do not update global.turbo_disabled after initialization

[PATCH] drm/i915/gt: debugfs: Evaluate forcewake usage within locks
 2024-06-07 15:16 UTC  (2+ messages)

[Bug 218900] New: amdgpu: Fatal error during GPU init
 2024-06-07 15:18 UTC  (2+ messages)
` [Bug 218900] "

[GIT PULL] Btrfs fixes for 6.10-rc3, part 2
 2024-06-07 15:18 UTC 

[PATCH v8 00/23] Support more Amlogic SoC families in crypto driver
 2024-06-07 14:12 UTC  (5+ messages)
` [PATCH v8 09/23] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v8 12/23] drivers: crypto: meson: add support for AES-CTR
` [PATCH v8 15/23] drivers: crypto: meson: add support for AXG-series

[CI] drm/xe: Cleanup force wake registers bit definitions
 2024-06-07 15:16 UTC  (2+ messages)
` ✓ CI.BAT: success for drm/xe: Cleanup force wake registers bit definitions (rev2)

[asahilinux:bits/000-devicetree 3/184] arch/arm64/boot/dts/apple/t8112.dtsi:644.28-720.5: Warning (simple_bus_reg): /soc/spmi@23d0d9300: simple-bus unit address format error, expected "23d714000"
 2024-06-07 15:14 UTC 

[PATCH v7 4/4] spi: cadence: Add MRVL overlay xfer operation support
 2024-06-07 15:15 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net-next v2 0/5] Allow configuration of multipath hash seed
 2024-06-07 15:13 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: ipv4,ipv6: Pass multipath hash computation through a helper
` [PATCH net-next v2 2/5] net: ipv4: Add a sysctl to set multipath hash seed
` [PATCH net-next v2 3/5] mlxsw: spectrum_router: Apply user-defined "
` [PATCH net-next v2 4/5] selftests: forwarding: lib: Split sysctl_save() out of sysctl_set()
` [PATCH net-next v2 5/5] selftests: forwarding: router_mpath_hash: Add a new selftest

[PATCH v7 2/4] spi: cadence: Add Marvell xSPI IP overlay changes
 2024-06-07 15:14 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH 0/8] Introduce fwctl subystem
 2024-06-07 15:14 UTC  (11+ messages)

[PATCH v2] nvme: enable FDP support
 2024-06-07 15:14 UTC  (2+ messages)

[PATCHv11 00/19] x86/tdx: Add kexec support
 2024-06-07 15:14 UTC  (5+ messages)
` [PATCHv11 18/19] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[bluez/bluez] 272d8e: isotest: Fix ISO send data rate
 2024-06-07 15:14 UTC 

[PATCH] proc: test "Kthread:" field
 2024-06-07 15:14 UTC 

[PATCH v3] mm: convert page type macros to enum
 2024-06-07 15:13 UTC  (2+ messages)

[REGRESSION] next boot regression caused by RIP: 0010:usercopy_abort+0x74/0x76 kernel panic
 2024-06-07 15:14 UTC 

[PATCH] block: fix request.queuelist usage in flush
 2024-06-07 15:13 UTC  (9+ messages)

[PATCH v7] cxl/events: Use a common struct for DRAM and General Media events
 2024-06-07 15:13 UTC  (2+ messages)

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-07 15:12 UTC  (4+ messages)

[PATCH v7 0/4] Marvell HW overlay support for Cadence xSPI
 2024-06-07 15:12 UTC  (4+ messages)
` [PATCH v7 1/4] spi: dt-bindings: cadence: Add Marvell overlay bindings documentation for Cadence XSPI
    ` [EXTERNAL] "

[PATCH v6 00/13] Add support for AXP192 PMIC
 2024-06-07 15:12 UTC  (2+ messages)
` [PATCH v6 0/13] "

[RFC 1/2] eal: add pointer compression functions
 2024-06-07 15:12 UTC  (5+ messages)
` [PATCH v13 0/6] add pointer compression API
  ` [PATCH v13 2/6] mempool: add functions to get extra mempool info

[PATCH] Improving readability of copy_tree
 2024-06-07 15:11 UTC  (3+ messages)
` [PATCH v4] Improve "

[PATCH i-g-t v3 0/2] check drmModeGetConnector() return value in some missing places
 2024-06-07 15:11 UTC  (3+ messages)
` [PATCH i-g-t v3 2/2] tests/intel/i915_pm_rpm: check drmModeGetConnector() before use

[PATCH 0/4] Export APICv-related state via binary stats interface
 2024-06-07 15:11 UTC  (5+ messages)
` [PATCH 4/4] KVM: x86: Add vCPU stat for APICv interrupt injections causing #VMEXIT

[RFC 0/2] add pointer compression API
 2024-06-07 15:10 UTC  (8+ messages)
` [PATCH v14 0/6] "
  ` [PATCH v14 1/6] lib: allow libraries with no sources
  ` [PATCH v14 2/6] mempool: add functions to get extra mempool info
  ` [PATCH v14 3/6] ptr_compress: add pointer compression library
  ` [PATCH v14 4/6] test: add pointer compress tests to ring perf test
  ` [PATCH v14 5/6] docs: add pointer compression guide
  ` [PATCH v14 6/6] test: add unit test for ptr compression

[PATCH 0/6] drm/i915: gvt register macro cleanups, unused macro removals
 2024-06-07 15:09 UTC  (6+ messages)
` [PATCH 6/6] drm/i915: remove unused HSW_STEREO_3D_CTL register macros

[libvirt test] 186274: tolerable FAIL - PUSHED
 2024-06-07 15:07 UTC 

[PATCH v2 0/4] XOR Math Fixups: translation & position
 2024-06-07 15:06 UTC  (7+ messages)
` [PATCH v2 2/4] cxl/acpi: Restore XOR'd position bits during address translation
` [PATCH v2 3/4] cxl/region: Verify target positions using the ordered target list
` [PATCH v2 4/4] cxl: Remove defunct code calculating host bridge target positions

[PATCH] loop: Disable fallocate() zero and discard if not supported
 2024-06-07 15:06 UTC  (2+ messages)

[PATCH v7 00/11] enable bs > ps in XFS
 2024-06-07 14:59 UTC  (12+ messages)
` [PATCH v7 01/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v7 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v7 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v7 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v7 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v7 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v7 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v7 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v7 09/11] xfs: expose block size in stat
` [PATCH v7 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v7 11/11] xfs: enable block size larger than page size support

rtw88 multicast failure in AP mode
 2024-06-07 15:05 UTC 

[RCU] zombie task hung in synchronize_rcu_expedited
 2024-06-07 15:04 UTC  (2+ messages)

[PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs
 2024-06-07 15:04 UTC  (6+ messages)
  ` [f2fs-dev] "

[PATCH] HID: Ignore battery for ELAN touchscreens 2F2C and 4116 on ASUS Zenbook 14 (2023) and ASUS Zenbook 14 Pro (2023)
 2024-06-07 15:04 UTC  (2+ messages)

[PATCH v1 0/2] arm64: meson: add support for JetHome JetHub D2
 2024-06-07 15:03 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: arm: amlogic: add binding "

[PATCH v5 0/4] Support timer drivers as loadable modules
 2024-06-07 15:03 UTC  (4+ messages)
` [PATCH v5 1/4] time/sched_clock: Export sched_clock_register()

arch/arm64/boot/dts/renesas/r9a07g054.dtsi:647.12-655.7: Warning (graph_child_address): /soc/video@10830000/ports/port@0: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary
 2024-06-07 15:02 UTC 

[PATCH net 0/4] mptcp: various fixes
 2024-06-07 15:01 UTC  (5+ messages)
` [PATCH net 1/4] mptcp: ensure snd_una is properly initialized on connect
` [PATCH net 2/4] mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
` [PATCH net 3/4] mptcp: pm: update add_addr counters after connect
` [PATCH net 4/4] mailmap: map Geliang's new email address

[PATCH v1 1/2] bus: mhi: host: Import link_id item
 2024-06-07 15:01 UTC  (2+ messages)

[PATCH 0/2] apply: add unit tests for parse_range
 2024-06-07 15:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5 0/2] Methodology change for hugepage configuration
 2024-06-07 14:59 UTC  (4+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/2] dts: Change hugepage runtime config to 2MB Exclusively
  ` [PATCH v9 2/2] dts: Change hugepage 'amount' to a different term

[PATCH i-g-t 0/4] tests/kms_dirtyfb: few fbc related updates
 2024-06-07 14:57 UTC  (5+ messages)
` [PATCH i-g-t 1/4] lib/i915/fbc: print current fbc status if cannot be enabled
` [PATCH i-g-t 2/4] lib/i915/fbc: add fbc frame size check helper
` [PATCH i-g-t 3/4] tests/kms_dirtyfb: disable psr feature only if psr possible
` [PATCH i-g-t 4/4] tests/kms_dirtyfb: ensure plane size is within fbc supported limit


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.