All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-25 15:31:32 to 2021-09-25 19:28:01 UTC [more...]

[PATCH] drm/msm: fix possible oops in msm_submitqueues code
 2021-09-25 19:27 UTC 

[PATCH v5 net-next 0/9] net: dsa: felix: psfp support on vsc9959
 2021-09-25 19:26 UTC  (12+ messages)
` [PATCH v5 net-next 1/9] net: mscc: ocelot: serialize access to the MAC table
` [PATCH v5 net-next 2/9] net: mscc: ocelot: export struct ocelot_mact_entry
` [PATCH v5 net-next 3/9] net: mscc: ocelot: add MAC table stream learn and lookup operations

[PATCH v3 0/6] drm/ingenic: Various improvements v3
 2021-09-25 19:26 UTC  (6+ messages)
` [PATCH v3 6/6] drm/ingenic: Attach bridge chain to encoders

[PATCH] Remove uneccessary parantheas
 2021-09-25 19:20 UTC 

stable-rc/linux-5.10.y build: 135 builds: 0 failed, 135 passed, 10 warnings (v5.10.68-65-gab0c89ed74e1)
 2021-09-25 19:20 UTC 

[PATCH V3 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-09-25 19:07 UTC  (5+ messages)
` [PATCH V3 2/3] xen/arm: Add handling of extended regions for Dom0

[PATCHES] alpha asm glue cleanups and fixes
 2021-09-25 19:07 UTC  (4+ messages)
` [PATCH 1/6] alpha: fix TIF_NOTIFY_SIGNAL handling
  ` [PATCH 7/7] alpha: lazy FPU switching

CONFIG_ORC_UNWINDER=y breaks get_wchan()?
 2021-09-25 19:07 UTC  (5+ messages)

[GIT PULL] erofs fixes for 5.15-rc3
 2021-09-25 19:06 UTC  (4+ messages)

[GIT PULL] cifs/smb3 client fixes
 2021-09-25 19:06 UTC  (2+ messages)

[PATCH net-next 0/6 v6] RTL8366(RB) cleanups part 1
 2021-09-25 18:56 UTC  (15+ messages)
` [PATCH net-next 1/6 v6] net: dsa: rtl8366rb: Support bridge offloading
` [PATCH net-next 3/6 v6] net: dsa: rtl8366rb: Rewrite weird VLAN filering enablement
` [PATCH net-next 4/6 v6] net: dsa: rtl8366rb: Fix off-by-one bug
` [PATCH net-next 5/6 v6] net: dsa: rtl8366: Fix a bug in deleting VLANs
` [PATCH net-next 6/6 v6] net: dsa: rtl8366: Drop and depromote pointless prints

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2021-09-25 18:51 UTC  (2+ messages)

[PATCH] Urgent bug fix causing Apple SSDs to not work
 2021-09-25 18:47 UTC  (2+ messages)

Maintenance of Linux FPGA
 2021-09-25 18:39 UTC 

[RFC][PATCH] coredump: save timestamp in ELF core
 2021-09-25 18:35 UTC  (3+ messages)

stable-rc/linux-5.4.y build: 133 builds: 0 failed, 133 passed, 7 warnings (v5.4.148-50-ge9755952d240)
 2021-09-25 18:33 UTC 

❌ FAIL: Test report for kernel 5.15.0-rc2 (mainline.kernel.org-clang, 85736168)
 2021-09-25 18:32 UTC 

Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and use absolute_pointer macro)
 2021-09-25 18:31 UTC 

[PATCH v12 00/10] hvf: Implement Apple Silicon Support
 2021-09-25 18:09 UTC  (9+ messages)

[PATCH 0/6] MIPS: ralink: fix PCI IO resources
 2021-09-25 18:08 UTC  (18+ messages)
` [PATCH 2/6] Revert "staging: mt7621-pci: set end limit for 'ioport_resource'"
` [PATCH 3/6] MIPS: ralink: set PCI_IOBASE to 'mips_io_port_base'
` [PATCH 4/6] PCI: allow architecture specific implementation of pci_remap_iospace()
` [PATCH 5/6] MIPS: implement architecture dependent 'pci_remap_iospace()'
` [PATCH 6/6] staging: mt7621-pci: properly adjust base address for the IO window

[PATCH v6 00/30] LoongArch64 port of QEMU TCG
 2021-09-25 17:30 UTC  (31+ messages)
` [PATCH v6 01/30] elf: Add machine type value for LoongArch
` [PATCH v6 02/30] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PATCH v6 03/30] tcg/loongarch64: Add the tcg-target.h file
` [PATCH v6 04/30] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v6 05/30] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PATCH v6 06/30] tcg/loongarch64: Define the operand constraints
` [PATCH v6 07/30] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v6 08/30] tcg/loongarch64: Implement the memory barrier op
` [PATCH v6 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v6 10/30] tcg/loongarch64: Implement goto_ptr
` [PATCH v6 11/30] tcg/loongarch64: Implement sign-/zero-extension ops
` [PATCH v6 12/30] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PATCH v6 13/30] tcg/loongarch64: Implement deposit/extract ops
` [PATCH v6 14/30] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PATCH v6 15/30] tcg/loongarch64: Implement clz/ctz ops
` [PATCH v6 16/30] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH v6 17/30] tcg/loongarch64: Implement add/sub ops
` [PATCH v6 18/30] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH v6 19/30] tcg/loongarch64: Implement br/brcond ops
` [PATCH v6 20/30] tcg/loongarch64: Implement setcond ops
` [PATCH v6 21/30] tcg/loongarch64: Implement tcg_out_call
` [PATCH v6 22/30] tcg/loongarch64: Implement simple load/store ops
` [PATCH v6 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v6 24/30] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PATCH v6 25/30] tcg/loongarch64: Implement exit_tb/goto_tb
` [PATCH v6 26/30] tcg/loongarch64: Implement tcg_target_init
` [PATCH v6 27/30] tcg/loongarch64: Register the JIT
` [PATCH v6 28/30] linux-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v6 29/30] accel/tcg/user-exec: Implement CPU-specific signal handler "
` [PATCH v6 30/30] configure, meson.build: Mark support "

[PATCH 1/2] oeqa/buildproject: Ensure temp directories are cleaned up
 2021-09-25 18:03 UTC  (2+ messages)
` [PATCH 2/2] packagegroup-core-tools-profile: Exclude systemtap from riscv32 as well

[PATCH] oeqa/selftest/gotoolchain: Fix temp file cleanup
 2021-09-25 18:03 UTC 

[OE-core][PATCH] wic:direct.py: ignore invalid mountpoints during fstab update
 2021-09-25 18:01 UTC  (2+ messages)

[OE-core][PATCH v2] wic:direct.py: ignore invalid mountpoints during fstab update
 2021-09-25 18:01 UTC 

Need to merge - QEMU patch for booting eMMC image for AST2600 machine
 2021-09-25 17:07 UTC 

[PATCH 1/1 RFC] treewide: Deprecate OF_PRIOR_STAGE
 2021-09-25 17:49 UTC  (6+ messages)

[PATCH 00/11] Modular Broadcom irqchip drivers
 2021-09-25 17:46 UTC  (5+ messages)
` [PATCH 10/11] arm64: broadcom: Removed forced select of interrupt controllers

[GIT PULL] Char/Misc driver fixes for 5.15-rc3
 2021-09-25 17:47 UTC  (2+ messages)

[GIT PULL] TTY/Serial driver fixes for 5.15-rc3
 2021-09-25 17:47 UTC  (2+ messages)

[GIT PULL] USB fixes for 5.15-rc3
 2021-09-25 17:47 UTC  (2+ messages)

[GIT PULL] Staging driver fixes for 5.15-rc3
 2021-09-25 17:47 UTC  (2+ messages)

[PATCH 0/4] arm64: Support dynamic preemption
 2021-09-25 17:46 UTC  (8+ messages)
` [PATCH 2/4] arm64: implement support for static call trampolines

[PATCH v4] ksmbd: use LOOKUP_BENEATH to prevent the out of share access
 2021-09-25 17:45 UTC  (3+ messages)

mwifiex 1.0 (16.68.10.p159) - PCIEUSB-8997 firmware is buggy
 2021-09-25 17:23 UTC  (2+ messages)

[PATCHv3 0/6] Meson-8b and Meson-gxbb Fix some missing code
 2021-09-25 17:41 UTC  (11+ messages)
` [PATCHv3 1/6] ARM: dts: meson8b: odroidc1: Add usb phy power node

[PATCH] dma-buf: move dma-buf symbols into the DMA_BUF module namespace
 2021-09-25 17:41 UTC  (2+ messages)

[PATCH mlx5-next 1/7] PCI/IOV: Provide internal VF index
 2021-09-25 17:41 UTC  (2+ messages)

[regression] mhi: ath11k resume fails on some devices
 2021-09-25 17:40 UTC  (2+ messages)

AIO support
 2021-09-25 17:37 UTC 

[PATCHv3] regulator: pwm-regulator: Make use of the helper function dev_err_probe()
 2021-09-25 17:33 UTC  (7+ messages)

[PATCHv4] regulator: pwm-regulator: Make use of the helper function dev_err_probe()
 2021-09-25 17:34 UTC  (3+ messages)

[PATCH u-boot-spi v2 0/9] Fix `mtd erase` when used with mtdpart
 2021-09-25 17:33 UTC  (10+ messages)
` [PATCH u-boot-spi v2 1/9] mtd: spi-nor-core: Try cleaning up in case writing BAR failed
` [PATCH u-boot-spi v2 2/9] mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()
` [PATCH u-boot-spi v2 3/9] mtd: spi-nor-core: Don't overwrite return value if it is non-zero
` [PATCH u-boot-spi v2 4/9] mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()
` [PATCH u-boot-spi v2 5/9] mtd: spi-nor-core: Don't check for zero length "
` [PATCH u-boot-spi v2 6/9] mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()
` [PATCH u-boot-spi v2 7/9] mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()
` [PATCH u-boot-spi v2 8/9] mtd: mtdpart: Make mtdpart's _erase method sane
` [PATCH u-boot-spi v2 9/9] mtd: Remove mtd_erase_callback() entirely

stable-rc/linux-4.4.y build: 123 builds: 0 failed, 123 passed, 5 warnings (v4.4.284-23-g0ff0015a9e71)
 2021-09-25 17:34 UTC 

[PATCH 0/2] mwifiex: Work around firmware bugs on 88W8897 chip
 2021-09-25 17:32 UTC  (2+ messages)

[conntrack-tools 0/6] Build fixes
 2021-09-25 17:29 UTC  (4+ messages)
` [conntrack-tools 6/6] build: fix dependency-tracking of yacc-generated header

recent intermittent fsx-related failures
 2021-09-25 17:26 UTC  (7+ messages)

[PATCH v5 00/30] LoongArch64 port of QEMU TCG
 2021-09-25 17:24 UTC  (14+ messages)
` [PATCH v5 04/30] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v5 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi

user/group XXX does not exist, using root with RPM/DNF packaging in Hardknott and Honister
 2021-09-25 17:25 UTC  (5+ messages)
` [OE-core] "

[PATCH 5.14 00/98] 5.14.8-rc2 review
 2021-09-25 17:23 UTC  (2+ messages)

[PATCH] doc/technical: remove outdated MIDX default note
 2021-09-25 17:17 UTC  (6+ messages)
    ` [PATCH v2] doc/technical: update note about core.multiPackIndex
      ` [PATCH v3] "

[PATCH] platform/chrome: cros_ec: Fix spelling mistake "responsed" -> "response"
 2021-09-25 17:17 UTC 

[REGRESSION] nvme: code command_id with a genctr for use-after-free validation crashes apple T2 SSD
 2021-09-25 17:16 UTC  (3+ messages)

[PATCH] ASoC: meson: aiu: Fix spelling mistake "Unsupport" -> "Unsupported"
 2021-09-25 17:06 UTC  (5+ messages)

[PATCH v3 9/9] mm: Remove swap BIO paths and only use DIO paths
 2021-09-25 17:09 UTC  (5+ messages)
` [RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles

[PATCH 0/3] 30bpp framebuffer support
 2021-09-25 16:55 UTC  (4+ messages)
` [PATCH 1/3] video: Add 30bpp support

[dunfell][PATCH] glib-2.0: Several Security fixes
 2021-09-25 16:52 UTC  (3+ messages)
` [OE-core] "

[PATCH 1/2] net: bgmac-platform: handle mac-address deferral
 2021-09-25 16:48 UTC  (3+ messages)

[PATCH] misc: ocotp: Allow disabling ocotp driver in SPL
 2021-09-25 16:49 UTC 

[PATCH 0/5] Apple M1 Support
 2021-09-25 16:45 UTC  (7+ messages)

[PATCH net-next 0/5] brcm ASP 2.0 Ethernet controller
 2021-09-25 16:45 UTC  (3+ messages)
` [PATCH net-next 3/5] net: bcmasp: Add support for ASP2.0 "

[linux-linus test] 165190: regressions - FAIL
 2021-09-25 16:42 UTC 

[PATCH] Documentation: checkpatch: Document some more message types
 2021-09-25 16:38 UTC 

[PATCH net-next v3 0/3] check return value of rhashtable_init in mlx5e, ipv6, mac80211
 2021-09-25 16:38 UTC  (3+ messages)
` [PATCH net-next v3 2/3] net: ipv6: check return value of rhashtable_init

[PATCH] git(1): Define "porcelain commands"
 2021-09-25 16:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-attrs: depends on python3
 2021-09-25 16:33 UTC  (2+ messages)

[Buildroot] [git commit] package/python-attrs: depends on python3
 2021-09-25 16:31 UTC 

[cip-dev] cip/linux-4.19.y-cip baseline: 119 runs, 3 regressions (v4.19.207-cip58) #kernelci
 2021-09-25 16:24 UTC 

[cip-dev] cip/linux-4.19.y-cip baseline-nfs: 13 runs, 1 regressions (v4.19.207-cip58) #kernelci
 2021-09-25 16:24 UTC 

[dpdk-dev] [PATCH v1] build/pkg-config: Fix warning for Windows
 2021-09-25 16:22 UTC  (2+ messages)

rt_pipe_read(): timeout does not expire
 2021-09-25 16:20 UTC 

[PATCH v3 0/4] iio: chemical: Add support for Sensirion SCD4x CO2 sensor
 2021-09-25 16:23 UTC  (3+ messages)
` [PATCH v3 3/4] drivers: "

[PATCH -next] net/ipv4/tcp_metrics.c: remove superfluous header files from tcp_metrics.c
 2021-09-25 16:12 UTC  (2+ messages)

[PATCH v7 00/40] accel: Move has_work() from CPUClass to AccelOpsClass
 2021-09-25 16:01 UTC  (13+ messages)
` [PATCH v7 01/40] accel: Simplify qemu_init_vcpu()
` [PATCH v7 12/40] accel/qtest: Implement AccelOpsClass::has_work()
` [PATCH v7 31/40] target/riscv: Restrict has_work() handler to sysemu and TCG
` [PATCH v7 34/40] target/sh4: Restrict has_work() handler to sysemu
` [PATCH v7 35/40] target/sparc: Remove pointless use of CONFIG_TCG definition
` [PATCH v7 40/40] accel/tcg: Simplify tcg_cpu_has_work()

[PATCH u-boot-marvell] arm: mvebu: turris_omnia: fix leaked mtd device
 2021-09-25 16:05 UTC  (2+ messages)

iio: Understanding the modes
 2021-09-25 16:08 UTC  (2+ messages)

[cip-dev] cip/linux-4.19.y-cip build: 83 builds: 0 failed, 83 passed (v4.19.207-cip58) #kernelci
 2021-09-25 15:56 UTC 

[BUG] numa spreading of large hash tables no longer a thing
 2021-09-25 15:54 UTC  (3+ messages)

[PATCH v3 1/3] imx8: ls1028a: Drop raw image support
 2021-09-25 15:46 UTC  (5+ messages)
` [PATCH v3 2/3] arm: Add an __image_copy_start symbol for ARMv8

[PATCHv2 0/5] arm64/irqentry: remove duplicate housekeeping of
 2021-09-25 15:39 UTC  (5+ messages)
` [PATCHv2 1/5] arm64/entry-common: push the judgement of nmi ahead

[dpdk-dev] [PATCH v4 0/5] Add lookaside IPsec tests
 2021-09-25 15:35 UTC  (7+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 1/5] test/crypto: add lookaside IPsec cases
  ` [dpdk-dev] [PATCH v5 2/5] test/crypto: add combined mode "
  ` [dpdk-dev] [PATCH v5 3/5] test/crypto: add lookaside IPsec ICV corrupt test case
  ` [dpdk-dev] [PATCH v5 4/5] test/crypto: add IV gen cases for IPsec
  ` [dpdk-dev] [PATCH v5 5/5] test/crypto: add UDP encapsulated IPsec test cases


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.