All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-06 03:28:59 to 2024-12-06 04:42:00 UTC [more...]

[PATCH 00/10] compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
 2024-12-06  3:39 UTC  (5+ messages)
` [PATCH 01/10] compiler.h: add statically_false()

[PATCH v2 00/35] Introduce NS8250 UART emulator
 2024-12-06  4:42 UTC  (47+ messages)
` [PATCH v2 01/35] xen: introduce resource.h
` [PATCH v2 02/35] xen/irq: introduce NO_IRQ
` [PATCH v2 03/35] xen/ctype: introduce isconsole()
` [PATCH v2 04/35] arm/vuart: use guest_printk()
` [PATCH v2 05/35] arm/vuart: make domain_has_vuart() public
` [PATCH v2 06/35] riscv/domain: introduce domain_has_vuart()
` [PATCH v2 07/35] ppc/domain: "
` [PATCH v2 08/35] x86/domain: "
` [PATCH v2 09/35] x86/domain: print emulation_flags
` [PATCH v2 10/35] xen/domain: add get_initial_domain_id()
` [PATCH v2 11/35] xen/domain: enable max_init_domid for all architectures
` [PATCH v2 12/35] xen/console: move vpl011-related code to vpl011 emulator
` [PATCH v2 13/35] xen/console: rename console_input_domain
` [PATCH v2 14/35] xen/console: rename switch_serial_input() to console_find_owner()
` [PATCH v2 15/35] xen/console: rename console_rx to console_owner
` [PATCH v2 16/35] xen/console: introduce printk_common()
` [PATCH v2 17/35] xen/console: introduce consoled_is_enabled()
` [PATCH v2 18/35] xen/console: introduce use of 'is_console' flag
` [PATCH v2 19/35] xen/console: introduce console_set_owner()
` [PATCH v2 20/35] xen/console: introduce console_owner_domid()
` [PATCH v2 21/35] xen/console: introduce console_init_owner()
` [PATCH v2 22/35] xen/console: introduce handle_keypress_in_domain()
` [PATCH v2 23/35] xen/console: introduce console_write()
` [PATCH v2 24/35] xen/console: introduce hwdom_crashconsole=
` [PATCH v2 25/35] xen/console: simplify console owner switch hint
` [PATCH v2 26/35] xen/console: make console buffer size configurable
` [PATCH v2 27/35] xen/console: flush console ring to physical console
` [PATCH v2 28/35] xen/8250-uart: add missing definitions
` [PATCH v2 29/35] x86/hvm: add HVM-specific Kconfig
` [PATCH v2 30/35] x86/hvm: add helpers for raising guest IRQs
` [PATCH v2 35/35] docs/misc: update console documentation

[PATCH v1 0/8] Cpumap improvements for large MAX_NR_CPUS
 2024-12-06  4:40 UTC  (9+ messages)
` [PATCH v1 1/8] perf: Increase MAX_NR_CPUS to 4096
` [PATCH v1 2/8] perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS
` [PATCH v1 3/8] libperf cpumap: Hide/reduce scope of MAX_NR_CPUS
` [PATCH v1 4/8] libperf cpumap: Be tolerant of newline at the end of a cpumask
` [PATCH v1 5/8] perf pmu: Remove use of perf_cpu_map__read
` [PATCH v1 6/8] libperf cpumap: "
` [PATCH v1 7/8] libperf cpumap: Remove perf_cpu_map__read
` [PATCH v1 8/8] libperf cpumap: Grow array of read CPUs in smaller increments

[PATCH v2] lib/xe/xe_gt: Repair xe_gt_stats_get_count function
 2024-12-06  4:40 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for lib/xe/xe_gt: Repair xe_gt_stats_get_count function (rev2)
` ✗ Xe.CI.BAT: failure "

[PATCH 1/1] disas/riscv: Guard dec->cfg dereference for host disassemble
 2024-12-06  4:39 UTC  (3+ messages)

[PATCH v2 00/22] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-06  4:34 UTC  (6+ messages)
` [PATCH v2 15/22] wifi: ath12k: add BDF address in hardware parameter

[PATCH 1/6] Revert "spi: zynq_qspi: Add parallel memories support in QSPI driver"
 2024-12-06  4:33 UTC  (13+ messages)

[PATCH 00/45] drm/msm/dp: Add MST support for MSM chipsets
 2024-12-06  4:32 UTC  (46+ messages)
` [PATCH 01/45] drm/msm/dp: dont call dp_catalog_ctrl_mainlink_ctrl in dp_ctrl_configure_source_params()
` [PATCH 02/45] drm/msm/dp: disable the opp table request even for dp_ctrl_off_link()
` [PATCH 03/45] drm/msm/dp: fix the intf_type of MST interfaces
` [PATCH 04/45] drm/msm/dp: split msm_dp_panel_read_sink_caps() into two parts
` [PATCH 05/45] drm/msm/dp: add a helper to read mst caps for dp_panel
` [PATCH 06/45] drm/msm/dp: remove dp_display's dp_mode and use dp_panel's instead
` [PATCH 07/45] drm/msm/dp: break up dp_display_enable into two parts
` [PATCH 08/45] drm/msm/dp: re-arrange dp_display_disable() into functional parts
` [PATCH 09/45] drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to it
` [PATCH 10/45] drm/msm/dp: move the pixel clock control to its own API
` [PATCH 11/45] drm/msm/dp: split dp_ctrl_off() into stream and link parts
` [PATCH 12/45] drm/msm/dp: make bridge helpers use dp_display to allow re-use
` [PATCH 13/45] drm/msm/dp: separate dp_display_prepare() into its own API
` [PATCH 14/45] drm/msm/dp: introduce stream_id for each DP panel
` [PATCH 15/45] drm/msm/dp: convert dp_display_set_mode() to use dp_panel argument
` [PATCH 16/45] drm/msm/dp: add support for programming p1 register block
` [PATCH 17/45] drm/msm/dp: use stream_id to change offsets in dp_catalog
` [PATCH 18/45] drm/msm/dp: add support to send ACT packets for MST
` [PATCH 19/45] drm/msm/dp: add support to program mst support in mainlink
` [PATCH 20/45] drm/msm/dp: no need to update tu calculation for mst
` [PATCH 21/45] drm/msm/dp: add support for mst channel slot allocation
` [PATCH 22/45] drm/msm/dp: add support to send vcpf packets in dp controller
` [PATCH 23/45] drm/msm/dp: always program MST_FIFO_CONSTANT_FILL for MST
` [PATCH 24/45] drm/msm/dp: abstract out the dp_display stream helpers to accept a panel
` [PATCH 25/45] drm/msm/dp: move link related operations to dp_display_unprepare()
` [PATCH 26/45] drm/msm/dp: replace power_on with active_stream_cnt for dp_display
` [PATCH 27/45] drm/msm/dp: make the SST bridge disconnected when mst is active
` [PATCH 28/45] drm/msm/dp: add an API to initialize MST on sink side
` [PATCH 29/45] drm/msm/dp: skip reading the EDID for MST cases
` [PATCH 30/45] drm/msm/dp: add dp_display_get_panel() to initialize DP panel
` [PATCH 31/45] drm/msm/dp: add dp_mst_drm to manage DP MST bridge operations
` [PATCH 32/45] drm/msm/dp: add connector abstraction for DP MST
` [PATCH 33/45] drm/msm/dp: add irq hpd callback for dp mst
` [PATCH 34/45] drm/msm/dp: add support to re-use and clear the panel edid
` [PATCH 35/45] drm/msm/dp: add a mst session mutex to protect bridge ops
` [PATCH 36/45] drm/msm/dp: propagate hpd state changes to dp mst module
` [PATCH 37/45] drm/msm: add support for non-blocking commits
` [PATCH 38/45] drm/msm: initialize DRM MST encoders for DP controllers
` [PATCH 39/45] drm/msm/dp: initialize dp_mst module for each DP MST controller
` [PATCH 40/45] drm/msm: add a stream to intf map for DP controller
` [PATCH 41/45] drm/msm/dpu: use msm_dp_get_mst_intf_id() to get the intf id
` [PATCH 42/45] drm/msm/dp: mark ST_DISCONNECTED only if all streams are disabled
` [PATCH 43/45] drm/msm/dp: populate the max_streams for sa8775 mst controller
` [PATCH 44/45] arm64: dts: qcom: add mst support for pixel stream clk for DP0
` [PATCH 45/45] arm64: dts: qcom: add mst support for pixel 1 stream clk for DP1

[PATCH v2 0/4] arm64: refactor the rodata=xxx
 2024-12-06  4:29 UTC  (7+ messages)
` [PATCH v2 1/4] arm64: make rodata=on behaviour be the original rodata=full
` [PATCH v2 3/4] arm64: introduce rodata=noalias
` [PATCH v2 4/4] arm64: add a new document for the fine-tuning tips

[tip:x86/urgent] BUILD SUCCESS 73da582a476ea6e3512f89f8ed57dfed945829a2
 2024-12-06  4:26 UTC 

[PATCH v6 00/28] cxl: add type2 device basic support
 2024-12-06  4:28 UTC  (7+ messages)
` [PATCH v6 08/28] cxl: add functions for resource request/release by a driver
` [PATCH v6 09/28] sfc: request cxl ram resource

[PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option
 2024-12-06  4:28 UTC  (5+ messages)
` [PATCH RESEND v9 2/3] fuse: add optional kernel-enforced timeout for requests

[PATCH v2] perf: Increase MAX_NR_CPUS to 4096
 2024-12-06  4:27 UTC  (2+ messages)

[PATCH v1] mseal: move can_do_mseal to mseal.c
 2024-12-06  4:25 UTC  (2+ messages)

[REGRESSION] lmb: add and reserve memory above ram_top
 2024-12-06  4:25 UTC 

[PATCH 06/11] samples/devsec: PCI device-security bus / endpoint sample
 2024-12-06  4:23 UTC  (2+ messages)

[PATCH v1 1/2] perf hwmon_pmu: Use openat rather than dup to refresh directory
 2024-12-06  4:23 UTC  (2+ messages)
` [PATCH v1 2/2] perf test hwmon_pmu: Fix event file location

git add -p is slow for sparse checkout
 2024-12-06  4:23 UTC  (2+ messages)

[meta-ti][master/scarthgap][PATCH v1] am62p: PRNG: Remove software PRNG
 2024-12-06  4:22 UTC 

[PATCH V4] drm/amdkfd: pause autosuspend when creating pdd
 2024-12-06  4:20 UTC 

[PATCH 4/4] describe: stop traversing when we run out of names
 2024-12-06  4:19 UTC  (7+ messages)
` [PATCH] fixup! "
    ` [PATCH] describe: drop early return for max_candidates == 0

[PATCH v15 00/13] Add Secure TSC support for SNP guests
 2024-12-06  4:19 UTC  (4+ messages)
` [PATCH v15 03/13] x86/sev: "

[Buildroot] [autobuild.buildroot.org] Daily results for 2024-12-05
 2024-12-06  4:18 UTC 

Using btrfs raid5/6
 2024-12-06  4:16 UTC  (8+ messages)

[PATCH v2] x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus()
 2024-12-06  4:16 UTC  (9+ messages)

[PATCH v5 RESEND 0/6] ASoC: fsl: add memory to memory function for ASRC
 2024-12-06  4:15 UTC  (3+ messages)
` [PATCH v5 RESEND 1/6] ALSA: compress: Add output rate and output format support

[PATCH v1 0/6] x86/resctrl: Avoid searching tasklist during mongrp_reparent
 2024-12-06  4:14 UTC  (6+ messages)
` [PATCH v1 3/6] x86/resctrl: Disallow mongroup rename on MPAM

ucounts: Move kfree() out of critical zone protected by ucounts_lock
 2024-12-06  4:13 UTC 

[PATCHv11 07/10] block: expose write streams for block device nodes
 2024-12-06  4:13 UTC  (2+ messages)

[PATCH v5.10-v6.1] drm/amd/display: Check BIOS images before it is used
 2024-12-06  4:10 UTC 

[PATCH net-next, v5] netlink: add IGMP/MLD join/leave notifications
 2024-12-06  4:10 UTC 

[PATCH v5.10-v6.6] btrfs: don't BUG_ON on ENOMEM from btrfs_lookuip_extent_info() in walk_down_proc()
 2024-12-06  4:08 UTC 

[PATCH i-g-t v1 0/2] Update skip messages in scaling modes
 2024-12-06  4:08 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Update skip messages in scaling modes (rev2)

[PATCH 1/2] ucounts: Move kfree() out of critical zone protected by ucounts_lock
 2024-12-06  4:07 UTC  (2+ messages)

Packet pointer invalidation and subprograms
 2024-12-06  4:07 UTC  (7+ messages)

[PATCH net-next v6 00/10] xdp: a fistful of generic changes pt. I
 2024-12-06  4:07 UTC  (5+ messages)
` [PATCH net-next v6 07/10] netmem: add a couple of page helper wrappers
` [PATCH net-next v6 08/10] page_pool: make page_pool_put_page_bulk() handle array of netmems

[PATCH 1/1] lib: sbi_misaligned_ldst: Add handling of vector load/store
 2024-12-06  4:06 UTC  (7+ messages)

[PATCH i-g-t] lib/intel_bufops: Set NEEDS_VISIBLE_VRAM for each buf by default
 2024-12-06  4:06 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH bpf 0/4] bpf: track changes_pkt_data property for global functions
 2024-12-06  4:03 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf: add find_containing_subprog() utility function
` [PATCH bpf 2/4] bpf: refactor bpf_helper_changes_pkt_data to use helper number
` [PATCH bpf 3/4] bpf: track changes_pkt_data property for global functions
` [PATCH bpf 4/4] selftests/bpf: test for changing packet data from "

[meta-oe][scarthgap][PATCH] grpc: Fix CVE-2024-7246
 2024-12-06  4:00 UTC 

[PATCH i-g-t 0/1] tests/intel/xe_eudebug_online: Improve writes-caching-* tests
 2024-12-06  4:00 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for "
` ✗ Xe.CI.BAT: "

[PATCH v15 09/10] fetch: set remote/HEAD if it does not exist
 2024-12-06  4:00 UTC  (4+ messages)
` [PATCH] Fix `git fetch --tags` in repo with no configured remote

[merged mm-hotfixes-stable] iio-magnetometer-yas530-use-signed-integer-type-for-clamp-limits.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] sched-numa-fix-memory-leak-due-to-the-overwritten-vma-numab_state.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-damon-fix-order-of-arguments-in-damos_before_apply-tracepoint.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] lib-stackinit-hide-never-taken-branch-from-compiler.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-filemap-dont-call-folio_test_locked-without-a-reference-in-next_uptodate_folio.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] scatterlist-fix-incorrect-func-name-in-kernel-doc.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-correct-typo-in-mmap_state-macro.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-respect-mmap-hint-address-when-aligning-for-thp.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-memcg-declare-do_memsw_account-inline.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-codetag-swap-tags-when-migrate-pages.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] ocfs2-update-seq_file-index-in-ocfs2_dlm_seq_next-v2.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[PATCH 0/4] Zone write plugging fixes
 2024-12-06  3:55 UTC  (2+ messages)

[merged mm-hotfixes-stable] stackdepot-fix-stack_depot_save_flags-in-nmi-context.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-open-code-page_folio-in-dump_page.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-open-code-pagetail-in-folio_flags-and-const_folio_flags.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-fix-vreallocs-kasan-poisoning-logic.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] revert-readahead-properly-shorten-readahead-when-falling-back-to-do_page_cache_ra.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] selftests-damon-add-_damon_sysfspy-to-test_files.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] selftest-hugetlb_dio-fix-test-naming.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] ocfs2-free-inode-when-ocfs2_get_init_inode-fails.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] nilfs2-fix-potential-out-of-bounds-memory-access-in-nilfs_find_entry.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] kasan-make-report_lock-a-raw-spinlock.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] mm-mempolicy-fix-migrate_to_node-assuming-there-is-at-least-one-vma-in-a-mm.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[PATCH v2 00/17] RPMI and SBI MPXY support for OpenSBI
 2024-12-06  3:55 UTC  (2+ messages)

[merged mm-hotfixes-stable] mm-gup-handle-null-pages-in-unpin_user_pages.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[merged mm-hotfixes-stable] fs-proc-vmcorec-fix-warning-when-config_mmu=n.patch removed from -mm tree
 2024-12-06  3:55 UTC 

[PATCH] mtd: spi-nor: Fix the qspi parallel memory issues
 2024-12-06  3:50 UTC  (6+ messages)

[folded-merged] mm-mempolicy-fix-migrate_to_node-assuming-there-is-at-least-one-vma-in-a-mm-fix.patch removed from -mm tree
 2024-12-06  3:49 UTC 

[PATCH 0/2] padata: fix UAF in padata_reorder
 2024-12-06  3:48 UTC  (4+ messages)
` [PATCH 2/2] "

[linux-next:master] BUILD REGRESSION af2ea8ab7a546b430726183458da0a173d331272
 2024-12-06  3:45 UTC 

[PATCH i-g-t] GPGPU support for MTL platform
 2024-12-06  3:41 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for GPGPU support for MTL platform (rev5)

[PATCH v5 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-12-06  3:36 UTC  (8+ messages)

Host riscv disas is broken
 2024-12-06  3:39 UTC  (6+ messages)

[brgl:gpio/for-current] BUILD SUCCESS d4216a10e8b6f15b5e47663abd6c21d1149bb5d0
 2024-12-06  3:35 UTC 

[PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list
 2024-12-06  3:37 UTC  (15+ messages)

[PATCH -next] ovl: respect underlying filesystem's get_unmapped_area()
 2024-12-06  3:35 UTC  (6+ messages)

[PATCH v3 0/2] Add support for nuvoton ma35d1 keypad controller
 2024-12-06  3:32 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: input: Add Nuvoton MA35D1 keypad

[PATCH RFC bpf-next] bpf: Fork state at bpf_map_lookup_elem
 2024-12-06  3:33 UTC 

Subject: [PATCH] loader: Add register setting support via cli
 2024-12-06  3:29 UTC 

[PATCH v1 00/10] Add eDP support for RK3588
 2024-12-06  3:28 UTC  (10+ messages)
` [PATCH v1 04/10] phy: phy-rockchip-samsung-hdptx: Add support for eDP mode


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.