All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-19 20:21:48 to 2023-10-19 21:24:20 UTC [more...]

[PATCH 0/2] migration: Simplify handling of zero pages
 2023-10-19 21:23 UTC  (3+ messages)
` [PATCH 2/2] migration: Rename ram_handle_compressed() to ram_handle_zero()

[PULL 00/46] Misc HW/UI patches for 2023-10-19
 2023-10-19 21:18 UTC  (32+ messages)
` [PULL 01/46] mailmap: update email addresses for Luc Michel
` [PULL 02/46] MAINTAINERS: Split vt82c686 out of fuloong2e
` [PULL 03/46] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
` [PULL 04/46] MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt section
` [PULL 05/46] MAINTAINERS: Add include/hw/openrisc/ to the OpenRISC section
` [PULL 07/46] buildsys: Only display Objective-C information when Objective-C is used
` [PULL 08/46] memory: drop needless argument
` [PULL 09/46] memory: follow Error API guidelines
` [PULL 10/46] hw/sd/sdhci: Block Size Register bits [14:12] is lost
` [PULL 11/46] hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'
` [PULL 12/46] hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
` [PULL 13/46] hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
` [PULL 15/46] hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro
` [PULL 16/46] hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names
` [PULL 17/46] hw/pci-host/sh_pcic: Replace magic value by proper definition
` [PULL 19/46] hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()
` [PULL 20/46] hw/pci: Clean up global variable shadowing of address_space_io variable
` [PULL 22/46] hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()
` [PULL 23/46] hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing it
` [PULL 24/46] hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()
` [PULL 25/46] hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
` [PULL 27/46] hw/ppc/pnv: Do not use SysBus API to map local MMIO region
` [PULL 28/46] hw/intc/spapr_xive: Move sysbus_init_mmio() calls around
` [PULL 29/46] hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region
` [PULL 31/46] hw/i386/amd_iommu: "
` [PULL 33/46] hw/misc/allwinner-dramc: Move sysbus_mmio_map call from init -> realize
` [PULL 34/46] hw/misc/allwinner-dramc: Do not use SysBus API to map local MMIO region
` [PULL 37/46] hw/arm/virt: Realize ARM_GICV2M sysbus device before accessing it
` [PULL 38/46] hw/isa: Realize ISA bridge "
` [PULL 44/46] hw/dma: Declare link using static DEFINE_PROP_LINK() macro
` [PULL 46/46] ui/input: Constify QemuInputHandler structure

linux-next: duplicate patches in the bluetooth tree
 2023-10-19 21:23 UTC  (2+ messages)

[igt-dev] [RFC PATCH v2 0/8] IGT tests for the KMS Color Pipeline API
 2023-10-19 21:23 UTC  (9+ messages)
` [igt-dev] [RFC PATCH v2 1/8] lib/drmtest: Add is_vkms_device()
` [igt-dev] [RFC PATCH v2 2/8] include/drm-uapi: Add COLOROP object
` [igt-dev] [RFC PATCH v2 3/8] lib/igt_kms: Introduce drm_colorop object
` [igt-dev] [RFC PATCH v2 4/8] lib/igt_kms: Add new COLOR PIPELINE plane property
` [igt-dev] [RFC PATCH v2 5/8] tests/kms_properties: Add colorop properties test
` [igt-dev] [RFC PATCH v2 6/8] igt/color: Add SW color transform functionality
` [igt-dev] [RFC PATCH v2 7/8] lib/igt_fb: Add copy_fb function
` [igt-dev] [RFC PATCH v2 8/8] tests/kms_colorop: Add kms_colorop tests

[RFC PATCH v2 00/17] Color Pipeline API w/ VKMS
 2023-10-19 21:21 UTC  (18+ messages)
` [RFC PATCH v2 01/17] drm/atomic: Allow get_value for immutable properties on atomic drivers
` [RFC PATCH v2 02/17] drm: Don't treat 0 as -1 in drm_fixp2int_ceil
` [RFC PATCH v2 03/17] drm/vkms: Create separate Kconfig file for VKMS
` [RFC PATCH v2 04/17] drm/vkms: Add kunit tests for VKMS LUT handling
` [RFC PATCH v2 05/17] drm/vkms: Avoid reading beyond LUT array
` [RFC PATCH v2 06/17] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [RFC PATCH v2 07/17] drm/colorop: Introduce new drm_colorop mode object
` [RFC PATCH v2 08/17] drm/colorop: Add TYPE property
` [RFC PATCH v2 09/17] drm/color: Add 1D Curve subtype
` [RFC PATCH v2 10/17] drm/colorop: Add BYPASS property
` [RFC PATCH v2 11/17] drm/colorop: Add NEXT property
` [RFC PATCH v2 12/17] drm/colorop: Add atomic state print for drm_colorop
` [RFC PATCH v2 13/17] drm/colorop: Add new IOCTLs to retrieve drm_colorop objects
` [RFC PATCH v2 14/17] drm/plane: Add COLOR PIPELINE property
` [RFC PATCH v2 15/17] drm/colorop: Add NEXT to colorop state print
` [RFC PATCH v2 16/17] drm/vkms: Add enumerated 1D curve colorop
` [RFC PATCH v2 17/17] drm/vkms: Add kunit tests for linear and sRGB LUTs

[PATCH v4 0/5] r8152: Avoid writing garbage to the adapter's registers
 2023-10-19 21:20 UTC  (6+ messages)
` [PATCH v4 1/5] r8152: Increase USB control msg timeout to 5000ms as per spec
` [PATCH v4 2/5] r8152: Check for unplug in rtl_phy_patch_request()
` [PATCH v4 3/5] r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()
` [PATCH v4 4/5] r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE
` [PATCH v4 5/5] r8152: Block future register access if register access fails

kernel/sched/fair.c:939:34: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-10-19 21:16 UTC 

[aegl:resctrl2_patches_v6.6-rc6 15/103] checkpatch: ERROR: Macros with complex values should be enclosed in parentheses
 2023-10-19 21:16 UTC 

Linux 6.5.8
 2023-10-19 21:21 UTC  (2+ messages)

Linux 6.1.59
 2023-10-19 21:20 UTC  (2+ messages)

Linux 5.15.136
 2023-10-19 21:20 UTC  (2+ messages)

PIC probing code from e179f6914152 failing
 2023-10-19 21:20 UTC  (3+ messages)

[PATCH V1 0/4] Live Update reboot mode
 2023-10-19 21:18 UTC  (6+ messages)
` [PATCH V1 1/4] migration: mode parameter
` [PATCH V1 2/4] migration: per-mode blockers
` [PATCH V1 3/4] cpr: relax some blockers
` [PATCH V1 4/4] cpr: reboot mode

[PATCH 0/1] Put seq_buf on a diet
 2023-10-19 21:18 UTC  (3+ messages)

[XEN PATCH][for-4.19 v3 0/8] Fix or deviate various instances of missing declarations
 2023-10-19 21:17 UTC  (7+ messages)
` [XEN PATCH][for-4.19 v3 1/8] xen: add declarations for variables where needed
` [XEN PATCH][for-4.19 v3 6/8] xen/console: remove stub definition in consoled.h
` [XEN PATCH][for-4.19 v3 8/8] docs/misra: exclude three more files

[PATCH 1/1] tools build: Fix llvm feature detection, still used by bpftool
 2023-10-19 21:17 UTC 

[PATCH v4 0/4] Migration documentation
 2023-10-19 21:16 UTC  (5+ messages)
` [PATCH v4 1/4] migration/doc: Add contents
` [PATCH v4 3/4] migration/doc: How to migrate when hosts have different features

[PATCH 00/13] migration: Check for duplicates on vmstate_register()
 2023-10-19 21:15 UTC  (16+ messages)
` [PATCH 05/13] migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
` [PATCH 06/13] migration: Use VMSTATE_INSTANCE_ID_ANY for s390 devices
` [PATCH 07/13] RFC migration: icp/server is a mess
` [PATCH 10/13] migration: Improve example and documentation of vmstate_register()
` [PATCH 11/13] migration: Use vmstate_register_any() for audio
` [PATCH 12/13] migration: Use vmstate_register_any() for eeprom93xx
` [PATCH 13/13] migration: Use vmstate_register_any() for vmware_vga

[PATCH v4 0/5] migration: Better error handling in rp thread, allow failures in recover
 2023-10-19 21:13 UTC  (7+ messages)
` [PATCH v4 1/5] migration: Refactor error handling in source return path
` [PATCH v4 4/5] migration: Change ram_dirty_bitmap_reload() retval to bool
` [PATCH v4 5/5] migration: Change ram_save_queue_pages() "

[PATCH] vsock: initialize the_virtio_vsock before using VQs
 2023-10-19 21:12 UTC  (5+ messages)

[PATCH] libtraceeval: Replace hash lookup with red-black tree
 2023-10-19 21:12 UTC 

[Buildroot] [PATCH 1/1] package/suricata: security bump to version 6.0.15
 2023-10-19 21:11 UTC 

[layerindex-web][PATCH] bootstrap: fix typo in minified file name
 2023-10-19 21:10 UTC 

[PATCH net-next 0/2] amd-xgbe: add support for AMD Crater
 2023-10-19 21:10 UTC  (2+ messages)

[PATCH v1 0/2] arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350
 2023-10-19 21:09 UTC  (5+ messages)
` [PATCH v1 3/3] "

[PATCH v1 0/4] Remove BPF event support
 2023-10-19 21:08 UTC  (6+ messages)
` [PATCH v1 1/4] perf parse-events: "

[Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.13
 2023-10-19 21:07 UTC 

[PATCH v4 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-10-19 21:06 UTC  (4+ messages)
` [PATCH v4 02/12] arm64/mm: Update range-based tlb invalidation routines for FEAT_LPA2

[PATCH V15 0/4] Add PWM support for IPQ chipsets
 2023-10-19 21:06 UTC  (4+ messages)
` [PATCH V15 3/4] dt-bindings: mfd: qcom,tcsr: Add simple-mfd support for IPQ6018
  ` (subset) "

linux-next: duplicate patch in the mips tree
 2023-10-19 21:06 UTC 

[PATCH v4 0/2] arm64: dts: ti: k3-j7200: Fixes for various dtbs_checks warnings
 2023-10-19 21:05 UTC  (4+ messages)
` [PATCH v4 1/2] arm64: dts: ti: k3-j7200-mcu-wakeup: Switch mcu_syscon to ti,j721e-system-controller

[PATCH] semihosting: fix memleak at semihosting_arg_fallback
 2023-10-19 21:05 UTC  (2+ messages)

[PATCH RESEND] runqemu: Add squashfs filesystem types
 2023-10-19 21:05 UTC 

[PATCH v2 -tip] x86/percpu: Use C for arch_raw_cpu_ptr()
 2023-10-19 21:04 UTC  (43+ messages)

[OE-core][PATCH 1/2 v2] patchtest: skip merge test if not targeting master
 2023-10-19 21:03 UTC 

[Buildroot] [PATCH 1/1] package/dhcpcd: bump to version 10.0.4
 2023-10-19 21:01 UTC 

[PATCH] drm/amdkfd: remap unaligned svm ranges that have split
 2023-10-19 21:01 UTC  (6+ messages)

[PATCH] Const-qualify 'connman_ipconfig_get_index'
 2023-10-19 20:59 UTC 

[PATCH] runqemu: Add squashfs filesystem types
 2023-10-19 20:58 UTC  (3+ messages)
` [OE-core] "

[PATCH 0/2] staging: vme_user: Replace printk's & cleanup log messages
 2023-10-19 20:55 UTC  (8+ messages)
` [PATCH 1/2] staging: vme_user: Replace printk() with pr_*(),dev_*()

[PATCH] Be consistent about debug logging service and IP config type
 2023-10-19 20:54 UTC 

[PATCH v2 10/12] wifi: mt76: mt7996: add wed rx support
 2023-10-19 20:54 UTC  (2+ messages)

drivers/hwmon/coretemp.c:393:34: error: '%s' directive output may be truncated writing likely 5 or more bytes into a region of size between 3 and 13
 2023-10-19 20:54 UTC 

[hare-scsi-devel:eh-rework.v6 22/26] drivers/scsi/scsi_error.c:1277:6: warning: no previous declaration for '__scsi_eh_finish_cmd'
 2023-10-19 20:54 UTC 

[PATCH 0/3] efi/cper, cxl: Decode CXL Component Events CPER
 2023-10-19 20:52 UTC  (7+ messages)
` [PATCH 1/3] efi/cper, cxl: Decode CXL Component Events General Media Event Record

[PATCH v3] libtracecmd: Use an rbtree for mapping of cache pages
 2023-10-19 20:52 UTC 

[brgl:gpio/for-next] BUILD SUCCESS dc850faa28ee0ac18e5e192526cdfa1da0b9d951
 2023-10-19 20:51 UTC 

[PATCH] lib/Kconfig.debug: disable FRAME_WARN for kasan and kcsan
 2023-10-19 20:51 UTC  (9+ messages)

[PATCH bpf-next v2 0/7] Add bpf programmable net device
 2023-10-19 20:49 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] netkit, bpf: "
` [PATCH bpf-next v2 2/7] tools: Sync if_link uapi header
` [PATCH bpf-next v2 3/7] libbpf: Add link-based API for netkit
` [PATCH bpf-next v2 4/7] bpftool: Implement link show support "
` [PATCH bpf-next v2 5/7] bpftool: Extend net dump with netkit progs
` [PATCH bpf-next v2 6/7] selftests/bpf: Add netlink helper library
` [PATCH bpf-next v2 7/7] selftests/bpf: Add selftests for netkit

Falcon mode on RISC-V
 2023-10-19 20:49 UTC 

[PATCH 00/10] ASoC: Intel: more machine driver updates for 6.7
 2023-10-19 20:47 UTC  (2+ messages)

[PATCH] ASoC: tlv320aic31xx: switch to gpiod_set_value_cansleep
 2023-10-19 20:47 UTC  (2+ messages)

[OE-core][PATCH 1/2] patchtest: skip merge test if not targeting master
 2023-10-19 20:49 UTC  (2+ messages)
` [OE-core][PATCH 2/2] patchtest: test regardless of mergeability

[v2 0/2] ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: add rt5650 support
 2023-10-19 20:47 UTC  (2+ messages)

[PATCH] Leverage 'connman_service_get_identifier' in DBG calls
 2023-10-19 20:47 UTC 

[igt-dev] [PATCH i-g-t v4 00/15] PAT and cache coherency support
 2023-10-19 20:46 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v4 12/15] lib/intel_blt: tidy up alignment usage
` [igt-dev] [PATCH i-g-t v4 13/15] lib/intel_batchbuffer: extend to include optional alignment

[PATCH] futex: Don't include process in key on no-MMU
 2023-10-19 20:45 UTC 

[RESEND PATCH v1 0/2] ARM: amlogic: Add A1 SPIFC support
 2023-10-19 20:45 UTC  (4+ messages)
` [RESEND PATCH v1 1/2] spi: add support for Amlogic A1 SPI Flash Controller

[PATCH v14 00/23] TDX host kernel support
 2023-10-19 20:45 UTC  (8+ messages)
` [PATCH v14 21/23] x86/virt/tdx: Handle TDX interaction with ACPI S3 and deeper states

[PATCH v1] usb: typec: tcpm: only discover modes the port supports svids for
 2023-10-19 20:44 UTC  (3+ messages)

[PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
 2023-10-19 20:43 UTC  (11+ messages)

[PATCH] Return the '<null>' string if the service is null
 2023-10-19 20:42 UTC 

[PATCH v4] driver core: shut down devices asynchronously
 2023-10-19 20:40 UTC  (3+ messages)

[PATCH 0/2] misc/pca9552: Changes to support powernv10
 2023-10-19 20:40 UTC  (3+ messages)
` [PATCH 1/2] misc/pca9552: Fix inverted input status
` [PATCH 2/2] misc/pca9552: Let external devices set pca9552 inputs

[PATCH net] igb: Fix potential memory leak in igb_add_ethtool_nfc_entry
 2023-10-19 20:40 UTC 

[PATCH 0/2] rockchip: Use dwc3-generic driver on RK3328 and RK3399
 2023-10-19 20:39 UTC  (4+ messages)
` [PATCH 1/2] configs: "

[PATCH v2 00/12] mempolicy: cleanups leading to NUMA mpol without vma
 2023-10-19 20:39 UTC  (3+ messages)
` [PATCH v2 10/12] mempolicy: alloc_pages_mpol() for NUMA policy "
  ` [PATCH v3 "

[PATCH net] i40e: sync next_to_clean and next_to_process for programming status desc
 2023-10-19 20:38 UTC 

[PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
 2023-10-19 20:37 UTC  (5+ messages)
` [PATCH v7 04/11] net/socket: Break down __sys_getsockopt

[PATCH v2 1/2] imx8mp_evk: Simplify Ethernet initialization
 2023-10-19 20:37 UTC  (4+ messages)
` [PATCH v2 2/2] mx8mp_evk: Remove unneeded header files

[PATCH net-next 00/11] Intel Wired LAN Driver Updates 2023-10-19 (ice, igb, ixgbe)
 2023-10-19 20:37 UTC  (3+ messages)
` [PATCH net-next 09/11] ice: cleanup ice_find_netlist_node

[PATCH net] igc: Fix ambiguity in the ethtool advertising
 2023-10-19 20:36 UTC 

[Buildroot] [PATCH 1/1] package/wireless_tools: add option to build ifrename
 2023-10-19 20:33 UTC 

[PATCH 1/1] tty: i3c: add tty over i3c master support
 2023-10-19 20:21 UTC  (4+ messages)

[PATCH 0/5] I3C slave mode support
 2023-10-19  7:21 UTC  (3+ messages)
` [PATCH 4/5] i3c: slave: func: add tty driver

[PATCH v2 2/6] i3c: master: svc: add hot join support
 2023-10-19  1:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/intel-mediadriver: bump version to 23.3.5
 2023-10-19 20:32 UTC 

[PATCH v6 4/4] usb: gadget: uvc: Fix use-after-free for inflight usb_requests
 2023-10-19 20:32 UTC  (2+ messages)

[PATCHv6 0/9] scsi: EH rework, main part
 2023-10-19 20:30 UTC  (3+ messages)
` [PATCH 5/9] scsi: set host byte after EH completed

CONFIG_SPL_SKIP_RELOCATE in non-SPL build
 2023-10-19 20:29 UTC  (2+ messages)

[PATCH v3 0/3] selinux: avtab arrays and refactors
 2023-10-19 20:27 UTC  (3+ messages)
` [PATCH v3 2/3] selinux: avtab iteration macros

[PATCH v2] ubi: gluebi: Fix NULL pointer dereference caused by ftl notifier
 2023-10-19 20:27 UTC  (3+ messages)

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2023-10-19 20:26 UTC  (5+ messages)
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the A100 LED controller

[PATCH] MAINTAINERS: drop Helmut Schaa from rt2x00 maintener list
 2023-10-19 20:26 UTC 

X86 parallel bring up regression
 2023-10-19 20:26 UTC 

[PATCH RFC] netfilter: nf_tables: add flowtable map for xdp offload
 2023-10-19 20:25 UTC 

[PATCH v5 0/6] gdbstub and TCG plugin improvements
 2023-10-19 20:24 UTC  (3+ messages)
` [PATCH v5 6/6] plugins: Remove an extra parameter

[PATCH v6 0/7] configfs-tsm: Attestation Report ABI
 2023-10-19 20:24 UTC  (6+ messages)
` [PATCH v6 3/7] configfs-tsm: Introduce a shared ABI for attestation reports

[kvalo-ath:ath-next] BUILD SUCCESS 2e66190e0d87a7266c89728565e0681b22e68f30
 2023-10-19 20:22 UTC 

[PATCH net-next v4 0/7] Create a binding for the Marvell MV88E6xxx DSA switches
 2023-10-19 20:23 UTC  (8+ messages)
` [PATCH net-next v4 2/7] dt-bindings: net: mvusb: Fix up DSA example

[linux-next:pending-fixes] BUILD SUCCESS 8854d15dd6a90a11b122d2fac5dc603f12cfe97c
 2023-10-19 20:23 UTC 

[freescale-fslc:pr/642 1577/30000] versioncheck: ./drivers/input/touchscreen/focaltech_touch/focaltech_core.h: 56 linux/version.h not needed
 2023-10-19 20:21 UTC 


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.