All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-30 09:16:41 to 2022-12-30 11:55:16 UTC [more...]

[Intel-gfx] [RFC PATCH 00/20] Initial Xe driver submission
 2022-12-30 11:55 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH 04/20] drm/sched: Convert drm scheduler to use a work queue rather than kthread
  `  "

[PATCH v6 0/7] Improve libata support for FUA
 2022-12-30 11:54 UTC  (6+ messages)
` [PATCH v6 1/7] block: add a sanity check for non-write flush/fua bios
` [PATCH v6 7/7] ata: libata: Enable fua support by default

Possible problem with thunderbolt 4
 2022-12-30 11:55 UTC  (6+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-30 11:53 UTC  (5+ messages)
` [PATCH RFC v7 05/64] KVM: x86: Add 'update_mem_attr' x86 op
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations

[PATCH net v3 1/5] net: ethernet: mtk_eth_soc: account for vlan in rx header length
 2022-12-30 11:46 UTC  (3+ messages)
` [PATCH net v3 4/5] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging
  ` Aw: "

[PATCH] gpio: pca9570: rename platform_data to chip_data
 2022-12-30 11:53 UTC  (2+ messages)

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 43 warnings (v4.14.302-263-g67ce3287ac81e)
 2022-12-30 11:51 UTC 

[igt-dev] [i-g-t] tests/kms_cursor_crc: Add Gaurd for MSO eDP for Pipe C and D
 2022-12-30 11:49 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[PATCH 0/3] serial: Separate RT288x/Au1xxx code into own file
 2022-12-30 11:46 UTC  (4+ messages)
` [PATCH 1/3] serial: 8250: RT288x/Au1xxx code away from core
` [PATCH 2/3] serial: 8250_rt288x: Name non-standard divisor latch reg
` [PATCH 3/3] serial: 8250_rt288x: Remove unnecessary UART_REG_UNMAPPED

[PATCH v2] ext4: Fix possible use-after-free in ext4_find_extent
 2022-12-30 11:42 UTC  (3+ messages)

[PATCH] kbuild: treat char as always signed
 2022-12-30 11:39 UTC  (9+ messages)
` [PATCH v2] kbuild: treat char as always unsigned

[PATCH v4 0/4] Add PinePhone Pro display support
 2022-12-30 11:31 UTC  (12+ messages)
` [PATCH v4 1/4] dt-bindings: display: Add Himax HX8394 panel controller
` [PATCH v4 2/4] drm: panel: Add Himax HX8394 panel controller driver
` [PATCH v4 3/4] MAINTAINERS: Add entry for "
` [PATCH v4 4/4] arm64: dts: rk3399-pinephone-pro: Add internal display support

[bpf-next] bpf, x86_64: fix JIT to dump the valid insn
 2022-12-30 11:38 UTC 

[PATCH v2 00/11] hw/arm/aspeed_ast10x0: Map more peripherals & few more fixes
 2022-12-30 11:35 UTC  (12+ messages)
` [PATCH v2 01/11] hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
` [PATCH v2 02/11] hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers
` [PATCH v2 03/11] hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level
` [PATCH v2 04/11] hw/arm/aspeed: Use the IEC binary prefix definitions
` [PATCH v2 05/11] hw/misc/aspeed_hace: Do not crash if address_space_map() failed
` [PATCH v2 06/11] hw/arm/aspeed_ast10x0: Add various unimplemented peripherals
` [PATCH v2 07/11] hw/arm/aspeed_ast10x0: Map I3C peripheral
` [PATCH v2 08/11] hw/arm/aspeed_ast10x0: Map the secure SRAM
` [PATCH v2 09/11] hw/arm/aspeed_ast10x0: Map HACE peripheral
` [PATCH v2 10/11] hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F
` [PATCH v2 11/11] tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board

[RFC] Catch dwmw2's deadlock
 2022-12-30 11:38 UTC 

stable-rc/linux-4.19.y build: 197 builds: 5 failed, 192 passed, 37 warnings (v4.19.269-366-gac81a4adc239a)
 2022-12-30 11:37 UTC 

stable-rc/linux-4.14.y build: 195 builds: 2 failed, 193 passed, 43 warnings (v4.14.302-264-gcfe0cd29e8a97)
 2022-12-30 11:35 UTC 

[PATCH v4 0/8] PCI/phy: Add support for PCI on sm8350 platform
 2022-12-30 11:27 UTC  (3+ messages)
` (subset) "

[PATCH 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2022-12-30 11:27 UTC  (4+ messages)
` [PATCH 1/3] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCH 2/3] bpf: Optimize get_modules_for_addrs()
` [PATCH 3/3] kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_symbol()

[PATCH 0/5] fs/ntfs3: Refactoring and bugfix
 2022-12-30 11:27 UTC  (6+ messages)
` [PATCH 1/5] fs/ntfs3: Add null pointer checks
` [PATCH 2/5] fs/ntfs3: Improved checking of attribute's name length
` [PATCH 3/5] fs/ntfs3: Check for extremely large size of $AttrDef
` [PATCH 4/5] fs/ntfs3: Restore overflow checking for attr size in mi_enum_attr
` [PATCH 5/5] fs/ntfs3: Refactoring of various minor issues

[PATCH v2 0/2] PCI: switchtec: Trivial cleanups
 2022-12-30 11:22 UTC  (2+ messages)

[PATCH v4 0/1] dt-bindings: PCI: uniphier: Fix endpoint descriptions
 2022-12-30 11:19 UTC  (2+ messages)

[BUG Report] undefined reference to `convert_to_fxsr'
 2022-12-30 11:16 UTC  (6+ messages)

[Question] Unlinking original file of bind mounted file
 2022-12-30 11:16 UTC  (3+ messages)
    ` Fwd: "

[RFC] TTM shrinking revisited
 2022-12-30 11:11 UTC  (2+ messages)
` [RFC PATCH 1/1] mm: Add interfaces to back up and recover folio contents using swap

[PATCH] dt-bindings: rtc: Add rv3028 to rv3032.yaml dtschema
 2022-12-30 11:09 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: PCI: qcom: add MSM8998 specific compatible
 2022-12-30 11:08 UTC  (2+ messages)
` (subset) "

[igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Add test to validate max source size
 2022-12-30 10:31 UTC  (2+ messages)

[PATCH 1/2] ext4: optimize ea_inode block expansion
 2022-12-30 11:00 UTC  (2+ messages)
` [PATCH 2/2] ext4: refuse to create ea block when umounted

[meta-gnome][PATCH 1/5] libwnck3: update 40.1 -> 43.0
 2022-12-30 10:58 UTC  (5+ messages)
` [meta-gnome][PATCH 2/5] gnome-shell: add missing RDEPENDS
` [meta-gnome][PATCH 3/5] gnome-panel: update 3.44.0 -> 3.47.1
` [meta-gnome][PATCH 4/5] gnome-flashback: update 3.44.0 -> 3.46.0
` [meta-gnome][PATCH 5/5] gnome-bluetooth: update 42.4 -> 42.5

[GIT PULL FOR v6.3] RC fixes
 2022-12-30 10:44 UTC 

[krzk-github:wip/qcom-rt 84/86] drivers/base/cacheinfo.c:415 fetch_cache_info() error: uninitialized symbol 'levels'
 2022-12-30 10:47 UTC 

[PATCH] gpio: msc313: Drop empty platform remove function
 2022-12-30 10:46 UTC  (2+ messages)

[syzbot] BUG: corrupted list in nfc_llcp_unregister_device
 2022-12-30 10:41 UTC  (2+ messages)

[RFC] Live resize of backing device
 2022-12-30 10:40 UTC  (5+ messages)

[PATCH v3 00/19] MediaTek MT8188 clock support
 2022-12-30 10:41 UTC  (3+ messages)
` [PATCH v3 01/19] dt-bindings: ARM: MediaTek: Add new document bindings of MT8188 clock

[PATCH 01/10] devtool: process local files only for the main branch
 2022-12-30 10:40 UTC  (4+ messages)
` [PATCH 08/10] epiphany: update 42.4 -> 43.0
  ` [OE-core] "

[PATCH 1/1] Don't handle change event against raw devices
 2022-12-30 10:37 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/hiredis: fix debug install
 2022-12-30 10:37 UTC 

[PATCH 0/6] blktests: char device tests with iouring-cmd fio
 2022-12-30 10:37 UTC  (5+ messages)
  ` [PATCH 1/6] common/fio: add helpers using io-uring cmd engine
  ` [PATCH 2/6] tests/nvme: add new test for rand-read on the nvme character device

[Buildroot] [PATCH 1/1] package/ply: add dependency on Linux headers >= 5.5
 2022-12-30 10:31 UTC 

[PATCH 1/7] llvm: update 15.0.4 -> 15.0.6
 2022-12-30 10:36 UTC  (5+ messages)
` [PATCH 7/7] qemu: update 7.1.0 -> 7.2.0
  ` [OE-core] "

[PATCH V8 0/5] ASoC: codecs: Add Awinic AW883XX audio amplifier driver
 2022-12-30 10:34 UTC  (14+ messages)
` [PATCH V8 1/5] ASoC: codecs: Add i2c and codec registration for aw883xx and their associated operation functions
` [PATCH V8 2/5] ASoC: codecs: Aw883xx function for ACF file parse and check
` [PATCH V8 3/5] ASoC: codecs: Aw883xx common function for ALSA Audio Driver
` [PATCH V8 4/5] ASoC: codecs: Aw883xx chip register file, data type file and Kconfig Makefile
` [PATCH V8 5/5] ASoC: dt-bindings: Add schema for "awinic,aw883xx"
    ` [PATCH V8 5/5] ASoC: dt-bindings: Add schema for "awinic, aw883xx"

[syzbot] KASAN: use-after-free Read in rdma_close
 2022-12-30 10:34 UTC  (2+ messages)

[manual]: rawmemchr(3) and UB
 2022-12-30 10:31 UTC  (4+ messages)

linux-next: Tree for Dec 30
 2022-12-30 10:30 UTC 

[PATCH v2] USB: gadget: Add ID numbers to configfs-gadget driver names
 2022-12-30 10:29 UTC  (3+ messages)

[PATCH] perf lock: Fix core dump in command perf lock contention
 2022-12-30 10:26 UTC 

[PATCH v5 00/10] intel-m10-bmc: Split BMC to core and SPI parts & add PMCI+N6000 support
 2022-12-30 10:23 UTC  (4+ messages)
` [PATCH v5 08/10] fpga: m10bmc-sec: Differentiate rsu status from doorbell in csr map

[PATCH] drm/tegra: submit: No need for Null pointer check before kfree
 2022-12-30 10:15 UTC  (10+ messages)

[linus:master] [kbuild] 3bc753c06d: xfstests.generic.454.fail
 2022-12-30 10:14 UTC  (2+ messages)
` [linus:master] [kbuild] 3bc753c06d: xfstests.generic.454.fail #forregzbot

[PATCH 6.2 regression fix] gpiolib: Fix using uninitialized lookup-flags on ACPI platforms
 2022-12-30 10:11 UTC  (3+ messages)
` [PATCH 6.2 regression fix] gpiolib: Fix using uninitialized lookup-flags on ACPI platforms #forregzbot

[PATCH] gpiolib: use irq_domain_alloc_irqs()
 2022-12-30 10:08 UTC  (2+ messages)

[PATCH u-boot v2019.04-aspeed-openbmc] ARM: dts: aspeed: Add Ufispace NCPLite platform BMC
 2022-12-30 10:07 UTC  (2+ messages)

[PATCH 0/6] CI: Fixes/cleanup in preparation for RISCV
 2022-12-30 10:04 UTC  (3+ messages)
` [PATCH 4/6] CI: Express HYPERVISOR_ONLY in build.yml

[PATCH v4 0/3] Add irq number property for loongarch pch interrupt controller
 2022-12-30  9:59 UTC  (4+ messages)
` [PATCH v4 1/3] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v4 2/3] hw/intc/loongarch_pch_pic: "
` [PATCH v4 3/3] hw/intc/loongarch_pch: Change default irq number of pch irq controller

[PATCH 0/1] Revert patch to fix sound sudden dissapearance
 2022-12-30 10:00 UTC  (4+ messages)
` [PATCH] Revert "ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()"

[Intel-gfx] [PULL] drm-intel-fixes
 2022-12-30  9:59 UTC  (2+ messages)
`  "

[Buildroot] [PATCH 01/27] package/imx-mkimage: update codeaurora URLs to github
 2022-12-30  9:57 UTC  (7+ messages)
` [Buildroot] [PATCH 22/27] configs/freescale_imx8qmmek: "
  ` [Buildroot] [PATCH 23/27] configs/freescale_imx8qxpmek: "
  ` [Buildroot] [PATCH 24/27] configs/imx8mmpico: "
  ` [Buildroot] [PATCH 25/27] configs/imx8mpico: "
  ` [Buildroot] [PATCH 26/27] configs/imx8mqevk: "
  ` [Buildroot] [PATCH 27/27] configs/ls1028ardb: "

[PATCH] vfio: do not coalesce DMA mappings
 2022-12-30  9:58 UTC 

[PATCH v5 0/7] KVM: arm64: Normalize cache configuration
 2022-12-30  9:54 UTC  (24+ messages)
` [PATCH v5 1/7] arm64: Allow the definition of UNKNOWN system register fields
` [PATCH v5 2/7] arm64/sysreg: Convert CCSIDR_EL1 to automatic generation
` [PATCH v5 3/7] arm64/sysreg: Add CCSIDR2_EL1
` [PATCH v5 4/7] arm64/cache: Move CLIDR macro definitions
` [PATCH v5 5/7] KVM: arm64: Always set HCR_TID2
` [PATCH v5 6/7] KVM: arm64: Mask FEAT_CCIDX
` [PATCH v5 7/7] KVM: arm64: Normalize cache configuration

kernel panic: Attempted to kill init!
 2022-12-30  9:54 UTC  (3+ messages)

[PATCH 6.1 0000/1140] 6.1.2-rc2 review
 2022-12-30  9:49 UTC 

[PATCH 6.0 0000/1066] 6.0.16-rc2 review
 2022-12-30  9:49 UTC 

[PATCH 5.15 000/731] 5.15.86-rc2 review
 2022-12-30  9:49 UTC 

WARNING in __mark_chain_precision
 2022-12-30  9:44 UTC  (6+ messages)

[ovmf test] 175529: all pass - PUSHED
 2022-12-30  9:44 UTC 

[PATCH] proc: mark /proc/cmdline as permanent
 2022-12-30  9:36 UTC 

Rockchip RK3328 4-byte addressing problem in SPI
 2022-12-30  9:35 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/tiff: fix host package
 2022-12-30  9:34 UTC 

[PATCH v8 0/4] Enhance definition of DFH and use enhancements for UART driver
 2022-12-30  9:23 UTC  (3+ messages)
` [PATCH v8 3/4] fpga: dfl: add basic support for DFHv1

[PATCH v5 0/3] Reliability improvements for Microchip MPF FPGA manager
 2022-12-30  9:29 UTC  (4+ messages)
` [PATCH v5 1/3] fpga: microchip-spi: move SPI I/O buffers out of stack
` [PATCH v5 2/3] fpga: microchip-spi: rewrite status polling in a time measurable way
` [PATCH v5 3/3] fpga: microchip-spi: separate data frame write routine

[PATCH 6.0 0000/1073] 6.0.16-rc1 review
 2022-12-30  9:34 UTC  (4+ messages)
` [PATCH 6.0 0853/1073] blk-mq: move the srcu_struct used for quiescing to the tagset

[PATCH 6.1 0000/1146] 6.1.2-rc1 review
 2022-12-30  9:33 UTC  (4+ messages)

[PATCH 6.1 0000/1146] 6.1.2-rc1 review
 2022-12-30  9:33 UTC  (4+ messages)

[Intel-gfx] [PATCH v16 0/6] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-12-30  9:31 UTC  (2+ messages)

[PATCH -next 0/3] spi: switch to use modern name
 2022-12-30  9:28 UTC  (4+ messages)
` [PATCH -next 1/3] spi: ath79: "
` [PATCH -next 2/3] spi: a3700: "
` [PATCH -next 3/3] spi: ar934x: "

[Buildroot] [PATCH v2 1/1] package/rng-tools: cherry-pick fix for jitterentropy build failure
 2022-12-30  9:24 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: sc8280xp-x13s: Add RTC support
 2022-12-30  9:23 UTC  (4+ messages)

[PATCH v2] scripts/tags.sh: Fix the Kconfig tags generation when using latest ctags
 2022-12-30  9:21 UTC  (2+ messages)

[PATCH 0/2] selftests: net: fix for arp_ndisc_evict_nocarrier test
 2022-12-30  9:18 UTC  (3+ messages)
` [PATCH 1/2] selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier
` [PATCH 2/2] selftests: net: return non-zero for failures reported in arp_ndisc_evict_nocarrier

[linux-linus test] 175525: regressions - FAIL
 2022-12-30  9:19 UTC 

[PATCH v2 0/3] Fix some issues in QCOM UFS bindings
 2022-12-30  9:17 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: sm6115: Add missing reg-names property for UFS

[PATCH 0/3] crypto: x86/ghash cleanups
 2022-12-30  9:16 UTC  (4+ messages)
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link

[PATCH 5.15 000/731] 5.15.86-rc1 review
 2022-12-30  9:16 UTC  (4+ messages)
` [PATCH 5.15 152/731] powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G

Turn on power early to avoid something
 2022-12-30  9:15 UTC  (4+ 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.