The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2022-08-22 13:51:00 to 2022-08-22 15:41:52 UTC [more...]

[RESEND PATCH v3 0/9] Make ghes_edac a proper module
 2022-08-22 15:40 UTC  (2+ messages)
` [RESEND PATCH v3 1/9] efi/cper: export several helpers for ghes_edac to use

[PATCH] iversion: update comments with info about atime updates
 2022-08-22 15:40 UTC  (2+ messages)

[PATCH] rxrpc: fix bad unlock balance in rxrpc_do_sendmsg
 2022-08-22 15:39 UTC  (5+ messages)

linux-next: build failure after merge of the block tree
 2022-08-22 15:40 UTC  (4+ messages)

[PATCH v2] mm/gup.c: Fix return value for __gup_longterm_locked()
 2022-08-22 15:37 UTC 

[PATCH v2] soc: qcom: qmi: use const for struct qmi_elem_info
 2022-08-22 15:34 UTC 

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

[ardb:for-kernelci 10/30] drivers/firmware/efi/libstub/zboot.c:47:23: warning: no previous prototype for 'efi_zboot_entry'
 2022-08-22 15:36 UTC 

[PATCH v3 0/9] Make ghes_edac a proper module
 2022-08-22 15:33 UTC  (4+ messages)
` [PATCH v3 1/9] efi/cper: export several helpers for ghes_edac to use
` [PATCH v3 2/9] EDAC/ghes: Add a notifier for reporting memory errors
` [PATCH v3 3/9] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes

[PATCH] powerpc: Add support for early debugging via Serial 16550 console
 2022-08-22 15:33 UTC  (10+ messages)

[PATCH v2] spi: cadence-quadspi: Disable irqs during indirect reads
 2022-08-22 15:31 UTC  (2+ messages)

kernel/trace/rv/monitors/wip/wip.c:20:1: sparse: sparse: symbol 'da_mon_wip' was not declared. Should it be static?
 2022-08-22 15:30 UTC  (3+ messages)

[RFC v2] perf: Rewrite core context handling
 2022-08-22 15:29 UTC  (8+ messages)

[PATCH 00/12] riscv: Allwinner D1 platform support
 2022-08-22 15:29 UTC  (13+ messages)
` [PATCH 06/12] riscv: dts: allwinner: Add the D1 SoC base devicetree

[PATCH v4 0/4] clk: mediatek: Add mt8365 support
 2022-08-22 15:26 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: clock: mediatek: add bindings for MT8365 SoC
` [PATCH v4 2/4] clk: mediatek: Provide mtk_devm_alloc_clk_data
` [PATCH v4 3/4] clk: mediatek: Export required common code symbols
` [PATCH v4 4/4] clk: mediatek: add driver for MT8365 SoC

[PATCH] ovl: Fix potential memory leak
 2022-08-22 15:24 UTC  (3+ messages)

[RESEND PATCH] perf/x86/intel: Fix unchecked MSR access error for Alder Lake N
 2022-08-22 15:21 UTC  (15+ messages)

[PATCH 0/3] memcg: optimizatize charge codepath
 2022-08-22 15:22 UTC  (14+ messages)
` [PATCH 1/3] mm: page_counter: remove unneeded atomic ops for low/min
` [PATCH 2/3] mm: page_counter: rearrange struct page_counter fields
` [PATCH 3/3] memcg: increase MEMCG_CHARGE_BATCH to 64

[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-22 15:19 UTC  (3+ messages)
` [PATCH v2 09/11] s390: mm: Convert to GENERIC_IOREMAP

[PATCH next] audit: fix potential double free on error path from fsnotify_add_inode_mark
 2022-08-22 15:20 UTC  (4+ messages)

[PATCH RESEND 0/3] media: flexcop-usb: probe cleanups
 2022-08-22 15:14 UTC  (4+ messages)
` [PATCH RESEND 1/3] media: flexcop-usb: clean up endpoint sanity checks
` [PATCH RESEND 2/3] media: flexcop-usb: clean up URB initialisation
` [PATCH RESEND 3/3] media: flexcop-usb: use usb_endpoint_maxp()

[PATCH 1/4] soc: qcom: qmi: use const for struct qmi_elem_info
 2022-08-22 15:14 UTC  (2+ messages)

[PATCH 0/9] Replace PREEMPT_RT ifdefs with preempt_[dis|en]able_nested()
 2022-08-22 15:17 UTC  (8+ messages)
` [PATCH 9/9] u64_stat: Remove the obsolete fetch_irq() variants

[PATCH v25 0/4] media: mediatek: support mdp3 on mt8183 platform
 2022-08-22 15:10 UTC  (6+ messages)
` [PATCH v25 1/4] dt-binding: mediatek: add bindings for MediaTek MDP3 components
` [PATCH v25 2/4] dt-binding: mediatek: add bindings for MediaTek CCORR and WDMA

[PATCH RESEND] media: flexcop-usb: fix endpoint type check
 2022-08-22 15:10 UTC 

[linux-stable-rc:linux-5.18.y 3493/3591] htmldocs: Documentation/tty/device_drivers/oxsemi-tornado.rst:41: WARNING: Inline interpreted text or phrase reference start-string without end-string
 2022-08-22 15:05 UTC 

[syzbot] WARNING in iomap_iter
 2022-08-22 15:02 UTC  (6+ messages)

help for driver porting - missing member preset_chandef in struct wireless_dev
 2022-08-22 15:02 UTC  (2+ messages)

[PATCH 00/12] ASoC: cs42l42: Add Soundwire support
 2022-08-22 15:01 UTC  (8+ messages)
` [PATCH 11/12] "
` [PATCH 12/12] ASoC: cs42l42: Add support for Soundwire interrupts

[PATCH v2] x86/unwind/orc: unwind ftrace trampolines with correct orc
 2022-08-22 15:00 UTC  (4+ messages)

[PATCH v3 0/4] add support for another simatic board
 2022-08-22 14:58 UTC  (3+ messages)
` [PATCH v3 1/4] gpio-f7188x: Add GPIO support for Nuvoton NCT6116

[PATCH v2 0/3] Adding support for trace events to habanalabs
 2022-08-22 14:52 UTC  (2+ messages)

[PATCH v3 0/4] soc: mediatek: MT8365 power support
 2022-08-22 14:43 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: power: Add MT8365 power domains
` [PATCH v3 2/4] soc: mediatek: Add support of WAY_EN operations
` [PATCH v3 3/4] soc: mediatek: add support of MTK_SCPD_STRICT_BUSP cap
` [PATCH v3 4/4] soc: mediatek: pm-domains: Add support for MT8365

[PATCH net-next 0/2] net: ethtool add VxLAN to the NFC API
 2022-08-22 14:46 UTC  (3+ messages)

[PATCH] soc: qcom: qmi: use const for struct qmi_elem_info
 2022-08-22 14:45 UTC  (3+ messages)

[PATCH v4] fs/ufs: Replace kmap() with kmap_local_page()
 2022-08-22 14:44 UTC 

[RESEND PATCH] ARM: Recover kretprobes return address for EABI stack unwinder
 2022-08-22 14:43 UTC  (3+ messages)

[RFC PATCH 0/3] kallsyms: add option to include relative filepaths into kallsyms
 2022-08-22 14:40 UTC  (2+ messages)

[PATCH v3] net: dsa: mv88e6xxx: support RGMII cmode
 2022-08-22 14:41 UTC 

[PATCH] scsi: BusLogic: move spin_lock_irqsave to spin_lock in interrupt handler
 2022-08-22 14:39 UTC 

[PATCH] bitops: Use try_cmpxchg in set_mask_bits and bit_clear_unless
 2022-08-22 14:38 UTC 

[PATCH 0/5] drm/msm+iommu/arm-smmu-qcom: tlbinv optimizations
 2022-08-22 14:38 UTC  (4+ messages)
` [PATCH 4/5] drm/msm: Use separate ASID for each set of pgtables

[PATCH] netdev: Use try_cmpxchg in napi_if_scheduled_mark_missed
 2022-08-22 14:32 UTC 

[PATCH v7 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-22 14:26 UTC  (6+ messages)
` [PATCH v7 1/8] overflow: Move and add few utility macros into overflow
        ` [Intel-gfx] "

[PATCH v6 00/17] Support AMD Pensando Elba SoC
 2022-08-22 14:25 UTC  (3+ messages)
` [PATCH v6 06/17] dt-bindings: mfd: amd,pensando-elbasr: Add AMD Pensando Elba System Resource chip

[RESEND] serial: 8250_bcm7271: move spin_lock_irqsave to spin_lock in interrupt handler
 2022-08-22 14:25 UTC  (2+ messages)

[PATCH] ASoC: mediatek: mt8186: fix DMIC record noise
 2022-08-22 14:24 UTC  (2+ messages)

[PATCH v3 0/1] Don't kmap() pages which can't come from HIGHMEM
 2022-08-22 14:24 UTC  (2+ messages)
` [PATCH v3 1/1] nvmet-tcp: "

[syzbot] WARNING: bad unlock balance in rxrpc_do_sendmsg
 2022-08-22 14:24 UTC  (2+ messages)

fix dma coherent pool sizing
 2022-08-22 14:21 UTC  (9+ messages)
` [PATCH 3/3] dma-pool: limit DMA and DMA32 zone size pools

[RFC 00/10] arm64/riscv: Introduce fast kexec reboot
 2022-08-22 14:15 UTC  (3+ messages)
` [RFC 07/10] lib/cpumask: Introduce cpumask_not_dying_but()

[PATCH] perf metrics: Variable type completion
 2022-08-22 14:15 UTC  (2+ messages)

[PATCH 0/3] Add support for LTC2499 ADC
 2022-08-22 14:08 UTC  (3+ messages)
` [PATCH 3/3] drivers: iio: adc: Rename the LTC249x iio device

[PATCH 0/2] Add pixel formats used in Synatpics SoC
 2022-08-22 14:15 UTC  (10+ messages)
` [PATCH 2/2] [WIP]: media: Add Synaptics compressed tiled format

[PATCH] perf parse-events: Variable type completion
 2022-08-22 14:14 UTC  (2+ messages)

[REGRESSION 5.19.x] AMD HD-audio devices missing on 5.19
 2022-08-22 14:12 UTC 

[PATCH v2] arch/cacheflush: Introduce flush_all_caches()
 2022-08-22 13:37 UTC  (3+ messages)

[PATCH 0/7] watchdog: imx7ulp_wdt: update i.MX7ULP WDOG timer driver
 2022-08-22 14:09 UTC  (10+ messages)
` [PATCH 2/7] watchdog: imx7ulp: Add explict memory barrier for unlock sequence
` [PATCH 3/7] watchdog: imx7ulp_wdt: Check CMD32EN in wdog init
` [PATCH 4/7] watchdog: imx7ulp_wdt: Fix RCS timeout issue

[PATCH] audit: Modifying indentation issue
 2022-08-22 14:08 UTC  (2+ messages)

[PATCH] tools/perf: fix repeated words in comments
 2022-08-22 14:06 UTC  (2+ messages)

[PATCH 3/6] tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()
 2022-08-22 14:05 UTC  (2+ messages)

[PATCH v2 00/16] Variety of fixes and new features for mr75203 driver
 2022-08-22 13:59 UTC  (4+ messages)
` [PATCH v2 16/16] hwmon: (mr75203) add debugfs to read and write temperature coefficients

Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008
 2022-08-22 14:00 UTC 

[PATCH net] nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeout
 2022-08-22 14:00 UTC  (2+ messages)

[PATCH net 0/2] r8152: fix flow control settings
 2022-08-22 14:00 UTC  (2+ messages)

[PATCH] selftests/landlock: fix broken include of linux/landlock.h
 2022-08-22 14:00 UTC  (4+ messages)

[PATCH FYI 1/1] tools kvm headers arm64: Update KVM header from the kernel sources
 2022-08-22 14:00 UTC 

[PATCH net-next] Remove DECnet support from kernel
 2022-08-22 14:00 UTC  (2+ messages)

[PATCH net-next] net: prestera: cache port state for non-phylink ports too
 2022-08-22 14:00 UTC  (2+ messages)

[PATCH] net: freescale: xgmac: Do not dereference fwnode in struct device
 2022-08-22 14:00 UTC  (2+ messages)

[PATCH v3 00/10] x86/resctrl: Support for AMD QoS new features and bug fix
 2022-08-22 13:55 UTC  (5+ messages)
` [PATCH v3 08/10] x86/resctrl: Add the sysfs interface to read the event configuration

[PATCH 1/3] dt-bindings: reset: syscon-reboot: Add priority property
 2022-08-22 13:50 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox