linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-26 13:39:59 to 2022-04-26 15:13:30 UTC [more...]

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

[PATCH v2] media: hantro: HEVC: unconditionnaly set pps_{cb/cr}_qp_offset values
 2022-04-26 15:07 UTC  (2+ messages)

[PATCH] mmc: atmel-mci: simplify if-if to if-else
 2022-04-26 15:06 UTC  (3+ messages)

[PATCH v3 1/2] spi: dt-bindings: qcom,spi-geni-qcom: convert to dtschema
 2022-04-26 15:04 UTC  (2+ messages)

[RFC PATCH v3 0/5] Introduce Cpufreq Active Stats
 2022-04-26 15:01 UTC  (10+ messages)
` [RFC PATCH v3 2/5] cpuidle: Add Cpufreq Active Stats calls tracking idle entry/exit

[RFC v1 0/3] Add MT7531 switch to BPI-R2Pro Board
 2022-04-26 14:57 UTC  (5+ messages)
` [RFC v1 1/3] net: dsa: mt753x: make reset optional
` [RFC v1 2/3] net: dsa: mt753x: make CPU-Port dynamic
` [RFC v1 3/3] arm64: dts: rockchip: Add mt7531 dsa node to BPI-R2-Pro board
  ` Aw: "

[PATCH v2] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
 2022-04-26 14:58 UTC  (3+ messages)

[PATCH V2 0/2] EDAC: synopsys: fix some bugs in V3.X Synopsys EDAC DDR driver
 2022-04-26 14:58 UTC  (5+ messages)
` [PATCH V2 2/2] EDAC: synopsys: re-enable the interrupts in intr_handler for V3.X Synopsys EDAC DDR

[PATCH v3 0/2] DSS: Add support for DisplayPort
 2022-04-26 14:56 UTC  (5+ messages)

[PATCH] gpu: drm: remove redundant dma_fence_put() when drm_sched_job_add_dependency() fails
 2022-04-26 14:55 UTC  (4+ messages)

[GIT PULL] gfs2 fix
 2022-04-26 14:54 UTC 

[PATCH v8 0/3] Some impovements about acpi hardware watchdog
 2022-04-26 14:53 UTC  (4+ messages)
` [PATCH v8 1/3] watchdog: wdat_wdt: Using the existing function to check parameter timeout
` [PATCH v8 2/3] watchdog: wdat_wdt: Stop watchdog when rebooting the system
` [PATCH v8 3/3] watchdog: wdat_wdt: Stop watchdog when uninstalling module

CONGRATULATIONS
 2022-04-26 14:21 UTC 

[PATCH] drm/amd: Fix spelling typo in comment
 2022-04-26 14:50 UTC  (2+ messages)

[PATCH v4 0/3] tty/serial: Process XON/XOFF robustly
 2022-04-26 14:49 UTC  (4+ messages)
` [PATCH v4 1/3] tty: Rework receive flow control char logic
` [PATCH v4 2/3] tty: Implement lookahead to process XON/XOFF timely
` [PATCH v4 3/3] tty: Use flow-control char function on closing path

[PATCH] dt-bindings: Drop undocumented i.MX iomuxc-gpr bindings in examples
 2022-04-26 14:49 UTC  (4+ messages)

"Dying CPU not properly vacated" splat
 2022-04-26 14:48 UTC  (6+ messages)

[PATCH][next] checkpatch: add new alloc functions to alloc with multiplies check
 2022-04-26 14:55 UTC  (2+ messages)

[PATCH v1] PM: EM: Decrement policy counter
 2022-04-26 14:44 UTC 

[PATCH] tee: Add Arm FF-A TEE driver
 2022-04-26 14:45 UTC  (3+ messages)

[PATCH] gpu/drm/radeon: Fix typo in comments
 2022-04-26 14:45 UTC  (2+ messages)

[PATCH] mfd: sprd: Add SC2730 PMIC to SPI device ID table
 2022-04-26 14:44 UTC  (2+ messages)

[PATCH v7 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2022-04-26 14:39 UTC  (4+ messages)
` [PATCH v7 2/8] x86/crash: Introduce new options to support cpu and memory hotplug

[PATCH v4] rcu: Dump all rcuc kthreads status for CPUs that not report quiescent state
 2022-04-26 14:38 UTC  (5+ messages)

[PATCH v5 0/3] WCH CH341 GPIO and SPI support
 2022-04-26 14:35 UTC  (3+ messages)
` [PATCH v5 1/3] mfd: ch341: add core driver for the WCH CH341 in I2C/SPI/GPIO mode

[PATCH 1/1] mips: cpc: Fix refcount leak in mips_cpc_default_phys_base
 2022-04-26 14:32 UTC  (2+ messages)

[PATCH] MIPS: dts: align SPI NOR node name with dtschema
 2022-04-26 14:30 UTC  (2+ messages)

[PATCH 1/2] MIPS: Octeon: fix CN6640 hang on XAUI init
 2022-04-26 14:30 UTC  (4+ messages)
` [PATCH 2/2] MIPS: Octeon: support all interfaces on CN66XX

[PATCH] MIPS: SGI-IP30: Free some unused memory
 2022-04-26 14:32 UTC  (2+ messages)

[PATCH] MIPS: SGI-IP27: Free some unused memory
 2022-04-26 14:32 UTC  (2+ messages)

[PATCH v22 0/9] support reserving crashkernel above 4G on arm64 kdump
 2022-04-26 14:26 UTC  (3+ messages)
` [PATCH v22 4/9] arm64: kdump: Don't force page-level mappings for memory above 4G

[linux-stable-rc:queue/4.19 3886/9999] arch/ia64/kernel/kprobes.c:414:24: error: implicit declaration of function '__kretprobe_trampoline_handler'; did you mean 'kretprobe_trampoline'?
 2022-04-26 14:26 UTC  (5+ messages)
` [PATCH 4.19.y 0/3] ia64: kprobes: Fix build error on ia64
  ` [PATCH 4.19.y 1/3] Revert "ia64: kprobes: Fix to pass correct trampoline address to the handler"
  ` [PATCH 4.19.y 2/3] Revert "ia64: kprobes: Use generic kretprobe trampoline handler"
  ` [PATCH 4.19.y 3/3] ia64: kprobes: Fix to pass correct trampoline address to the handler

[PATCH v2 0/4] Remove usage of list iterator after the loop body
 2022-04-26 14:25 UTC  (5+ messages)
` [PATCH v2 2/4] tracing: Remove usage of list iterator variable after the loop
` [PATCH v2 3/4] tracing: Replace usage of found with dedicated list iterator variable

[PATCH -next 00/11] support concurrent sync io for bfq on a specail occasion
 2022-04-26 14:24 UTC  (3+ messages)

[PATCH v4 0/2] x86/sev: Fix AP Jump Table handling for SNP guests
 2022-04-26 14:21 UTC  (3+ messages)
` [PATCH v4 1/2] x86/sev: Add missing __init annotations to SEV init routines
` [PATCH v4 2/2] x86/sev: Get the AP jump table address from secrets page

[PATCH] dt-bindings: eeprom/at24: Add samsung,s524ad0xd1 compatible
 2022-04-26 14:22 UTC  (3+ messages)

[PATCH v2] lib/kstrtox.c: Add "false"/"true" support to kstrtobool
 2022-04-26 14:20 UTC  (6+ messages)

[PATCH v2] mfd: cros_ec_dev: Only register PCHG device if present
 2022-04-26 14:19 UTC  (7+ messages)

[PATCH] drm/bridge: ite-it6505: add missing Kconfig option select
 2022-04-26 14:15 UTC 

[PATCH 0/3] PM: domains: Some minor improvements for genpd_power_off()
 2022-04-26 14:15 UTC  (4+ messages)
` [PATCH 1/3] PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governor
` [PATCH 2/3] PM: domains: Drop redundant code for genpd "
` [PATCH 3/3] PM: domain: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpd

[PATCH 2/7] mfd: add missing defines necessary for mtk-pmic-keys support
 2022-04-26 14:14 UTC  (4+ messages)
` [PATCH 3/7] mfd: mt6397-core: add resources for PMIC keys for MT6359

[PATCH v3 1/8] vfio/pci: Invalidate mmaps and block the access in D3hot power state
 2022-04-26 14:14 UTC  (2+ messages)

[PATCH v3] devcoredump : Serialize devcd_del work
 2022-04-26 14:13 UTC  (2+ messages)

[PATCH] mfd: fix error check return value of platform_get_irq()
 2022-04-26 14:12 UTC  (2+ messages)

[PATCH] Staging: wfx: Fixed a space coding style issue
 2022-04-26 14:11 UTC  (2+ messages)

[RFC PATCH 4/5] mtd_blkdevs: scan partitions on mtdblock if FIT_PARTITION is set
 2022-04-26 14:11 UTC  (3+ messages)

[PATCH] mfd: hi655x-pmic: Replace legacy gpio interface for gpiod interface
 2022-04-26 14:10 UTC  (2+ messages)

[PATCH v3 0/2] sched/tracing: sched_switch prev_state reported as TASK_RUNNING when it's not
 2022-04-26 14:09 UTC  (7+ messages)
` [PATCH] sched/tracing: append prev_state to tp args instead

[PATCH RFC fs/namespace] Make kern_unmount() use synchronize_rcu_expedited()
 2022-04-26 14:09 UTC  (3+ messages)

[PATCH] mfd: tps65218: Fix trivial typo in comment
 2022-04-26 14:08 UTC  (2+ messages)

[PATCH] dt-bindings: Drop empty and unreferenced binding .txt files
 2022-04-26 14:06 UTC  (2+ messages)

[PATCH -next v2 0/5] support concurrent sync io for bfq on a specail occasion
 2022-04-26 14:04 UTC  (10+ messages)
` [PATCH -next v2 2/5] block, bfq: add fake weight_counter for weight-raised queue

[PATCH v2 ] devcoredump : Serialize devcd_del work
 2022-04-26 14:04 UTC  (4+ messages)

[PATCH net-next 0/5] net: ipqess: introduce Qualcomm IPQESS driver
 2022-04-26 14:02 UTC  (10+ messages)
` [PATCH net-next 1/5] net: ipqess: introduce the "
` [PATCH net-next 2/5] net: dsa: add out-of-band tagging protocol
` [PATCH net-next 4/5] net: dt-bindings: Introduce the Qualcomm IPQESS Ethernet controller

[PATCH v2 00/11] smp: cross CPU call interface
 2022-04-26 14:00 UTC  (2+ messages)

[PATCH v4 0/4] perf: arm-spe: Decode SPE source and use for perf c2c
 2022-04-26 13:59 UTC  (6+ messages)
` [PATCH v7 1/5] perf: Add SNOOP_PEER flag to perf mem data struct
` [PATCH v7 2/5] perf tools: sync addition of PERF_MEM_SNOOPX_PEER
` [PATCH v7 3/5] perf mem: Print snoop peer flag
` [PATCH v7 4/5] perf arm-spe: Don't set data source if it's not a memory operation
` [PATCH v7 5/5] perf arm-spe: Use SPE data source for neoverse cores

[PATCH v5 0/4] Add channel type support to pwm-cros-ec
 2022-04-26 14:02 UTC  (4+ messages)
` [PATCH v5 3/4] dt-bindings: update google,cros-ec-pwm documentation

[PATCH v8 0/9] IPI virtualization support for VM
 2022-04-26 14:00 UTC  (6+ messages)
` [PATCH v8 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally

[PATCH net 1/1] net: stmmac: disable Split Header (SPH) for Intel platforms
 2022-04-26 13:58 UTC  (2+ messages)

[PATCH lkp-cloud] spec/kbuild_bisect_queue: update kismet error id format and reproduce command
 2022-04-26 13:55 UTC  (2+ messages)

[PATCH v1 0/2] Two changes for eMMC
 2022-04-26 13:55 UTC  (5+ messages)
` [PATCH v1 1/2] mmc: sdhci-omap: Use of_device_get_match_data() helper
` [PATCH v1 2/2] mmc: core: Allows to override the timeout value for ioctl() path

[PATCH v2 0/2] MMC: Add quirk to set the TESTCD bit
 2022-04-26 13:54 UTC  (2+ messages)

[PATCH v4] mmc: core: Set HS clock speed before sending HS CMD13
 2022-04-26 13:54 UTC  (2+ messages)

[PATCH v2 1/8] dt-bindings: input: mtk-pmic-keys: add MT6359 binding definition
 2022-04-26 13:53 UTC  (8+ messages)
` [PATCH v2 2/8] mfd: add missing defines necessary for mtk-pmic-keys support
` [PATCH v2 3/8] mfd: mt6397-core: add resources for PMIC keys for MT6359
` [PATCH v2 4/8] Input: mtk-pmic-keys: rename platform data struct
` [PATCH v2 5/8] Input: mtk-pmic-keys: add field to store if PMIC has key release IRQs
` [PATCH v2 6/8] Input: keyboard: mtk-pmic-keys: add support for MT6359
` [PATCH v2 7/8] arm64: dts: mediatek: mt6359: add node for PMIC keys support
` [PATCH v2 8/8] arm64: dts: mediatek: mt8195-demo: define PMIC keys available

[PATCHv4] drm/amdgpu: disable ASPM on Intel Alder Lake based systems
 2022-04-26 13:53 UTC  (8+ messages)

[PATCH v5 01/11] aach: arm: mach-hpe: Introduce the HPE GXP architecture
 2022-04-26 13:52 UTC  (6+ messages)
` [PATCH v5 06/11] dt-bindings: watchdog: Add HPE GXP Watchdog timer binding

[PATCH v2] ext4: fix race condition between ext4_write and ext4_convert_inline_data
 2022-04-26 14:06 UTC 

[PATCH] Carry forward IMA measurement log on kexec on x86_64
 2022-04-26 13:49 UTC  (4+ messages)

[PATCH 2/2] Revert "drm: of: Lookup if child node has panel or bridge"
 2022-04-26 13:50 UTC  (11+ messages)

[PATCH] irq_work: Make irq_work_queue_on() NMI-safe again
 2022-04-26 13:49 UTC 

[PATCH V5 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
 2022-04-26 13:48 UTC  (3+ messages)
` [PATCH V5 2/2] drivers/perf: hisi: add "

[PATCH v2 0/3] ASoC: sh: rz-ssi: Trivial fixes
 2022-04-26 13:48 UTC  (3+ messages)
` [PATCH v2 3/3] ASoC: sh: rz-ssi: Release the DMA channels in rz_ssi_probe() error path

[PATCH 1/7] dt-bindings: usb: mediatek,mtu3: add binding for MT8195 SoC
 2022-04-26 13:41 UTC  (7+ messages)
` [PATCH 2/7] arm64: dts: mediatek: mt8195: add ssusb support
` [PATCH 3/7] arm64: dts: mediatek: mt8195: add ethernet device node
` [PATCH 4/7] arm64: dts: mediatek: mt8195-evb: enable ethernet
` [PATCH 5/7] arm64: dts: mediatek: mt8195-demo: "
` [PATCH 6/7] arm64: dts: mediatek: mt8195-demo: Remove input-name property
` [PATCH 7/7] arm64: dts: mediatek: mt8195-demo: enable uart1

[PATCH -next 0/2] Support riscv jit to provide bpf_line_info
 2022-04-26 14:09 UTC  (3+ messages)
` [PATCH -next 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo
` [PATCH -next 2/2] riscv, bpf: Support riscv jit to provide bpf_line_info

[PATCH 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-26 13:40 UTC  (3+ messages)
` [PATCH 1/2] kernel: add platform_has() infrastructure
` [PATCH 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH 1/3 v5] dt-bindings: dspi: added for MikcroBus socket
 2022-04-26 13:39 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).