messages from 2021-12-01 11:42:15 to 2021-12-01 14:38:21 UTC [more...]
[PATCH v4 00/66] Introducing the Maple Tree
2021-12-01 14:30 UTC (51+ messages)
` [PATCH v4 01/66] radix tree test suite: Add pr_err define
` [PATCH v4 02/66] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v4 04/66] radix tree test suite: Add support for slab bulk APIs
` [PATCH v4 06/66] mm: Start tracking VMAs with maple tree
` [PATCH v4 09/66] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v4 08/66] mmap: Use the VMA iterator in count_vma_pages_range()
` [PATCH v4 10/66] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v4 11/66] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v4 12/66] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v4 13/66] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v4 15/66] mm: Convert vma_lookup() to use the Maple Tree
` [PATCH v4 14/66] proc: Remove VMA rbtree use from nommu
` [PATCH v4 16/66] mm: Remove rb tree
` [PATCH v4 19/66] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v4 17/66] mmap: Change zeroing of maple tree in __vma_adjust
` [PATCH v4 18/66] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v4 20/66] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v4 22/66] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v4 23/66] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v4 24/66] mm: Remove vmacache
` [PATCH v4 27/66] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v4 26/66] mm/mmap: Reorganize munmap to use maple states
` [PATCH v4 29/66] parisc: Remove mmap linked list from cache handling
` [PATCH v4 28/66] arm64: Remove mmap linked list from vdso
` [PATCH v4 30/66] powerpc: Remove mmap linked list walks
` [PATCH v4 33/66] xtensa: Remove vma "
` [PATCH v4 37/66] binfmt_elf: Remove vma linked list walk
` [PATCH v4 38/66] coredump: "
` [PATCH v4 39/66] binfmt_elf: Take the mmap lock when walking the VMA list
` [PATCH v4 41/66] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v4 40/66] exec: Use VMA iterator instead "
` [PATCH v4 42/66] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v4 44/66] ipc/shm: Use VMA iterator instead of linked list
` [PATCH v4 43/66] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v4 47/66] sched: Use maple tree iterator to walk VMAs
` [PATCH v4 45/66] acct: Use VMA iterator instead of linked list
` [PATCH v4 49/66] bpf: Remove VMA "
` [PATCH v4 48/66] fork: Use VMA iterator
` [PATCH v4 52/66] mm/ksm: Use maple tree iterators instead of vma linked list
` [PATCH v4 51/66] mm/khugepaged: "
` [PATCH v4 55/66] mm/mempolicy: "
` [PATCH v4 53/66] mm/madvise: Use vma_find() "
` [PATCH v4 54/66] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v4 57/66] mm/mprotect: Use maple tree navigation instead of vma linked list
` [PATCH v4 56/66] mm/mlock: Use maple tree iterators "
` [PATCH v4 59/66] mm/msync: Use vma_find() "
` [PATCH v4 58/66] mm/mremap: "
` [PATCH v4 61/66] mm/pagewalk: "
` [PATCH v4 64/66] nommu: Remove uses of VMA "
` [PATCH v4 63/66] i915: Use the VMA iterator
[RFC 00/12] io_uring zerocopy send
2021-12-01 14:31 UTC (2+ messages)
[RFC PATCH] dt-bindings: nvmem: add transformation support
2021-12-01 14:30 UTC (3+ messages)
[PATCH v11 0/6] gpio-sim: configfs-based GPIO simulator
2021-12-01 14:28 UTC (10+ messages)
` [PATCH v11 2/6] gpiolib: allow to specify the firmware node in struct gpio_chip
[PATCH v8 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
2021-12-01 14:26 UTC (10+ messages)
` [PATCH v8 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
[PATCH] firmware_loader: export sysctl registration
2021-12-01 14:25 UTC (5+ messages)
[PATCH v1 1/1] media: atomisp: fix "variable dereferenced before check 'asd'"
2021-12-01 14:19 UTC
[PATCH v2 0/6] x86-64: Stack protector and percpu improvements
2021-12-01 14:21 UTC (4+ messages)
` [PATCH v2 2/6] x86-64: Convert stack protector to normal percpu variable
[PATCH] vt: Fix sleeping functions called from atomic context
2021-12-01 14:20 UTC (7+ messages)
` [PATCH] tty: vt: make do_con_write() no-op if IRQ is disabled
[PATCH v1 00/10] misc: at25: Code cleanups and improvements
2021-12-01 14:19 UTC (2+ messages)
[PATCH v1 0/3] misc: at25: Fix issues brought with FRAM support
2021-12-01 14:19 UTC (2+ messages)
[PATCH v2 0/3] drm/etnaviv: IOMMU related fixes
2021-12-01 14:18 UTC (6+ messages)
` [PATCH v2 3/3] drm/etnaviv: use a 32 bit mask as coherent DMA mask
[PATCH v1 1/1] list: Introduce list_is_head() helper and re-use it in list.h
2021-12-01 14:18 UTC
[PATCH] usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()
2021-12-01 14:16 UTC (4+ messages)
[PATCH 1/2] HID: add hid_is_usb() function to make it simpler for USB detection
2021-12-01 14:15 UTC
[PATCH v2 1/1] usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests
2021-12-01 14:14 UTC (2+ messages)
[RFC PATCH] s390: vfio-ap: Register the vfio_ap module for the "ap" parent bus
2021-12-01 14:11 UTC
[PATCH 00/31] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-01 14:09 UTC (3+ messages)
` [PATCH 04/31] kasan, page_alloc: simplify kasan_poison_pages call site
[PATCH] arm64: dts: Update NAND MTD partition for Agilex and Stratix 10
2021-12-01 14:09 UTC (2+ messages)
[PATCH v4 00/24] NVIDIA Tegra ARM32 device-tree patches for 5.17 (new devices and more)
2021-12-01 14:08 UTC (4+ messages)
` [PATCH v4 06/24] ARM: tegra: Add common device-tree base for Tegra30 ASUS Transformers
[PATCH v2] x86/sme: Explicitly map new EFI memmap table as encrypted
2021-12-01 14:05 UTC (7+ messages)
[PATCH v10 0/8] MIPS: JZ4780 and CI20 HDMI
2021-12-01 14:03 UTC (7+ messages)
` [PATCH v10 4/8] drm/ingenic: Add dw-hdmi driver for jz4780
[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
2021-12-01 14:00 UTC (10+ messages)
[PATCH v2 0/4] binder: Prevent untranslated sender data from being copied to target
2021-12-01 13:58 UTC (7+ messages)
` [PATCH v2 1/4] binder: fix handling of error during copy
` [PATCH v2 2/4] binder: avoid potential data leakage when copying txn
` [PATCH v2 3/4] binder: read pre-translated fds from sender buffer
[PATCH 0/3] page table check
2021-12-01 13:55 UTC (5+ messages)
` [PATCH 3/3] x86: mm: add x86_64 support for "
[PATCH] md: Fix unexpected behaviour in is_mddev_idle
2021-12-01 13:50 UTC (2+ messages)
[PATCH v2 0/4] docs: add better support for Sphinx themes and CSS
2021-12-01 13:50 UTC (5+ messages)
` [PATCH v2 1/4] docs: allow selecting a Sphinx theme
` [PATCH v2 2/4] docs: allow to pass extra CSS themes via make
` [PATCH v2 3/4] docs: set format for the classic mode
` [PATCH v2 4/4] docs: add support for RTD dark mode
[PATCH v2 0/8] drivers/perf: CPU PMU driver for Apple M1
2021-12-01 13:49 UTC (9+ messages)
` [PATCH v2 1/8] dt-bindings: arm-pmu: Document Apple PMU compatible strings
` [PATCH v2 2/8] dt-bindings: apple,aic: Add CPU PMU per-cpu pseudo-interrupts
` [PATCH v2 3/8] irqchip/apple-aic: Add cpumasks for E and P cores
` [PATCH v2 4/8] irqchip/apple-aic: Wire PMU interrupts
` [PATCH v2 5/8] irqchip/apple-aic: Move PMU-specific registers to their own include file
` [PATCH v2 6/8] arm64: apple: t8301: Add PMU nodes
` [PATCH v2 7/8] drivers/perf: arm_pmu: Handle 47 bit counters
` [PATCH v2 8/8] drivers/perf: Add Apple icestorm/firestorm CPU PMU driver
[PATCH] PM: runtime: Allow rpm_resume() to succeed when runtime PM is disabled
2021-12-01 13:49 UTC (10+ messages)
[PATCH v8 00/17] Enroll kernel keys thru MOK
2021-12-01 13:46 UTC (6+ messages)
` [PATCH v8 09/17] KEYS: Rename get_builtin_and_secondary_restriction
[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
2021-12-01 13:46 UTC (11+ messages)
[PATCH V4 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
2021-12-01 13:39 UTC (13+ messages)
` [PATCH V4 2/2] riscv: add RISC-V Svpbmt extension supports
` [PATCH V4 1/2] dt-bindings: riscv: add MMU Standard Extensions support for Svpbmt
[PATCH] of/irq: Add a quirk for controllers with their own definition of interrupt-map
2021-12-01 13:36 UTC (15+ messages)
[PATCH] HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested
2021-12-01 13:34 UTC (2+ messages)
[PATCH 0/4] firmware: qemu_fw_cfg: misc bug fixes
2021-12-01 13:25 UTC (5+ messages)
` [PATCH 1/4] firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
` [PATCH 2/4] firmware: qemu_fw_cfg: fix kobject leak in probe error path
` [PATCH 3/4] firmware: qemu_fw_cfg: fix sysfs information leak
` [PATCH 4/4] firmware: qemu_fw_cfg: remove sysfs entries explicitly
[PATCH] drm/komeda: Fix an undefined behavior bug in komeda_plane_add()
2021-12-01 13:28 UTC (3+ messages)
` [PATCH v2] "
[paulmck-rcu:dev.2021.11.30a] BUILD SUCCESS 03e3d7d48c74defeb3b8c2b2025b6ab63fb39cec
2021-12-01 13:24 UTC
[tip:x86/core] BUILD SUCCESS 2a144bcd661c4f0a503e03f9280e88854ac0bb37
2021-12-01 13:24 UTC
[RFC PATCH v3 00/59] KVM: X86: TDX support
2021-12-01 13:22 UTC (3+ messages)
[PATCH v17 0/3] Add trusted_for(2) (was O_MAYEXEC)
2021-12-01 13:14 UTC (4+ messages)
[PATCH v13 0/4] Add NVIDIA Tegra GPC-DMA driver
2021-12-01 13:16 UTC (3+ messages)
` [PATCH v13 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194
[PATCH v1 1/1] gpio: dwapb: clarify usage of the register file version
2021-12-01 13:13 UTC (5+ messages)
[PATCH][next] thermal/drivers: Fix spelling mistake "caliberation" -> "calibration"
2021-12-01 13:12 UTC
[PATCHv3] ethernet: aquantia: Try MAC address from device tree
2021-12-01 13:08 UTC (2+ messages)
[PATCH 0/2] i2c: stm32: A few cleanups
2021-12-01 11:41 UTC
[PATCH 1/2] selftests: cgroup: build error multiple outpt files
2021-12-01 13:06 UTC (5+ messages)
[PATCH 1/3] MIPS: TXX9: Remove rbtx4938 board support
2021-12-01 13:06 UTC (6+ messages)
` [PATCH 2/3] MIPS: TXX9: Remove rbtx4939 "
` [PATCH 3/3] MIPS: TXX9: Remove TX4939 SoC support
[PATCH] kprobes: fix out-of-bounds in register_kretprobe
2021-12-01 13:06 UTC (3+ messages)
[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
2021-12-01 13:00 UTC (11+ messages)
[RFC v1 0/8] RFC v1: Kernel handling of CPU and memory hot un/plug for crash
2021-12-01 12:59 UTC (4+ messages)
[RFC V2 0/2] arm64: imx8mm: Enable Hantro VPUs
2021-12-01 12:58 UTC (5+ messages)
` [RFC V2 1/2] media: hantro: Add support for i.MX8M Mini
[PATCH 0/6] rcu/nocb: Last prep work before cpuset interface v2
2021-12-01 12:55 UTC (4+ messages)
` [PATCH 1/6] rcu/nocb: Remove rdp from nocb list when de-offloaded
[PATCH] tests: add mqueue sysctl tests for user namespace
2021-12-01 12:53 UTC (7+ messages)
` [PATCH V2] ipc: add set_ownership() and permissions() callbacks for posix mqueue sysctl
[PATCH 1/2] clocksource/drivers/imx-sysctr: mark two variable with __ro_after_init
2021-12-01 12:50 UTC (2+ messages)
` [PATCH 2/2] clocksource: timer-imx-sysctr: set cpumask to cpu_possible_mask
[PATCH v6 0/8] Add the imx8m pcie phy driver and imx8mm pcie support
2021-12-01 12:44 UTC (2+ messages)
[PATCH v1 0/4] Support register names from all architectures
2021-12-01 12:33 UTC (5+ messages)
` [PATCH v1 1/4] perf tools: Prevent out-of-bounds access to registers
` [PATCH v1 2/4] perf script: Add "struct machine" parameter to process_event callback
` [PATCH v1 3/4] perf tools: Crete header files with register names
` [PATCH v1 4/4] perf tools: Support register names from all architectures
[PATCH] drm/etnaviv: constify static struct cooling_ops
2021-12-01 12:30 UTC (2+ messages)
[PATCH v2 0/4] Add support for the Cypress cyttsp5
2021-12-01 12:27 UTC (4+ messages)
` [PATCH v2 1/4] Input: Add driver for Cypress Generation 5 touchscreen
[PATCH v2] arm64: Enable KCSAN
2021-12-01 12:25 UTC (3+ messages)
[PATCH] dpaa2-eth: add error handling code for dpaa2_eth_dl_register
2021-12-01 12:24 UTC (3+ messages)
[RFC PATCH v1 0/1] Create 'Reported:' and 'Reviewed:' tags for links in commit messages
2021-12-01 12:24 UTC (5+ messages)
` [RFC PATCH v1 1/1] docs: add the new commit-msg tags 'Reported:' and 'Reviewed:'
[PATCH 0/2] pinctrl: qcom: Add SM8450 pinctrl
2021-12-01 12:11 UTC (3+ messages)
` [PATCH 2/2] pinctrl: qcom: Add SM8450 pinctrl driver
[PATCH 00/17] various fixes for atomisp to make it work
2021-12-01 12:15 UTC (21+ messages)
` [PATCH 02/17] media: atomisp: pci: fix punit_ddr_dvfs_enable() argument for mrfld_power up case
` [PATCH 04/17] media: atomisp: pci: do not use err var when checking port validity for ISP2400
` [PATCH 05/17] media: atomisp: pci: fix inverted error check for ia_css_mipi_is_source_port_valid()
[PATCH 0/2] regulator: qcom,rpmh: Add support for PM8450
2021-12-01 12:11 UTC (3+ messages)
` [PATCH 2/2] regulator: qcom-rpmh: Add support for PM8450 regulators
[PATCH 0/2] Add support from SM8450 IOMMU
2021-12-01 12:10 UTC (3+ messages)
` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation
[PATCH 0/4] clk: qcom: Add clocks for SM8450 SoC
2021-12-01 12:09 UTC (5+ messages)
` [PATCH 3/4] clk: qcom: Add clock driver for SM8450
` [PATCH 4/4] clk: qcom: rpmh: add support for SM8450 rpmh clocks
[PATCH v11, 00/19] Support multi hardware decode using of_platform_populate
2021-12-01 12:09 UTC (17+ messages)
` [PATCH v11, 04/19] media: mtk-vcodec: export decoder pm functions
` [PATCH v11, 05/19] media: mtk-vcodec: Support MT8192
` [PATCH v11, 09/19] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v11, 10/19] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v11, 11/19] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v11,14/19] media: mtk-vcodec: Support 34bits dma address for vdec
` [PATCH v11, 18/19] media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
` [PATCH v11, 19/19] media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm
[PATCH v2 0/2] docs: document the sysfs ABI for "nohz_full" and "isolated"
2021-12-01 11:59 UTC (3+ messages)
` [PATCH v2 1/2] docs: document the sysfs ABI for "nohz_full"
` [PATCH v2 2/2] docs: document the sysfs ABI for "isolated"
[RFC/PATCHSET 0/5] perf ftrace: Implement function latency histogram (v1)
2021-12-01 11:59 UTC (5+ messages)
[PATCH] HID: sigmamicro: Fix modifier keys for SiGma Micro based keyboards
2021-12-01 11:51 UTC
[PATCH v2 0/6] KEXEC_SIG with appended signature
2021-12-01 11:48 UTC (3+ messages)
[PATCH 0/2] i2c: stm32: A few cleanups
2021-12-01 11:47 UTC (3+ messages)
` [PATCH 1/2] i2c: stm32: get rid of stm32f7_i2c_release_bus return value
` [PATCH v2 2/2] i2c: stm32f7: remove noisy and imprecise log messages
arch/arm64/kernel/machine_kexec_file.c:152 load_other_segments() warn: missing error code 'ret'
2021-12-01 11:46 UTC
[PATCH v2 0/7] agp: Various minor fixes
2021-12-01 11:46 UTC (8+ messages)
` [PATCH v2 1/7] agp: Remove trailing whitespaces
` [PATCH v2 2/7] agp: Include "compat_ioctl.h" where necessary
` [PATCH v2 3/7] agp: Documentation fixes
` [PATCH v2 4/7] agp/ati: Return error from ati_create_page_map()
` [PATCH v2 5/7] agp/nvidia: Declare value returned by readl() as unused
` [PATCH v2 6/7] agp/sworks: Remove unused variable 'current_size'
` [PATCH v2 7/7] agp/via: "
[tip:x86/misc] BUILD SUCCESS c494eb366dbfc5095c0f159bbb5c6d4ec3ed37ec
2021-12-01 11:42 UTC
[tip:x86/urgent] BUILD SUCCESS 52d0b8b18776f184c53632c5e0068201491cdb61
2021-12-01 11:41 UTC
[tip:irq/core] BUILD SUCCESS 4946f15e8c334840bf277a0bf924371eae120fcd
2021-12-01 11:42 UTC
[tip:core/entry] BUILD SUCCESS 985faa78687de6e583cfd8b8094d87dcb80c33a6
2021-12-01 11:41 UTC
[PATCH v2] of/irq: Add a quirk for controllers with their own definition of interrupt-map
2021-12-01 11:41 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox