All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-06 12:32:36 to 2023-02-06 13:23:22 UTC [more...]

[Buildroot] [git commit] package/pugixml: unconditionally set BUILD_DEFINES
 2023-02-06 13:22 UTC 

[PATCH] RDMA/siw: Fix user page pinning accounting
 2023-02-06 13:21 UTC  (5+ messages)
  `  "

[Buildroot] [git commit] package/live555: fix build config with locale
 2023-02-06 13:22 UTC 

[PATCH v2 00/10] Performance fixes for 9p filesystem
 2023-02-06 13:20 UTC  (4+ messages)
` [PATCH v3 00/11] "

[Buildroot] [next 00/25] check-symbols v2
 2023-02-06 13:22 UTC  (3+ messages)
` [Buildroot] [next 20/25] package/lua: properly handle legacy for removed version

[PATCH] build: make meson-buildoptions.sh stable
 2023-02-06 13:22 UTC  (2+ messages)

[Buildroot] [git commit] Makefile: fix build when $(O) ends in _defconfig
 2023-02-06 13:21 UTC 

[Patch V2 0/4] Tegra TPM driver with hw flow control
 2023-02-06 13:19 UTC  (4+ messages)
` [Patch V2 2/4] tpm: tegra: Support SPI tpm wait state detect

[PATCH net-next 0/47] pull-request: can-next 2023-02-06
 2023-02-06 13:16 UTC  (48+ messages)
` [PATCH net-next 01/47] can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flag
` [PATCH net-next 02/47] can: isotp: check CAN address family in isotp_bind()
` [PATCH net-next 03/47] can: mcp251xfd: regmap: optimizing transfer size for CRC transfers size 1
` [PATCH net-next 04/47] dt-bindings: can: renesas,rcar-canfd: R-Car V3U is R-Car Gen4
` [PATCH net-next 05/47] dt-bindings: can: renesas,rcar-canfd: Document R-Car V4H support
` [PATCH net-next 06/47] dt-bindings: can: renesas,rcar-canfd: Add transceiver support
` [PATCH net-next 07/47] can: rcar_canfd: Fix R-Car V3U CAN mode selection
` [PATCH net-next 08/47] can: rcar_canfd: Fix R-Car V3U GAFLCFG field accesses
` [PATCH net-next 09/47] can: rcar_canfd: Abstract out DCFG address differences
` [PATCH net-next 10/47] can: rcar_canfd: Add support for R-Car Gen4
` [PATCH net-next 11/47] can: rcar_canfd: Fix R-Car Gen4 DCFG.DSJW field width
` [PATCH net-next 12/47] can: rcar_canfd: Fix R-Car Gen4 CFCC.CFTML "
` [PATCH net-next 13/47] can: rcar_canfd: Sort included header files
` [PATCH net-next 14/47] can: rcar_canfd: Add helper variable dev
` [PATCH net-next 15/47] can: ems_pci: Fix code style, copyright and email address
` [PATCH net-next 16/47] can: ems_pci: Add Asix AX99100 definitions
` [PATCH net-next 17/47] can: ems_pci: Initialize BAR registers
` [PATCH net-next 18/47] can: ems_pci: Add read/write register and post irq functions
` [PATCH net-next 19/47] can: ems_pci: Initialize CAN controller base addresses
` [PATCH net-next 20/47] can: ems_pci: Add IRQ enable
` [PATCH net-next 21/47] can: ems_pci: Deassert hardware reset
` [PATCH net-next 22/47] can: ems_pci: Add myself as module author
` [PATCH net-next 23/47] can: peak_usb: rename device_id to CAN channel ID
` [PATCH net-next 24/47] can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devices
` [PATCH net-next 25/47] can: peak_usb: allow flashing of the CAN channel ID
` [PATCH net-next 26/47] can: peak_usb: replace unregister_netdev() with unregister_candev()
` [PATCH net-next 27/47] can: peak_usb: add ethtool interface to user-configurable CAN channel identifier
` [PATCH net-next 28/47] can: peak_usb: export PCAN CAN channel ID as sysfs device attribute
` [PATCH net-next 29/47] can: peak_usb: align CAN channel ID format in log with sysfs attribute
` [PATCH net-next 30/47] can: peak_usb: Reorder include directives alphabetically
` [PATCH net-next 31/47] can: bittiming(): replace open coded variants of can_bit_time()
` [PATCH net-next 32/47] can: bittiming: can_fixup_bittiming(): use CAN_SYNC_SEG instead of 1
` [PATCH net-next 33/47] can: bittiming: can_fixup_bittiming(): set effective tq
` [PATCH net-next 34/47] can: bittiming: can_get_bittiming(): use direct return and remove unneeded else
` [PATCH net-next 35/47] can: dev: register_candev(): ensure that bittiming const are valid
` [PATCH net-next 36/47] can: dev: register_candev(): bail out if both fixed bit rates and bit timing constants are provided
` [PATCH net-next 37/47] can: netlink: can_validate(): validate sample point for CAN and CAN-FD
` [PATCH net-next 38/47] can: netlink: can_changelink(): convert from netdev_err() to NL_SET_ERR_MSG_FMT()
` [PATCH net-next 39/47] can: bittiming: can_changelink() pass extack down callstack
` [PATCH net-next 40/47] can: bittiming: factor out can_sjw_set_default() and can_sjw_check()
` [PATCH net-next 41/47] can: bittiming: can_fixup_bittiming(): report error via netlink and harmonize error value
` [PATCH net-next 42/47] can: bittiming: can_sjw_check(): "
` [PATCH net-next 43/47] can: bittiming: can_sjw_check(): check that SJW is not longer than either Phase Buffer Segment
` [PATCH net-next 44/47] can: bittiming: can_sjw_set_default(): use Phase Seg2 / 2 as default for SJW
` [PATCH net-next 45/47] can: bittiming: can_calc_bittiming(): clean up SJW handling
` [PATCH net-next 46/47] can: bittiming: can_calc_bittiming(): convert from netdev_err() to NL_SET_ERR_MSG_FMT()
` [PATCH net-next 47/47] can: bittiming: can_validate_bitrate(): report error via netlink

[PATCH v2] depmod: Introduce outdir option
 2023-02-06 13:18 UTC 

[PATCH v2 0/2] media: i2c: imx290: imx327 support
 2023-02-06 13:17 UTC  (3+ messages)
` [PATCH v2 1/2] media: dt-bindings: media: i2c: Add imx327 version to IMX327 bindings
` [PATCH v2 2/2] media: i2c: imx290: Add support for imx327 variant

[Buildroot] [git commit] boot/optee-os: rewrap Config.in help text to fix check-package warning
 2023-02-06 13:19 UTC 

[PATCH v2 00/17] can: bittiming: cleanups and rework SJW handling
 2023-02-06 13:01 UTC  (5+ messages)
` [PATCH v2 14/17] can: bittiming: can_sjw_set_default(): use Phase Seg2 / 2 as default for SJW

[freescale-fslc:pr/621 4145/20208] drivers/rpmsg/imx_rpmsg.c:371:6: warning: no previous prototype for 'imx_rpmsg_restore'
 2023-02-06 13:18 UTC 

stable-rc/queue/5.10 baseline: 159 runs, 2 regressions (v5.10.166-9-gd4e703ee981a)
 2023-02-06 13:17 UTC 

[PATCH] drm/amdkfd: To fix sdma page fault issue for GC 11.x
 2023-02-06 13:18 UTC  (2+ messages)

[PATCH v6 00/19] net/idpf: introduce idpf common modle
 2023-02-06 13:15 UTC  (3+ messages)
` [PATCH v7 "

[PATCH v3 0/4] DeviceTree Support for USB-HID Devices and CP2112
 2023-02-06 13:15 UTC  (4+ messages)
` [PATCH v3 1/4] dt-bindings: input: Add CP2112 HID USB to SMBus Bridge

[PATCH] x86/time: use public interface TSC mode definitions
 2023-02-06 13:14 UTC  (2+ messages)

[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-02-06 13:14 UTC  (7+ messages)
` [RFC PATCH 10/19] net: skb: Switch to using vm_account

[PATCH] LoongArch: Make -mstrict-align be configurable
 2023-02-06 13:13 UTC  (5+ messages)

[PATCH v3 0/2] Two bug fixes for tas5805m codec driver
 2023-02-06 13:11 UTC  (4+ messages)
` [PATCH v3 2/2] ASoC: tas5805m: add missing page switch

[PULL 00/35] Testing, docs, semihosting and plugin updates
 2023-02-06 13:11 UTC  (4+ messages)
` [PULL 04/35] tests/unit: drop hacky race avoidance in test-io-channel-command

[PATCH 0/2] Remove unnecessary asm/hvm/support.h includes
 2023-02-06 13:11 UTC  (6+ messages)
` [PATCH 1/2] x86: do not include asm/hvm/support.h when not used
` [PATCH 2/2] x86/hygon: "

[PATCH v3 0/2] btrfs: reduce div64 calls for __btrfs_map_block() and its variants
 2023-02-06 13:10 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: remove map_lookup->stripe_len

[PATCH 0/2] Teach diff to honor diff algorithms set through git attributes
 2023-02-06 13:10 UTC  (4+ messages)
` [PATCH 2/2] diff: teach diff to read gitattribute diff-algorithm

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-06 13:09 UTC  (15+ messages)
` [PATCH v15 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v15 05/11] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v15 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v15 09/11] machine: adding s390 topology to query-cpu-fast

[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
 2023-02-06 13:10 UTC  (6+ messages)
` [PATCH v5 1/3] arm/virt: don't try to spell out the accelerator
` [PATCH v5 2/3] arm/kvm: add support for MTE

[PATCH net-next v2 0/9] add support for per action hw stats
 2023-02-06 13:10 UTC  (4+ messages)
` [PATCH net-next v2 9/9] net/sched: TC, support per action stats

[PATCH v4 00/19] irqdomain: fix mapping race and clean up locking
 2023-02-06 13:09 UTC  (8+ messages)
` [PATCH v4 06/19] irqdomain: Drop revmap mutex

[Buildroot] [PATCH v2] package/qt6/qt6serialbus: new package
 2023-02-06 13:07 UTC 

blktests failures with v6.1
 2023-02-06 13:06 UTC  (4+ messages)

[PATCH v4] kernel/fork: beware of __put_task_struct calling context
 2023-02-06 13:04 UTC 

[PATCH v7 0/6] Add DSS support for AM625 SoC
 2023-02-06 13:05 UTC  (5+ messages)
` [PATCH v7 1/6] drm/tidss: Remove Video Port to Output Port coupling

[PATCH] xen/arm: Print return code from domain_create and construct_dom{0,U} on panic
 2023-02-06 13:05 UTC 

[GIT PULL] TTY/Serial driver fixes for 6.2-rc7
 2023-02-06 13:05 UTC  (4+ messages)

[PATCH v2 1/3] iommu: Attach device group to old domain in error path
 2023-02-06 13:05 UTC  (3+ messages)

[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-02-06 13:04 UTC  (4+ messages)
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls "

[PATCH 00/10] Add basic ACPI support for risc-v virt
 2023-02-06 13:04 UTC  (7+ messages)
` [PATCH 02/10] hw/riscv/virt: Add a switch to enable/disable ACPI

[PATCH v3 0/9] config API: make "multi" safe, fix numerous segfaults
 2023-02-06 13:04 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/9] config tests: add "NULL" tests for *_get_value_multi()
  ` [PATCH v4 3/9] config API: add and use a "git_config_get()" family of functions
  ` [PATCH v4 6/9] for-each-repo: error on bad --config
  ` [PATCH v4 8/9] config API: add "string" version of *_value_multi(), fix segfaults

[PATCH v4 00/21] arm64/sme: Support SME 2 and SME 2.1
 2023-02-06 13:02 UTC  (5+ messages)
` [PATCH v4 07/21] arm64/sme: Enable host kernel to access ZT0

[PATCH v18 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2023-02-06 13:03 UTC  (6+ messages)
` [PATCH v18 5/7] kexec: exclude hot remove cpu from elfcorehdr notes

[isar-cip-core] Update ISAR revision
 2023-02-06 13:01 UTC  (2+ messages)

stable/linux-4.14.y build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.305)
 2023-02-06 13:00 UTC 

[Buildroot] [PATCH] package/qt6/qt6serialbus: new package
 2023-02-06 13:00 UTC 

[PATCH 1/4] x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter
 2023-02-06 13:00 UTC  (2+ messages)
` [tip: x86/microcode] "

[PATCH 3/4] x86/microcode/AMD: Fix mixed steppings support
 2023-02-06 13:00 UTC  (2+ messages)
` [tip: x86/microcode] "

[PATCH 2/4] x86/microcode/AMD: Add a @cpu parameter to the reloading functions
 2023-02-06 13:00 UTC  (2+ messages)
` [tip: x86/microcode] "

[PATCH 4/4] x86/microcode/core: Return an error only when necessary
 2023-02-06 13:00 UTC  (2+ messages)
` [tip: x86/microcode] "

U-Boot support for M68K removal
 2023-02-06 12:59 UTC  (9+ messages)

[PATCH] x86/vlapic: call vmx_vlapic_msr_changed through an hvm_function callback
 2023-02-06 12:58 UTC 

[intel-lts:5.10/yocto 49/29177] drivers/usb/host/xhci.c:1338:15: warning: variable 'len' set but not used
 2023-02-06 12:57 UTC 

[PATCH 0/7] Add TPMI support
 2023-02-06 12:55 UTC  (5+ messages)
` [PATCH 7/7] MAINTAINERS: Add entry for TPMI driver

[LSF/MM/BPF BoF]: A host FTL for zoned block devices using UBLK
 2023-02-06 12:54 UTC  (3+ messages)

[PATCH bpf-next v2] selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
 2023-02-06 12:55 UTC  (5+ messages)

[xen-unstable-smoke test] 176417: tolerable trouble: pass/starved - PUSHED
 2023-02-06 12:53 UTC 

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-02-06 12:51 UTC  (23+ messages)

[PATCH 0/3] rockchip: Use external TPL binary to create a working firmware image
 2023-02-06 12:51 UTC  (4+ messages)
` [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

[PATCH v2 0/3] efi: Enable BTI for EFI runtimes services
 2023-02-06 12:49 UTC  (8+ messages)
` [PATCH v2 1/3] efi: Discover BTI support in runtime services regions
` [PATCH v2 2/3] efi: arm64: Wire up BTI annotation in memory attributes table
` [PATCH v2 3/3] efi: x86: Wire up IBT "

stable/linux-5.10.y baseline: 159 runs, 3 regressions (v5.10.167)
 2023-02-06 12:49 UTC 

[PATCH v2 00/10] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-02-06 12:48 UTC  (6+ messages)
` [PATCH v2 05/10] percpu: Wire up cmpxchg128

[PATCH] meson: Avoid duplicates in generated config-poison.h again
 2023-02-06 12:48 UTC  (2+ messages)

[PATCH v1] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
 2023-02-06 12:48 UTC  (5+ messages)

Proposal: List files in Xen originated from external sources
 2023-02-06 12:48 UTC  (5+ messages)

[PATCH] RDMA/siw: Fix user page pinning accounting
 2023-02-06 12:48 UTC  (2+ messages)

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-filesystems: 8 runs, 1 regressions (v5.10.165-cip25-154-gb7e05ba4f61a2)
 2023-02-06 12:48 UTC 

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-lib: 10 runs, 1 regressions (v5.10.165-cip25-154-gb7e05ba4f61a2)
 2023-02-06 12:48 UTC 

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc ltp-timers: 14 runs, 8 regressions (v5.10.165-cip25-154-gb7e05ba4f61a2)
 2023-02-06 12:48 UTC 

[PATCH v12 0/5] Add kprobe and kretprobe support for LoongArch
 2023-02-06 12:48 UTC  (8+ messages)

[PATCH 0/8] arm64: dts: qcom: sm8350: enable GPU on the HDK board
 2023-02-06 12:47 UTC  (7+ messages)
` [PATCH 2/8] arm64: dts: qcom: sm8350: add RPMH_REGULATOR_LEVEL_LOW_SVS_L1

[RFC PATCH v1] sched/deadline: Add more reschedule cases to prio_changed_dl()
 2023-02-06 12:46 UTC  (3+ messages)

[PATCH 0/5] arm64: dts: qcom: add DP Controller to SM8350 & SM8450 DTS
 2023-02-06 12:46 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: display: msm: dp-controller: document SM8450 compatible
` [PATCH 4/5] arm64: dst: qcom: sm8450: switch to usb3/dp combo phy

[PATCH] PCI: vmd: Do not disable MSI-X remapping in VMD 28C0 controller
 2023-02-06 12:45 UTC  (9+ messages)

kirkstone merge request: Feb 6th
 2023-02-06 12:44 UTC 

[PATCH] i915: fix up merge with usb-next branch
 2023-02-06 12:44 UTC 

i.MX8M binman
 2023-02-06 12:42 UTC 

[isar-cip-core] generate_rb_kas_file.sh: Add script to generate rb.yml
 2023-02-06 12:41 UTC  (2+ messages)

[RESEND PATCH 00/37] nvmem: patches for 6.3
 2023-02-06 12:39 UTC  (5+ messages)
` [RESEND PATCH 30/37] nvmem: core: fix nvmem_layout_get_match_data()

[RESEND] soc: qcom-geni-se: Update Tx and Rx fifo depth based on QUP HW version
 2023-02-06 12:38 UTC  (2+ messages)

[PATCH v5 net-next 0/8] sfc: devlink support for ef100
 2023-02-06 12:38 UTC  (3+ messages)
` [PATCH v5 net-next 3/8] sfc: enumerate mports in ef100

[intel-lts:5.10/yocto 19767/29177] arch/x86/crypto/aesni-intel_asm.S:177: warning: "GF128MUL_MASK" redefined
 2023-02-06 12:36 UTC 

drivers/isdn/hardware/mISDN/hfcmulti.c:452:22: sparse: sparse: incorrect type in argument 1 (different base types)
 2023-02-06 12:37 UTC 

Linux 6.2-rc7
 2023-02-06 12:29 UTC  (3+ messages)
` Build regressions/improvements in v6.2-rc7

vhost-user (virtio-fs) migration: back end state
 2023-02-06 12:35 UTC  (2+ messages)
` [Virtio-fs] "

langdale merge request: Feb th
 2023-02-06 12:36 UTC 

[Intel-gfx] [PATCH v2 1/9] drm/i915/display/core: use intel_de_rmw if possible
 2023-02-06 12:35 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/9] drm/i915/display/core: use intel_de_rmw if possible (rev4)

[PATCH v9 00/14] vfio/migration: Implement VFIO migration protocol v2
 2023-02-06 12:31 UTC  (15+ messages)
` [PATCH v9 01/14] linux-headers: Update to v6.2-rc1
` [PATCH v9 02/14] migration: No save_live_pending() method uses the QEMUFile parameter
` [PATCH v9 03/14] vfio/migration: Fix NULL pointer dereference bug
` [PATCH v9 04/14] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
` [PATCH v9 05/14] migration/qemu-file: Add qemu_file_get_to_fd()
` [PATCH v9 06/14] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
` [PATCH v9 07/14] vfio/migration: Block multiple devices migration
` [PATCH v9 08/14] vfio/migration: Move migration v1 logic to vfio_migration_init()
` [PATCH v9 09/14] vfio/migration: Rename functions/structs related to v1 protocol
` [PATCH v9 10/14] vfio/migration: Implement VFIO migration protocol v2
` [PATCH v9 11/14] vfio/migration: Optimize vfio_save_pending()
` [PATCH v9 12/14] vfio/migration: Remove VFIO migration protocol v1
` [PATCH v9 13/14] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH v9 14/14] docs/devel: Align VFIO migration docs to v2 protocol

[PATCH net-next v8 0/7] net/sched: cls_api: Support hardware miss to tc action
 2023-02-06 12:34 UTC  (2+ messages)

[PATCH bpf-next] net: add missing xdp_features description
 2023-02-06 10:34 UTC 

st_lsm6dsx : first two values of ism330dlc_gyro are wrong
 2023-02-06  9:58 UTC  (3+ messages)

[PATCH] libxl/x86: use public interface TSC mode definitions
 2023-02-06 12:33 UTC 

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-06 12:31 UTC  (5+ messages)
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace


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.