messages from 2023-11-29 07:28:02 to 2023-11-29 12:47:23 UTC [more...]
[PATCH v6 00/41] arm64: Reorganize kernel VA space for LPA2
2023-11-29 12:46 UTC (44+ messages)
` [PATCH v6 01/41] arm64: kernel: Disable latent_entropy GCC plugin in early C runtime
` [PATCH v6 02/41] arm64: mm: Take potential load offset into account when KASLR is off
` [PATCH v6 03/41] arm64: mm: get rid of kimage_vaddr global variable
` [PATCH v6 04/41] arm64: mm: Move PCI I/O emulation region above the vmemmap region
` [PATCH v6 05/41] arm64: mm: Move fixmap region above "
` [PATCH v6 06/41] arm64: ptdump: Allow all region boundaries to be defined at boot time
` [PATCH v6 07/41] arm64: ptdump: Discover start of vmemmap region at runtime
` [PATCH v6 08/41] arm64: vmemmap: Avoid base2 order of struct page size to dimension region
` [PATCH v6 09/41] arm64: mm: Reclaim unused vmemmap region for vmalloc use
` [PATCH v6 10/41] arm64: kaslr: Adjust randomization range dynamically
` [PATCH v6 11/41] arm64: kernel: Manage absolute relocations in code built under pi/
` [PATCH v6 12/41] arm64: kernel: Don't rely on objcopy to make code under pi/ __init
` [PATCH v6 13/41] arm64: head: move relocation handling to C code
` [PATCH v6 14/41] arm64: idreg-override: Omit non-NULL checks for override pointer
` [PATCH v6 15/41] arm64: idreg-override: Prepare for place relative reloc patching
` [PATCH v6 16/41] arm64: idreg-override: Avoid parameq() and parameqn()
` [PATCH v6 17/41] arm64: idreg-override: avoid strlen() to check for empty strings
` [PATCH v6 18/41] arm64: idreg-override: Avoid sprintf() for simple string concatenation
` [PATCH v6 19/41] arm64: idreg-override: Avoid kstrtou64() to parse a single hex digit
` [PATCH v6 20/41] arm64/kernel: Move 'nokaslr' parsing out of early idreg code
` [PATCH v6 21/41] arm64: idreg-override: Move to early mini C runtime
` [PATCH v6 22/41] arm64: kernel: Remove early fdt remap code
` [PATCH v6 23/41] arm64: head: Clear BSS and the kernel page tables in one go
` [PATCH v6 24/41] arm64: Move feature overrides into the BSS section
` [PATCH v6 25/41] arm64: head: Run feature override detection before mapping the kernel
` [PATCH v6 26/41] arm64: head: move dynamic shadow call stack patching into early C runtime
` [PATCH v6 27/41] arm64: cpufeature: Add helper to test for CPU feature overrides
` [PATCH v6 28/41] arm64: kaslr: Use feature override instead of parsing the cmdline again
` [PATCH v6 29/41] arm64: idreg-override: Create a pseudo feature for rodata=off
` [PATCH v6 30/41] arm64: Add helpers to probe local CPU for PAC and BTI support
` [PATCH v6 31/41] arm64: head: allocate more pages for the kernel mapping
` [PATCH v6 32/41] arm64: head: move memstart_offset_seed handling to C code
` [PATCH v6 33/41] arm64: mm: Make kaslr_requires_kpti() a static inline
` [PATCH v6 34/41] arm64: mmu: Make __cpu_replace_ttbr1() out of line
` [PATCH v6 35/41] arm64: head: Move early kernel mapping routines into C code
` [PATCH v6 36/41] arm64: mm: Use 48-bit virtual addressing for the permanent ID map
` [PATCH v6 37/41] arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
` [PATCH v6 38/41] arm64: kernel: Create initial ID map from C code
` [PATCH v6 39/41] arm64: mm: avoid fixmap for early swapper_pg_dir updates
` [PATCH v6 40/41] arm64: mm: omit redundant remap of kernel image
` [PATCH v6 41/41] arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"
[PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown
2023-11-29 12:43 UTC (5+ messages)
[PATCH v3 00/22] pinctrl: Convert struct group_desc to use struct pingroup
2023-11-29 12:40 UTC (13+ messages)
` [PATCH v3 06/22] pinctrl: core: Make pins const in struct group_desc
` [PATCH v3 10/22] pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
` [PATCH v3 11/22] pinctrl: ingenic: Make use of PINCTRL_GROUP_DESC()
` [PATCH v3 13/22] pinctrl: core: Embed struct pingroup into struct group_desc
` [PATCH v3 20/22] pinctrl: renesas: Convert to use grp member
` [PATCH v3 22/22] pinctrl: core: Remove unused members from struct group_desc
[PATCH v4 09/13] dt-bindings: riscv: Add T-Head PMU extension description
2023-11-29 12:33 UTC (7+ messages)
` [PATCH v4 11/13] riscv: dts: allwinner: Add T-Head PMU extension
[PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
2023-11-29 12:29 UTC (7+ messages)
[PATCH] drm/imagination: DRM_POWERVR should depend on ARCH_K3
2023-11-29 12:25 UTC (14+ messages)
[PATCH v4 0/3] reset: amlogic-c3: add reset driver
2023-11-29 12:26 UTC (3+ messages)
` (subset) "
[PATCH RFC 0/3] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2023-11-29 12:23 UTC (8+ messages)
` [PATCH RFC 1/3] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH RFC 2/3] perf/x86/intel/pt: Add support for pause_resume()
[PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
2023-11-29 12:21 UTC (13+ messages)
` "
[PATCH V3] dt-bindings: thermal: convert Mediatek Thermal to the json-schema
2023-11-29 12:14 UTC (2+ messages)
[PATCH v3 0/4] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2023-11-29 12:04 UTC (9+ messages)
` [PATCH v3 1/4] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
[PATCH 1/2] arm64: dts: imx8mp: Add DT nodes for the two ISPs
2023-11-29 11:59 UTC (5+ messages)
` [PATCH 2/2] arm64: dts: imx8mp: Add overlays for ISP instances
[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
2023-11-29 11:56 UTC (27+ messages)
` [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
` [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
` [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation
` [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
[PATCH] dt-bindings: reset: imx-src: Simplify compatible schema and drop unneeded quotes
2023-11-29 11:50 UTC (2+ messages)
[RESEND PATCH] reset: Use device_get_match_data()
2023-11-29 11:50 UTC (2+ messages)
[PATCH 1/7] reset: brcmstb: Use devm_platform_get_and_ioremap_resource()
2023-11-29 11:49 UTC (2+ messages)
[PATCH v4 00/45] drm/connector: Create HDMI Connector infrastructure
2023-11-29 11:40 UTC (12+ messages)
` [PATCH v4 05/45] drm/connector: Check drm_connector_init pointers arguments
[GIT PULL] MediaTek ARM64 Device Tree fixes for v6.7
2023-11-29 11:39 UTC
[PATCH v3] docs: dt-bindings: add DTS Coding Style document
2023-11-29 11:37 UTC (14+ messages)
[PATCH net] net: stmmac: update Rx clk divider for 10M SGMII
2023-11-29 11:35 UTC (8+ messages)
[PATCH v2] [drm/meson] meson_plane: Add error handling v2(re-aligned)
2023-11-29 11:34 UTC
[PATCH] pmdomain: mediatek: fix race condition in power on/power off sequences
2023-11-29 11:31 UTC
[PATCH RESEND v2 0/2] update for versal net platform
2023-11-29 11:29 UTC (3+ messages)
` [PATCH RESEND v2 1/2] drivers: clk: zynqmp: calculate closest mux rate
` [PATCH RESEND v2 2/2] drivers: clk: zynqmp: update divider round rate logic
[PATCH v2 wireless-next 9/9] wifi: ath9k: Remove unnecessary (void*) conversions
2023-11-29 11:28 UTC (2+ messages)
[PATCH v5 0/5] update for versal net platform
2023-11-29 11:27 UTC (6+ messages)
` [PATCH v5 1/5] firmware: xilinx: Update firmware call interface to support additional args
` [PATCH v5 2/5] firmware: xilinx: Expand feature check to support all PLM modules
` [PATCH v5 3/5] firmware: xilinx: Register event manager driver
` [PATCH v5 4/5] drivers: soc: xilinx: Fix error message on SGI registration failure
` [PATCH v5 5/5] firmware: zynqmp: Add support to handle IPI CRC failure
[RESEND PATCH v7 00/10] Small-sized THP for anonymous memory
2023-11-29 11:05 UTC (20+ messages)
` [RESEND PATCH v7 03/10] mm: thp: Introduce per-size thp sysfs interface
[PATCH v4 0/2] StarFive's StarLink PMU Support
2023-11-29 11:02 UTC (3+ messages)
` [PATCH v4 1/2] perf: starfive: Add StarLink PMU support
[PATCH 1/3] media: rkisp1: regs: Consolidate MI interrupt wrap fields
2023-11-29 11:01 UTC (5+ messages)
` [PATCH 2/3] media: rkisp1: debug: Add register dump for IS
` [PATCH 3/3] media: rkisp1: debug: Count completed frame interrupts
[PATCH v1 0/2] arm64: dts: imx8mp: Enable CSIS and ISI in DT
2023-11-29 10:55 UTC (4+ messages)
` [PATCH v1 1/2] arm64: dts: imx8mp: Add CSIS DT nodes
[PATCH v2 0/4] Add support for nuvoton ma35d1 pin control
2023-11-29 10:54 UTC (15+ messages)
` [PATCH v2 1/4] dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node
` [PATCH v2 3/4] arm64: dts: nuvoton: Add pinctrl support for ma35d1
[PATCH] arm64: dts: amlogic: s4: add some device nodes
2023-11-29 10:42 UTC (2+ messages)
[PATCH V2 0/5] dts: qcom: Introduce X1E80100 platforms device tree
2023-11-29 10:37 UTC (7+ messages)
` [PATCH V2 1/5] dt-bindings: arm: cpus: Add qcom,oryon compatible
` [PATCH V2 3/5] arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts
[PATCH 0/3] pinctrl: pinctrl-single: fix suspend/resume on j7200
2023-11-29 10:37 UTC (9+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: pinctrl-single: add ti,j7200-padconf compatible
` [PATCH 2/3] "
` [PATCH 3/3] arm64: dts: ti: k3-j7200: use "
(subset) [PATCH RFC 0/5] Deprecate register_restart_handler()
2023-11-29 10:09 UTC (2+ messages)
[PATCH v3 00/11] Support IGT in display driver
2023-11-29 9:45 UTC (4+ messages)
` [PATCH v3 07/11] drm/mediatek: Support alpha blending in VDOSYS0
[PATCH RFC 0/5] Deprecate register_restart_handler()
2023-11-29 10:03 UTC (3+ messages)
` [PATCH RFC 2/5] drivers/soc/litex: Use devm_register_restart_handler()
[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
2023-11-29 9:38 UTC (4+ messages)
` Ping? "
[PATCH] media: stm32-dcmipp: correct kerneldoc issues in dcmipp-common
2023-11-29 9:35 UTC (2+ messages)
[PATCH v2] pinctrl: samsung: add irq_set_affinity() for non wake up external gpio interrupt
2023-11-29 10:04 UTC (10+ messages)
[PATCH v4 01/11] media: rkisp1: Add and use rkisp1_has_feature() macro
2023-11-29 9:27 UTC (11+ messages)
` [PATCH v4 02/11] media: rkisp1: Support setting memory stride for main path
` [PATCH v4 03/11] media: rkisp1: Support devices lacking self path
` [PATCH v4 04/11] media: rkisp1: Support devices lacking dual crop
` [PATCH v4 05/11] media: rkisp1: Fix RSZ_CTRL bits for i.MX8MP
` [PATCH v4 06/11] dt-bindings: media: rkisp1: Add i.MX8MP ISP to compatible
` [PATCH v4 07/11] media: rkisp1: Add match data for i.MX8MP ISP
` [PATCH v4 08/11] media: rkisp1: Configure gasket on i.MX8MP
` [PATCH v4 09/11] media: rkisp1: Shift DMA buffer addresses "
` [PATCH v4 10/11] media: rkisp1: Add YC swap capability
` [PATCH v4 11/11] media: rkisp1: Add UYVY as an output format
[PATCH] [drm/meson] meson_plane: Add error handling
2023-11-29 9:27 UTC (2+ messages)
[PATCH v6 1/4] pwm: rename pwm_apply_state() to pwm_apply_might_sleep()
2023-11-29 9:13 UTC (2+ messages)
` [PATCH v6 3/4] pwm: bcm2835: allow pwm driver to be used in atomic context
[PATCH v5 1/4] pwm: rename pwm_apply_state() to pwm_apply_cansleep()
2023-11-29 9:08 UTC (3+ messages)
[PATCH v2 RESEND 0/2] i2c: aspeed: Late ack Tx done irqs and fix unhandled Tx done with NAK
2023-11-29 9:05 UTC (11+ messages)
` [PATCH v2 RESEND 1/2] i2c: aspeed: Fix "
` [PATCH v2 RESEND 2/2] i2c: aspeed: Acknowledge Tx done with and without ACK irq late
[PATCH v4 1/2] dt-bindings: input: gpio-keys: Allow optional dedicated wakeirq
2023-11-29 8:38 UTC (4+ messages)
` [PATCH v4 2/2] Input: gpio-keys - Add system suspend support for dedicated wakeirqs
[PATCH] arm64: dts: ti: k3-am625-sk: Add support for WL1837 module onboard
2023-11-29 8:34 UTC (3+ messages)
[PATCH] dt-bindings: input: mediatek,pmic-keys: Drop incomplete example
2023-11-29 8:29 UTC (2+ messages)
[PATCH v6 00/10] Enable HS-G5 support on SM8550
2023-11-29 8:28 UTC (2+ messages)
` [PATCH v6 01/10] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
[PATCH] firmware: arm_scmi: clock: implement get permissions
2023-11-29 8:29 UTC
[RFC PATCH v3 0/5] platform/chrome: Introduce DT hardware prober
2023-11-29 8:23 UTC (7+ messages)
` [RFC PATCH v3 2/5] i2c: of: Introduce component probe function
` [RFC PATCH v3 3/5] platform/chrome: Introduce device tree hardware prober
[PATCH v2 0/2] ARM: dts: aspeed: asrock: Add ASRock X570D4U BMC
2023-11-29 8:23 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: aspeed: add Asrock X570D4U board
[PATCH v2 0/3] Fix GDB commands error
2023-11-29 8:10 UTC (3+ messages)
` [PATCH v2 1/3] scripts/gdb/tasks: Fix lx-ps command error
[PATCH v2] mmc: mtk-sd: Increase the verbosity of msdc_track_cmd_data
2023-11-29 7:53 UTC (2+ messages)
[PATCH v6 3/3] arm64: dts: cn913x: add device trees for COM Express boards
2023-11-29 7:41 UTC (2+ messages)
` [EXT] "
[PATCH v2 0/3] arm64: Drop support for VPIPT i-cache policy
2023-11-29 7:36 UTC (3+ messages)
` [PATCH v2 1/3] KVM: arm64: Remove VPIPT I-cache handling
[PATCH v2 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2023-11-29 7:27 UTC (6+ messages)
` [PATCH v2 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v2 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v2 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v2 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v2 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).