All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-15 10:12:21 to 2024-02-15 10:38:02 UTC [more...]

[tip:x86/core] BUILD SUCCESS 4589f199eb68afd462bd792f730c7936fe3dafb5
 2024-02-15 10:33 UTC 

[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
 2024-02-15 10:32 UTC  (50+ messages)
` [PATCH v6 01/18] mm: Clarify the spec for set_ptes()
` [PATCH v6 02/18] mm: thp: Batch-collapse PMD with set_ptes()
` [PATCH v6 03/18] mm: Introduce pte_advance_pfn() and use for pte_next_pfn()
` [PATCH v6 04/18] arm64/mm: Convert pte_next_pfn() to pte_advance_pfn()
` [PATCH v6 05/18] x86/mm: "
` [PATCH v6 06/18] mm: Tidy up pte_next_pfn() definition
` [PATCH v6 07/18] arm64/mm: Convert READ_ONCE(*ptep) to ptep_get(ptep)
` [PATCH v6 08/18] arm64/mm: Convert set_pte_at() to set_ptes(..., 1)
` [PATCH v6 09/18] arm64/mm: Convert ptep_clear() to ptep_get_and_clear()
` [PATCH v6 10/18] arm64/mm: New ptep layer to manage contig bit
` [PATCH v6 11/18] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v6 12/18] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v6 13/18] arm64/mm: Implement new wrprotect_ptes() batch API
` [PATCH v6 14/18] arm64/mm: Implement new [get_and_]clear_full_ptes() batch APIs
` [PATCH v6 15/18] mm: Add pte_batch_hint() to reduce scanning in folio_pte_batch()
` [PATCH v6 16/18] arm64/mm: Implement pte_batch_hint()
` [PATCH v6 17/18] arm64/mm: __always_inline to improve fork() perf
` [PATCH v6 18/18] arm64/mm: Automatically fold contpte mappings

[PATCH 0/2] Trace skipped memory sections at vdpa memory listener
 2024-02-15 10:36 UTC  (3+ messages)
` [PATCH 1/2] vdpa: stash memory region properties in vars
` [PATCH 2/2] vdpa: trace skipped memory sections

[PATCH v10 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-15 10:31 UTC  (20+ messages)
` [PATCH v10 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v10 02/25] ima: Align ima_file_mprotect() "
` [PATCH v10 03/25] ima: Align ima_inode_setxattr() "
` [PATCH v10 04/25] ima: Align ima_inode_removexattr() "
` [PATCH v10 05/25] ima: Align ima_post_read_file() "
` [PATCH v10 06/25] evm: Align evm_inode_post_setattr() "
` [PATCH v10 07/25] evm: Align evm_inode_setxattr() "
` [PATCH v10 08/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v10 09/25] security: Align inode_setattr hook definition with EVM
` [PATCH v10 10/25] security: Introduce inode_post_setattr hook
` [PATCH v10 11/25] security: Introduce inode_post_removexattr hook
` [PATCH v10 12/25] security: Introduce file_post_open hook
` [PATCH v10 13/25] security: Introduce file_release hook
` [PATCH v10 14/25] security: Introduce path_post_mknod hook
` [PATCH v10 15/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v10 16/25] security: Introduce inode_post_set_acl hook
` [PATCH v10 17/25] security: Introduce inode_post_remove_acl hook
` [PATCH v10 18/25] security: Introduce key_post_create_or_update hook
` [PATCH v10 19/25] integrity: Move integrity_kernel_module_request() to IMA

[PATCH v2 00/15] auxdisplay: linedisp: Clean up and add new driver
 2024-02-15 10:36 UTC  (5+ messages)
` [PATCH v2 08/15] auxdisplay: linedisp: Provide struct linedisp_ops for future extension
` [PATCH v2 09/15] auxdisplay: linedisp: Add support for overriding character mapping

[PATCH 1/3] driver: make CONFIG_DEBUG_PROBES more useful for removal
 2024-02-15 10:33 UTC  (3+ messages)
` [PATCH 2/3] drivers: drop simple bus remove in favor of common implementation
` [PATCH 3/3] firmware: arm_scmi: call device driver remove if defined

[PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported
 2024-02-15 10:35 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/bpf: enable kfunc call

[PATCH v3 0/2] phy: qcom: edp: Allow eDP/DP configuring via set_mode op
 2024-02-15 10:36 UTC  (9+ messages)
` [PATCH v3 2/2] phy: qcom: edp: Add set_mode op for configuring eDP/DP submode

[PATCH v2 1/2] board: rockchip: Add support for rk3588s based Cool Pi 4B
 2024-02-15 10:35 UTC  (3+ messages)
  `  "

[PATCH 0/1] Fix SELinux denials against target driver
 2024-02-15 10:35 UTC  (2+ messages)
` [PATCH 1/1] target: fix selinux error when systemd-modules loads the target module

[PATCH] build/xen: fail to rebuild if Kconfig fails
 2024-02-15 10:34 UTC  (5+ messages)

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-15 10:34 UTC  (9+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes

[cocci] Checking the search for a repeated condition check with SmPL
 2024-02-15 10:33 UTC  (5+ messages)

[PATCH] brcmsmac: avoid function pointer casts
 2024-02-15 10:33 UTC  (2+ messages)

[XEN PATCH v2 0/3] Introduce and use STATIC_ASSERT_UNREACHABLE()
 2024-02-15 10:32 UTC  (19+ messages)
` [XEN PATCH v2 2/3] x86/uaccess: replace __{get,put}_user_bad() with STATIC_ASSERT_UNREACHABLE()

[PATCH 0/3] TEE driver for Trusted Services
 2024-02-15 10:32 UTC  (6+ messages)
` [PATCH 2/3] tee: tstee: Add Trusted Services TEE driver

[PATCH v5 00/13] Support IGT in display driver
 2024-02-15 10:11 UTC  (17+ messages)
` [PATCH v5 02/13] drm/mediatek: Add OVL compatible name for MT8195
` [PATCH v5 05/13] drm/mediatek: Set DRM mode configs accordingly
` [PATCH v5 06/13] drm/mediatek: Turn off the layers with zero width or height
` [PATCH v5 07/13] drm/mediatek: Support alpha blending in display driver
` [PATCH v5 09/13] drm/mediatek: Support alpha blending in Mixer
` [PATCH v5 10/13] drm/mediatek: Support CRC in display driver
` [PATCH v5 11/13] drm/mediatek: Support CRC in OVL
` [PATCH v5 12/13] drm/mediatek: Support CRC in OVL adaptor
` [PATCH v5 13/13] drm/mediatek: Add comments for the structures

[PATCH v5 0/3] Add AM64x ICSSG Ethernet support
 2024-02-15 10:30 UTC  (8+ messages)
` [PATCH v5 1/3] arm64: dts: ti: k3-am64-main: Add ICSSG IEP nodes
` [PATCH v5 2/3] arm64: dts: ti: k3-am642-evm: add ICSSG1 Ethernet support
` [PATCH v5 3/3] arm64: dts: ti: k3-am642-evm: add overlay for ICSSG1 2nd port

double free or corruption (out) in iscsi virtual machine
 2024-02-15 10:29 UTC  (2+ messages)

[igt-dev] [PATCH v3 1/7] build: check that outb is present in io.h
 2024-02-15 10:29 UTC  (2+ messages)

[PATCH 0/9] Remove cl in struct cmdq_pkt
 2024-02-15 10:29 UTC  (4+ messages)
` [PATCH 6/9] media: platform: mtk-mdp3: drop calling cmdq_pkt_finalize()

[PATCH 0/7] fsmonitor: completing a stale patch that Implements fsmonitor for Linux
 2024-02-15 10:29 UTC  (8+ messages)
` [PATCH 1/7] fsmonitor: rebase with master
` [PATCH 2/7] fsmonitor: determine if filesystem is local or remote
` [PATCH 3/7] fsmonitor: implement filesystem change listener for Linux
` [PATCH 4/7] fsmonitor: enable fsmonitor "
` [PATCH 5/7] fsmonitor: test updates
` [PATCH 6/7] fsmonitor: update doc for Linux
` [PATCH 7/7] fsmonitor: addressed comments for patch 1352

gcc: Oe-selftest failures analysis - x86-64
 2024-02-15 10:29 UTC 

6.7 regression: platform 4809c000.mmc: deferred probe pending
 2024-02-15 10:28 UTC  (5+ messages)

[PATCH 00/17] Improve code_cov_parse_info tool
 2024-02-15 10:27 UTC  (18+ messages)
` [PATCH 01/17] scripts/code_cov_parse_info: Silent some messages by default
` [PATCH 02/17] scripts/code_cov_parse_info: do some renames to make it more coherent
` [PATCH 03/17] scripts/code_cov_parse_info: better handle include regexes
` [PATCH 04/17] scripts/code_cov_parse_info: add support for filtering Xe driver data
` [PATCH 05/17] scripts/code_cov_parse_info: add a tool to analyze branch coverage
` [PATCH 06/17] scripts/code_cov_parse_info: prepare $all_branch to get function data
` [PATCH 07/17] scripts/code_cov_parse_info: use numberic sort for line numbers
` [PATCH 08/17] scripts/code_cov_parse_info: make parse_info_data more generic
` [PATCH 09/17] scripts/code_cov_parse_info: stop recording/writing too old fields
` [PATCH 10/17] scripts/code_cov_parse_info: add support for parsing JSON files
` [PATCH 11/17] scripts/code_cov_parse_info: add an internal JSON format
` [PATCH 12/17] scripts/code_cov_parse_info: add support for compressed files
` [PATCH 13/17] scripts/code_cov_parse_info: warn if branch block is not zero
` [PATCH 14/17] scripts/code_cov_parse_info: better handle branch filtering
` [PATCH 15/17] scripts/code_cov_parse_info: add support for filtering branches
` [PATCH 16/17] scripts/code_cov_parse_info: fix files statistics
` [PATCH 17/17] scripts/code_cov_parse_info: better check if source file exists

[PATCH v8 0/2] lib: checksum: Fix issues with checksum tests
 2024-02-15 10:27 UTC  (4+ messages)
` [PATCH v8 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests

MXSFB error: -ENODEV: Cannot connect bridge
 2024-02-15 10:27 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net-next v8 1/2] ethtool: Add GTP RSS hash options to ethtool.h
 2024-02-15 10:26 UTC  (4+ messages)
    `  "

[PATCH 0/2 v4] Add cond_guard() to conditional guards
 2024-02-15 10:26 UTC  (5+ messages)
` [PATCH 1/2 v4] cleanup: "

[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-15 10:25 UTC  (3+ messages)

[PATCH] zonefs: Improve error handling
 2024-02-15 10:25 UTC  (2+ messages)

[PATCH] utest/trace-utest: add missing include
 2024-02-15 10:25 UTC  (2+ messages)

[PATCH] drm/dp: Don't attempt AUX transfers when eDP panels are not powered
 2024-02-15 10:24 UTC  (4+ messages)

FDPIC on sh4?
 2024-02-15 10:31 UTC 

[PATCH v2 3/3] PCI: qcom: properly implement RC shutdown/power up
 2024-02-15 10:22 UTC  (4+ messages)

[PATCH BlueZ 1/2] tools/rfcomm: reset ignored signals after fork
 2024-02-15 10:22 UTC  (2+ messages)
` [BlueZ,1/2] "

[PATCH v2 2/3] PCI: qcom: Read back PARF_LTSSM register
 2024-02-15 10:21 UTC  (2+ messages)

[PATCH v2 00/12] VT-d: SATC handling; ATS: tidying
 2024-02-15 10:21 UTC  (14+ messages)
` [PATCH v2 01/12] VT-d: correct ATS checking for root complex integrated devices
` [PATCH v2 02/12] VT-d: tidy error handling of RMRR parsing
` [PATCH v2 03/12] VT-d: parse ACPI "SoC Integrated Address Translation Cache Reporting Structure"s
` [PATCH v2 04/12] AMD/IOMMU: add helper to check whether ATS is to be used for a device
` [PATCH v2 05/12] IOMMU: rename and re-type ats_enabled
` [PATCH v2 06/12] VT-d: respect ACPI SATC's ATC_REQUIRED flag
` [PATCH v2 07/12] VT-d: replace find_ats_dev_drhd()
` [PATCH v2 08/12] VT-d: move ats_device() to the sole file it's used from
` [PATCH v2 09/12] VT-d: move dev_invalidate_iotlb() "
` [PATCH v2 10/12] VT-d: move {,un}map_vtd_domain_page()
` [PATCH v2 11/12] VT-d: drop flush_dev_iotlb parameter from IOTLB flush hook
` [PATCH v2 12/12] PCI/ATS: tidy {en,dis}able_ats_device() a little

[Buildroot] [PATCH 00/21] Add ti_j721e_sk_defconfig
 2024-02-15 10:20 UTC  (4+ messages)
` [Buildroot] [PATCH 21/21] boot/ti-k3-image-gen: remove package

[PATCH CFT] usb: ucsi_ccg: Fix command completion handling
 2024-02-15 10:10 UTC 

[syzbot] [dri?] KASAN: slab-use-after-free Read in drm_atomic_helper_wait_for_vblanks (2)
 2024-02-15 10:15 UTC  (2+ messages)

[PATCH net-next 0/3] net: macb: WOL enhancements
 2024-02-15 10:19 UTC  (5+ messages)
` [PATCH net-next 1/3] net: macb: queue tie-off or disable during WOL suspend

[PATCH] i2c: i801: Fix block process call transactions
 2024-02-15 10:19 UTC  (3+ messages)
` [SPAM] "

[PATCH 00/23] Rework Nomadik GPIO to add Mobileye EyeQ5 support
 2024-02-15 10:19 UTC  (4+ messages)
` [PATCH 19/23] gpio: nomadik: grab optional reset control and deassert it at probe

[cocci] Wider applications of SmPL conjunctions?
 2024-02-15 10:15 UTC 

[PATCH] USBIP: Use fallthrough pseudo-keyword
 2024-02-15 10:14 UTC  (2+ messages)

[PATCH 0/3] hwmon: (pmbus) Use PMBUS_REGULATOR_ONE to declare regulators with single output
 2024-02-15 10:14 UTC  (5+ messages)
` [PATCH 2/3] hwmon: (pmbus/lm25066) Use PMBUS_REGULATOR_ONE to declare regulator

[PATCH 0/6] implement i.MX93 AHAB secure boot
 2024-02-15 10:12 UTC  (4+ messages)

[PATCH v2 0/6] scsi: ufs: qcom: fix UFSDHCD support on MSM8996 platform
 2024-02-15 10:13 UTC  (5+ messages)
` [PATCH v2 4/6] arm64: dts: qcom: msm8996: set GCC_UFS_ICE_CORE_CLK freq directly
` [PATCH v2 6/6] arm64: dts: qcom: msm8996: drop source clock entries from the UFS node

[PATCH] pwm: imx-tpm: reset module on probe
 2024-02-15 10:12 UTC  (4+ messages)

[PATCH net-next v5 00/11] introduce drop reasons for tcp receive path
 2024-02-15 10:12 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.