All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-30 12:30:54 to 2023-06-30 13:32:42 UTC [more...]

x86/efi: Make efi_set_virtual_address_map IBT safe
 2023-06-30 13:32 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 00/19] DSC misc fixes
 2023-06-30 13:32 UTC  (43+ messages)
` [Intel-gfx] "
` [PATCH 01/19] drm/i915/dp: Consider output_format while computing dsc bpp
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 02/19] drm/i915/dp: Move compressed bpp check with 420 format inside the helper
  `  "
` [Intel-gfx] [PATCH 03/19] drm/i915/dp_mst: Use output_format to get the final link bpp
  `  "
` [Intel-gfx] [PATCH 04/19] drm/i915/dp: Use consistent name for link bpp and compressed bpp
  `  "
` [PATCH 05/19] drm/i915/dp: Update Bigjoiner interface bits for computing "
  ` [Intel-gfx] "
` [PATCH 06/19] drm/i915/display: Account for DSC not split case while computing cdclk
  ` [Intel-gfx] "
` [PATCH 07/19] drm/i915/intel_cdclk: Add vdsc with bigjoiner constraints on min_cdlck
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 08/19] drm/i915/dp: Remove extra logs for printing DSC info
  `  "
` [Intel-gfx] [PATCH 09/19] drm/display/dp: Fix the DP DSC Receiver cap size
  `  "
` [PATCH 10/19] drm/i915/dp: Avoid forcing DSC BPC for MST case
  ` [Intel-gfx] "
` [PATCH 11/19] drm/i915/dp: Add functions to get min/max src input bpc with DSC
  ` [Intel-gfx] "
` [PATCH 12/19] drm/i915/dp: Check min bpc DSC limits for dsc_force_bpc also
  ` [Intel-gfx] "
` [PATCH 13/19] drm/i915/dp: Avoid left shift of DSC output bpp by 4
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 14/19] drm/i915/dp: Rename helper to get DSC max pipe_bpp
  `  "
` [Intel-gfx] [PATCH 15/19] drm/i915/dp: Separate out functions for edp/DP for computing DSC bpp
  `  "
` [Intel-gfx] [PATCH 16/19] drm/i915/dp: Add DSC BPC/BPP constraints while selecting pipe bpp with DSC
  `  "
` [Intel-gfx] [PATCH 17/19] drm/i915/dp: Separate out function to get compressed bpp with joiner
  `  "
` [Intel-gfx] [PATCH 18/19] drm/i915/dp: Get optimal link config to have best compressed bpp
  `  "
` [PATCH 19/19] drm/i915: Query compressed bpp properly using correct DPCD and DP Spec info
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for DSC misc fixes (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH RESEND kvmtool 0/4] Add --loglevel argument
 2023-06-30 13:31 UTC  (5+ messages)
` [PATCH RESEND kvmtool 1/4] util: Make pr_err() return void
` [PATCH RESEND kvmtool 2/4] Replace printf/fprintf with pr_* macros
` [PATCH RESEND kvmtool 3/4] util: Use __pr_debug() instead of pr_info() to print debug messages
` [PATCH RESEND kvmtool 4/4] Add --loglevel argument for the run command

[PATCH 1/3] mesa: Fix build with upcoming LLVM 17
 2023-06-30 13:30 UTC  (3+ messages)
` [PATCH 2/3] libxcrypt: Limit to enabling strong hash algos only
  ` [OE-core] "

[PATCH] app/testpmd: fix the rule number parsing
 2023-06-30 13:30 UTC 

[PATCH 1/2] include/uapi pps.h: increase PPS_MAX_SOURCES value
 2023-06-30 13:29 UTC  (6+ messages)
` [PATCH 2/2] include/uapi pps.h: drop not needed PPS_MAX_SOURCES define

[Buildroot] [PATCH 1/1] package/linuxptp: bump to v4.0
 2023-06-30 13:29 UTC 

[PATCH net 0/2] Fix mangled link-local MAC DAs with SJA1105 DSA
 2023-06-30 13:29 UTC  (3+ messages)
` [PATCH net 1/2] net: dsa: tag_sja1105: fix MAC DA patching from meta frames

[PATCH for-8.1? 00/24] linux-user: mmap range fixes
 2023-06-30 13:21 UTC  (25+ messages)
` [PATCH 01/24] linux-user: Use assert in mmap_fork_start
` [PATCH 02/24] linux-user: Fix formatting of mmap.c
` [PATCH 03/24] linux-user/strace: Expand struct flags to hold a mask
` [PATCH 04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h
` [PATCH 05/24] linux-user: Split TARGET_PROT_* "
` [PATCH 06/24] linux-user: Populate more bits in mmap_flags_tbl
` [PATCH 07/24] accel/tcg: Introduce page_check_range_empty
` [PATCH 08/24] bsd-user: Use page_check_range_empty for MAP_EXCL
` [PATCH 09/24] linux-user: Implement MAP_FIXED_NOREPLACE
` [PATCH 10/24] linux-user: Split out target_to_host_prot
` [PATCH 11/24] linux-user: Widen target_mmap offset argument to off_t
` [PATCH 12/24] linux-user: Rewrite target_mprotect
` [PATCH 13/24] linux-user: Rewrite mmap_frag
` [PATCH 14/24] accel/tcg: Introduce page_find_range_empty
` [PATCH 15/24] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PATCH 16/24] linux-user: "
` [PATCH 17/24] linux-user: Use 'last' instead of 'end' in target_mmap
` [PATCH 18/24] linux-user: Rewrite mmap_reserve
` [PATCH 19/24] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
` [PATCH 20/24] linux-user: Simplify target_munmap
` [PATCH 21/24] accel/tcg: Accept more page flags in page_check_range
` [PATCH 22/24] accel/tcg: Return bool from page_check_range
` [PATCH 23/24] linux-user: Remove can_passthrough_madvise
` [PATCH 24/24] linux-user: Simplify target_madvise

[PATCH v4 0/4] ublk: add zoned storage support
 2023-06-30 11:53 UTC  (6+ messages)
` [PATCH v4 3/4] ublk: enable "

[net Patch 0/4] octeontx2-af: MAC block fixes for CN10KB
 2023-06-30 13:27 UTC  (7+ messages)
` [net Patch 1/4] octeontx2-af: cn10kb: fix interrupt csr addresses
` [net Patch 2/4] octeontx2-af: Fix mapping for NIX block from CGX connection
` [net Patch 3/4] octeontx2-af: Add validation before accessing cgx and lmac

[igt-dev] [i-g-t,v2 0/8] Fix some bugs in amd_freesync_video_mode
 2023-06-30 13:27 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for "

[igt-dev] [PATCH i-g-t] tests/xe/xe_exec_store: Add xe_exec_store test to check store dword functionality
 2023-06-30 13:26 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[RFC PATCH] target/arm: make arm_casq_ptw CONFIG_TCG only
 2023-06-30 13:26 UTC  (2+ messages)

[PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
 2023-06-30 13:21 UTC  (3+ messages)
` [PATCH v3 1/2] vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
` [PATCH v3 2/2] vdpa: Sort vdpa_feature_bits array alphabetically

[PATCH net-next 0/2] net: openvswitch: add drop action
 2023-06-30 13:25 UTC  (5+ messages)
` [PATCH net-next 2/2] "
      ` [ovs-dev] "

[stable:linux-5.4.y 3985/8912] include/linux/nodemask.h:380:20: error: comparison of unsigned expression in '>= 0' is always true
 2023-06-30 13:25 UTC 

[RESEND][PATCH v2 0/3] Add basic tracing for uclamp and schedutil
 2023-06-30 13:25 UTC  (5+ messages)
` [RESEND][PATCH v2 3/3] schedutil: trace: Add tracing to capture filter out requests

[igt-dev] [PATCH i-g-t] i915/gem_madvise: fix dontneed-*-mmap subtests
 2023-06-30 13:25 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PULL 0/5] tcg patch queue
 2023-06-30 13:24 UTC  (6+ messages)
` [PULL 3/5] tcg: add perfmap and jitdump

[PATCH v3 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-30 13:07 UTC  (5+ messages)
` [PATCH v3 12/13] s390/kexec: refactor for kernel/Kconfig.kexec

v2023.07-rc5 regression: Image overlaps SPL
 2023-06-30 13:22 UTC  (2+ messages)

[PATCH net,v2 0/2] fix two memory leak issues for mlx5en driver
 2023-06-30 13:22 UTC  (3+ messages)
` [PATCH net,v2 2/2] net/mlx5e: fix memory leak in mlx5e_ptp_open

[PATCH] pnv/xive2: Fix TIMA offset for indirect access
 2023-06-30 13:20 UTC 

[PATCH 0/3] net: phy: at803x: support qca8081 1G version chip
 2023-06-30 13:21 UTC  (9+ messages)
` [PATCH 1/3] net: phy: at803x: support qca8081 1G chip type
` [PATCH 3/3] net: phy: at803x: add qca8081 fifo reset on the link down

[PATCH v2] amd: disable C6 after 1000 days on Zen2
 2023-06-30 13:18 UTC 

[Intel-wired-lan] [PATCH net v3] igc: Prevent garbled TX queue with XDP ZEROCOPY
 2023-06-30 13:20 UTC  (3+ messages)
`  "

[PATCH v2 10/10] RISC-V: provide a Kconfig option to disable parsing "riscv,isa"
 2023-06-30 13:19 UTC  (6+ messages)

[PATCH] PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI address
 2023-06-30 13:17 UTC  (3+ messages)

[Intel-gfx] [RFC] tentative fix for drm/i915/gt regression on preempt-rt
 2023-06-30 13:09 UTC  (3+ messages)
  `  "

[PATCH v2] NFSv4: Fix dropped lock for racing OPEN and delegation return
 2023-06-30 13:18 UTC 

[RFC 0/5] crypto: qat - enable SRIOV VF live migration
 2023-06-30 13:13 UTC  (6+ messages)
` [RFC 1/5] crypto: qat - add bank save/restore and RP drain
` [RFC 2/5] crypto: qat - add interface for live migration
` [RFC 3/5] units: Add HZ_PER_GHZ
` [RFC 4/5] crypto: qat - implement interface for live migration
` [RFC 5/5] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[TECH TOPIC] Kernel documentation
 2023-06-30 13:17 UTC  (4+ messages)
  ` Intersphinx ([TECH TOPIC] Kernel documentation)

[PATCH V2] mm: madvise: fix uneven accounting of psi
 2023-06-30 13:16 UTC  (4+ messages)

[PATCH v2 0/2] vdpa: refactor vdpa_feature_bits array
 2023-06-30 12:18 UTC  (4+ messages)
` [PATCH v2 2/2] vdpa: order "

[dhowells-fs:iov-extract 17/20] fs/nfs/direct.c:339:49: error: 'WRITE_TO_ITER' undeclared; did you mean 'WRITE_ONCE'?
 2023-06-30 13:14 UTC 

[meta-oe][PATCH v2] uninative-tarball.xz - reproducibility fix
 2023-06-30 13:14 UTC 

[PATCH] usb: gadget: configfs: Prevent buffer overrun in usb_string_copy
 2023-06-30 13:13 UTC  (3+ messages)

[PATCH] HID: steelseries: Add support for Arctis 1 XBox
 2023-06-30 13:13 UTC  (3+ messages)

[PATCH V1] net: mhi : Add support to enable ethernet interface
 2023-06-30 13:13 UTC  (2+ messages)

[PATCH v3] HID: steelseries: Add support for Arctis 1 XBox
 2023-06-30 13:11 UTC 

stable-rc/linux-6.3.y baseline: 114 runs, 1 regressions (v6.3.10-33-g45e606c9f23d)
 2023-06-30 13:10 UTC 

Regression from "ACPI: OSI: Remove Linux-Dell-Video _OSI string"? (was: Re: Bug#1036530: linux-signed-amd64: Hard lock up of system)
 2023-06-30 13:09 UTC  (13+ messages)

[PATCH] ACPI: resource: Add IRQ override for MECHREV Jiaolong17KS
 2023-06-30 13:09 UTC  (3+ messages)

[PATCH v2] HID: steelseries: Add support for Arctis 1 XBox
 2023-06-30 13:08 UTC 

[PATCH] clk: tegra: Avoid calling an uninitialized function
 2023-06-30 13:07 UTC 

[patch 00/45] posix-timers: Cure inconsistencies and the SIG_IGN mess
 2023-06-30 13:07 UTC  (6+ messages)
` [patch 14/45] posix-timers: Consolidate interval retrieval

Backporting of series xfs/iomap: fix data corruption due to stale cached iomap
 2023-06-30 13:05 UTC  (7+ messages)

[PATCH] {x86,arm}/mm.c: Make populate_pt_range __init
 2023-06-30 13:05 UTC  (3+ messages)

[PATCH] wifi: ath9k: fix printk specifier
 2023-06-30 13:03 UTC 

[PATCH v2] xen/evtchn: Introduce new IOCTL to bind static evtchn
 2023-06-30 13:02 UTC  (3+ messages)

[PATCH 00/10] support for booting the compressed U-boot binary on Rockchip based SOC's
 2023-06-30 12:11 UTC  (11+ messages)
` [PATCH 01/10] Makefile: Add support to generate GZIP compressed raw u-boot binary
` [PATCH 02/10] spl: Kconfig: Address support for compressed U-BOOT raw binary
` [PATCH 03/10] rockchip: RAM location for the "
` [PATCH 04/10] spl: fit: support for booting a GZIP-compressed U-boot "
` [PATCH 05/10] Makefile: Add support to generate LZMA compressed raw u-boot binary
` [PATCH 06/10] spl: fit: support for booting a LZMA-compressed U-boot raw binary
` [PATCH 07/10] binman: Add support for u-boot-nodtb.bin.gz as an input binary
` [PATCH 08/10] rockchip: Add GZIP compressed uboot raw binary to FIT image
` [PATCH 09/10] binman: Add support for u-boot-nodtb.bin.lzma as an input binary
` [PATCH 10/10] rockchip: Add LZMA compressed uboot raw binary to FIT image

[Intel-gfx] [PATCH 0/2] Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes
 2023-06-30 12:57 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/dp: Fix FRL BW check for HDMI2.1 DFP
` [Intel-gfx] [PATCH 2/2] drm/i915/dp: Add a wrapper to check frl/tmds downstream constraints

[amir73il:sb_write_barrier] [vfs] e796a59711: stress-ng.ramfs.ops_per_sec -13.0% regression
 2023-06-30 12:59 UTC  (10+ messages)

[PATCH 0/7] arm64: dts: qcom: sm8450-hdk: improve thermal monitoring
 2023-06-30 12:57 UTC  (6+ messages)
` [PATCH 7/7] arm64: dts: qcom: sm8450-hdk: add ADC-TM thermal zones

[PATCH] net/mlx5: reduce the counter pool name length
 2023-06-30 12:57 UTC 

stable-rc/linux-6.1.y baseline: 111 runs, 6 regressions (v6.1.36-34-gbb9014bd0a31)
 2023-06-30 12:54 UTC 

[PATCH v3 0/6] eBPF RSS through QMP support
 2023-06-30 12:53 UTC  (6+ messages)

[dhowells-fs:iov-extract 17/20] fs/nfs/direct.c:833:7: error: call to undeclared function 'iov_iter_extract_mode'; ISO C99 and later do not support implicit function declarations
 2023-06-30 12:53 UTC 

[dhowells-fs:iov-extract 12/20] crypto/af_alg.c:1047:9: error: use of undeclared identifier 'READ_FROM_ITER'
 2023-06-30 12:53 UTC 

[dhowells-fs:iov-extract 18/20] net/sched/cls_flow.c:64:52: warning: shift count >= width of type
 2023-06-30 12:53 UTC 

Thunderbolt/USB4 maintenance on vacation during July
 2023-06-30 12:52 UTC  (2+ messages)

[PATCH v12 00/10] introduce Arm FF-A support
 2023-06-30 12:49 UTC  (5+ messages)
` [PATCH v13 "
  ` [PATCH v13 04/10] arm_ffa: "

[PATCH] usb: typec: ucsi: move typec_set_mode(TYPEC_STATE_SAFE) to ucsi_unregister_partner()
 2023-06-30 12:49 UTC  (2+ messages)

[PATCH] usb: typec: tcpm: Replace the ternary conditional operator with max()
 2023-06-30 12:48 UTC  (2+ messages)

[PATCH v2] LoongArch: KGDB: Add Basic KGDB support
 2023-06-30 12:46 UTC 

Authenticity of routing information in Batman
 2023-06-30 12:46 UTC 

[PATCH] net/mlx5: fix the profile check of meter mark
 2023-06-30 12:44 UTC 

[Intel-xe] xe & i915 display integration, display irqs
 2023-06-30 12:43 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for series starting with [RESEND,1/5] drm/i915/uncore: add intel_uncore_regs() helper

[PATCH v2 0/3] Some fixes for select_usb_power_delivery
 2023-06-30 12:42 UTC  (7+ messages)
` [PATCH v2 1/3] usb: typec: Set port->pd before adding device for typec_port
` [PATCH v2 2/3] usb: typec: Iterate pds array when showing the pd list
` [PATCH v2 3/3] usb: typec: Use sysfs_emit_at when concatenating the string

[PATCH] common/mlx5: fix obtaining IB device in LAG mode
 2023-06-30 12:41 UTC 

Bug Report with kernel 6.3.5
 2023-06-30 12:42 UTC  (4+ messages)

[PATCH 0/2] Allow disabling all native fbdev drivers and only keeping DRM emulation
 2023-06-30 12:41 UTC  (6+ messages)

[PATCHv2 1/3] net/lwip: add lwip-external submodule
 2023-06-30 10:31 UTC  (4+ messages)
` [PATCHv2 3/3] net/lwip: add lwip library for the network stack

[PATCH 00/12] Sign Xilinx ZynqMP SPL/FSBL boot images using binman
 2023-06-30 12:28 UTC  (4+ messages)
` [PATCH 10/12] binman: btool: Add Xilinx Bootgen btool

[PATCH RFC net-next 0/4] net: page_pool: a couple assorted optimizations
 2023-06-30 12:39 UTC  (4+ messages)
` [PATCH RFC net-next 1/4] net: skbuff: don't include <net/page_pool.h> to <linux/skbuff.h>

[PATCH] video: backlight: pwm: avoid integer overflow in duty cycle calculation
 2023-06-30 12:30 UTC 

[PATCH] cpufreq: amd-pstate: Add sysfs file for base frequency
 2023-06-29 13:54 UTC 

[PATCH] SUNRPC: clean up integer overflow check
 2023-06-30 12:36 UTC  (2+ messages)

b4 shazam in a subdir
 2023-06-30 12:35 UTC  (3+ messages)

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-06-30 12:36 UTC  (4+ messages)
` [PATCH 8/9] drm/verisilicon: Add verisilicon dc controller driver

[RFC v2 0/3] Introduce KUnit tests for TTM subsystem
 2023-06-30 12:35 UTC  (7+ messages)
` [RFC v2 1/3] drm/ttm: Introduce KUnit tests

linux-next: duplicate patches in the tegra tree
 2023-06-30 12:36 UTC  (3+ messages)

[PATCH] x86/aperfmperf: Fix the fallback condition in arch_freq_get_on_cpu()
 2023-06-30 12:35 UTC  (2+ messages)

[libgpiod][PATCH] build: remove redundant SOURCES assignments
 2023-06-30 12:31 UTC  (2+ messages)

[PATCH] python/sepolicy: Fix get_os_version except clause
 2023-06-30 12:29 UTC  (3+ 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.