All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-07 13:58:46 to 2023-03-07 14:26:31 UTC [more...]

[PATCH V2 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-07 14:15 UTC  (16+ messages)
` [PATCH V2 03/17] io_uring: "
` [PATCH V2 04/17] io_uring: support OP_READ/OP_WRITE for fused slave request
` [PATCH V2 05/17] io_uring: support OP_SEND_ZC/OP_RECV "
` [PATCH V2 06/17] block: ublk_drv: mark device as LIVE before adding disk
` [PATCH V2 07/17] block: ublk_drv: add common exit handling
` [PATCH V2 08/17] block: ublk_drv: don't consider flush request in map/unmap io
` [PATCH V2 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
` [PATCH V2 10/17] block: ublk_drv: clean up several helpers
` [PATCH V2 11/17] block: ublk_drv: cleanup 'struct ublk_map_data'
` [PATCH V2 12/17] block: ublk_drv: cleanup ublk_copy_user_pages
` [PATCH V2 13/17] block: ublk_drv: grab request reference when the request is handled by userspace
` [PATCH V2 14/17] block: ublk_drv: support to copy any part of request pages
` [PATCH V2 15/17] block: ublk_drv: add read()/write() support for ublk char device
` [PATCH V2 16/17] block: ublk_drv: don't check buffer in case of zero copy
` [PATCH V2 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting "

[PATCH RFC] bcachefs: don't bump key cache journal seq on nojournal commits
 2023-03-07 14:22 UTC  (5+ messages)

[PATCH v3 00/60] arm64: Add support for LPA2 at stage1 and WXN
 2023-03-07 14:05 UTC  (79+ messages)
` [PATCH v3 01/60] arm64: kernel: Disable latent_entropy GCC plugin in early C runtime
` [PATCH v3 02/60] arm64: mm: Take potential load offset into account when KASLR is off
` [PATCH v3 03/60] arm64: mm: get rid of kimage_vaddr global variable
` [PATCH v3 04/60] arm64: mm: Move PCI I/O emulation region above the vmemmap region
` [PATCH v3 05/60] arm64: mm: Move fixmap region above "
` [PATCH v3 06/60] arm64: ptdump: Allow VMALLOC_END to be defined at boot
` [PATCH v3 07/60] arm64: ptdump: Discover start of vmemmap region at runtime
` [PATCH v3 08/60] arm64: vmemmap: Avoid base2 order of struct page size to dimension region
` [PATCH v3 09/60] arm64: mm: Reclaim unused vmemmap region for vmalloc use
` [PATCH v3 10/60] arm64: kaslr: Adjust randomization range dynamically
` [PATCH v3 11/60] arm64: kaslr: drop special case for ThunderX in kaslr_requires_kpti()
` [PATCH v3 12/60] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 13/60] arm64: kvm: honour 'nokaslr' command line option for the HYP VA space
` [PATCH v3 14/60] arm64: kernel: Manage absolute relocations in code built under pi/
` [PATCH v3 15/60] arm64: kernel: Don't rely on objcopy to make code under pi/ __init
` [PATCH v3 16/60] arm64: head: move relocation handling to C code
` [PATCH v3 17/60] arm64: idreg-override: Omit non-NULL checks for override pointer
` [PATCH v3 18/60] arm64: idreg-override: Prepare for place relative reloc patching
` [PATCH v3 19/60] arm64: idreg-override: Avoid parameq() and parameqn()
` [PATCH v3 20/60] arm64: idreg-override: avoid strlen() to check for empty strings
` [PATCH v3 21/60] arm64: idreg-override: Avoid sprintf() for simple string concatenation
` [PATCH v3 22/60] arm64: idreg-override: Avoid kstrtou64() to parse a single hex digit
` [PATCH v3 23/60] arm64: idreg-override: Move to early mini C runtime
` [PATCH v3 24/60] arm64: kernel: Remove early fdt remap code
` [PATCH v3 25/60] arm64: head: Clear BSS and the kernel page tables in one go
` [PATCH v3 26/60] arm64: Move feature overrides into the BSS section
` [PATCH v3 27/60] arm64: head: Run feature override detection before mapping the kernel
` [PATCH v3 28/60] arm64: head: move dynamic shadow call stack patching into early C runtime
` [PATCH v3 29/60] arm64: kaslr: Use feature override instead of parsing the cmdline again
` [PATCH v3 30/60] arm64: idreg-override: Create a pseudo feature for rodata=off
` [PATCH v3 31/60] arm64: Add helpers to probe local CPU for PAC/BTI/E0PD support
` [PATCH v3 32/60] arm64: head: allocate more pages for the kernel mapping
` [PATCH v3 33/60] arm64: head: move memstart_offset_seed handling to C code
` [PATCH v3 34/60] arm64: head: Move early kernel mapping routines into "
` [PATCH v3 35/60] arm64: mm: Use 48-bit virtual addressing for the permanent ID map
` [PATCH v3 36/60] arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
` [PATCH v3 37/60] arm64: kernel: Create initial ID map from C code
` [PATCH v3 38/60] arm64: mm: avoid fixmap for early swapper_pg_dir updates
` [PATCH v3 39/60] arm64: mm: omit redundant remap of kernel image
` [PATCH v3 40/60] arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"
` [PATCH v3 41/60] arm64/mm: Add FEAT_LPA2 specific TCR_EL1.DS field
` [PATCH v3 42/60] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v3 43/60] arm64: mm: Handle LVA support as a CPU feature
` [PATCH v3 44/60] arm64: mm: Add feature override support for LVA
` [PATCH v3 45/60] arm64: mm: Wire up TCR.DS bit to PTE shareability fields
` [PATCH v3 46/60] arm64: mm: Add LPA2 support to phys<->pte conversion routines
` [PATCH v3 47/60] arm64: mm: Add definitions to support 5 levels of paging
` [PATCH v3 48/60] arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversion
` [PATCH v3 49/60] arm64: Enable LPA2 at boot if supported by the system
` [PATCH v3 50/60] arm64: mm: Add 5 level paging support to fixmap and swapper handling
` [PATCH v3 51/60] arm64: kasan: Reduce minimum shadow alignment and enable 5 level paging
` [PATCH v3 52/60] arm64: mm: Add support for folding PUDs at runtime
` [PATCH v3 53/60] arm64: ptdump: Disregard unaddressable VA space
` [PATCH v3 54/60] arm64: ptdump: Deal with translation levels folded at runtime
` [PATCH v3 55/60] arm64: kvm: avoid CONFIG_PGTABLE_LEVELS for runtime levels
` [PATCH v3 56/60] arm64: kvm: Limit HYP VA and host S2 range to 48 bits when LPA2 is in effect
` [PATCH v3 57/60] arm64: Enable 52-bit virtual addressing for 4k and 16k granule configs
` [PATCH v3 58/60] arm64: defconfig: Enable LPA2 support
` [PATCH v3 59/60] mm: add arch hook to validate mmap() prot flags
` [PATCH v3 60/60] arm64: mm: add support for WXN memory translation attribute

[rppt:unmapped-alloc/rfc-v1 3/5] mm/unmapped-alloc.c:209:68: warning: omitting the parameter name in a function definition is a C2x extension
 2023-03-07 14:25 UTC 

[RFC] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-07 14:20 UTC  (2+ messages)

[PATCH] wifi: rtw89: release RX standby timer of beamformee CSI to save power
 2023-03-07 14:18 UTC 

[Regression] acpi: laptop panics early in boot
 2023-03-07 14:25 UTC  (3+ messages)

[PATCH v3 0/5] Fix "Instructions Retired" from incorrectly counting
 2023-03-07 14:14 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: x86/pmu: Prevent the PMU from counting disallowed events
` [PATCH v3 2/5] KVM: selftests: Add a common helper to the guest
` [PATCH v3 3/5] KVM: selftests: Add helpers for PMC asserts
` [PATCH v3 4/5] KVM: selftests: Fixup test asserts
` [PATCH v3 5/5] KVM: selftests: Test the PMU event "Instructions retired"

[PATCH v6 00/20] irqdomain: fix mapping race and rework locking
 2023-03-07 14:18 UTC  (6+ messages)
` [PATCH v6 20/20] irqdomain: Switch to per-domain locking

[PATCH 0/2] block/fuse: Let PUNCH_HOLE write zeroes
 2023-03-07 14:23 UTC  (2+ messages)

[PATCH 0/1] process attribute support for Landlock
 2023-03-07 14:16 UTC  (3+ messages)

[PATCH 0/2] xen: some CONFIG_DEBUG_INFO changes
 2023-03-07 14:23 UTC  (6+ messages)
` [PATCH 2/2] xen: update CONFIG_DEBUG_INFO help text

[Intel-gfx] [PATCH 1/4] drm/i915: Update vblank timestamping stuff on seamless M/N change
 2023-03-07 14:23 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915: Add belts and suspenders locking for seamless M/N changes

[PATCH 0/3] Fix the PowerQUICC audio support using the QMC
 2023-03-07 14:15 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Remove unneeded property
` [PATCH 2/3] dt-bindings: soc: fsl: cpm_qe: cpm1-tsa: "
` [PATCH 3/3] soc: fsl: cpm1: qmc: Fix assigned timeslot masks

[RFC PATCH v1 00/25] Enable PV backends with Xen/KVM emulation
 2023-03-07 14:22 UTC  (5+ messages)
` [RFC PATCH v1 09/25] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [RFC PATCH v1 10/25] hw/xen: Add gnttab "

[PATCH] linux-user: Provide print_raw_param64() for 64-bit values
 2023-03-07 14:21 UTC  (2+ messages)

[PATCH] pflash: Fix blk_pread_nonzeroes()
 2023-03-07 14:21 UTC  (2+ messages)

[PATCH] media: imx: imx8mq-mipi-csi2: Use V4L2 subdev active state
 2023-03-07 14:21 UTC  (3+ messages)

[PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool
 2023-03-07 14:18 UTC  (5+ messages)
` [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread

[PATCH v9 0/7] Pegasos2 fixes and audio output support
 2023-03-07 14:18 UTC  (4+ messages)
` [PATCH v9 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select

RTT-PROBE: lore-subspace-rtt
 2023-03-07 14:19 UTC 

[PATCH] linux-user/mips: Low down switchable NaN2008 requirement
 2023-03-07 14:18 UTC  (3+ messages)

[PATCH] blame-tree: add library and tests via "test-tool blame-tree"
 2023-03-07 13:56 UTC  (3+ messages)

[PATCH] linux-user: fill out task state in /proc/self/stat
 2023-03-07 14:16 UTC  (2+ messages)

[PATCH 0/3] Fix the PowerQUICC audio support using the QMC
 2023-03-07 14:15 UTC 

[morse:mpam/snapshot/v6.2 136/139] fs/debugfs/file.c:959:9: warning: no previous prototype for 'debugfs_read_file_cpumask'
 2023-03-07 14:15 UTC 

[rppt:unmapped-alloc/rfc-v1 5/5] mm/secretmem.c:56:23: warning: unused variable 'addr'
 2023-03-07 14:15 UTC 

[PULL 00/38] Block layer patches
 2023-03-07 14:15 UTC  (10+ messages)
` [PULL 03/38] pflash: Only read non-zero parts of backend image

[RFC PATCH v5 0/4] Create common DPLL/clock configuration API
 2023-03-07 14:10 UTC  (9+ messages)
` [RFC PATCH v5 1/4] dpll: Add DPLL framework base functions

Motorola Droid 4 -- Stopping charger when battery is full
 2023-03-07 14:10 UTC  (2+ messages)

Requesting help for the Outreachy contribution Stage
 2023-03-07 12:58 UTC  (2+ messages)

[PATCH] pstore: Revert pmsg_lock back to a normal mutex
 2023-03-07 14:08 UTC  (10+ messages)

[PATCH v8 00/21] add support for cpfl PMD in DPDK
 2023-03-07 14:11 UTC  (4+ messages)
` [PATCH v9 "
  ` [PATCH v9 01/21] net/cpfl: support device initialization

query-command-line-options (was: [PATCH 1/7] qemu: capabilities: Introduce QEMU_CAPS_MACHINE_ACPI)
 2023-03-07  9:40 UTC 

[PATCH 00/14] ASoC: SOF: Intel: hda: Introduce HDA DAI abstraction
 2023-03-07 14:04 UTC  (15+ messages)
` [PATCH 01/14] ASoC: SOF: Intel: hda-dai: Remove BE DAI DRV ops for SSP DAI's
` [PATCH 02/14] ASoC: SOF: Intel: hda-dai: Remove hda_link_dma_params()
` [PATCH 03/14] ASoC: SOF: Intel: hda-dai: remove struct hda_pipe_params
` [PATCH 04/14] ASoC: SOF: Intel: hda-dai: Modify the signature of hda_link_dma_cleanup()
` [PATCH 05/14] ASoC: SOF: Intel: hda-dai: Pass the CPU dai pointer
` [PATCH 06/14] ASoC: SOF: Intel: hda-dai: Use the dai argument in ipc4_hda_dai_trigger
` [PATCH 07/14] ASoC: SOF: Intel: hda-dai: Introduce DAI widget ops
` [PATCH 08/14] ASoC: SOF: Intel: hda-dai: Define and set the HDA DAI widget DMA ops
` [PATCH 09/14] ASoC: SOF: Intel: hda-dai: Add setup_hext_stream/reset_hext_stream "
` [PATCH 10/14] ASoC: SOF: Intel: hda-dai: Use the topology IPC dai_config op
` [PATCH 11/14] ASoC: SOF: Intel: hda-dai: Define DAI widget DMA trigger ops for IPC4
` [PATCH 12/14] ASoC: SOF: Intel: hda: Unify DAI drv ops for IPC3 and IPC4
` [PATCH 13/14] ASoC: SOF: Intel: hda: Remove hda_ctrl_dai_widget_setup/free()
` [PATCH 14/14] ASoC: SOF: Intel: hda: remove redundant DAI config during hw_free

[PATCH RFC net-next 0/4] Various mtk_eth_soc cleanups
 2023-03-07 14:04 UTC  (6+ messages)
` [PATCH RFC net-next 4/4] net: mtk_eth_soc: note interface modes not set in supported_interfaces

[PATCH] drm/amdgpu: fix error checking in amdgpu_read_mm_registers for nv
 2023-03-07 14:09 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 00/31] Enable OAM support in IGT and GPUvis
 2023-03-07 14:09 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 13/31] i915/perf: Add support for oa perf groups

RTT-PROBE: lore-subspace-rtt
 2023-03-07 14:09 UTC 

[PATCH net-next] dt-bindings: net: ti: k3-am654-cpsw-nuss: Document Serdes PHY
 2023-03-07 14:01 UTC  (3+ messages)

[v3 PATCH] crypto: stm32 - Save and restore between each request
 2023-03-07 13:55 UTC  (12+ messages)
      ` [v4 "
                ` [v5 PATCH 0/7] "
                  ` [v6 "

[PATCH V5 00/15] spi: Add support for stacked/parallel memories
 2023-03-07 14:01 UTC  (7+ messages)
` [PATCH V5 09/15] spi: Add stacked and parallel memories support in SPI core

[PATCH v2] sched/fair: sanitize vruntime of entity being migrated
 2023-03-07 14:06 UTC  (3+ messages)

[PATCH] thermal/drivers/mediatek/lvts_thermal: fix memcpy's number of bytes in lvts_calibration_init()
 2023-03-07 13:51 UTC 

[PATCH net-next] net: mdio: Add netlink interface
 2023-03-07 14:05 UTC  (4+ messages)

[PATCH V2] migration: fix populate_vfio_info
 2023-03-07 14:04 UTC  (3+ messages)

[PATCH v8 0/6] Pegasos2 fixes and audio output support
 2023-03-07 13:31 UTC  (7+ messages)
` [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing

[PATCH 0/6] Add IOMMU support to MT8365 SoC
 2023-03-07 13:46 UTC  (6+ messages)
` [PATCH 1/6] dt-bindings: memory-controllers: mediatek,smi-common: add mt8365
` [PATCH 2/6] dt-bindings: memory-controllers: mediatek,smi-larb: "
` [PATCH 3/6] arm64: dts: mediatek: add power domain support for mt8365 SoC
` [PATCH 4/6] arm64: dts: mediatek: add smi "
` [PATCH 5/6] arm64: dts: mediatek: add larb "

[meta-arago] [master/kirkstone][PATCH] all: unbreak populate_sdk task (again)
 2023-03-07 14:04 UTC  (2+ messages)

[PATCH v3] tee: optee: Add SMC for loading OP-TEE image
 2023-03-07 14:03 UTC  (3+ messages)

[PATCH 0/4] Fix arasan nand driver issues
 2023-03-07 14:02 UTC  (3+ messages)

[PATCH v7 01/41] Documentation/x86: Add CET shadow stack description
 2023-03-07 14:00 UTC  (10+ messages)

[PATCH v2 00/18] Improve the MT8365 SoC and EVK board support
 2023-03-07 13:17 UTC  (5+ messages)
` [PATCH v2 10/18] arm64: dts: mediatek: add mmc support for mt8365-evk
` [PATCH v2 11/18] arm64: dts: mediatek: set vmc regulator as always on
` [PATCH v2 15/18] arm64: dts: mediatek: add OPP support for mt8365 SoC
` [PATCH v2 18/18] arm64: dts: mediatek: Add CPU Idle support

[PATCH v2] kobject: Fix global-out-of-bounds in kobject_action_type()
 2023-03-07 13:19 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-03-07 13:59 UTC 

[PATCH] stm: class: Add MIPI OST protocol support
 2023-03-07 13:28 UTC  (4+ messages)

[ipset PATCH 0/4] Some testsuite improvements
 2023-03-07 13:58 UTC  (2+ messages)
` [ipset PATCH 2/4] tests: xlate: Make test input valid


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.