All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-22 14:38:27 to 2022-08-22 15:21:20 UTC [more...]

[PATCH v2 0/7] Allow semihosting from user mode
 2022-08-22 14:12 UTC  (7+ messages)
` [PATCH v2 2/7] target/arm: Honour -semihosting-config userspace=on
` [PATCH v2 3/7] target/m68k: "
` [PATCH v2 4/7] target/mips: "
` [PATCH v2 5/7] target/nios2: "
` [PATCH v2 6/7] target/xtensa: "
` [PATCH v2 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on

[PATCH 0/2] drm/rockchip: dw_hdmi: Add 4k@30 support
 2022-08-22 15:20 UTC  (3+ messages)
` [PATCH 1/2] drm/rockchip: dw_hdmi: relax mode_valid hook
` [PATCH 2/2] drm/rockchip: dw_hdmi: Add support for 4k@30 resolution

[PATCH] tee: add overflow check in tee_ioctl_shm_register()
 2022-08-22 15:13 UTC  (2+ messages)

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

[PATCH 1/3] oeqa/qemurunner: add run_serial() comment
 2022-08-22 15:19 UTC  (3+ messages)
` [PATCH 2/3] oeqa/commands: add support for running cross tools to runCmd
` [PATCH 3/3] oeqa/selftest: rewrite gdbserver test

[PATCH 1/3] mm: page_counter: remove unneeded atomic ops for low/min
 2022-08-22 15:20 UTC  (5+ messages)

[PATCH 0/7] Bundle URIs III: Parse and download from bundle lists
 2022-08-22 15:12 UTC  (8+ messages)
` [PATCH 1/7] bundle-uri: create bundle_list struct and helpers
` [PATCH 2/7] bundle-uri: create base key-value pair parsing
` [PATCH 3/7] bundle-uri: create "key=value" line parsing
` [PATCH 4/7] bundle-uri: unit test "key=value" parsing
` [PATCH 5/7] bundle-uri: parse bundle list in config format
` [PATCH 6/7] bundle-uri: limit recursion depth for bundle lists
` [PATCH 7/7] bundle-uri: fetch a list of bundles

[PATCH 1/4] soc: qcom: qmi: use const for struct qmi_elem_info
 2022-08-22 15:11 UTC 

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

[PATCH v13 00/70] Introducing the Maple Tree
 2022-08-22 15:06 UTC  (62+ 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 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 38/70] optee: "
` [PATCH v13 43/70] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v13 42/70] fs/proc/base: use maple tree iterators in place of linked list
` [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 52/70] mm/khugepaged: stop using vma linked list
` [PATCH v13 51/70] mm/gup: use maple tree navigation instead of "
` [PATCH v13 50/70] bpf: remove VMA "
` [PATCH v13 54/70] mm/madvise: use vma_find() instead of vma "
` [PATCH v13 53/70] mm/ksm: use vma iterators "
` [PATCH v13 55/70] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v13 57/70] mm/mlock: use vma iterator and maple state instead of vma linked list
` [PATCH v13 58/70] mm/mprotect: use maple tree navigation "
` [PATCH v13 56/70] mm/mempolicy: use vma iterator & maple state "
` [PATCH v13 59/70] mm/mremap: use vma_find_intersection() "
` [PATCH v13 61/70] mm/oom_kill: use maple tree iterators "
` [PATCH v13 60/70] mm/msync: use vma_find() "
` [PATCH v13 64/70] i915: use the VMA iterator
` [PATCH v13 63/70] mm/swapfile: use vma iterator instead of vma linked list
` [PATCH v13 65/70] nommu: remove uses of VMA "
` [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 69/70] mm/mmap: drop range_has_overlap() function
` [PATCH v13 70/70] mm/mmap.c: pass in mapping to __vma_link_file()

[PATCH 0/3] memcg: optimizatize charge codepath
 2022-08-22 15:15 UTC  (8+ messages)
` [PATCH 2/3] mm: page_counter: rearrange struct page_counter fields

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

[PATCH 1/2] platform/x86: msi-laptop: Use MODULE_DEVICE_TABLE()
 2022-08-22 15:08 UTC  (2+ messages)
` [PATCH 2/2] platform/x86: msi-laptop: Drop MSI_DRIVER_VERSION

[KVM] 574e7f4812: kernel-selftests.kvm.make_fail
 2022-08-22 15:12 UTC 

[RFC 0/2] Virtio in order feature support for virtio-net device
 2022-08-22 14:08 UTC  (3+ messages)
` [RFC 1/2] virtio: expose used buffers

[PATCH v2] ci: Upgrade msys2 release to 20220603
 2022-08-22 14:39 UTC  (6+ messages)

[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 

[PATCH net 0/4] bnxt_en: Bug fixes
 2022-08-22 15:06 UTC  (5+ messages)
` [PATCH net 1/4] bnxt_en: Use PAGE_SIZE to init buffer when multi buffer XDP is not in use
` [PATCH net 2/4] bnxt_en: set missing reload flag in devlink features
` [PATCH net 3/4] bnxt_en: fix NQ resource accounting during vf creation on 57500 chips
` [PATCH net 4/4] bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callback

[PATCH] nvme: don't flush scan work with non-idle request
 2022-08-22 15:09 UTC  (3+ messages)

[Patch v4 00/17] Introduce Microsoft Azure Network Adatper (MANA) PMD
 2022-08-22 15:09 UTC  (11+ messages)
` [Patch v4 01/17] net/mana: add basic driver, build environment and doc
` [Patch v4 11/17] net/mana: implement the hardware layer operations
` [Patch v4 15/17] net/mana: add function to send packets
` [Patch v4 17/17] net/mana: add function to report queue stats

[PATCH 3/3] memcg: increase MEMCG_CHARGE_BATCH to 64
 2022-08-22 15:09 UTC  (3+ messages)

[PATCH v2 01/13] media: atomisp_gmin_platform: Switch to use acpi_evaluate_dsm_typed()
 2022-08-22 15:06 UTC  (13+ messages)
` [PATCH v2 02/13] media: atomisp-ov2680: Fix ov2680_set_fmt()
` [PATCH v2 03/13] media: atomisp-ov2680: Don't take the input_lock for try_fmt calls
` [PATCH v2 04/13] media: atomisp-ov2680: Improve ov2680_set_fmt() error handling
` [PATCH v2 05/13] media: atomisp-notes: Add info about sensors v4l2_get_subdev_hostdata() use
` [PATCH v2 06/13] media: atomisp: Fix VIDIOC_TRY_FMT
` [PATCH v2 07/13] media: atomisp: Make atomisp_try_fmt_cap() take padding into account
` [PATCH v2 08/13] media: atomisp: hmm_bo: Simplify alloc_private_pages()
` [PATCH v2 09/13] media: atomisp: hmm_bo: Further simplify alloc_private_pages()
` [PATCH v2 10/13] media: atomisp: hmm_bo: Rewrite alloc_private_pages() using pages_array helper funcs
` [PATCH v2 11/13] media: atomisp: hmm_bo: Rewrite free_private_pages() "
` [PATCH v2 12/13] media: atomisp: hmm_bo: Drop PFN code path from alloc_user_pages()
` [PATCH v2 13/13] media: atomisp: Ensure that USERPTR pointers are page aligned

[PATCH 0/9 v2] xfs: byte-base grant head reservation tracking
 2022-08-22 15:03 UTC  (3+ messages)
` [PATCH 1/9] xfs: move and xfs_trans_committed_bulk

[PATCH 01/13] media: atomisp_gmin_platform: Switch to use acpi_evaluate_dsm_typed()
 2022-08-22 15:03 UTC  (7+ messages)
` [PATCH 12/13] media: atomisp: hmm_bo: Drop PFN code path from alloc_user_pages()
` [PATCH 13/13] media: atomisp: Ensure that USERPTR pointers are page aligned

[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  (9+ messages)
` [PATCH 11/12] "
` [PATCH 12/12] ASoC: cs42l42: Add support for Soundwire interrupts

Updated key expiration for Mathieu Desnoyers
 2022-08-22 15:01 UTC  (2+ messages)

[PATCH 0/2] Miscellaneous merge fixes
 2022-08-22 15:00 UTC  (4+ messages)
` [PATCH 2/2] merge: avoid searching for strategies with fewer than 0 conflicts

Regression: deadlock in io_schedule / nfs_writepage_locked
 2022-08-22 15:01 UTC  (4+ messages)

[ovmf test] 172707: regressions - FAIL
 2022-08-22 15:01 UTC 

FAILED: patch "[PATCH] locking/atomic: Make test_and_*_bit() ordered on failure" failed to apply to 5.10-stable tree
 2022-08-22 15:00 UTC  (3+ messages)

[Buildroot] [PATCH 1/3] package/sdl2: be more explicit in disabling optional features
 2022-08-22 15:01 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] package/sdl2: rework KMS/DRM video driver dependencies

Keys for Stephen Brennan
 2022-08-22 15:00 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] i915/guc: Disable i915_pm_rps when SLPC is enabled
 2022-08-22 15:00 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for i915/guc: Disable i915_pm_rps when SLPC is enabled (rev2)

[PATCH v5 0/3] Enable notify VM exit
 2022-08-22 15:00 UTC  (3+ messages)
` [PATCH v5 1/3] Update linux headers to 6.0-rc1

[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] tee: add overflow check in tee_ioctl_shm_register()
 2022-08-22 14:57 UTC  (4+ messages)

[PATCH] usb: dwc2: fix wrong order of phy_power_on and phy_init
 2022-08-22 14:55 UTC  (3+ messages)

[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  (10+ 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 v5 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-08-22 14:48 UTC  (5+ messages)
` [PATCH v6 "

[PATCH 0/2] btrfs: fix lost error value deleting root reference
 2022-08-22 14:47 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] btrfs: fix silent failure when "
  ` [PATCH v2 2/2] btrfs: simplify error handling at btrfs_del_root_ref()

[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  (2+ messages)

[PATCH v3 0/5] drm: rcar-du: DSI fixes
 2022-08-22 14:45 UTC  (4+ messages)
` [PATCH v3 5/5] drm: rcar-du: dsi: Fix VCLKSET write

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

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

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 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] ima: Handle -ESTALE returned by ima_filter_rule_match()
 2022-08-22 14:41 UTC  (4+ messages)

[PATCH nf-next] netfilter: remove NFPROTO_DECNET
 2022-08-22 14:41 UTC 

[RFC v2] perf: Rewrite core context handling
 2022-08-22 14:40 UTC  (5+ messages)

[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 

[Buildroot] [git commit branch/next] package/sdl2: be more explicit in disabling optional features
 2022-08-22 14:13 UTC 

[Buildroot] [git commit branch/next] package/sdl2: rework KMS/DRM video driver dependencies
 2022-08-22 14:38 UTC 

[PATCH 1/4] mbuf: clarify meta data needed for Outbound Inline
 2022-08-22 14:38 UTC  (6+ messages)
` [PATCH v3 1/5] "
  ` [PATCH v3 2/5] security: clarify L2 header requirement for outbound inline
  ` [PATCH v3 3/5] net/cnxk: remove L2 header update for outbound inline pkts
  ` [PATCH v3 4/5] app/test: update L2 header based on tunnel IP version
  ` [PATCH v3 5/5] examples/ipsec-secgw: update ether type using tunnel info

[Buildroot] [git commit branch/next] package/sdl2: be explicit about OpenGL ES options
 2022-08-22 14:13 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


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.