All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-05 12:50:44 to 2024-11-05 13:40:53 UTC [more...]

[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-11-02 22:26 UTC  (5+ messages)
` [PATCH v2 15/18] ext4: switch to using the crc32c library
    ` [f2fs-dev] "

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-11-05 13:39 UTC  (6+ messages)

[PATCH] pwm: Replace deprecated PCI functions
 2024-11-05 13:39 UTC  (2+ messages)

[PATCH v2 0/2] arm64: dts: renesas: gray-hawk: Wire up MAX96724
 2024-11-05 13:38 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: renesas: gray-hawk: Create separate CSI/DSI sub-board
` [PATCH v2 2/2] arm64: dts: renesas: gray-hawk-csi-dsi: Add and connect MAX96724

[PATCHv6 0/3] media: venus: close() fixes
 2024-11-05 13:38 UTC  (3+ messages)

[PATCH v6 0/3] Add support for the RAPL MSRs series
 2024-11-05  7:11 UTC  (11+ messages)

[PATCH i-g-t v5 0/2] tests/chamelium: Reduce edid count to avoid timeout
 2024-11-05 13:38 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for tests/chamelium: Reduce edid count to avoid timeout (rev3)

[PATCH RFC v4 0/4] Pinctrl: A4: Add pinctrl driver
 2024-11-05 13:34 UTC  (4+ messages)
` [PATCH RFC v4 1/4] dt-bindings: pinctrl: Add support for Amlogic A4 SoCs

[PATCH v2] drm/i915/psr: Disable psr1 if setup_time > vblank
 2024-11-05 13:37 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/psr: Disable psr1 if setup_time > vblank (rev2)

[PATCH] tracing: Add task_prctl_unknown tracepoint
 2024-11-05 13:34 UTC 

[PATCH] PCI: epf-mhi: Fix potential NULL dereference in pci_epf_mhi_bind()
 2024-11-05 13:36 UTC  (2+ messages)

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-05 13:34 UTC  (12+ messages)
` [RFC perf/core 01/11] uprobes: Rename arch_uretprobe_trampoline function
` [RFC perf/core 02/11] uprobes: Make copy_from_page global
` [RFC perf/core 03/11] uprobes: Add len argument to uprobe_write_opcode
` [RFC perf/core 04/11] uprobes: Add data argument to uprobe_write_opcode function
` [RFC perf/core 05/11] uprobes: Add mapping for optimized uprobe trampolines
` [RFC perf/core 06/11] uprobes: Add uprobe syscall to speed up uprobe
` [RFC perf/core 07/11] uprobes/x86: Add support to optimize uprobes
` [RFC bpf-next 08/11] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [RFC bpf-next 09/11] selftests/bpf: Add usdt trigger bench
` [RFC bpf-next 10/11] selftests/bpf: Add uprobe/usdt optimized test
` [RFC bpf-next 11/11] selftests/bpf: Add hit/attach/detach race optimized uprobe test

[PATCH] tty: atmel_serial: Use devm_platform_ioremap_resource()
 2024-11-05 13:31 UTC  (3+ messages)

[PATCH V3] vp_vdpa: fix id_table array not null terminated error
 2024-11-05 13:35 UTC 

[PATCH nft] json: collapse set element commands from parser
 2024-11-05 13:35 UTC  (2+ messages)

[PATCH] exec: do not pass invalid pointer to kfree() from free_bprm()
 2024-11-05 13:35 UTC  (4+ messages)

[PATCH v3 0/3] arm64: dts: imx8mp: add support for the ABB SoM and carrier
 2024-11-05 13:32 UTC  (3+ messages)

[PATCH] graph: fix memory leak in node clone
 2024-11-05 13:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] KVM: VMX: Mark Intel PT virtualization as BROKEN
 2024-11-05 13:34 UTC  (5+ messages)
` [PATCH 1/2] KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN

[PATCH 00/19] hw/microblaze: Allow running cross-endian vCPUs
 2024-11-05 13:33 UTC  (27+ messages)
` [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
` [PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
` [PATCH 03/19] hw/microblaze/s3adsp1800: Explicit CPU endianness
` [PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
` [PATCH 05/19] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
` [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style
` [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
` [PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
` [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
` [PATCH 10/19] hw/timer/xilinx_timer: "
` [PATCH 11/19] hw/timer/xilinx_timer: Allow down to 8-bit memory access
` [PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
` [PATCH 13/19] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
` [PATCH 14/19] target/microblaze: Set MO_TE once in do_load() / do_store()
` [PATCH 15/19] target/microblaze: Introduce mo_endian() helper
` [PATCH 16/19] target/microblaze: Consider endianness while translating code
` [PATCH 17/19] hw/microblaze: Support various endianness for s3adsp1800 machines
` [PATCH 18/19] tests/functional: Explicit endianness of microblaze assets
` [PATCH 19/19] tests/functional: Add microblaze cross-endianness tests

[PATCH 1/2] wifi: ath9k: work around AR_CFG 0xdeadbeef chip hang
 2024-11-05 13:34 UTC  (5+ messages)
` [PATCH 2/2] wifi: ath9k: Reset chip on potential deaf state

[PATCH v2 0/2] Add bblock documentation
 2024-11-05 13:33 UTC  (5+ messages)
` [docs] "

[PATCH 00/13] Usable clocks on Mobileye EyeQ5 & EyeQ6H
 2024-11-05 13:33 UTC  (5+ messages)
` [PATCH 01/13] dt-bindings: soc: mobileye: set `#clock-cells = <1>` for all compatibles

[syzbot] [fs?] [mm?] kernel BUG in free_bprm
 2024-11-05 13:33 UTC  (3+ messages)
` [syzbot] Re: kernel BUG in free_bprm()

[syzbot] [ntfs3?] KMSAN: uninit-value in ntfs_read_bh
 2024-11-05 13:32 UTC 

[PATCH v3] s390/uvdevice: Support longer secret lists
 2024-11-05 13:09 UTC  (2+ messages)

[PATCH 0/4] Expose modifiers/formats supported by async flips
 2024-11-05 13:32 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ Fi.CI.BAT: failure "
` ✗ CI.BAT: "

[tnguy-net-queue:dev-queue 9/14] drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:2377 ixgbe_clean_rx_irq() error: uninitialized symbol 'xdp_res'
 2024-11-05 13:32 UTC 

[PATCH] drm/rockchip: cdn-dp: Remove unused functions
 2024-11-05 13:29 UTC  (3+ messages)

[PATCH] test/functional: Fix Aspeed buildroot tests
 2024-11-05 13:30 UTC  (2+ messages)

[PATCH net v3 0/2] net: ethernet: ti: am65-cpsw: Fixes to multi queue RX feature
 2024-11-05 13:30 UTC  (5+ messages)
` [PATCH net v3 1/2] net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7
` [PATCH net v3 2/2] net: ethernet: ti: am65-cpsw: fix warning in am65_cpsw_nuss_remove_rx_chns()

[PATCH 0/3] Add support for all variants of the phyCORE-i.MX93 SOM
 2024-11-05 13:30 UTC  (4+ messages)
` [PATCH 2/3] board: phytec: imx93: Add eeprom-based hardware introspection
  ` [Upstream] "

[PATCH] drm/bridge: cdns-mhdp8546: Remove unused functions
 2024-11-05 13:28 UTC  (2+ messages)

[PATCHv2] wifi: ath9k: return by of_get_mac_address
 2024-11-05 13:21 UTC  (2+ messages)

[PATCH] arch/powerpc/pseries: Fix KVM guest detection for disabling hardlockup detector
 2024-11-05 13:27 UTC 

[PATCH v2 net] phonet: do not call synchronize_rcu() from phonet_route_del()
 2024-11-05 13:26 UTC 

[PATCH v5 0/2] drm/i915/display: Power request asserting/deasserting
 2024-11-05 13:17 UTC  (3+ messages)
` [PATCH v5 1/2] drm/i915/xe3lpd: "
` [PATCH v5 2/2] drm/i915/display: Use struct intel_display instead of struct drm_i915_private

[PATCH] drop setting XEN_QEMU_CONSOLE_LIMIT in the environment
 2024-11-05 13:25 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] iomap: elide zero range flush from partial eof zeroing
 2024-11-05 13:26 UTC  (7+ messages)

[RESEND PATCH V4 0/3] riscv: mm: Add soft-dirty and uffd-wp support
 2024-11-05 13:24 UTC  (11+ messages)
` [RESEND PATCH V4 2/3] riscv: mm: Add soft-dirty page tracking support
` [RESEND PATCH V4 3/3] riscv: mm: Add uffd write-protect support

[pci:controller/dwc] BUILD SUCCESS 6734997ebd6e338cb4430d962c65d66638ef3f83
 2024-11-05 13:22 UTC 

[PATCH] drm/vmwgfx: Remove initialization of connector status
 2024-11-05 13:23 UTC  (2+ messages)

Add mkoutny's key
 2024-11-05 13:22 UTC  (2+ messages)

[android-common:android15-6.6-desktop 1/1] arch/arm64/boot/dts/mediatek/mt8186-corsola-steelix-sku131072.dtb: gpu@13040000: 'power_model@0', 'power_model@1', 'supply-names', 'volt-bin-mapping' do not match any of the regexes: 'pinctrl-[0-9]+'
 2024-11-05 13:21 UTC 

[linux-next:master 7954/9328] drivers/ufs/host/ufs-mediatek.c:1789:51: error: no member named 'reqeust_queue' in 'struct scsi_device'; did you mean 'request_queue'?
 2024-11-05 13:21 UTC 

[PATCH 00/11] riscv: Memory type control for platforms with physical memory aliases
 2024-11-05 13:21 UTC  (4+ messages)
` [PATCH 10/11] riscv: mm: Use physical memory aliases to apply PMAs

[PATCH RESEND v2 0/4] Using i2c-hid-of-elan driver instead of i2c-hid-of driver
 2024-11-05 13:11 UTC  (2+ messages)

[PATCH v2 0/1] nfs-utils: 2.7.1 -> 2.8.1
 2024-11-05 13:18 UTC  (2+ messages)
` [PATCH v2 1/1] "

One recipe for fetch a bigger repo, multiple recipes to build parts of it
 2024-11-05 13:17 UTC  (6+ messages)
` [poky] "

[PATCH v2 0/2] Add device tree for MT8188-based Chromebook "Ciri"
 2024-11-05 13:11 UTC  (2+ messages)

[PATCH v6 0/6] drm/log: Introduce a new boot logger to draw the kmsg on the screen
 2024-11-05 13:17 UTC  (9+ messages)
` [PATCH v6 1/6] drm/panic: Move drawing functions to drm_draw
` [PATCH v6 2/6] drm/log: Introduce a new boot logger to draw the kmsg on the screen
` [PATCH v6 3/6] drm/log: Do not draw if drm_master is taken
` [PATCH v6 4/6] drm/log: Color the timestamp, to improve readability
` [PATCH v6 5/6] drm/log: Implement suspend/resume
` [PATCH v6 6/6] drm/log: Add integer scaling support

[PATCH v7 00/10] Read/Write with meta/integrity
 2024-11-05 13:15 UTC  (7+ messages)
  ` [PATCH v7 06/10] io_uring/rw: add support to send metadata along with read/write
  ` [PATCH v7 02/10] block: copy back bounce buffer to user-space correctly in case of split

[LTP] [PATCH v2 0/4] landlock network coverage support
 2024-11-05 13:15 UTC  (8+ messages)
` [LTP] [PATCH v2 1/4] Fallback landlock network support

[PATCH v2] MAINTAINERS: remove Zefan Li
 2024-11-05 13:14 UTC  (2+ messages)

Connection loss (IWD HEAD with latest OWE / BSS selection patches) - brcmfmac driver
 2024-11-05 13:14 UTC  (14+ messages)

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-11-05 13:12 UTC  (5+ messages)
` [PATCH net-next v11 06/23] ovpn: introduce the ovpn_peer object

[PATCH RESEND v13 00/12] Initial Marvell PXA1908 support
 2024-11-05 13:11 UTC  (2+ messages)

[PATCH] net: fix IPv4 cksum simple function
 2024-11-05 13:12 UTC  (7+ messages)

[PATCH] Typo: Fix typo in atmel_serial.c
 2024-11-05 13:10 UTC  (3+ messages)

[PATCH] netdev: set a timeout for CMD_CONNECT based connections
 2024-11-05 13:10 UTC 

[OE-core][PATCH] xwayland: upgrade 24.1.3 -> 24.1.4
 2024-11-05 13:10 UTC 

Patchwork summary for: spi-devel-general
 2024-11-05 13:10 UTC 

[PATCH v12 00/13] net: tcp: improve tcp support in legacy stack
 2024-11-05 13:10 UTC  (4+ messages)

[PATCH 0/6] Input: matrix-keypad: Various performance improvements
 2024-11-05 13:03 UTC  (9+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] Input: matrix_keypad - use fsleep for variable delay duration
  ` [PATCH v2 2/7] Input: matrix_keypad - add function for reading row state
  ` [PATCH v2 3/7] dt-bindings: input: matrix_keypad - convert to YAML
  ` [PATCH v2 4/7] dt-bindings: input: matrix_keypad - add missing property
  ` [PATCH v2 5/7] dt-bindings: input: matrix_keypad - add settle time after enable all columns
  ` [PATCH v2 6/7] Input: "
  ` [PATCH v2 7/7] Input: matrix_keypad - detect change during scan

[PATCH] xen: Fix the issue of resource not being properly released in xenbus_dev_probe()
 2024-11-05 13:09 UTC 

[PATCH] scsi: lpfc: Fix improper handling of refcount in lpfc_bsg_hba_get_event()
 2024-11-05 13:09 UTC 

[PATCH] scsi: lpfc: Fix improper handling of refcount in lpfc_bsg_hba_set_event()
 2024-11-05 13:08 UTC 

[patch V7 00/21] posix-timers: Cure the SIG_IGN mess
 2024-11-05 13:08 UTC  (3+ messages)
` [patch V7 16/21] posix-timers: Handle ignored list on delete and exit

[PATCH] md/md-bitmap: Add missing destroy_work_on_stack()
 2024-11-05 13:01 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD REGRESSION 676d779106de51fc4e2685ca8de610ee5a70d35f
 2024-11-05 13:05 UTC 

[cocci] Importing source code into graph databases?
 2024-11-05 11:52 UTC  (4+ messages)

[RFC PATCH] hwmon: Add trivial userspace-configured monitor
 2024-11-05 13:04 UTC  (3+ messages)

[PATCH i-g-t v2 1/2] tests/kms_rotation_crc: move plane rotation requirements into helper
 2024-11-05 13:03 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [i-g-t,v2,1/2] "

[PATCH v2 1/1] dt-bindings: watchdog: fsl-imx-wdt: Add missing 'big-endian' property
 2024-11-05 13:02 UTC  (4+ messages)

[PATCH 0/5] Allow to enable multifd and postcopy migration together
 2024-11-05 13:01 UTC  (11+ messages)
` [PATCH 2/5] migration/postcopy: magic value for postcopy channel
` [PATCH 4/5] migration: refactor ram_save_target_page functions

[Intel-wired-lan] [PATCH iwl-next v1 0/3] support FW Recovery Mode
 2024-11-05 13:01 UTC  (10+ messages)
` [Intel-wired-lan] [PATCH iwl-next v1 1/3] pldmfw: selected component update
` [Intel-wired-lan] [PATCH iwl-next v1 2/3] devlink: add devl guard
` [Intel-wired-lan] [PATCH iwl-next v1 3/3] ice: support FW Recovery Mode

[PATCH] spi: Use of_property_present() for non-boolean properties
 2024-11-05 13:01 UTC  (2+ messages)

[PATCH 0/3] Documentation: remoteproc: update various sections
 2024-11-05 13:00 UTC  (2+ messages)

[PATCH net] net: hns3: fix kernel crash when uninstalling driver
 2024-11-05 13:00 UTC  (2+ messages)

[PATCH 00/13] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
 2024-11-05 13:00 UTC  (4+ messages)
` [PATCH 07/13] drm/i915/dmc_wl: Check ranges specific to DC states

Recent changes (master)
 2024-11-05 13:00 UTC 

[PATCH] dt-bindings: can: convert tcan4x5x.txt to DT schema
 2024-11-05 12:59 UTC  (7+ messages)

[PATCH] tests/functional: Provide the user with hints where to find more log files
 2024-11-05 12:57 UTC  (2+ messages)

[PATCHSET v5.4] xfs: improve ondisk structure checks
 2024-11-05 12:57 UTC  (2+ messages)

[PATCH v5 net-next 0/3] Knobs for NPC default rule counters
 2024-11-05 12:56 UTC  (4+ messages)
` [PATCH v5 net-next 1/3] octeontx2-af: Refactor few NPC mcam APIs
` [PATCH v5 net-next 2/3] octeontx2-af: Knobs for NPC default rule counters
` [PATCH v5 net-next 3/3] devlink: Add documentation for OcteonTx2 AF

FAILED: patch "[PATCH] mm: don't install PMD mappings when THPs are disabled by the" failed to apply to 6.6-stable tree
 2024-11-05 12:56 UTC  (3+ messages)
` [PATCH 6.6.y] mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()

[PATCH v3] docs: bug-bisect: add a note about bisecting -next
 2024-11-05 12:11 UTC 

[PATCH] misc: atmel-ssc: Use of_property_present() for non-boolean properties
 2024-11-05 12:53 UTC  (2+ messages)

[PATCH 1/1] io_uring: avoid normal tw intermediate fallback
 2024-11-05 12:53 UTC  (2+ messages)

[PATCH] tests/xe_spin_batch: Add spin-timestamp-check
 2024-11-05 12:52 UTC  (2+ messages)
` ✓ CI.xeBAT: success for "

[PULL 00/49] i386, qom, build changes for 2024-10-31
 2024-11-05 12:51 UTC  (4+ messages)
` [PULL 23/49] hw/core: Add Enclave Image Format (EIF) related helpers

[PATCH 1/9] drm/xe: Remove double pageflip
 2024-11-05 12:52 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for series starting with [1/9] "

[ANNOUNCE] work tree for untorn filesystem writes
 2024-11-05 12:52 UTC  (3+ messages)

[PATCH v6 0/9] add ref content check for files backend
 2024-11-05 12:52 UTC  (4+ messages)
` [PATCH v6 4/9] ref: support multiple worktrees check for refs

[PATCH v3 0/2] vfio/migration: new trace events for 9.2
 2024-11-05 12:51 UTC  (5+ messages)
` [PATCH v3 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event

[PULL 00/65] virtio,pc,pci: features, fixes, cleanups
 2024-11-05 12:50 UTC  (3+ messages)
` [PULL 60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states

[PATCH v4 0/6] media: qcom: camss: Add sc7280 support
 2024-11-05 12:40 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.