linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-04 22:29:22 to 2021-10-05 02:26:48 UTC [more...]

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

[RFC] drm/msm/dp: Add typec_mux implementation
 2021-10-05  2:24 UTC 

[PATCH 5.14 000/172] 5.14.10-rc1 review
 2021-10-05  2:20 UTC  (2+ messages)

[PATCH 5.4 00/56] 5.4.151-rc1 review
 2021-10-05  2:17 UTC  (2+ messages)

[PATCH 0/2 v2] kill clearing UA in UFS driver
 2021-10-05  2:15 UTC  (2+ messages)

[PATCH 4.19 00/95] 4.19.209-rc1 review
 2021-10-05  2:15 UTC  (2+ messages)

[PATCH 4.14 00/75] 4.14.249-rc1 review
 2021-10-05  2:14 UTC  (2+ messages)

[PATCH 4.9 00/57] 4.9.285-rc1 review
 2021-10-05  2:13 UTC  (2+ messages)

[PATCH 4.4 00/41] 4.4.286-rc1 review
 2021-10-05  2:13 UTC  (2+ messages)

[RFC PATCH v8 00/21] riscv: Add vector ISA support
 2021-10-05  2:12 UTC  (8+ messages)
` [RFC PATCH v8 09/21] riscv: Add task switch support for vector

[PATCH 0/3] pinctrl: uniphier: Introduce some features and NX1 support
 2021-10-05  2:12 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: uniphier: Add extra audio pinmux settings for LD11, LD20 and PXs3 SoCs
` [PATCH 2/3] dt-bindings: pinctrl: uniphier: Add NX1 pinctrl binding
` [PATCH 3/3] pinctrl: uniphier: Add UniPhier NX1 pinctrl driver

[RFC] drm/msm/dp: Allow attaching a drm_panel
 2021-10-05  2:11 UTC  (7+ messages)

[PATCH 0/3] reset: uniphier: Introduce some features and NX1 support
 2021-10-05  2:10 UTC  (4+ messages)
` [PATCH 1/3] reset: uniphier: Add audio system and video input reset control for PXs3
` [PATCH 2/3] dt-bindings: reset: uniphier: Add NX1 reset control binding
` [PATCH 3/3] reset: uniphier: Add NX1 reset support

linux-next: manual merge of the drm-msm tree with the drm tree
 2021-10-05  2:10 UTC 

[PATCH v3 00/66] Introducing the Maple Tree
 2021-10-05  1:31 UTC  (67+ 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 25/66] arch/arm64: Remove mmap linked list from vdso
` [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 0/5] clk: uniphier: Introduce some clock features and NX1 support
 2021-10-05  2:08 UTC  (6+ messages)
` [PATCH 1/5] clk: uniphier: Add audio system and video input clock control for PXs3
` [PATCH 2/5] dt-bindings: clock: uniphier: Add NX1 clock binding
` [PATCH 3/5] clk: uniphier: Add NX1 clock support
` [PATCH 4/5] dt-bindings: clock: uniphier: Add clock binding for SoC-glue
` [PATCH 5/5] clk: uniphier: Add SoC-glue clock source selector support for Pro4

[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 

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

[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

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

[GIT PULL][v12] zstd changes for linux-next
 2021-10-05  1:41 UTC 

[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

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

[PATCH 0/5] Add support for access through an IPMB bus
 2021-10-05  1:27 UTC  (7+ messages)
` [PATCH 1/5] ipmi: Export ipmb_checksum()
` [PATCH 2/5] ipmi: Add support for IPMB direct messages
` [PATCH 3/5] ipmi:ipmb: Add initial support for IPMI over IPMB
` [PATCH 4/5] ipmi: Add docs for IPMB direct addressing
` [PATCH 5/5] ipmi: Add docs for the IPMI IPMB driver

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

[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)

[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)

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

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

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

CONFIG_ORC_UNWINDER=y breaks get_wchan()?
 2021-10-05  0:51 UTC  (4+ messages)

[PATCH V2 1/2] riscv: Add RISC-V svpbmt extension
 2021-10-05  0:44 UTC  (2+ messages)

[PATCH] drm/edid: Fix crash with zero/invalid EDID
 2021-10-05  0:40 UTC  (3+ messages)

linux 5.15-rc4: refcount underflow when unloading gpio-mockup
 2021-10-05  0:40 UTC  (10+ messages)

[PATCH] RISC-V: Include clone3() on rv32
 2021-10-05  0:35 UTC  (2+ messages)

[PATCH 0/3] i2c:imx: Deliver a timely stop on slave side, fix recv
 2021-10-05  0:32 UTC  (4+ messages)
` [PATCH 1/3] i2c:imx: Add timer for handling the stop condition
` [PATCH 2/3] i2c:imx: Add an extra read at the end of an I2C slave read
` [PATCH 3/3] i2c:imx: Use an hrtimer, not a timer, for checking for bus idle

[PATCH v11 00/29] x86: Support Intel Advanced Matrix Extensions
 2021-10-05  0:30 UTC  (3+ messages)
` [PATCH v11 15/29] x86/arch_prctl: Create ARCH_SET_STATE_ENABLE/ARCH_GET_STATE_ENABLE

[PATCH v2] binder: use cred instead of task for selinux checks
 2021-10-05  0:26 UTC  (10+ messages)

[PATCH 0/5 v3] sh: fixes for various build and kconfig warnings
 2021-10-05  0:19 UTC  (6+ messages)
` [PATCH 1/5 v3] sh: fix kconfig unmet dependency warning for FRAME_POINTER
` [PATCH 2/5 v3] sh: add git tree to MAINTAINERS
` [PATCH 3/5 v3] sh: math-emu: drop unused functions
` [PATCH 4/5 v3] sh: define __BIG_ENDIAN for math-emu
` [PATCH 5/5 v3] sh: fix READ/WRITE redefinition warnings

[PATCH bpf v1] unix: fix an issue in unix_shutdown causing the other end read/write failures
 2021-10-05  0:04 UTC  (2+ messages)

linux-next: build failure after merge of the tegra tree
 2021-10-04 23:54 UTC  (2+ messages)

[PATCH v7 0/3] force hsa hbp hfp packets multiple of lanenum to avoid screen shift
 2021-10-04 23:53 UTC  (3+ messages)
` [PATCH v7 1/3] drm/dsi: transer dsi hs packet aligned

[PATCH v3 0/1] iio/scmi: Add reading "raw" attribute
 2021-10-04 23:51 UTC  (3+ messages)

[PATCH v1 00/13] perf/x86/amd: Add AMD Fam19h Branch Sampling support
 2021-10-04 23:44 UTC  (5+ messages)
` [PATCH v1 11/13] perf tools: improve IBS error handling

[PATCH net-next v2 0/5] devlink reload simplification
 2021-10-04 23:44 UTC  (5+ messages)
` [PATCH net-next v2 1/5] devlink: Reduce struct devlink exposure
` [PATCH net-next v2 3/5] devlink: Allow set specific ops callbacks dynamically

[PATCH v2, 0/1] mailbox: cmdq: add instruction time-out interrupt support
 2021-10-04 23:41 UTC  (3+ messages)
` [PATCH v2, 1/1] "

[PATCH v6] kallsyms: strip LTO suffixes from static functions
 2021-10-04 23:22 UTC  (8+ messages)

[PATCH] usb: typec: STUSB160X should select REGMAP_I2C
 2021-10-04 23:21 UTC 

[PATCH] leds: LP50XX should select REGMAP_I2C
 2021-10-04 23:20 UTC 

[PATCH v2 0/7] ABI: add additional sysfs docs and update some other ABI files
 2021-10-04 23:19 UTC  (3+ messages)
` [PATCH v2 4/7] ABI: sysfs-mce: add a new ABI file

[PATCH] drm/i915/guc, docs: Fix pdfdocs build error by removing nested grid
 2021-10-04 23:14 UTC  (4+ messages)

[RFC net-next PATCH 00/16] Add support for Xilinx PCS
 2021-10-04 23:09 UTC  (7+ messages)
` [RFC net-next PATCH 08/16] net: macb: Clean up macb_validate
` [RFC net-next PATCH 09/16] net: macb: Move most of mac_prepare to mac_config

[PATCH v4] docs: Explain the desired position of function attributes
 2021-10-04 23:09 UTC  (2+ messages)

[PATCH 0/2] sched/fair: Improve cost accounting of newidle_balance
 2021-10-04 23:06 UTC  (2+ messages)

[PATCH] arm64: dts: imx8m*-venice-gw7902: fix M2_RST# gpio
 2021-10-04 22:23 UTC 

[PATCH] selftests: Remove explicit headers for clang
 2021-10-04 23:04 UTC 

[PATCH rdma-next] RDMA/mlx5: Avoid taking MRs from larger MR cache pools when a pool is empty
 2021-10-04 23:00 UTC  (2+ messages)

[RFC PATCH v2 1/5] ASoC: soc-pcm: remove snd_soc_dpcm_fe_can_update()
 2021-10-04 22:54 UTC  (5+ messages)
` [RFC PATCH v2 2/5] ASoC: soc-pcm: don't export local functions, use static
` [RFC PATCH v2 3/5] ASoC: soc-pcm: replace dpcm_lock with dpcm_mutex
` [RFC PATCH v2 4/5] ASoC: soc-pcm: protect for_each_dpcm_be() loops "
` [RFC PATCH v2 5/5] ASoC: soc-pcm: test refcount before triggering

[PATCH RESEND 0/3] Represent cluster topology and enable load balance between clusters
 2021-10-04 22:54 UTC  (7+ messages)

[PATCH] mm/hugetlb.c: remove dead store in demote_size_show()
 2021-10-04 22:46 UTC  (5+ messages)

[PATCH] ASoC: amd: acp-rt5645: Constify static snd_soc_ops
 2021-10-04 22:45 UTC 

linux-next: Signed-off-by missing for commits in the bluetooth tree
 2021-10-04 22:44 UTC 

[PATCH 1/2] usb: hub: Mark root hubs on removable devices, as removable
 2021-10-04 22:42 UTC  (4+ messages)
` [PATCH 2/2] usb: hub: Mark devices downstream a removable hub, "

[PATCH] kunit: tool: misc fixes (unused vars, imports, leaked files)
 2021-10-04 22:35 UTC  (2+ messages)

[PATCH] ASoC: qcom: apq8096: Constify static snd_soc_ops
 2021-10-04 22:32 UTC 

[PATCH v6 0/3] staging: vt6655: replace camel case variables
 2021-10-04 22:31 UTC  (4+ messages)
` [PATCH v6 1/3] staging: vt6655: fix camelcase in bShortSlotTime
` [PATCH v6 2/3] staging: vt6655: fix camelcase in ldBmThreshold
` [PATCH v6 3/3] staging: vt6655: fix camelcase in PortOffset

[PATCH] iommu: intel: remove flooding of non-error logs, when new-DMA-PTE is the same as old-DMA-PTE
 2021-10-04 22:31 UTC  (4+ messages)

linux-next: Signed-off-by missing for commit in the risc-v tree
 2021-10-04 22:29 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).