All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-15 12:52:37 to 2024-04-15 13:24:24 UTC [more...]

[PATCH 0/4] Add support for multi-port output on the funnel
 2024-04-15 13:24 UTC  (8+ messages)
` [PATCH 2/4] coresight: Add support for multiple output ports "

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-15 13:23 UTC  (21+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests

[PATCH v2 00/10] Add a host IOMMU device abstraction
 2024-04-15 13:23 UTC  (9+ messages)
` [PATCH v2 03/10] backends/iommufd: Introduce abstract HIODIOMMUFD device
` [PATCH v2 05/10] vfio: Implement get_host_iommu_info() callback
` [PATCH v2 06/10] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
` [PATCH v2 07/10] backends/iommufd: Implement get_host_iommu_info() callback

[PATCH v2] HID: i2c-hid: wait for i2c touchpad deep-sleep to power-up transition
 2024-04-15 13:22 UTC  (3+ messages)

[PATCH printk v4 00/27] wire up write_atomic() printing
 2024-04-15 13:22 UTC  (5+ messages)
` [PATCH printk v4 24/27] panic: Mark emergency section in warn
` [PATCH printk v4 25/27] panic: Mark emergency section in oops

[PATCH v11 00/14] Add Cgroup support for SGX EPC memory
 2024-04-15 13:22 UTC  (3+ messages)
` [PATCH v11 01/14] x86/sgx: Replace boolean parameters with enums

[PATCH net-next v2 00/15] First try to replace page_frag with page_frag_cache
 2024-04-15 13:19 UTC  (18+ messages)
` [PATCH net-next v2 01/15] mm: page_frag: add a test module for page_frag
` [PATCH net-next v2 02/15] xtensa: remove the get_order() implementation
` [PATCH net-next v2 03/15] mm: page_frag: use free_unref_page() to free page fragment
` [PATCH net-next v2 04/15] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v2 05/15] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v2 06/15] mm: page_frag: change page_frag_alloc_* API to accept align param
` [PATCH net-next v2 07/15] mm: page_frag: add '_va' suffix to page_frag API
  ` [Intel-wired-lan] "
` [PATCH net-next v2 08/15] mm: page_frag: add two inline helper for "
` [PATCH net-next v2 09/15] mm: page_frag: reuse MSB of 'size' field for pfmemalloc
` [PATCH net-next v2 10/15] mm: page_frag: reuse existing bit field of 'va' for pagecnt_bias
` [PATCH net-next v2 11/15] net: introduce the skb_copy_to_va_nocache() helper
` [PATCH net-next v2 12/15] mm: page_frag: introduce prepare/commit API for page_frag
` [PATCH net-next v2 13/15] net: replace page_frag with page_frag_cache
` [PATCH net-next v2 14/15] mm: page_frag: update documentation for page_frag
` [PATCH net-next v2 15/15] mm: page_frag: add a entry in MAINTAINERS "

[kvm-unit-tests PATCH] gitlab-ci: Fix the cirrus pipelines
 2024-04-15 13:22 UTC  (2+ messages)

[PATCH v2 1/3] riscv: cacheinfo: remove the useless parameter (node) of ci_leaf_init()
 2024-04-15 13:21 UTC  (6+ messages)
` [PATCH v2 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "

[PATCH 00/10] KVM: MMU changes for confidential computing
 2024-04-15 13:21 UTC  (7+ messages)
` [PATCH 02/10] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH 04/10] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
` [PATCH 07/10] KVM: VMX: Introduce test mode related to EPT violation VE

[PATCH v1 1/1] fpga: ice40-spi: Remove redundant of_match_ptr() macros
 2024-04-15 13:21 UTC  (3+ messages)

Linux system got freezing when "Xenomai App" started (or terminated)
 2024-04-15 13:21 UTC  (2+ messages)

[PATCH net-next 00/14] net_sched: first series for RTNL-less qdisc dumps
 2024-04-15 13:20 UTC  (15+ messages)
` [PATCH net-next 01/14] net_sched: sch_fq: implement lockless fq_dump()
` [PATCH net-next 02/14] net_sched: cake: implement lockless cake_dump()
` [PATCH net-next 03/14] net_sched: sch_cbs: implement lockless cbs_dump()
` [PATCH net-next 04/14] net_sched: sch_choke: implement lockless choke_dump()
` [PATCH net-next 05/14] net_sched: sch_codel: implement lockless codel_dump()
` [PATCH net-next 06/14] net_sched: sch_tfs: implement lockless etf_dump()
` [PATCH net-next 07/14] net_sched: sch_ets: implement lockless ets_dump()
` [PATCH net-next 08/14] net_sched: sch_fifo: implement lockless __fifo_dump()
` [PATCH net-next 09/14] net_sched: sch_fq_codel: implement lockless fq_codel_dump()
` [PATCH net-next 10/14] net_sched: sch_fq_pie: implement lockless fq_pie_dump()
` [PATCH net-next 11/14] net_sched: sch_hfsc: implement lockless accesses to q->defcls
` [PATCH net-next 12/14] net_sched: sch_hhf: implement lockless hhf_dump()
` [PATCH net-next 13/14] net_sched: sch_pie: implement lockless pie_dump()
` [PATCH net-next 14/14] net_sched: sch_skbprio: implement lockless skbprio_dump()

[PATCH] speakup: Fix sizeof() vs ARRAY_SIZE() bug
 2024-04-15 13:12 UTC  (2+ messages)

[PATCH gmem 0/6] gmem fix-ups and interfaces for populating gmem pages
 2024-04-15 13:21 UTC  (5+ messages)
` [PATCH gmem 4/6] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH gmem 5/6] KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inode

[PATCH] efibootguard-boot.py: update dtbs based on their deploydir subdir paths
 2024-04-15 13:20 UTC  (5+ messages)

NFQUEUE usage and interaction with later chain rules
 2024-04-15 13:20 UTC  (3+ messages)

[net-next PATCH 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
 2024-04-15 13:19 UTC  (9+ messages)
` [net-next PATCH 13/15] eth: fbnic: add basic Rx handling

[PATCH 1/2] swiotlb: Remove alloc_size argument to swiotlb_tbl_map_single()
 2024-04-15 13:19 UTC  (6+ messages)

[PATCH 0/6] drm/i915: i915_reg.h cleanups
 2024-04-15 13:18 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

Linux system got freezing when "Xenomai App" started (or terminated)
 2024-04-15 13:16 UTC  (3+ messages)

[PATCH] ethdev: fix strict aliasing lead to link cannot be up
 2024-04-15 13:15 UTC  (3+ messages)
` [PATCH v6] "

[PATCH net] s390/ism: Properly fix receive message buffer allocation
 2024-04-15 13:15 UTC 

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-15 13:14 UTC  (6+ messages)
` [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap
 2024-04-15 13:14 UTC 

[morimoto:gen5-VDK-3.1-2024-04-15 28/43] drivers/net/can/rcar/rcar_canfd.c:1882:51: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 3
 2024-04-15 13:14 UTC 

[linux-6.1 test] 185595: regressions - trouble: blocked/broken
 2024-04-15 13:14 UTC 

[PATCH 1/3] drm/xe/vm: prevent UAF with asid based lookup
 2024-04-15 13:13 UTC  (2+ messages)
` ✗ CI.FULL: failure for series starting with [1/3] "

[PATCH] ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
 2024-04-15 13:12 UTC  (6+ messages)
        ` [PATCH v2] "

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-15 13:12 UTC  (2+ messages)

[PATCH 00/19] btrfs: delayed refs cleanups
 2024-04-15 13:11 UTC  (19+ messages)
` [PATCH 11/19] btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node
` [PATCH 12/19] btrfs: rename btrfs_data_ref->ino to ->objectid
` [PATCH 13/19] btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_node
` [PATCH 14/19] btrfs: drop unnecessary arguments from __btrfs_free_extent
` [PATCH 15/19] btrfs: make the insert backref helpers take a btrfs_delayed_ref_node
` [PATCH 16/19] btrfs: stop referencing btrfs_delayed_data_ref directly
` [PATCH 17/19] btrfs: stop referencing btrfs_delayed_tree_ref directly
` [PATCH 18/19] btrfs: remove the btrfs_delayed_ref_node container helpers
` [PATCH 19/19] btrfs: replace btrfs_delayed_*_ref with btrfs_*_ref

[PATCH 00/10] drm: move Intel drm headers to a subdirectory
 2024-04-15 13:08 UTC  (2+ messages)

[PATCH v6 03/11] mfd: tps6594: add regmap config in match data
 2024-04-15 13:10 UTC  (3+ messages)
` [RESEND PATCH v1 05/13] mfd: tps6594-spi: Add TI TPS65224 PMIC SPI

[PATCH v3] watchdog: stm32_iwdg: Add pretimeout support
 2024-04-15 13:10 UTC  (3+ messages)
` [Linux-stm32] "

[PATCH] dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema
 2024-04-15 13:11 UTC 

[PATCH v2 0/4] media: hi556: Add reset / clk / regulator support
 2024-04-15 13:10 UTC  (5+ messages)
` [PATCH v2 1/4] media: hi556: Return -EPROBE_DEFER if no endpoint is found
` [PATCH v2 2/4] media: hi556: Add support for reset GPIO
` [PATCH v2 3/4] media: hi556: Add support for external clock
` [PATCH v2 4/4] media: hi556: Add support for avdd regulator

[PATCH v3 1/2] dt-bindings: power: supply: ltc3350-charger: Add bindings
 2024-04-15 13:08 UTC  (6+ messages)
  ` [PATCH v3 2/2] power: supply: ltc3350-charger: Add driver

[PATCH v2 0/6] Link off between frames for edp
 2024-04-15 13:08 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Link off between frames for edp (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v3] irqchip/gic-v3-its: Fix double free on error
 2024-04-15 13:06 UTC  (3+ messages)

[PATCH v5 0/5] iio: adc: ad7192: Add AD7194 support
 2024-04-15 13:08 UTC  (4+ messages)
` [PATCH v5 4/5] dt-bindings: "

[net-next PATCH v5 0/4] net: hsr: Add support for HSR-SAN (RedBOX)
 2024-04-15 13:07 UTC  (2+ messages)

[PATCH v4 0/5] Wave515 decoder IP support
 2024-04-15 13:07 UTC  (3+ messages)
  `  "

[syzbot] [bluetooth?] WARNING in hci_conn_set_handle
 2024-04-15 13:07 UTC 

[GIT PULL] bring back RT delalloc support
 2024-04-15 13:04 UTC  (4+ messages)

[PATCH 0/3] qcom: serial_msm: calculate UARTDM_CSR automatically
 2024-04-15 13:05 UTC  (3+ messages)
` [PATCH 3/3] serial: msm: calculate bit clock divider

Kernels 6.8+ no longer resume fully after a hibernate
 2024-04-15 13:05 UTC  (4+ messages)

[PATCH v1 1/1] gpio: sch: Switch to memory mapped IO accessors
 2024-04-15 13:05 UTC  (3+ messages)

riscv32 EXT4 splat, 6.8 regression?
 2024-04-15 13:04 UTC  (8+ messages)

[PATCH] crypto: arm64/aes-ce - Simplify round key load sequence
 2024-04-15 13:04 UTC 

[kpsingh:static_calls] [security] 9e15595ed0: Kernel_panic-not_syncing:lsm_static_call_init-Ran_out_of_static_slots
 2024-04-15 13:04 UTC  (3+ messages)

[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-04-15 13:03 UTC  (5+ messages)
` [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings

[PATCH] wifi: mt76: mt7925: add EHT radiotap support in monitor mode
 2024-04-15 13:03 UTC 

[PATCH v2 0/5] media: ov2680: Add all controls required by libcamera
 2024-04-15 13:03 UTC  (6+ messages)
` [PATCH v2 1/5] media: ov2680: Stop sending more data then requested
` [PATCH v2 2/5] media: ov2680: Drop hts, vts ov2680_mode struct members
` [PATCH v2 3/5] media: ov2680: Add vblank control
` [PATCH v2 4/5] media: ov2680: Add hblank control
` [PATCH v2 5/5] media: ov2680: Add camera orientation and sensor rotation controls

inconsistent wget behavior
 2024-04-15 13:03 UTC  (4+ messages)
` [PATCH 0/1] net: wget: fix TCP sequence number wrap around issue
  ` [PATCH 1/1] "

[opencloudos:next 6268/6466] arch/arm64/include/asm/pci.h:20:27: warning: section attribute is specified on redeclared variable
 2024-04-15 13:02 UTC 

[PATCH 00/25] DC Patches April 10, 2024
 2024-04-15 13:02 UTC  (2+ messages)

dm-init/dm-verity: Data device lookup failed
 2024-04-15 13:02 UTC  (5+ messages)

[patch V2 00/50] posix-timers: Cure inconsistencies and the SIG_IGN mess
 2024-04-15 13:00 UTC  (3+ messages)
` [PATCH] posix-timers: Handle returned errors poperly in [i]timer_delete()

[PATCH v4 0/8] MediaTek UFS fixes and cleanups - Part 1
 2024-04-15 13:00 UTC  (7+ messages)
` [PATCH v4 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 compatible with MT8183
` [PATCH v4 7/8] dt-bindings: ufs: mediatek,ufs: Document additional clocks

[PATCH] drm/xe: select X86_PLATFORM_DEVICES when ACPI_WMI is selected
 2024-04-15  2:52 UTC 

[PATCH] drm/i915/hwmon: Get rid of devm
 2024-04-13 14:43 UTC  (2+ messages)

[PATCH] drm/i915/guc: Fix UB due to signed int overflow
 2024-04-13  3:17 UTC 

[Buildroot] [PATCH 0/6] support for a pre-built Go compiler
 2024-04-15 12:59 UTC  (4+ messages)
` [Buildroot] [PATCH 3/6] package/go: make host package a virtual package

[PATCH 00/15] tty: serial: switch from circ_buf to kfifo
 2024-04-15 12:58 UTC  (4+ messages)
  ` [PATCH 12/15] "

[PATCH 00/18] backlight: Constify lcd_ops
 2024-04-15 12:58 UTC  (24+ messages)
` [PATCH 08/18] backlight: l4f00242t03: "
` [PATCH 09/18] backlight: lms283gf05: "
` [PATCH 10/18] backlight: lms501kf03: "
` [PATCH 11/18] backlight: ltv350qv: "
` [PATCH 12/18] backlight: otm3225a: "
` [PATCH 13/18] backlight: platform_lcd: "
` [PATCH 14/18] backlight: tdo24m: "

[RFC 0/2] ima: Fix detection of read/write violations on stacked filesystems
 2024-04-15 12:57 UTC  (7+ messages)
` [RFC 2/2] "

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-15 12:55 UTC  (20+ messages)
` [PATCH v9 18/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v9 19/36] function_graph: Add selftest for passing local variables
` [PATCH v9 20/36] ftrace: Add multiple fgraph storage selftest
` [PATCH v9 21/36] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v9 22/36] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v9 23/36] function_graph: Pass ftrace_regs to retfunc
` [PATCH v9 24/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v9 25/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v9 26/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v9 27/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v9 28/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v9 29/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v9 30/36] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v9 31/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v9 32/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v9 33/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v9 34/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v9 35/36] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v9 36/36] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH v2] ARM: stm32: Initialize TAMP_SMCR BKP..PROT fields on STM32MP15xx
 2024-04-15 12:55 UTC 

[CI-only 1/8] drm: Add drm_vblank_work_flush_all()
 2024-04-15 12:55 UTC  (2+ messages)
` ✓ CI.BAT: success for series starting with [CI-only,1/8] "

[PATCH v6 0/5] imx93: Conver to OF_UPSTREAM
 2024-04-15 12:55 UTC  (4+ messages)

ACPI timeouts when enabling KASAN
 2024-04-15 12:55 UTC  (4+ messages)

Question regarding internals of metacopy=on feature
 2024-04-15 12:55 UTC 

[PATCH v2 0/4] drm/edid & drm/i915: vendor and product id logging improvements
 2024-04-15 12:54 UTC  (4+ messages)
` [PATCH v2 3/4] drm/i915/bios: switch to struct drm_edid and struct drm_edid_product_id

[GIT PULL FOR v6.10] Various fixes, mostly for various smatch issues
 2024-04-15 12:53 UTC  (2+ messages)
` [GIT PULL FOR v6.10] Various fixes, mostly for various smatch issues (#100838)

DSD formats in snd-aloop?
 2024-04-15 12:51 UTC  (2+ 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.