All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-12 09:46:45 to 2024-01-12 10:29:47 UTC [more...]

[PATCH v3 0/9] target/hppa qemu v8.2 regression fixes
 2024-01-12 10:29 UTC  (2+ messages)
` [PATCH v3 3/9] hw/pci-host/astro: Add missing astro & elroy registers for NetBSD

[PATCH i-g-t 1/2] build: Build xe tests by default
 2024-01-12 10:28 UTC  (2+ messages)

[Outreachy][PATCH v4] Port helper/test-ctype.c to unit-tests/t-ctype.c
 2024-01-12 10:27 UTC  (2+ messages)
` [Outreachy][PATCH v5] "

[PATCH printk v3 00/14] fix console flushing
 2024-01-12 10:28 UTC  (5+ messages)
` [PATCH printk v3 01/14] printk: nbcon: Relocate 32bit seq macros
` [PATCH printk v3 02/14] printk: Adjust mapping for "

[PATCH i-g-t v2] lib/*.h: ensure that all includes will be there
 2024-01-12 10:27 UTC  (2+ messages)

[PATCH v2 0/4] Add display support for Fairphone 4
 2024-01-12 10:26 UTC  (13+ messages)
` [PATCH v2 2/4] drm/panel: Add driver for DJN HX83112A LCD panel

[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
 2024-01-12 10:26 UTC  (14+ messages)

[PATCH 0/2] crypto: hisilicon/qm - add debugfs qm_state for hisilicon driver
 2024-01-12 10:25 UTC  (3+ messages)
` [PATCH 1/2] crypto: hisilicon/qm - support get device state
` [PATCH 2/2] crypto: hisilicon/qm - dump important registers values before resetting

[PATCH 1/2] drm/xe/guc: Return CTB HXG response DATA0 if no buffer provided
 2024-01-12 10:25 UTC  (2+ messages)
` [PATCH 2/2] drm/xe/guc: Add kernel-doc for xe_guc_ct_send_recv()

[RFC][oe-core][PATCHv2] webp: switch recipe to cmake buildsystem
 2024-01-12 10:25 UTC  (3+ messages)

[RFC PATCH v1] tools/mm: Add thpmaps script to dump THP usage info
 2024-01-12 10:25 UTC  (20+ messages)

[PATCH] gpio: rtd: Fix signedness bug in probe
 2024-01-12 10:25 UTC  (2+ messages)

[Intel-wired-lan] [REGRESSION] Intel ICE Ethernet driver in linux >= 6.6.9 triggers extra memory consumption and cause continous kswapd* usage and continuous swapping
 2024-01-12 10:23 UTC  (5+ messages)

[PATCH v2] dts: add Dockerfile
 2024-01-12 10:23 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5 00/13] Arm cache coloring
 2024-01-12 10:22 UTC  (5+ messages)
` [PATCH v5 08/13] xen/page_alloc: introduce preserved page flags macro

[PATCH v2] drm: Check output polling initialized before disabling
 2024-01-12 10:22 UTC  (3+ messages)

[PATCH v1 0/1] drm/xe: ensure fbc cfb size to be page size aligned
 2024-01-12 10:22 UTC  (9+ messages)
` [PATCH v1 1/1] drm/xe: Modify the cfb size to be page size aligned for FBC
` ✓ CI.Patch_applied: success for drm/xe: ensure fbc cfb size to be page size aligned
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] s390/dasd: fix double module refcount decrement
 2024-01-12 10:22 UTC  (3+ messages)

[libgpiod] Feedback from the Raspberry Pi community
 2024-01-12 10:22 UTC  (2+ messages)

[PATCH 0/8] cfg80211/mac80211 patches from our internal tree 2024-01-11
 2024-01-12 10:21 UTC  (4+ messages)
` [PATCH 5/8] wifi: mac80211: disallow drivers with HT wider than HE

[Outreachy][PATCH] Port helper/test-advise.c to unit-tests/t-advise.c
 2024-01-12 10:21 UTC 

[PATCH v5 0/3] mesa: RustiCL support
 2024-01-12 10:21 UTC  (9+ messages)
` [PATCH v5 2/3] mesa: add support for RustiCL under PACKAGECONFIG "opencl"
  ` [OE-core] "

[syzbot] [net?] KCSAN: data-race in udpv6_sendmsg / udpv6_sendmsg (6)
 2024-01-12 10:20 UTC  (2+ messages)

[PATCH] blk-mq: fix IO hang from sbitmap wakeup race
 2024-01-12 10:20 UTC  (3+ messages)

[PATCH v2] x86/intel: ensure Global Performance Counter Control is setup correctly
 2024-01-12 10:19 UTC  (12+ messages)

[PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-01-12 10:17 UTC  (37+ messages)
` [PATCH v6 01/36] ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
` [PATCH v6 02/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v6 03/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v6 04/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v6 05/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v6 06/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v6 07/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v6 08/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v6 09/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v6 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v6 11/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v6 12/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v6 13/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v6 14/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v6 15/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v6 16/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v6 17/36] function_graph: Move graph depth stored data "
` [PATCH v6 18/36] function_graph: Move graph notrace bit "
` [PATCH v6 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v6 20/36] function_graph: Improve push operation for several interrupts
` [PATCH v6 21/36] function_graph: Add selftest for passing local variables
` [PATCH v6 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v6 23/36] function_graph: Add a new exit "
` [PATCH v6 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v6 25/36] arm64: ftrace: "
` [PATCH v6 26/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v6 27/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v6 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v6 29/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v6 30/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v6 31/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v6 32/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v6 33/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v6 34/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v6 35/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v6 36/36] Documentation: probes: Update fprobe on function-graph tracer

[PATCH 0/6] drm/i915/opregion: better abstractions
 2024-01-12 10:17 UTC  (4+ messages)
` [PATCH 4/6] drm/i915/opregion: abstract ASLE presence check

[PATCH v6 0/6] Fix support of dw-edma HDMA NATIVE IP in remote setup
 2024-01-12 10:16 UTC  (7+ messages)

[meta-oe][PATCH] thin-provisioning-tools: Drop musl fixes (fixed upstream)
 2024-01-12 10:15 UTC 

[PATCH v3 08/10] mm: Convert to should_zap_page() to should_zap_folio()
 2024-01-12 10:14 UTC  (3+ messages)

[PATCH 0/7] HDCP Type1 MST fixes
 2024-01-12 10:14 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[RFC PATCH v1] mm/filemap: Allow arch to request folio size for exec memory
 2024-01-12 10:13 UTC  (3+ messages)

[PATCH 0/2] MAINTAINERS: add Mattijs for Android AB / AVB
 2024-01-12 10:13 UTC  (4+ messages)
` [PATCH 2/2] MAINTAINERS: add Mattijs for Android AVB

[syzbot] [wireguard?] KCSAN: data-race in wg_packet_send_keepalive / wg_packet_send_staged_packets (6)
 2024-01-12 10:11 UTC 

[linux-linus test] 184324: regressions - FAIL
 2024-01-12 10:12 UTC 

[PATCH] mtd: spi-nor: core: Set mtd->eraseregions for non-uniform erase map
 2024-01-12 10:12 UTC  (2+ messages)

[PATCH] gfs2: Improve gfs2_consist_inode() usage
 2024-01-12 10:10 UTC  (3+ messages)

[syzbot] [wireguard?] KCSAN: data-race in wg_packet_handshake_receive_worker / wg_packet_rx_poll (7)
 2024-01-12 10:10 UTC 

[syzbot] [net?] KCSAN: data-race in ipv6_mc_down / mld_ifc_work (2)
 2024-01-12 10:10 UTC 

[Intel-wired-lan] [PATCH iwl-next v1 0/2] i40e: Log FW state in recovery mode
 2024-01-12  9:59 UTC  (6+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-next v1 1/2] i40e: Add read alternate indirect command
  `  "
` [Intel-wired-lan] [PATCH iwl-next v1 2/2] i40e-linux: Add support for reading Trace Buffer
  `  "

[PATCHv2] nvme-tcp: Do not terminate i/o commands during RESETTING
 2024-01-12 10:09 UTC 

[PATCH v2] usb: host: Add ac5 to EHCI Orion
 2024-01-12 10:07 UTC  (2+ messages)

[PATCH net-next v7 0/9] stmmac: Add Loongson platform support
 2024-01-12 10:08 UTC  (6+ messages)
` [PATCH net-next v7 5/9] net: stmmac: Add Loongson-specific register definitions

[PATCH 0/2] completion: silence pseudo-ref existence check
 2024-01-12 10:08 UTC  (3+ messages)
` [PATCH 1/2] t9902: verify that completion does not print anything

[master] Pull request
 2024-01-12 10:06 UTC 

[PATCH] drm: make compiler include linux headers when compiling drm for managarm
 2024-01-12  9:11 UTC 

[PATCH v4 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2024-01-12  9:34 UTC  (2+ messages)
` [PATCH v4 2/2] KVM: VMX: Cleanup VMX misc "

[PATCH 0/3] fix some problems of flower firmware
 2024-01-12 10:06 UTC  (11+ messages)
` [PATCH 2/3] net/nfp: fix free resource problem

[PATCH 0/3] allow disabling the automatic hint in advise_if_enabled()
 2024-01-12 10:05 UTC  (2+ messages)
` [PATCH] advice: "

[PATCH v4 0/7] dma-buf: heaps: Add restricted heap
 2024-01-12 10:03 UTC  (8+ messages)
` [PATCH v4 4/7] dma-buf: heaps: restricted_heap: Add dma_ops

[PATCH v2] PCI: dwc: Strengthen the MSI address allocation logic
 2024-01-12 10:04 UTC  (2+ messages)

[PATCH v7 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-01-12 10:01 UTC  (9+ messages)
` [PATCH v7 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings

[PATCH 0/5] Remove deprecated command line options
 2024-01-12 10:00 UTC  (6+ messages)
` [PATCH 1/5] qemu-options: Remove the deprecated -no-hpet option
` [PATCH 2/5] qemu-options: Remove the deprecated -no-acpi option
` [PATCH 3/5] qemu-options: Remove the deprecated -async-teardown option
` [PATCH 4/5] qemu-options: Remove the deprecated -chroot option
` [PATCH 5/5] qemu-options: Remove the deprecated -singlestep option

[PATCH v2] test/py: net_boot: Add test cases for net boot
 2024-01-12 10:01 UTC 

[PATCH v2] tools/mm: Add thpmaps script to dump THP usage info
 2024-01-12 10:01 UTC  (8+ messages)

[cip-dev][isar-cip-core][PATCH] wic: add part-type to squashfs/verity partitions
 2024-01-12 10:00 UTC 

[RFC PATCH net-next v2] net: tcp: accept old ack during closing
 2024-01-12  9:46 UTC 

[PATCH] Revert "PCI: dwc: Wait for link up only if link is started"
 2024-01-12 10:00 UTC  (6+ messages)

[syzbot] general protection fault in dtSplitUp
 2024-01-12  9:59 UTC  (3+ messages)
` [syzbot] [jfs?] "

[RFC v2 0/5] drm/i915/display: DMC wakelock implementation
 2024-01-12  9:58 UTC  (4+ messages)
` [RFC v2 1/4] drm/i915/display: add support for DMC wakelocks

[PATCH v4 0/7] Add DFU and usb boot for TI am62x SK and beagleplay
 2024-01-12  9:58 UTC  (3+ messages)
` [PATCH v4 5/7] configs: am62x_evm_*: Enable USB and DFU support

[PATCH net] net: phy: Fix possible NULL pointer dereference issues caused by phy_attached_info_irq
 2024-01-12  9:57 UTC 

[plbossart-sound:sdw/start-BRA-support 18/24] drivers/soundwire/cadence_master.c:2491 sdw_cdns_prepare_write_dma_buffer() warn: replace divide condition 'data_size / data_per_frame' with 'data_size >= data_per_frame'
 2024-01-12  9:56 UTC 

[PATCH v2 0/4] serial: stm32: improve driver for stm32mp25
 2024-01-12  9:53 UTC  (10+ messages)
` [PATCH v2 1/4] serial: stm32: implement prescaler tuning to compute low baudrate
` [PATCH v2 2/4] serial: stm32: extend max number of U(S)ART to 9
` [PATCH v2 3/4] serial: stm32: change register's offset type from u8 to u16
` [PATCH v2 4/4] serial: stm32: get FIFO size from hwcfg register

Scrub reports uncorrectable errors with correctable errors unrepaired, but all files are fine
 2024-01-12  9:53 UTC  (8+ messages)

[PATCH] media: i2c: st-vgxy61: Convert to CCI register access helpers
 2024-01-12  9:52 UTC 

[PATCH] pinctrl: renesas: rzg2l: Fix double unlock in rzg2l_dt_subnode_to_map()
 2024-01-12  9:53 UTC  (3+ messages)

[PATCH 0/2] gitlab: Add config for Loongarch64 custom runner
 2024-01-12  9:52 UTC  (6+ messages)
` [PATCH 1/2] gitlab: Introduce Loongarch64 runner

[PATCH v4 0/4] hw/misc/pvpanic: add support for normal shutdowns
 2024-01-12  9:51 UTC  (7+ messages)
` [PATCH v4 2/4] hw/misc/pvpanic: centralize definition of supported events
` [PATCH v4 3/4] tests/qtest/pvpanic: use centralized "
` [PATCH v4 4/4] hw/misc/pvpanic: add support for normal shutdowns

[PATCH v3 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2024-01-12  9:51 UTC  (4+ messages)

[PATCH v5 0/4] arch/x86: Remove unnecessary dependencies on bootparam.h
 2024-01-12  9:44 UTC  (5+ messages)
` [PATCH v5 1/4] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v5 2/4] arch/x86: Move internal setup_data "
` [PATCH v5 3/4] arch/x86: Implement arch_ima_efi_boot_mode() in source file
` [PATCH v5 4/4] arch/x86: Do not include <asm/bootparam.h> in several files

[PATCH v2] power: supply: qcom_battmgr: Ignore notifications before initialization
 2024-01-12  9:47 UTC  (2+ messages)

[PATCH v2 0/3] iio: light: add support for AMS AS7331
 2024-01-12  9:47 UTC  (3+ messages)
` [PATCH v2 3/3] iio: light: as73211: add support for as7331

[PATCH 00/15] MediaTek: Introduce MT8395 Radxa NIO 12L devicetree
 2024-01-12  9:46 UTC  (32+ messages)
` [PATCH 01/15] dt-bindings: arm64: mediatek: Add MT8395 Radxa NIO 12L board compatible
` [PATCH 02/15] arm64: dts: mediatek: Introduce the MT8395 Radxa NIO 12L board
` [PATCH 03/15] arm64: dts: mediatek: radxa-nio-12l: Enable I2C 2/4/6 busses
` [PATCH 04/15] arm64: dts: mediatek: radxa-nio-12l: Add external MT6360 PMIC on I2C6
` [PATCH 05/15] arm64: dts: mediatek: radxa-nio-12l: Configure board regulators
` [PATCH 06/15] arm64: dts: mediatek: radxa-nio-12l: Add Ethernet controller and Xceiver
` [PATCH 07/15] arm64: dts: mediatek: radxa-nio-12l: Add MT6360 battery charger
` [PATCH 08/15] arm64: dts: mediatek: radxa-nio-12l: Add support for eMMC and MicroSD
` [PATCH 09/15] arm64: dts: mediatek: radxa-nio-12l: Enable System Companion Processor
` [PATCH 10/15] arm64: dts: mediatek: radxa-nio-12l: Enable PCI-Express 0 for USB HUB
` [PATCH 11/15] arm64: dts: mediatek: radxa-nio-12l: Enable the USB XHCI controllers
` [PATCH 12/15] arm64: dts: mediatek: radxa-nio-12l: Enable PCI-Express 1 for WiFi
` [PATCH 13/15] arm64: dts: mediatek: radxa-nio-12l: Enable SPI1/2 for 40pin header
` [PATCH 14/15] arm64: dts: mediatek: radxa-nio-12l: Enable UART1 "
` [PATCH 15/15] arm64: dts: mediatek: radxa-nio-12l: Enable Panfrost for Mali GPU

[bug report] gpio: nuvoton: Add Nuvoton NPCM sgpio driver
 2024-01-12  9:47 UTC  (2+ messages)

[RFC 3/9] PCI/portdrv: create platform devices for child OF nodes
 2024-01-12  9:47 UTC  (11+ messages)

[PATCH v2 0/4] mtd: omap_gpmc: Fix GPMC & NAND drivers
 2024-01-12  9:46 UTC  (3+ messages)
` [PATCH v2 2/4] mtd: rawnand: omap_gpmc: Use DT provided IO address

hi, i have a suggestion if the community cares to narriate: essays
 2024-01-12  9:46 UTC 

[PATCH] gitignore: Add missing /src/t_reflink_read_race
 2024-01-12  9:45 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.