messages from 2023-03-07 14:10:13 to 2023-03-07 14:34:08 UTC [more...]
[Cluster-devel] return an ERR_PTR from __filemap_get_folio v3
2023-03-07 14:34 UTC (9+ messages)
` "
` [Cluster-devel] [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` "
` [Cluster-devel] [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` "
` [Cluster-devel] [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [Cluster-devel] [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [Cluster-devel] [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
[PATCH 1/2] eal: fix failure race and behavior of thread create
2023-03-07 14:33 UTC (2+ messages)
[PATCH v3 00/60] arm64: Add support for LPA2 at stage1 and WXN
2023-03-07 14:05 UTC (63+ 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 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
[PULL 00/22] Sixth RISC-V PR for 8.0
2023-03-07 14:33 UTC (2+ messages)
[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
2023-03-07 14:25 UTC (37+ messages)
` [PATCH RFC 01/18] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH RFC 02/18] rust: drm: Add Device and Driver abstractions
` [PATCH RFC 03/18] rust: drm: file: Add File abstraction
` [PATCH RFC 04/18] rust: drm: gem: Add GEM object abstraction
` [PATCH RFC 05/18] drm/gem-shmem: Export VM ops functions
` [PATCH RFC 06/18] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH RFC 07/18] rust: drm: mm: Add DRM MM Range Allocator abstraction
` [PATCH RFC 08/18] rust: dma_fence: Add DMA Fence abstraction
` [PATCH RFC 09/18] rust: drm: syncobj: Add DRM Sync Object abstraction
` [PATCH RFC 10/18] drm/scheduler: Add can_run_job callback
` [PATCH RFC 11/18] drm/scheduler: Clean up jobs when the scheduler is torn down
` [PATCH RFC 12/18] rust: drm: sched: Add GPU scheduler abstraction
` [PATCH RFC 13/18] drm/gem: Add a flag to control whether objects can be exported
` [PATCH RFC 14/18] rust: drm: gem: Add set_exportable() method
` [PATCH RFC 15/18] drm/asahi: Add the Asahi driver UAPI [DO NOT MERGE]
` [PATCH RFC 16/18] rust: bindings: Bind the Asahi DRM UAPI
` [PATCH RFC 17/18] rust: macros: Add versions macro
` [PATCH RFC 18/18] drm/asahi: Add the Asahi driver for Apple AGX GPUs
[PATCH v2 0/2] MIPS Virt machine
2023-03-07 14:32 UTC (3+ messages)
` [PATCH v2 2/2] hw/mips: Add MIPS virt board
[igt-dev] [PATCH i-g-t v2 0/3] Start using intel_gpu_commands.h header
2023-03-07 14:32 UTC (5+ messages)
` [igt-dev] [PATCH i-g-t v2 1/3] intel_gpu_commands: Use kernel gpu command definitions
` [igt-dev] [PATCH i-g-t v2 2/3] lib/huc_copy: Rename to avoid macro name clash
[PATCH 00/11] Add multipd remoteproc support
2023-03-07 14:27 UTC (5+ messages)
` [PATCH 09/11] arm64: dtsi: qcom: ipq5018: enable nodes required for multipd
` [PATCH 11/11] arm64: dtsi: qcom: ipq9574: Add nodes to bring up multipd
[Ocfs2-devel] remove most callers of write_one_page v4
2023-03-07 14:31 UTC (4+ messages)
` [Ocfs2-devel] [PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
` [Ocfs2-devel] [PATCH 2/3] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
` [Ocfs2-devel] [PATCH 3/3] mm, jfs: move write_one_page/folio_write_one to jfs
[PATCH] linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
2023-03-07 14:30 UTC (2+ messages)
[bug report] BUG: KASAN: slab-use-after-free in bfq_setup_cooperator
2023-03-07 14:26 UTC (8+ messages)
[RFC PATCH v1 00/25] Enable PV backends with Xen/KVM emulation
2023-03-07 14:30 UTC (5+ messages)
` [RFC PATCH v1 10/25] hw/xen: Add gnttab operations to allow redirection to internal emulation
` [RFC PATCH v1 11/25] hw/xen: Pass grant ref to gnttab unmap operation
[PATCH] nvme: fix handling single range discard request
2023-03-07 14:24 UTC (7+ messages)
main - toollib: fix segfault if using -S|--select with log/report_command_log=1 setting
2023-03-07 14:30 UTC
[syzbot] [block?] WARNING in blkdev_put (2)
2023-03-07 14:25 UTC (3+ messages)
` [PATCH] block: fix wrong mode for blkdev_put() from disk_scan_partitions()
[Regression] acpi: laptop panics early in boot
2023-03-07 14:25 UTC (3+ messages)
query-command-line-options (was: [PATCH 1/7] qemu: capabilities: Introduce QEMU_CAPS_MACHINE_ACPI)
2023-03-07 14:28 UTC (2+ messages)
[PATCH] qapi: give available enum values in error string
2023-03-07 14:28 UTC (4+ messages)
[PATCH V2 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-07 14:15 UTC (18+ messages)
` [PATCH V2 01/17] io_uring: add IO_URING_F_FUSED and prepare for supporting OP_FUSED_CMD
` [PATCH V2 02/17] io_uring: increase io_kiocb->flags into 64bit
` [PATCH V2 03/17] io_uring: add IORING_OP_FUSED_CMD
` [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] linux-user: Fix brk() to release pages
2023-03-07 14:27 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH net-next] net: mdio: Add netlink interface
2023-03-07 14:22 UTC (2+ messages)
Deadlock with ide_issue_trim and draining
2023-03-07 14:27 UTC (3+ messages)
[PATCH] net/nfp: reset profile config while modify profile
2023-03-07 14:26 UTC (2+ messages)
[PATCH RFC] bcachefs: don't bump key cache journal seq on nojournal commits
2023-03-07 14:22 UTC (5+ messages)
[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
[PATCH] wifi: rtw89: release RX standby timer of beamformee CSI to save power
2023-03-07 14:18 UTC
[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 (5+ 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
[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)
[RFC] mm/slub: Reduce memory consumption in extreme scenarios
2023-03-07 14:20 UTC (2+ 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
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.