linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-04 13:12:34 to 2022-04-04 14:58:49 UTC [more...]

[PATCH 0/9] Apple M1 (Pro/Max) NVMe driver
 2022-04-04 14:58 UTC  (6+ messages)
` [PATCH 4/9] soc: apple: Add SART driver

[PATCH v2 00/48] Add KernelMemorySanitizer infrastructure
 2022-04-04 14:56 UTC  (5+ messages)
` [PATCH v2 13/48] kmsan: add KMSAN runtime core
` [PATCH v2 31/48] kernel: kmsan: don't instrument stacktrace.c

[PATCH v2] habanalabs: Fix test build failures
 2022-04-04 14:55 UTC  (5+ messages)

[PATCH] usb: musb: mediatek: Use clk_bulk API to simplify clock operations
 2022-04-04 14:55 UTC 

Corrupted function tracer in 5.17.0-rc1
 2022-04-04 14:55 UTC  (2+ messages)

[PATCH v3 01/10] arch: arm: mach-hpe: Introduce the HPE GXP architecture
 2022-04-04 14:28 UTC  (3+ messages)
` [PATCH v3 03/10] drivers: wdt: Introduce HPE GXP SoC Watchdog

[PATCH rdma-rc] RDMA/cma: Limit join multicast to UD QP type only
 2022-04-04 14:52 UTC 

[PATCH] staging: r8188eu: remove unnecessary blank lines
 2022-04-04 14:52 UTC 

[PATCH] PCI: mediatek-gen3: Assert resets to ensure expected init state
 2022-04-04 14:48 UTC 

timers: Simplify calc_index()
 2022-04-04 14:47 UTC 

[PATCH] serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probe
 2022-04-04 14:45 UTC  (2+ messages)

[PATCH V2] Fix unsafe memory access by memcmp
 2022-04-04 14:47 UTC  (7+ messages)

v5.18-rc1: migratepages triggers VM_BUG_ON_FOLIO(folio_nr_pages(old) != nr_pages)
 2022-04-04 14:47 UTC  (4+ messages)

[PATCH] PCI: PM: Quirk bridge D3 on Elo i2
 2022-04-04 14:46 UTC  (4+ messages)

[PATCH v2] kvm/arm64: fixed passthrough gpu into vm on arm64
 2022-04-04 14:47 UTC  (4+ messages)

[PATCH] csky: optimize memcpy_{from,to}io() and memset_io()
 2022-04-04 14:44 UTC 

[PATCH v8 0/8] PCI: imx6: refine codes and add compliance tests mode support
 2022-04-04 14:39 UTC  (5+ messages)
` [PATCH v8 6/8] PCI: dwc: Add dw_pcie_host_ops.host_exit() callback

[PATCH v3 0/5] Support hld delayed init based on Pseudo-NMI for arm64
 2022-04-04 14:41 UTC  (5+ messages)
` [PATCH v3 4/5] kernel/watchdog: Adapt the watchdog_hld interface for async model
` [PATCH v3 5/5] arm64: Enable perf events based hard lockup detector

[PATCH 1/2] gfs2: remove usage of list iterator variable for list_for_each_entry_continue()
 2022-04-04 14:42 UTC  (3+ messages)
` [PATCH 2/2] gfs2: replace usage of found with dedicated list iterator variable

[PATCH v7 00/70] Introducing the Maple Tree
 2022-04-04 14:35 UTC  (71+ messages)
` [PATCH v7 01/70] radix tree test suite: Add pr_err define
` [PATCH v7 02/70] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v7 03/70] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v7 05/70] radix tree test suite: Add lockdep_is_held to header
` [PATCH v7 04/70] radix tree test suite: Add support for slab bulk APIs
` [PATCH v7 06/70] mips: Rename mt_init to mips_mt_init
` [PATCH v7 07/70] Maple Tree: Add new data structure
` [PATCH v7 08/70] lib/test_maple_tree: Add testing for maple tree
` [PATCH v7 11/70] arch/arm64: Remove the merge workaround for VMA_ITERATOR
` [PATCH v7 09/70] mm: Start tracking VMAs with maple tree
` [PATCH v7 10/70] mm: Add VMA iterator
` [PATCH v7 13/70] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v7 12/70] mmap: Use the VMA iterator in count_vma_pages_range()
` [PATCH v7 15/70] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v7 14/70] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v7 16/70] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v7 17/70] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v7 18/70] proc: Remove VMA rbtree use from nommu
` [PATCH v7 19/70] mm: Remove rb tree
` [PATCH v7 20/70] mmap: Change zeroing of maple tree in __vma_adjust()
` [PATCH v7 22/70] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v7 21/70] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v7 23/70] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v7 24/70] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v7 25/70] mm: Use maple tree operations for find_vma_intersection()
` [PATCH v7 26/70] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v7 27/70] mm: Remove vmacache
` [PATCH v7 29/70] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v7 28/70] mm: Convert vma_lookup() to use mtree_load()
` [PATCH v7 30/70] mm/mmap: Reorganize munmap to use maple states
` [PATCH v7 32/70] arm64: Remove mmap linked list from vdso
` [PATCH v7 31/70] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v7 33/70] parisc: Remove mmap linked list from cache handling
` [PATCH v7 34/70] powerpc: Remove mmap linked list walks
` [PATCH v7 36/70] x86: Remove vma "
` [PATCH v7 37/70] xtensa: "
` [PATCH v7 35/70] s390: "
` [PATCH v7 39/70] optee: Remove vma linked list walk
` [PATCH v7 38/70] cxl: "
` [PATCH v7 40/70] um: "
` [PATCH v7 42/70] exec: Use VMA iterator instead of linked list
` [PATCH v7 41/70] coredump: Remove vma linked list walk
` [PATCH v7 43/70] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v7 45/70] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v7 44/70] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v7 46/70] ipc/shm: Use VMA iterator instead of linked list
` [PATCH v7 48/70] perf: Use VMA iterator
` [PATCH v7 47/70] acct: Use VMA iterator instead of linked list
` [PATCH v7 51/70] bpf: Remove VMA "
` [PATCH v7 50/70] fork: Use VMA iterator
` [PATCH v7 49/70] sched: Use maple tree iterator to walk VMAs
` [PATCH v7 52/70] mm/gup: Use maple tree navigation instead of linked list
` [PATCH v7 53/70] mm/khugepaged: Stop using vma "
` [PATCH v7 54/70] mm/ksm: Use vma iterators instead of "
` [PATCH v7 55/70] mm/madvise: Use vma_find() "
` [PATCH v7 57/70] mm/mempolicy: Use vma iterator & maple state "
` [PATCH v7 56/70] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v7 59/70] mm/mprotect: Use maple tree navigation instead of vma linked list
` [PATCH v7 58/70] mm/mlock: Use vma iterator and "
` [PATCH v7 61/70] mm/msync: Use vma_find() "
` [PATCH v7 62/70] mm/oom_kill: Use maple tree iterators "
` [PATCH v7 60/70] mm/mremap: Use vma_find_intersection() "
` [PATCH v7 63/70] mm/pagewalk: Use vma_find() "
` [PATCH v7 65/70] i915: Use the VMA iterator
` [PATCH v7 64/70] mm/swapfile: Use vma iterator instead of vma linked list
` [PATCH v7 66/70] nommu: Remove uses of VMA "
` [PATCH v7 67/70] riscv: Use vma iterator for vdso
` [PATCH v7 69/70] mm/mmap: Drop range_has_overlap() function
` [PATCH v7 68/70] mm: Remove the vma linked list
` [PATCH v7 70/70] mm/mmap.c: Pass in mapping to __vma_link_file()

[PATCH 1/2] staging: r8188eu: add space around arithmatic sign
 2022-04-04 14:39 UTC  (2+ messages)
` [PATCH 2/2] staging: r8188eu: Add line after declarations

[PATCH v5] input/i8042: Rework quirk tables
 2022-04-04 14:36 UTC  (3+ messages)

[PATCH] drm/scheduler: quieten kernel-doc warnings
 2022-04-04 14:34 UTC  (2+ messages)

[PATCH v4] hwmon: (aquacomputer_d5next) Add support for Aquacomputer Octo
 2022-04-04 14:33 UTC  (3+ messages)

[PATCH 0/5] staging: r8188eu: remove GetHalDefVar8188EUsb()
 2022-04-04 14:32 UTC  (3+ messages)
` [PATCH 1/5] staging: r8188eu: remove HAL_DEF_IS_SUPPORT_ANT_DIV

[PATCH 1/3] staging: rtl8712: change the type of _r8712_init_recv_priv()
 2022-04-04 14:30 UTC  (4+ messages)
` [PATCH 2/3] staging: rtl8712: add two validation check in r8712_init_drv_sw()

Intermediary needed (urgent)
 2022-04-04 14:15 UTC 

[kdave-btrfs-devel:for-next-20220401 96/102] fs/btrfs/sysfs.c:830 btrfs_force_chunk_alloc_store() warn: passing zero to 'PTR_ERR'
 2022-04-04 14:25 UTC  (2+ messages)

[PATCH] signal/x86: Delay calling signals in atomic
 2022-04-04 14:29 UTC  (8+ messages)

[PATCH V11 00/20] riscv: Add COMPAT mode support for rv64
 2022-04-04 14:28 UTC  (3+ messages)

[PATCH v3] arch/arm64: Fix topology initialization for core scheduling
 2022-04-04 14:26 UTC  (3+ messages)

[PATCH v4 1/2] mtd: rawnand: meson: discard the common MMC sub clock framework
 2022-04-04 14:26 UTC  (2+ messages)

[PATCH v2] cgroup: Kill the parent controller when its last child is killed
 2022-04-04 14:25 UTC 

[PATCH] platform/x86: acerhdf: Cleanup str_starts_with()
 2022-04-04 14:25 UTC  (2+ messages)

[PATCH] bus: fsl-mc: Check the platform_get_resource() return value
 2022-04-04 14:24 UTC 

[PATCH] csky: Add C based string functions
 2022-04-04 14:23 UTC 

[PATCH] drm/radeon: change si_default_state table from global to static
 2022-04-04 14:22 UTC  (7+ messages)

[mm/slub] 555b8c8cb3: WARNING:at_lib/stackdepot.c:#stack_depot_fetch
 2022-04-04 14:20 UTC  (6+ messages)

staging: r8188eu: how to handle nested mutex under spinlock
 2022-04-04 14:16 UTC  (5+ messages)

[PATCH v3 0/5] spi: add support for Mediatek SPI-NAND controller
 2022-04-04 14:15 UTC  (9+ messages)
` [PATCH v3 1/5] mtd: nand: make mtk_ecc.c a separated module
` [PATCH v3 2/5] spi: add driver for MTK SPI NAND Flash Interface
` [PATCH v3 3/5] mtd: nand: mtk-ecc: also parse nand-ecc-engine if available
` [PATCH v3 4/5] dt-bindings: spi: add binding doc for spi-mtk-snfi
` [PATCH v3 5/5] arm64: dts: mediatek: add mtk-snfi for mt7622

[PATCH] staging: r8188eu: remove unncessary ternary operator
 2022-04-04 14:15 UTC  (3+ messages)

[PATCH] mm/swapfile: unuse_pte can map random data if swap read fails
 2022-04-04 14:11 UTC  (3+ messages)

[PATCH] arm64: mm: fix pmd_leaf()
 2022-04-04 14:10 UTC  (4+ messages)

[PATCH] media: hantro: Use post processor scaling capacities
 2022-04-04 14:08 UTC 

[PATCH] staging: r8188eu: Fix PPPoE tag insertion on big endian systems
 2022-04-04 13:47 UTC  (7+ messages)

[PATCH 0/7] TPS6598x PD tracing and other improvements
 2022-04-04 14:04 UTC  (15+ messages)
` [PATCH 1/7] usb: typec: tipd: Only update power status on IRQ
` [PATCH 2/7] usb: typec: tipd: set the data role on tps IRQ
` [PATCH 3/7] usb: typec: tipd: Add trace event for SINK PD contract
` [PATCH 4/7] usb: typec: tipd: Provide POWER_SUPPLY_PROP_{CURRENT,VOLTAGE}_MAX
` [PATCH 5/7] usb: typec: tipd: Provide POWER_SUPPLY_PROP_PRESENT
` [PATCH 6/7] usb: typec: tipd: Add debugfs entries for customer use word
` [PATCH 7/7] usb: typec: tipd: Fail probe when the controller is in BOOT mode

Bug 215744 - input from the accelerometer disappeared, regression on amd_sfh on kernel 5.17
 2022-04-04 14:04 UTC  (7+ messages)

[PATCH 5.16] KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
 2022-04-04 14:03 UTC  (2+ messages)

[PATCH 5.4] KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
 2022-04-04 14:02 UTC  (2+ messages)

[pza:reset/next 11/11] drivers/reset/core.c:1114:22: error: implicit declaration of function 'acpi_has_method'; did you mean 'acpi_has_watchdog'?
 2022-04-04 14:00 UTC  (2+ messages)

[PATCH v2] sound/oss/dmasound: fix build when drivers are mixed =y/=m
 2022-04-04 13:57 UTC  (2+ messages)

[PATCH net-next v2] ipv6: fix locking issues with loops over idev->addr_list
 2022-04-04 13:57 UTC  (3+ messages)

[PATCH linux-next] RDMA: simplify if-if to if-else
 2022-04-04 13:56 UTC  (3+ messages)
` [PATCH linux-next v2] "

[PATCH v6 0/8] Add support for the eDP panel over aux_bus
 2022-04-04 13:52 UTC  (4+ messages)
` [PATCH v6 6/8] drm/msm/dp: remove unnecessary delay during boot

[PATCHv7 02/30] x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
 2022-04-04 13:51 UTC  (4+ messages)
` [PATCHv7.1 "

[PATCH v2] PCI: qcom: Fix pipe clock imbalance
 2022-04-04 13:53 UTC  (2+ messages)

[PATCH v4] Add FAT messages to printk index
 2022-04-04 13:50 UTC  (3+ messages)

[PATCH v2 0/5] spi: add support for Mediatek SPI-NAND controller
 2022-04-04 13:49 UTC  (3+ messages)
` [PATCH v2 4/5] dt-bindings: spi: add binding doc for spi-mtk-snfi

[PATCH v5 0/8] arm64: dts: Add i.MX8DXL initial support
 2022-04-04 13:46 UTC  (9+ messages)
` [PATCH v5 1/8] arm64: dts: freescale: Add the top level dtsi support for imx8dxl
` [PATCH v5 2/8] arm64: dts: freescale: Add adma subsystem dtsi "
` [PATCH v5 3/8] arm64: dts: freescale: Add the imx8dxl connectivity subsys dtsi
` [PATCH v5 4/8] arm64: dts: freescale: Add ddr subsys dtsi for imx8dxl
` [PATCH v5 5/8] arm64: dts: freescale: Add lsio "
` [PATCH v5 6/8] arm64: dts: freescale: Add i.MX8DXL evk board support
` [PATCH v5 7/8] dt-bindings: fsl: scu: Add i.MX8DXL ocotp binding
` [PATCH v5 8/8] dt-bindings: net: dwmac-imx: Document clk_csr property

[PATCH 0/2] MAINTAINERS/dt-bindings: changes to my emails
 2022-04-04 13:46 UTC  (3+ messages)

[PATCH v6 0/1] serial/8250: Use fifo in 8250 console driver
 2022-04-04 13:44 UTC  (5+ messages)
` [PATCH v6] "

[PATCH v3] staging: r8188eu: Fix PPPoE tag insertion on little endian systems
 2022-04-04 13:43 UTC 

[PATCH] IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition
 2022-04-04 13:42 UTC  (2+ messages)

[RFC PULL] remove arch/h8300
 2022-04-04 13:41 UTC  (6+ messages)

[PATCH 5.10] KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
 2022-04-04 13:41 UTC 

[PATCH 5.15] KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
 2022-04-04 13:41 UTC 

[PATCH] tools/vm/slabinfo: Handle files in debugfs
 2022-04-04 13:40 UTC  (2+ messages)

[PATCH v3] hwmon: (aquacomputer_d5next) Add support for Aquacomputer Octo
 2022-04-04 13:38 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: mailbox: qcom-ipcc: simplify the example
 2022-04-04 13:36 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: net: qcom,ipa: finish the qcom,smp2p example

UBSAN shitf-out-of-bounds regression in NFS in 5.18-rc1
 2022-04-04 13:32 UTC  (2+ messages)

[PATCH net] ice: arfs: fix use-after-free when freeing @rx_cpu_rmap
 2022-04-04 13:28 UTC 

[PATCH] samsung-laptop: Fix an unsigned subtraction which can never be negative
 2022-04-04 13:30 UTC  (2+ messages)

[PATCH] rtc: mt6397: Fix potential NULL dereference in mtk_rtc_probe
 2022-04-04 13:25 UTC 

[PATCH] MIPS: pgalloc: fix memory leak caused by pgd_free()
 2022-04-04 13:16 UTC  (5+ messages)

Is it time to remove reiserfs?
 2022-04-04 13:16 UTC  (8+ messages)

[PATCH v10 1/3] drivers: ddcci: add drivers for DDCCI
 2022-04-04 13:14 UTC  (2+ messages)

[RFC PATCH] cgroup: introduce dynamic protection for memcg
 2022-04-04 13:14 UTC  (12+ messages)

[PATCH v2] audit: do a quick exit when syscall number is less than 0
 2022-04-04 13:12 UTC  (2+ messages)


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 NNTP newsgroup(s).