All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-05 00:57:42 to 2021-10-05 02:08:36 UTC [more...]

[PATCH 0/5] clk: uniphier: Introduce some clock features and NX1 support
 2021-10-05  2:08 UTC  (2+ messages)
` [PATCH 2/5] dt-bindings: clock: uniphier: Add NX1 clock binding

[PATCH v5 01/13] drm/ttm: stop calling tt_swapin in vm_access
 2021-10-05  2:05 UTC  (4+ messages)
` [PATCH v5 09/13] drm/i915/ttm: add tt shmem backend
  ` [Intel-gfx] "

[ardb:arm-vmap-stacks 5/20] arch/arm/mm/context.c:112:28: error: no member named 'task' in 'struct thread_info'
 2021-10-05  2:02 UTC  (2+ messages)

[PATCH v2 1/2] mm, thp: check page mapping when truncating page cache
 2021-10-05  1:58 UTC  (12+ messages)

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-10-05  1:55 UTC  (12+ messages)
` [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

[igt-dev] [PATCH i-g-t 1/2] Revert "tests/kms_psr: Skip h/w tracking PSR2 tests for ADL-P"
 2021-10-05  1:57 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] "

[PATCH 00/26] Parallel submission aka multi-bb execbuf
 2021-10-05  1:54 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Parallel submission aka multi-bb execbuf (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
 2021-10-05  1:51 UTC  (2+ messages)

[RFC RT v5.10] [rt] repair usage of raw_v6_hashinfo.lock in raw_seq_start()
 2021-10-05  1:53 UTC 

[PATCH v1 1/4] dt-bindings: msm: add DT bindings for sc7280
 2021-10-05  1:51 UTC  (7+ messages)
` [PATCH v1 2/4] arm64: dts: qcom: sc7280: add display dt nodes

[RFC RT v5.10] [rt] repair usage of dev_base_lock in netstat_show()
 2021-10-05  1:51 UTC 

[PATCH v3 0/3] Two fixes for UFS
 2021-10-05  1:50 UTC  (2+ messages)

[RFC] drm/msm/dp: Allow attaching a drm_panel
 2021-10-05  1:50 UTC  (6+ messages)

[PULL 0/5] Trivial branch for 6.2 patches
 2021-10-05  1:48 UTC  (2+ messages)

[GIT PULL][v12] zstd changes for linux-next
 2021-10-05  1:41 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 1/2] ASoC: dt-bindings: rt9120: Add initial bindings
 2021-10-05  1:41 UTC  (2+ messages)
` [PATCH v2 2/2] ASoC: rt9120: Add rt9210 audio amplifier support

[PATCH] scsi: core: Fix spelling in a source code comment
 2021-10-05  1:40 UTC  (2+ messages)

[PATCH] rt-tests: cyclictest: Remove unused 'C' and 'E' options
 2021-10-05  1:40 UTC  (2+ messages)

[resent RFC 00/22] efi_loader: more tightly integrate UEFI disks to device model
 2021-10-05  1:37 UTC  (10+ messages)
` [resent RFC 06/22] sata: call device_probe() after scanning
` [resent RFC 08/22] dm: blk: add UCLASS_PARTITION
` [resent RFC 14/22] efi_loader: disk: a helper function to create efi_disk objects from udevice

linux-next: build failure after merge of the net-next tree
 2021-10-05  1:35 UTC  (4+ messages)
` [PATCH net-next] ethernet: ehea: add missing cast

[PATCH v3 00/66] Introducing the Maple Tree
 2021-10-05  1:31 UTC  (66+ messages)
` [PATCH v3 01/66] radix tree test suite: Add pr_err define
` [PATCH v3 02/66] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v3 04/66] radix tree test suite: Add support for slab bulk APIs
` [PATCH v3 03/66] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v3 05/66] Maple Tree: Add new data structure
` [PATCH v3 06/66] mm: Start tracking VMAs with maple tree
` [PATCH v3 07/66] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v3 08/66] mm/mmap: Use the maple tree for find_vma_prev() "
` [PATCH v3 09/66] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v3 10/66] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v3 11/66] mm: Remove rb tree
` [PATCH v3 14/66] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v3 12/66] mmap: Change zeroing of maple tree in __vma_adjust
` [PATCH v3 13/66] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup()
` [PATCH v3 16/66] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v3 15/66] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v3 17/66] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v3 18/66] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v3 19/66] mm: Remove vmacache
` [PATCH v3 20/66] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v3 21/66] mm/mmap: Convert count_vma_pages_range() to use ma_state
` [PATCH v3 22/66] mm/mmap: Reorganize munmap to use maple states
` [PATCH v3 24/66] mm: Introduce vma_next() and vma_prev()
` [PATCH v3 23/66] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v3 26/66] arch/parisc: Remove mmap linked list from kernel/cache
` [PATCH v3 27/66] arch/powerpc: Remove mmap linked list from mm/book3s32/tlb
` [PATCH v3 28/66] arch/powerpc: Remove mmap linked list from mm/book3s64/subpage_prot
` [PATCH v3 29/66] arch/s390: Use maple tree iterators instead of linked list
` [PATCH v3 31/66] arch/xtensa: Use maple tree iterators for unmapped area
` [PATCH v3 30/66] arch/x86: Use maple tree iterators for vdso/vma
` [PATCH v3 34/66] fs/binfmt_elf: Use maple tree iterators for fill_files_note()
` [PATCH v3 32/66] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma()
` [PATCH v3 33/66] drivers/tee/optee: Use maple tree iterators for __check_mem_type()
` [PATCH v3 35/66] fs/coredump: Use maple tree iterators in place of linked list
` [PATCH v3 36/66] fs/exec: Use vma_next() instead "
` [PATCH v3 37/66] fs/proc/base: Use maple tree iterators in place "
` [PATCH v3 38/66] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v3 39/66] fs/userfaultfd: Stop using vma linked list
` [PATCH v3 40/66] ipc/shm: Stop using the "
` [PATCH v3 41/66] kernel/acct: Use maple tree iterators instead of "
` [PATCH v3 43/66] kernel/events/uprobes: "
` [PATCH v3 42/66] kernel/events/core: "
` [PATCH v3 46/66] arch/um/kernel/tlb: Stop using "
` [PATCH v3 44/66] kernel/sched/fair: Use maple tree iterators instead of "
` [PATCH v3 45/66] kernel/fork: "
` [PATCH v3 47/66] bpf: Remove VMA "
` [PATCH v3 48/66] mm/gup: Use maple tree navigation instead of "
` [PATCH v3 51/66] mm/madvise: Use vma_next instead of vma "
` [PATCH v3 49/66] mm/khugepaged: Use maple tree iterators "
` [PATCH v3 50/66] mm/ksm: "
` [PATCH v3 52/66] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v3 53/66] mm/mempolicy: Use maple tree iterators instead of vma linked list
` [PATCH v3 54/66] mm/mlock: "
` [PATCH v3 56/66] mm/mremap: Use vma_next() "
` [PATCH v3 55/66] mm/mprotect: Use maple tree navigation "
` [PATCH v3 57/66] mm/msync: Use vma_next() "
` [PATCH v3 58/66] mm/oom_kill: Use maple tree iterators "
` [PATCH v3 59/66] mm/pagewalk: Use vma_next() "
` [PATCH v3 61/66] damon: Change vma iterator to mas_for_each
` [PATCH v3 60/66] mm/swapfile: Use maple tree iterator instead of vma linked list
` [PATCH v3 63/66] s390: Use the maple tree iterator for vdso
` [PATCH v3 62/66] powerpc: Use "
` [PATCH v3 64/66] i915: Use the "
` [PATCH v3 65/66] mm: Remove the vma linked list
` [PATCH v3 66/66] mm/mmap: Drop range_has_overlap() function

[PATCH] net: phy: at803x: add QCA9561 support
 2021-10-05  1:31 UTC  (2+ messages)

[cip-dev] cip/linux-4.4.y-cip sleep: 4 runs, 11 regressions (v4.4.285-cip63) #kernelci
 2021-10-05  1:30 UTC 

[Intel-gfx] [PATCH] drm/i915/dsi: unregister gmbus if LFP display was MIPI panel
 2021-10-05  1:28 UTC  (3+ messages)
` [Intel-gfx] [v4] drm/i915/dsi: do not register gmbus if it was reserved for MIPI display

[PATCH 0/5] Add support for access through an IPMB bus
 2021-10-05  1:27 UTC  (3+ messages)
` [PATCH 3/5] ipmi:ipmb: Add initial support for IPMI over IPMB

[adhoc test] 165359: tolerable truncated
 2021-10-05  1:26 UTC  (3+ messages)

[PATCH v4 00/11] PCI devices passthrough on Arm, part 2
 2021-10-05  1:24 UTC  (5+ messages)
` [PATCH v4 01/11] xen/arm: Fix dev_is_dt macro definition
` [PATCH v4 10/11] xen/arm: Do not map PCI ECAM and MMIO space to Domain-0's p2m

[PATCH v1 net-next 1/1] net: Mark possible unused variables on stack with __maybe_unused
 2021-10-05  1:24 UTC  (2+ messages)

pull request: bluetooth 2021-10-04
 2021-10-05  1:21 UTC  (2+ messages)

[PATCH v2] ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()
 2021-10-05  1:20 UTC 

[PATCH v4 00/11] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
 2021-10-05  1:19 UTC  (24+ messages)
` [PATCH v4 01/11] kvm: arm64: vgic: Introduce vgic_check_iorange
` [PATCH v4 02/11] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
` [PATCH v4 03/11] KVM: arm64: vgic-v2: Check cpu interface "
` [PATCH v4 04/11] KVM: arm64: vgic-v3: Check ITS "
` [PATCH v4 05/11] KVM: arm64: vgic: Drop vgic_check_ioaddr()
` [PATCH v4 06/11] KVM: arm64: selftests: Make vgic_init gic version agnostic
` [PATCH v4 07/11] KVM: arm64: selftests: Make vgic_init/vm_gic_create "
` [PATCH v4 08/11] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
` [PATCH v4 09/11] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
` [PATCH v4 10/11] KVM: arm64: selftests: Add test for legacy GICv3 REDIST base "
` [PATCH v4 11/11] KVM: arm64: selftests: Add init ITS device test

[DNM BlueZ PATCH v3] Build: Test patch - Do Not Merge
 2021-10-05  1:19 UTC 

[PATCH v3 0/5] drm/msm/dp: Support multiple DP instances and add sc8180x
 2021-10-05  1:17 UTC  (5+ messages)
` [PATCH v3 3/5] drm/msm/dp: Support up to 3 DP controllers

[PATCH v3 0/5] drm/msm/dp: Allow variation in register regions
 2021-10-05  1:19 UTC  (4+ messages)
` [PATCH v3 3/5] drm/msm/dp: Refactor ioremap wrapper

[PATCH] kunit: tool: yield output from run_kernel in real time
 2021-10-05  1:17 UTC  (7+ messages)

[PATCH 1/2] ASoC: dt-bindings: rt9120: Add initial bindings
 2021-10-05  1:16 UTC  (2+ messages)
` [PATCH 2/2] ASoC: rt9120: Add rt9210 audio amplifier support

[PATCH v1] mm, pagemap: expose hwpoison entry
 2021-10-04 20:17 UTC  (2+ messages)

[ardb:arm-vmap-stacks 4/20] ld.lld: error: nsproxy.c:(function copy_namespaces: .text+0x40): relocation R_RISCV_HI20 out of range: 542154 is not in [-524288, 524287]; references rcu_lock_map
 2021-10-04 12:53 UTC 

[PATCH v3 0/2] btrfs-progs: receive: introduce new --clone-fallback option
 2021-10-05  1:14 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs-progs: receive: fallback to buffered copy if clone failed
` [PATCH v3 2/2] btrfs-progs: misc-tests: add test case for receive --clone-fallback

[pull request][net-next 00/15] mlx5 updates 2021-10-04
 2021-10-05  1:13 UTC  (16+ messages)
` [net-next 01/15] net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()
` [net-next 02/15] net/mlx5e: Add TX max rate support for MQPRIO channel mode
` [net-next 03/15] net/mlx5e: TC, Refactor sample offload error flow
` [net-next 04/15] net/mlx5e: Move mod hdr allocation to a single place
` [net-next 05/15] net/mlx5e: Split actions_match_supported() into a sub function
` [net-next 06/15] net/mlx5e: Move parse fdb check into actions_match_supported_fdb()
` [net-next 07/15] net/mlx5e: Reserve a value from TC tunnel options mapping
` [net-next 08/15] net/mlx5e: Specify out ifindex when looking up encap route
` [net-next 09/15] net/mlx5e: Support accept action
` [net-next 10/15] net/mlx5: Bridge, refactor eswitch instance usage
` [net-next 11/15] net/mlx5: Bridge, extract VLAN pop code to dedicated functions
` [net-next 12/15] net/mlx5: Bridge, mark reg_c1 when pushing VLAN
` [net-next 13/15] net/mlx5: Bridge, pop VLAN on egress table miss
` [net-next 14/15] net/mlx5: Shift control IRQ to the last index
` [net-next 15/15] net/mlx5: Enable single IRQ for PCI Function

[PATCH] spapr/xive: Add source status helpers
 2021-10-05  0:42 UTC  (2+ messages)

[PATCH v2] kunit: tool: yield output from run_kernel in real time
 2021-10-05  1:13 UTC 

[PATCH v10 0/5] Add DT bindings and DT nodes for PCIe and PHY in SC7280
 2021-10-05  1:13 UTC  (7+ messages)
` [PATCH v10 2/5] arm64: dts: qcom: sc7280: Add PCIe and PHY related nodes
` [PATCH v10 3/5] arm64: dts: qcom: sc7280: Add PCIe nodes for IDP board
` [PATCH v10 4/5] PCI: qcom: Add a flag in match data along with ops

linux-next: build failure after merge of the net-next tree
 2021-10-05  1:11 UTC  (3+ messages)

[DNM PATCH v2] Bluetooth: Build: Test patch - Do Not Merge
 2021-10-05  1:10 UTC 

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-05  0:48 UTC  (10+ messages)
` [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms
  ` Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)

[PATCH 0/2] target/ppc: Use tcg_constant_*
 2021-10-05  0:46 UTC  (3+ messages)
` [PATCH 1/2] target/ppc: Use tcg_constant_i32() in gen_setb()

[PATCH bpf-next v2] libbpf: Deprecate bpf_object__unload() API since v0.7
 2021-10-05  1:06 UTC  (2+ messages)

[PATCH 0/6] Misc changes for md
 2021-10-05  1:05 UTC  (3+ messages)
` [PATCH 1/6] md/raid1: only allocate write behind bio for WriteMostly device

[PATCH net 0/2] net: bridge: br_get_linkxstats_size() fixes
 2021-10-05  1:05 UTC  (3+ messages)
` [PATCH net 1/2] net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()
` [PATCH net 2/2] net: bridge: fix under estimation "

[PATCH v2 0/2] riscv: improve unaligned memory accesses
 2021-10-05  1:04 UTC  (3+ messages)

[PATCH v3 00/10] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
 2021-10-05  1:03 UTC  (5+ messages)
` [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests

[Bug 206349] New: WARNING: dcn20_validate_bandwidth+0x87/0x9e [ amdgpu on 5700 XT ]
 2021-10-05  1:03 UTC  (2+ messages)
` [Bug 206349] "

[Buildroot] [PATCH 0/4] Make A20/A33 using NEON+VFPv4 FPU strategy
 2021-10-05  0:53 UTC  (5+ messages)
` [Buildroot] [PATCH 1/4] configs/bananapi_m1: use NEON+VFPv4 as "
` [Buildroot] [PATCH 2/4] configs/olimex_a20_olinuxino_lime: "
` [Buildroot] [PATCH 3/4] configs/olimex_a20_olinuxino_lime2: "
` [Buildroot] [PATCH 4/4] configs/olimex_a33_olinuxino: "

[PATCH net-next 0/6] ethtool: Add ability to control transceiver modules' power mode
 2021-10-05  1:01 UTC  (3+ messages)
` [PATCH net-next 1/6] "

[PATCH v3 00/21] trace-cmd fixes and clean-ups
 2021-10-05  1:00 UTC  (2+ messages)

[cip-dev] cip/linux-4.4.y-cip baseline: 93 runs, 8 regressions (v4.4.285-cip63) #kernelci
 2021-10-05  1:00 UTC 

[PATCH bpf-next] libbpf: Add API documentation convention guidelines
 2021-10-05  1:00 UTC  (2+ messages)

RCU: rcu stall issues and an approach to the fix
 2021-10-05  0:59 UTC  (10+ messages)

[PATCH v2] riscv: add rv32 and rv64 randconfig build targets
 2021-10-05  0:57 UTC  (3+ messages)

[PATCH 05/10] riscv: remove Kconfig check for GCC version for ARCH_RV64I
 2021-10-05  0:57 UTC  (3+ messages)

[PATCH v4 00/14] PCI devices passthrough on Arm
 2021-10-05  0:57 UTC  (2+ messages)


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.