All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-14 13:03:30 to 2020-04-14 13:16:41 UTC [more...]

decruft the vmalloc API v2
 2020-04-14 13:13 UTC  (63+ messages)
` [PATCH 01/29] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/29] x86: fix vmap arguments in map_irq_stack
` [PATCH 03/29] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
` [PATCH 05/29] dma-mapping: use vmap insted "
` [PATCH 06/29] powerpc: add an ioremap_phb helper
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 08/29] mm: remove __get_vm_area
  ` [PATCH 09/29] mm: unexport unmap_kernel_range_noflush
  ` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
  ` [PATCH 20/29] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
  ` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc
` [PATCH 10/29] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 12/29] mm: pass addr as unsigned long to vb_free
` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 14/29] mm: rename vmap_page_range to map_kernel_range
` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{,_noflush}
  ` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{, _noflush}
` [PATCH 16/29] mm: remove map_vm_range
` [PATCH 17/29] mm: remove unmap_vmap_area
` [PATCH 19/29] mm: enforce that vmap can't map pages executable
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 22/29] mm: remove the prot argument to __vmalloc_node
` [PATCH 23/29] mm: remove both instances of __vmalloc_node_flags
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 27/29] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 28/29] powerpc: use __vmalloc_node in alloc_vm_stack

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 13:15 UTC  (51+ messages)
` [PATCH v2 01/33] iommu: Move default domain allocation to separate function
` [PATCH v2 02/33] iommu: Add def_domain_type() callback in iommu_ops
` [PATCH v2 04/33] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [PATCH v2 05/33] iommu/amd: Remove dma_mask check from check_device()
` [PATCH v2 06/33] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
` [PATCH v2 07/33] iommu: Add probe_device() and remove_device() call-backs
` [PATCH v2 08/33] iommu: Move default domain allocation to iommu_probe_device()
` [PATCH v2 09/33] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [PATCH v2 10/33] iommu: Move new probe_device path to separate function
` [PATCH v2 11/33] iommu: Split off default domain allocation from group assignment
` [PATCH v2 12/33] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [PATCH v2 13/33] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [PATCH v2 14/33] iommu/amd: Remove dev_data->passthrough
` [PATCH v2 15/33] iommu/amd: Convert to probe/release_device() call-backs
` [PATCH v2 16/33] iommu/vt-d: "
` [PATCH v2 17/33] iommu/arm-smmu: "
` [PATCH v2 18/33] iommu/pamu: "
` [PATCH v2 19/33] iommu/s390: "
` [PATCH v2 20/33] iommu/virtio: "
` [PATCH v2 21/33] iommu/msm: "
` [PATCH v2 24/33] iommu/qcom: "
` [PATCH v2 26/33] iommu/tegra: "
` [PATCH v2 27/33] iommu/renesas: "
` [PATCH v2 29/33] iommu/omap: "
` [PATCH v2 31/33] iommu/exynos: "
  ` [PATCH v2 03/33] iommu/amd: Implement iommu_ops->def_domain_type call-back
  ` [PATCH v2 22/33] iommu/mediatek: Convert to probe/release_device() call-backs
  ` [PATCH v2 23/33] iommu/mediatek-v1 "
  ` [PATCH v2 25/33] iommu/rockchip: "
  ` [PATCH v2 28/33] iommu/omap: Remove orphan_dev tracking
  ` [PATCH v2 30/33] iommu/exynos: Use first SYSMMU in controllers list for IOMMU core
  ` [PATCH v2 32/33] iommu: Remove add_device()/remove_device() code-paths
` [PATCH v2 33/33] iommu: Unexport iommu_group_get_for_dev()

[Qemu devel PATCH v4 0/3] Add SmartFusion2 EMAC block
 2020-04-14 13:14 UTC  (10+ messages)
` [Qemu devel PATCH v4 1/3] hw/net: Add Smartfusion2 emac block
` [Qemu devel PATCH v4 2/3] msf2: Add EMAC block to SmartFusion2 SoC
` [Qemu devel PATCH v4 3/3] tests/boot_linux_console: Add ethernet test to SmartFusion2

[PATCH 0/2] KVM: arm64: vgic_irq: Fix memory leaks
 2020-04-14 13:15 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy

[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up
 2020-04-14 13:13 UTC  (5+ messages)
` [PATCH for-5.1 1/8] tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt()

[PATCH] platform/chrome: wilco_ec: Provide correct output format to 'h1_gpio' file
 2020-04-14 13:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/11] new cgroup controller for gpu/drm subsystem
 2020-04-14 13:14 UTC  (11+ messages)

[PATCH 0/3] regulator: max77826: Add MAX77826 support
 2020-04-14 13:14 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/display: Load DP_TP_CTL/STATUS offset before use it
 2020-04-14 13:13 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/2] Revert "rtc/cmos: Protect rtc_lock from interrupts"

printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
 2020-04-14 13:13 UTC  (3+ messages)

[PATCH 0/5] add RTT support for SAM9X60
 2020-04-14 13:12 UTC  (13+ messages)
` [PATCH 4/5] ARM: dts: sam9x60: add rtt

[Ocfs2-devel] [PATCH 0/8] Simplefs: group and simplify linux fs code
 2020-04-14 13:03 UTC  (9+ messages)
` [PATCH 2/8] fs: extract simple_pin/release_fs to separate files
` [PATCH 3/8] fs: wrap simple_pin_fs/simple_release_fs arguments in a struct
    ` [Ocfs2-devel] "
` [PATCH 4/8] fs: introduce simple_new_inode
` [PATCH 5/8] simplefs: add alloc_anon_inode wrapper

[RFC] staging: vt6656: Add formula to the vnt_rf_addpower function
 2020-04-14 13:12 UTC  (3+ messages)

[dpdk-dev] [PATCH] event/dsw: avoid reusing previously recorded events
 2020-04-14 13:11 UTC  (5+ messages)

[PATCH 00/18] stm32mp1: add command stm32prog
 2020-04-14 13:11 UTC  (30+ messages)
` [PATCH 05/18] stm32mp: stm32prog: add flash layout parsing
` [PATCH 06/18] stm32mp: stm32prog: add MMC device
` [PATCH 07/18] stm32mp: stm32prog: add support of boot partition for eMMC device
` [PATCH 08/18] stm32mp: stm32prog: add upport of partial update
` [PATCH 09/18] stm32mp: stm32prog: add MTD devices support
` [PATCH 10/18] stm32mp: stm32prog: adapt the MTD partitions
` [PATCH 11/18] stm32mp: stm32prog: add support of ssbl copy
` [PATCH 12/18] stm32mp: stm32prog: add support for delete option in flashlayout
` [PATCH 13/18] stm32mp: stm32prog: add otp update support
` [PATCH 14/18] stm32mp: stm32prog: add pmic NVM "
` [PATCH 15/18] stm32mp: stm32prog: add serial link support
` [PATCH 16/18] stm32mp: stm32prog: enable videoconsole
` [PATCH 17/18] stm32mp: stm32prog: support for script
` [PATCH 18/18] stm32mp: stm32prog: add support of RAM target

[Intel-gfx] [PULL] gvt-fixes
 2020-04-14 13:11 UTC  (2+ messages)

[PATCH 1/2] drm/panfrost: missing remove opp table in case of failure
 2020-04-14 13:10 UTC  (12+ messages)
` [PATCH 2/2] drm/panfrost: add devfreq regulator support

[Intel-gfx] [PATCH v6 1/4] drm/i915/perf: break OA config buffer object in 2
 2020-04-14 13:10 UTC  (4+ messages)
` [Intel-gfx] [PATCH v6 2/4] drm/i915/perf: stop using the kernel context
` [Intel-gfx] [PATCH v6 3/4] drm/i915/perf: prepare driver to receive multiple ctx handles
` [Intel-gfx] [PATCH v6 4/4] drm/i915/perf: enable filtering on multiple contexts

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-14 13:06 UTC  (12+ messages)
` [PATCH 1/2] "
  ` [Cocci] "
  ` [Intel-wired-lan] "

[PATCH] arm64: Optimize ptrauth by enabling it for non-leaf functions
 2020-04-14 13:10 UTC  (6+ messages)

Should io_sq_thread belongs to specific cpu, not io_uring instance
 2020-04-14 13:08 UTC 

[PATCH] x86: microcode: fix return value for microcode late loading
 2020-04-14  9:55 UTC 

[regression 5.7-rc1] System does not power off, just halts
 2020-04-14 13:07 UTC  (7+ messages)

preparations for 4.13.1 and 4.12.3
 2020-04-14 13:07 UTC  (2+ messages)

[PATCH] ALSA: hda: enable the runtime_pm for non-vgaswitcheroo hda controllers
 2020-04-14 13:06 UTC  (7+ messages)

WARNING in plist_check_prev_next
 2020-04-14 13:06 UTC 

[RFC v1 0/5] GPU DVFS for Meson GXBB/GXL/GXM/G12A/G12B/SM1
 2020-04-14 13:05 UTC  (4+ messages)

[PATCH v2] mm: swap: use fixed-size readahead during swapoff
 2020-04-14 13:05 UTC  (5+ messages)

[LTP] [PATCH v5 1/3] Allow acquiring multiple loop devices
 2020-04-14 13:05 UTC  (5+ messages)
` [LTP] [PATCH v5 2/3] Add LVM support scripts

[PATCH v2] coresight: Fix support for sparsely populated ports
 2020-04-14 13:05 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 0/4] add AESNI-MB rawdev for multi-function processing
 2020-04-14 13:04 UTC  (5+ messages)

[PATCH] Optimized division operation to shift operation
 2020-04-14 11:35 UTC 

improve use_mm / unuse_mm
 2020-04-14  7:03 UTC  (7+ messages)
` [PATCH 2/6] i915/gvt/kvm: a NULL ->mm does not mean a thread is a kthread

[dpdk-dev] [PATCH] cryptodev: version rte_cryptodev_info_get function
 2020-04-14 13:03 UTC  (3+ messages)

[PATCH] media: Kconfig: Don't expose API options
 2020-04-14 13:02 UTC 

[PATCH 00/10] KVM: selftests: Add KVM_SET_MEMORY_REGION tests
 2020-04-14 13:02 UTC  (6+ messages)
` [PATCH 01/10] KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()

[igt-dev] [PATCH i-g-t] igt/gem_shrink: Fix reversed logic when mmap fails
 2020-04-14 13:03 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for igt/gem_shrink: Fix reversed logic when mmap fails (rev2)


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.