All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-08 21:29:17 to 2023-05-08 23:08:20 UTC [more...]

[PATCH 00/53] drm: Convert to platform remove callback returning void
 2023-05-08 22:10 UTC  (3+ messages)
` [PATCH 45/53] drm/tests: helpers: "

[dm-devel] [PATCH v5 00/12] x86: Support Key Locker
 2023-05-08 21:56 UTC  (6+ messages)
` [dm-devel] [PATCH v6 "
  ` [dm-devel] [PATCH v6 07/12] x86/cpu/keylocker: Load an internal wrapping key at boot-time
        `  "

kselftest/fixes build: 7 builds: 0 failed, 7 passed, 6 warnings (v6.4-rc1-3-gd7eafa64a158)
 2023-05-08 23:08 UTC 

[syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_iget
 2023-05-08 23:06 UTC 

[PATCH v6 0/2] drm/i915: use pat_index instead of cache_level
 2023-05-08 23:04 UTC  (9+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 1/2] drm/i915: preparation for using PAT index
  `  "
` [PATCH v6 2/2] drm/i915: use pat_index instead of cache_level
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 0/2] Supporting same fsid filesystems mounting on btrfs
 2023-05-08 22:59 UTC  (12+ messages)
` [PATCH 1/2] btrfs: Introduce the virtual_fsid feature

[GIT PULL] x86/shstk for 6.4
 2023-05-08 22:57 UTC  (7+ messages)

Scrub errors unable to fixup (regular) error
 2023-05-08 22:57 UTC  (5+ messages)
  ` Re[2]: "

RFC for new feature to move pages from one vma to another without split
 2023-05-08 22:56 UTC  (5+ messages)

[Intel-xe] [PATCH v2 0/4] Convert xe_mmio to struct xe_reg
 2023-05-08 22:56 UTC  (6+ messages)
` [Intel-xe] [PATCH v2 1/4] drm/xe/mmio: Use "
` [Intel-xe] [PATCH v2 2/4] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH v2 3/4] drm/xe: Rename reg field to addr
` [Intel-xe] [PATCH v2 4/4] drm/xe: Fix indent in xe_hw_engine_print_state()
` [Intel-xe] ✓ CI.Patch_applied: success for Convert xe_mmio to struct xe_reg (rev2)

mdadm grow raid 5 to 6 failure (crash)
 2023-05-08 22:53 UTC  (11+ messages)

[RESEND PATCH v2] netconsole: various improvements
 2023-05-08 22:53 UTC  (5+ messages)

[PATCH V4 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-05-08 22:52 UTC  (6+ messages)
` [PATCH V4 03/11] vfio/pci: Prepare for dynamic interrupt context storage

linux-next: Signed-off-by missing for commit in the v4l-dvb-fixes tree
 2023-05-08 20:34 UTC 

[PATCH 0/8] fetch: introduce machine-parseable output
 2023-05-08 22:51 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] fetch: fix `--no-recurse-submodules` with multi-remote fetches

linux-next: duplicate patches in the v4l-dvb-fixes tree
 2023-05-08 20:33 UTC 

entity-manager: SBTSI and hwmontempsensor
 2023-05-08 22:46 UTC  (4+ messages)
  ` Hot-plugging non-sensor devices on non-PnP buses (was: Re: entity-manager: SBTSI and hwmontempsensor)

[syzbot] [mm?] kernel BUG in page_table_check_clear
 2023-05-08 22:46 UTC  (9+ messages)
` usbdev_mmap causes type confusion in page_table_check

[PATCH 6.3 000/694] 6.3.2-rc1 review
 2023-05-08 22:46 UTC  (5+ messages)

stable-rc/queue/5.15 build: 177 builds: 3 failed, 174 passed, 10 errors, 11 warnings (v5.15.105-732-g348c6f2b4752)
 2023-05-08 22:41 UTC 

[PATCH] libtraceevent: Handle %c
 2023-05-08 22:41 UTC 

add an ordered_extent pointer to struct btrfs_bio
 2023-05-08 22:40 UTC  (5+ messages)
` [PATCH 02/21] btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get split
` [PATCH 03/21] btrfs: limit write bios to a single ordered extent

[PATCH 6.2 000/663] 6.2.15-rc1 review
 2023-05-08 22:39 UTC  (7+ messages)
` [PATCH 6.2 500/663] spi: bcm63xx: remove PM_SLEEP based conditional compilation

[PATCH 00/15] refs: implement skip lists for packed backend
 2023-05-08 22:36 UTC  (19+ messages)
` [PATCH 01/15] refs.c: rename `ref_filter`
` [PATCH 02/15] ref-filter.h: provide `REF_FILTER_INIT`
` [PATCH 03/15] ref-filter: clear reachable list pointers after freeing
` [PATCH 04/15] ref-filter: add ref_filter_clear()
` [PATCH 05/15] ref-filter.c: parameterize match functions over patterns
` [PATCH 06/15] builtin/for-each-ref.c: add `--exclude` option
` [PATCH 07/15] refs: plumb `exclude_patterns` argument throughout
` [PATCH 08/15] refs/packed-backend.c: refactor `find_reference_location()`
` [PATCH 09/15] refs/packed-backend.c: implement skip lists to avoid excluded pattern(s)
` [PATCH 10/15] refs/packed-backend.c: add trace2 counters for skip list
` [PATCH 11/15] revision.h: store hidden refs in a `strvec`
` [PATCH 12/15] refs/packed-backend.c: ignore complicated hidden refs rules
` [PATCH 13/15] refs.h: let `for_each_namespaced_ref()` take excluded patterns
` [PATCH 14/15] upload-pack.c: avoid enumerating hidden refs where possible
` [PATCH 15/15] builtin/receive-pack.c: avoid enumerating hidden references

[Intel-xe] [RFC] drm/xe: Handle -EDEADLK case in preempt worker
 2023-05-08 22:34 UTC  (2+ messages)

performance regression between 6.1.x and 5.15.x
 2023-05-08 22:32 UTC  (3+ messages)

[RESEND PATCH 0/2] smp: Reduce logging due to dump_stack of CSD waiters
 2023-05-08 22:31 UTC  (3+ messages)
` [RESEND PATCH 1/2] "
` [RESEND PATCH 2/2] smp: Reduce NMI traffic from CSD waiters to CSD destination

[PATCH] setup: trace bare repository setups
 2023-05-08 22:31 UTC  (9+ messages)
` [PATCH v3] "

[PATCH 6.1 000/611] 6.1.28-rc1 review
 2023-05-08 22:28 UTC  (9+ messages)
` [PATCH 6.1 455/611] spi: bcm63xx: remove PM_SLEEP based conditional compilation

ASM3242 SuperSpeed+ speed reporting
 2023-05-08 22:27 UTC  (4+ messages)

[PATCH v1 net-next] tcp: Add net.ipv4.tcp_reset_challenge
 2023-05-08 22:27 UTC 

[PATCH net v4] virtio_net: Fix error unwinding of XDP initialization
 2023-05-08 22:27 UTC  (2+ messages)

[PATCH v9] usb: dwc3: debugfs: Prevent any register access when devices is runtime suspended
 2023-05-08 22:26 UTC  (4+ messages)

[PATCH 0/3] dropping "verbose" test helper function
 2023-05-08 22:26 UTC  (4+ messages)
` [PATCH 3/3] t: drop "verbose" "

[PATCH v10 0/2] diff-files: integrate with sparse index
 2023-05-08 22:25 UTC  (4+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/2] t1092: add tests for `git diff-files`

[Cluster-devel] question about gfs2 multiple device support
 2023-05-08 22:25 UTC  (3+ messages)

[PATCH net 0/6] net/sched: Fixes for sch_ingress and sch_clsact
 2023-05-08 22:24 UTC  (9+ messages)
` [PATCH net 5/6] net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs
` [PATCH net 6/6] net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting

[PATCH 00/22] testing/next: cirrus, docker, docs, ci, configs, gitlab
 2023-05-08 22:23 UTC  (9+ messages)
` [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine

[sailus-media-tree:fixes] BUILD SUCCESS a87275ba15b3ad515131b0241f412e69d94e9c44
 2023-05-08 22:23 UTC 

[pci:controller/vmd] BUILD SUCCESS b61cf04c49c3dfa70a0d6725d3eb40bf9b35cf71
 2023-05-08 22:23 UTC 

[chrome-os:chromeos-5.15 46/50] kernel/sched/core.c:1976:14: error: 'struct sched_entity' has no member named 'avg'
 2023-05-08 22:21 UTC 

[PULL 00/35] target-arm queue
 2023-05-08 22:19 UTC  (5+ messages)
` [PULL 11/35] arm/Kconfig: Do not build TCG-only boards on a KVM-only build

[PATCH v6] usb: dwc3: fix gadget mode suspend interrupt handler issue
 2023-05-08 22:19 UTC  (5+ messages)

[PATCH V2 0/2] perf parse-events: Do not break up AUX event group
 2023-05-08 22:18 UTC  (3+ messages)
` [PATCH V2 2/2] "

[Intel-wired-lan] [PATCH iwl v1 0/5] igc: TX timestamping fixes
 2023-05-08 22:18 UTC  (3+ messages)

stable-rc/queue/5.4 build: 188 builds: 2 failed, 186 passed, 34 warnings (v5.4.238-450-g755c90a24fbd)
 2023-05-08 22:16 UTC 

[PATCH] btrfs: zoned: zone finish data relocation BG with last IO
 2023-05-08 22:14 UTC 

[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal
 2023-05-08 22:12 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] pack-bitmap.c: use commit boundary during "

[PATCHv10 00/11] mm, x86/cc: Implement support for unaccepted memory
 2023-05-08 22:11 UTC  (5+ messages)
` [PATCHv10 04/11] efi/x86: "

[PATCH 0/3] Add digitalSignature enforcement keyring restrictions
 2023-05-08 22:07 UTC  (4+ messages)
` [PATCH 1/3] KEYS: DigitalSignature link restriction
` [PATCH 2/3] integrity: Enforce digitalSignature usage in the ima and evm keyrings
` [PATCH 3/3] integrity: Remove EXPERIMENTAL from Kconfig

[geert-renesas-devel:master] BUILD SUCCESS 2241fbd8b9fada5664849f293014b7c514b435c0
 2023-05-08 22:08 UTC 

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-05-08 22:06 UTC  (2+ messages)

[PATCH v4 0/8] Add RT5033 charger device driver
 2023-05-08 22:06 UTC  (5+ messages)
` [PATCH v4 7/8] power: supply: rt5033_battery: Adopt status property from charger

[PATCH v2 00/13] SM63(50|75) DPU support
 2023-05-08 22:04 UTC  (9+ messages)
` [PATCH v2 07/13] drm/msm/dpu: Add SM6350 support

[PATCH v5 0/5] PCI: brcmstb: Configure appropriate HW CLKREQ# mode
 2023-05-08 22:02 UTC  (7+ messages)
` [PATCH v5 1/5] dt-bindings: PCI: brcmstb: Add brcm,enable-l1ss property
` [PATCH v5 2/5] PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream device
` [PATCH v5 3/5] PCI: brcmstb: Set higher value for internal bus timeout
` [PATCH v5 4/5] PCI: brcmstb: Don't assume 2711 bootloader leaves PERST# asserted
` [PATCH v5 5/5] PCI: brcmstb: Remove stale comment

[PATCH] x86/amd_nb: Check for invalid SMN reads
 2023-05-08 22:01 UTC  (9+ messages)

[chrome-os:chromeos-5.15 46/49] kernel/sched/core.c:1976:8: error: no member named 'avg' in 'struct sched_entity'
 2023-05-08 22:00 UTC 

[PATCH 1/2] drm/vkms: Add kernel-doc to the function vkms_compose_row()
 2023-05-08 22:00 UTC  (2+ messages)
` [PATCH 2/2] drm/vkms: Fix all kernel-doc warnings of the vkms_composer file

[PATCH 00/89] i2c: Convert to platform remove callback returning void
 2023-05-08 22:00 UTC  (3+ messages)
` [PATCH 72/89] i2c: synquacer: "

[PATCH v6 0/7] Introduce MSM-specific DSC helpers
 2023-05-08 21:59 UTC  (10+ messages)
` [PATCH v6 3/7] drm/msm/dpu: Use DRM DSC helper for det_thresh_flatness
` [PATCH v6 4/7] drm/msm/dpu: Fix slice_last_group_size calculation
` [PATCH v6 6/7] drm/msm/dsi: update hdisplay calculation for dsi_timing_setup

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-05-08 21:57 UTC  (7+ messages)

[patch 00/20] posix-timers: Fixes and cleanups
 2023-05-08 21:57 UTC  (6+ messages)
` [patch 02/20] posix-timers: Ensure timer ID search-loop limit is valid

[PATCH v2 0/4] Add DSC v1.2 Support for DSI
 2023-05-08 21:56 UTC  (17+ messages)
` [PATCH v2 1/4] drm/msm/dsi: Adjust pclk rate for compression
` [PATCH v2 3/4] drm/msm/dpu: Add DPU_INTF_DATA_COMPRESS feature flag

Patchwork housekeeping for: spi-devel-general
 2023-05-08 21:56 UTC 

[Buildroot] [PATCH] support/testing: new runtime test for bash
 2023-05-08 21:53 UTC  (2+ messages)

[GIT PULL] perf tools changes for v6.4
 2023-05-08 21:53 UTC  (12+ messages)
` BPF skels in perf .Re: "
                  ` [PATCH RFC/RFT] perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used structs + CO-RE. was "

[Buildroot] [git commit] support/testing: new runtime test for bash
 2023-05-08 21:46 UTC 

[PATCH v3 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-05-08 21:52 UTC 

[PATCH v20 00/21] s390x: CPU Topology
 2023-05-08 21:47 UTC  (3+ messages)
` [PATCH v20 11/21] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event

[Buildroot] [PATCH 1/1] package: busybox: backport fix for missing getrandom()
 2023-05-08 21:47 UTC  (3+ messages)

[EXT] Re: [PATCH v2 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-05-08 21:45 UTC  (5+ messages)

[RFC][PATCH 0/9] local_clock() vs noinstr
 2023-05-08 21:44 UTC  (11+ messages)
` [RFC][PATCH 1/9] seqlock/latch: Provide raw_read_seqcount_latch_retry()
` [RFC][PATCH 2/9] time/sched_clock: Provide sched_clock_noinstr()
` [RFC][PATCH 3/9] arm64/io: Always inline all of __raw_{read,write}[bwlq]()
` [RFC][PATCH 4/9] arm64/arch_timer: Provide noinstr sched_clock_read() functions
` [RFC][PATCH 5/9] loongarch: Provide noinstr sched_clock_read()
` [RFC][PATCH 6/9] s390/time: Provide sched_clock_noinstr()
` [RFC][PATCH 7/9] x86/tsc: "
` [RFC][PATCH 8/9] sched/clock: Provide local_clock_noinstr()
` [RFC][PATCH 9/9] cpuidle: Use local_clock_noinstr()

[PATCH v1] usb: typec: altmodes/displayport: fix pin_assignment_show
 2023-05-08 21:44 UTC 

[Intel-xe] [PATCH v2 00/31] Upstreaming prep / all of mbrosts patches
 2023-05-08 21:43 UTC  (15+ messages)
` [Intel-xe] [PATCH v2 07/31] drm/xe: Only try to lock external BOs in VM bind
` [Intel-xe] [PATCH v2 08/31] drm/xe: VM LRU bulk move
` [Intel-xe] [PATCH v2 11/31] drm/xe/guc: Use doorbells for submission if possible
` [Intel-xe] [PATCH v2 19/31] drm/xe: Reduce the number list links in xe_vma
` [Intel-xe] [PATCH v2 28/31] drm/xe: Allow dma-fences as in-syncs for compute / faulting VM

[Buildroot] [git commit] Revert "package: busybox: backport fix for missing getrandom()"
 2023-05-08 21:40 UTC 

[Intel-xe] [PATCH] drm/xe: Print GT info on TLB inv failure
 2023-05-08 21:41 UTC  (4+ messages)

[PATCHv2 1/6] units: add a macro for MILLIVOLT_PER_VOLT
 2023-05-08 21:28 UTC  (6+ messages)
` [PATCHv2 2/6] firmware: stratix10-svc: add method for reading voltage and temperature
` [PATCHv2 3/6] hwmon: (socfpga) Add hardware monitoring support on SoCFPGA platforms
` [PATCHv2 4/6] MAINTAINERS: add Dinh Nguyen for socfpga-hwmon driver
` [PATCHv2 5/6] dt-bindings: hwmon: intel: add hardware monitor bindings for SoCFPGA
` [PATCHv2 6/6] arm64: dts: socfpga: add hwmon properties

What's cooking in git.git (May 2023, #02; Fri, 5)
 2023-05-08 21:40 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates and Future Plans
 2023-05-08 21:40 UTC  (2+ messages)

git clone of empty repositories doesn't preserve hash
 2023-05-08 21:38 UTC  (9+ messages)
` [PATCH 0/2] Fix empty SHA-256 clones with v0 and v1
  ` [PATCH 2/2] Honor GIT_DEFAULT_HASH for empty clones without remote algo
        ` Is GIT_DEFAULT_HASH flawed?

linux-next: build warning after merge of the mm tree
 2023-05-08 21:36 UTC  (2+ messages)

[PATCH v12 00/13] HP BIOSCFG driver
 2023-05-08 21:35 UTC  (6+ messages)
` [PATCH v12 04/13] HP BIOSCFG driver - int-attributes
` [PATCH v12 05/13] HP BIOSCFG driver - ordered-attributes

[PATCH fixes] dt-bindings: PCI: fsl,imx6q: fix assigned-clocks warning
 2023-05-08 21:35 UTC  (2+ messages)

[PATCH 00/11] docs: interpret-trailers: reword and add examples
 2023-05-08 21:35 UTC  (5+ messages)
` [PATCH 01/11] doc: trailer: fix grammar

[ovmf test] 180581: all pass - PUSHED
 2023-05-08 21:33 UTC 

[PATCH v1] perf arm: Fix include path
 2023-05-08 21:31 UTC 

[PATCH v3 0/3] Fix up Nokia 770 regression
 2023-05-08 21:31 UTC  (7+ messages)
` [PATCH v3 1/3] Input: ads7846 - Convert to use software nodes

ethtool 6.3 released
 2023-05-08 21:31 UTC 

[PATCH] usbip: give a more helpful error message if vhdi_hcd isn't loaded
 2023-05-08 21:21 UTC 

[PATCH 5.15 000/371] 5.15.111-rc1 review
 2023-05-08 21:30 UTC  (2+ messages)


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.