All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-29 14:46:36 to 2020-06-29 15:27:26 UTC [more...]

[RFC PATCH v2 00/18] Support for Tegra video capture from external sensor
 2020-06-29 14:48 UTC  (4+ messages)
` [RFC PATCH v2 08/18] media: tegra-video: Enable TPG based on kernel config

[PATCH 5.7 000/265] 5.7.7-rc1 review
 2020-06-29 15:18 UTC  (4+ messages)
` [PATCH 5.7 248/265] drm/fb-helper: Fix vt restore
` [PATCH 5.7 252/265] drm/panel-simple: fix connector type for LogicPD Type28 Display

[PATCH v4 00/17] Warn on orphan section placement
 2020-06-29 15:16 UTC  (7+ messages)
` [PATCH v4 05/17] ctype: Work around Clang -mbranch-protection=none bug

[PATCH 00/20] Fix a bunch more W=1 warnings in Misc
 2020-06-29 15:02 UTC  (17+ messages)
` [PATCH 03/20] misc: habanalabs: firmware_if: Add missing 'fw_name' and 'dst' entries to function header
` [PATCH 04/20] misc: habanalabs: pci: Fix a variety of kerneldoc issues
` [PATCH 05/20] misc: habanalabs: irq: Repair kerneldoc formatting issues
` [PATCH 06/20] misc: habanalabs: goya: Omit pointless check ensuring addr is >=0
` [PATCH 07/20] misc: habanalabs: pci: Scrub documentation for non-present function argument
` [PATCH 08/20] misc: habanalabs: goya: goya_coresight: Remove set but unused variable 'val'
` [PATCH 09/20] misc: habanalabs: gaudi: Remove ill placed asterisk from kerneldoc header
` [PATCH 10/20] misc: habanalabs: gaudi: gaudi_security: Repair incorrectly named function arg

[PATCH 0/5] Last batch of W=1 warning fixes in MFD
 2020-06-29 15:08 UTC  (7+ messages)
` [PATCH 4/5] mfd: sprd-sc27xx-spi: Fix divide by zero when allocating register offset/mask

[PATCH V3 00/10] Support building i.MX8 SoCs clock driver as module
 2020-06-29 15:08 UTC  (7+ messages)
` [PATCH V3 04/10] clk: imx: Support building SCU "

[PATCH v1] mtd: spi-nor: Add support for Winbond w25q64jv spi flash
 2020-06-29 14:53 UTC  (3+ messages)

[PATCH net] xsk: remove cheap_dma optimization
 2020-06-29 15:18 UTC  (7+ messages)

[PATCH] tcg/svm: use host cr4 during NPT page table walk
 2020-06-29 15:12 UTC  (2+ messages)

[PATCH] util/qemu-error: prepend guest name to error message to identify affected VM owner
 2020-06-29 15:26 UTC  (2+ messages)

[PATCH] sunxi: Add support for using UART4 as console on A64
 2020-06-29 15:27 UTC  (2+ messages)

[PATCH v2 00/47] staging: vchiq: Getting rid of the vchi/vchiq split
 2020-06-29 15:09 UTC  (82+ messages)
` [PATCH v2 01/47] staging: mmal-vchiq: Make timeout a defined parameter
` [PATCH v2 02/47] staging: mmal-vchiq: Make a mmal_buf struct for passing parameters
` [PATCH v2 03/47] staging: mmal-vchiq: Fixup vchiq-mmal include ordering
` [PATCH v2 04/47] staging: mmal-vchiq: Fix client_component for 64 bit kernel
` [PATCH v2 05/47] staging: mmal-vchiq: Always return the param size from param_get
` [PATCH v2 06/47] staging: mmal-vchiq: If the VPU returns an error, don't negate it
` [PATCH v2 07/47] staging: mmal-vchiq: Fix formatting errors in mmal_parameters.h
` [PATCH v2 08/47] staging: vchiq_arm: Add a matching unregister call
` [PATCH v2 09/47] staging: vchi: Get rid of all useless callback reasons
` [PATCH v2 10/47] staging: vchi: Get rid of vchi_msg_peek()
` [PATCH v2 11/47] staging: vchi: Get rid of struct vchi_instance_handle
` [PATCH v2 12/47] staging: vchi: Unify struct shim_service and struct vchi_service_handle
` [PATCH v2 13/47] staging: vc04_services: bcm2835-audio: Use vchi_msg_hold()
` [PATCH v2 14/47] staging: vchi: Get rid of vchi_msg_dequeue()
` [PATCH v2 15/47] staging: vchi_common: Get rid of all unused definitions
` [PATCH v2 16/47] staging: vchi: Get rid of unnecessary defines
` [PATCH v2 17/47] staging: vc04_services: Get rid of vchi_cfg.h
` [PATCH v2 18/47] staging: vchi: Get rid of flags argument in vchi_msg_hold()
` [PATCH v2 19/47] staging: vchi: Use enum vchiq_bulk_mode instead of vchi's transmission flags
` [PATCH v2 20/47] staging: vchi: Use vchiq's enum vchiq_reason
` [PATCH v2 21/47] staging: vchi: Get rid of effect less expression
` [PATCH v2 22/47] staging: vchiq: Introduce vchiq_validate_params()
` [PATCH v2 23/47] staging: vchiq: Move message queue into struct vchiq_service
` [PATCH v2 24/47] staging: vchiq: Get rid of vchiq_util.h
` [PATCH v2 25/47] staging: vchi: Expose struct vchi_service
` [PATCH v2 26/47] staging: vchiq: Export vchiq_get_service_userdata()
` [PATCH v2 27/47] staging: vchiq: Export vchiq_msg_queue_push
` [PATCH v2 28/47] staging: vchi: Get rid of vchiq_shim's message callback
` [PATCH v2 29/47] staging: vchiq: Don't use a typedef for vchiq_callback
` [PATCH v2 30/47] staging: vchi: Use struct vchiq_service_params
` [PATCH v2 31/47] staging: vchi: Get rid of struct vchi_service
` [PATCH v2 32/47] staging: vchiq: Pass vchiq's message when holding a message
` [PATCH v2 33/47] staging: vchi: Rework vchi_msg_hold() to match vchiq_msg_hold()
` [PATCH v2 34/47] staging: vchiq: Unify fourcc definition mechanisms
` [PATCH v2 35/47] staging: vchi: Get rid of struct vchiq_instance forward declaration
` [PATCH v2 36/47] staging: vchi: Don't include vchiq_core.h
` [PATCH v2 37/47] staging: vchiq: Get rid of unnecessary definitions in vchiq_if.h
` [PATCH v2 38/47] staging: vchiq: Make vchiq_add_service() local
` [PATCH v2 39/47] staging: vchiq: Move definitions only used by core into core header
` [PATCH v2 40/47] staging: vchi: Get rid of vchi_bulk_queue_receive()
` [PATCH v2 41/47] staging: vchi: Get rid of vchi_bulk_queue_transmit()
` [PATCH v2 42/47] staging: vchi: Move vchi_queue_kernel_message() into vchiq
` [PATCH v2 43/47] staging: vchiq: Get rid of vchi
` [PATCH v2 44/47] staging: vchiq: Move conditional barrier definition into vchiq_core.h
` [PATCH v2 45/47] staging: vchiq: Use vchiq.h as the main header file for services
` [PATCH v2 46/47] staging: vchiq: Move defines into core header
` [PATCH v2 47/47] staging: vchiq: Move vchiq.h into include directory

[ak:lto-5.7-1 11/17] ld.lld: error: can't create dynamic relocation R_PPC64_ADDR64 against symbol: __kstrtabns_loops_per_jiffy in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
 2020-06-29 15:27 UTC 

[PATCH v3 4/9] x86/build: Warn on orphan section placement
 2020-06-29 15:26 UTC  (3+ messages)

[PATCH] video: rockchip: fix HDMI 4K resolution
 2020-06-29 15:26 UTC  (2+ messages)

[PATCH v1 0/3] fio: option to make engines load dynamically
 2020-06-29 15:25 UTC  (3+ messages)
` [PATCH v1 3/3] fio: suggest installing engine package when missing

[PULL v2 00/31] Misc patches for 2020-06-24
 2020-06-29 15:23 UTC  (4+ messages)
` [PULL v2 25/31] osdep: Make MIN/MAX evaluate arguments only once

[PATCH 0/4] hw/arm/virt-acpi-build: Only expose flash on older machine types
 2020-06-29 15:21 UTC  (4+ messages)
` [PATCH 1/4] tests/acpi: remove stale allowed tables

[PATCH 0/2] Fix PageDoubleMap
 2020-06-29 15:19 UTC  (3+ messages)
` [PATCH 1/2] mm: Move PageDoubleMap bit
` [PATCH 2/2] mm: Simplify PageDoubleMap with PF_SECOND policy

[PATCH 0/2] gemalto: enable ELS81x modem
 2020-06-29 15:21 UTC  (2+ messages)

post-receive: pub/scm/network/ofono/ofono
 2020-06-29 15:20 UTC 

post-receive: pub/scm/linux/kernel/git/chao/linux
 2020-06-29 15:20 UTC 

meta-python Dunfell branch maintenance
 2020-06-29 15:19 UTC  (2+ messages)
` [oe] "

[PATCH 0/3] Improvements for dump_page()
 2020-06-29 15:19 UTC  (4+ messages)
` [PATCH 1/3] mm: Print head flags in dump_page
` [PATCH 2/3] mm: Print the inode number "
` [PATCH 3/3] mm: Print hashed address of struct page

[PATCH 1/2] drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3
 2020-06-29 15:19 UTC  (2+ messages)
` [PATCH 2/2] drm/ttm: make TT creation purely optional v3

[PATCH] tests: Inject test name also when the test fails
 2020-06-29 15:17 UTC  (2+ messages)

[PATCH] coverity: provide Coverity-friendly MIN_CONST and MAX_CONST
 2020-06-29 15:16 UTC 

[Buildroot] (no subject)
 2020-06-29 15:17 UTC  (11+ messages)
` [Buildroot] [PATCH v2 1/2] package/haveged: Change service file to run early

[xen-unstable-smoke test] 151454: tolerable all pass - PUSHED
 2020-06-29 15:16 UTC 

[Bug 208373] New: drm:drm_atomic_helper_wait_for_dependencies - drm_kms_helper - flip_done timed out
 2020-06-29 15:15 UTC  (2+ messages)
` [Bug 208373] "

post-receive: pub/scm/linux/kernel/git/bpf/bpf
 2020-06-29 15:14 UTC 

[Intel-gfx] [PATCH 01/26] Revert "drm/i915/gem: Async GPU relocations only"
 2020-06-29 15:14 UTC  (5+ messages)
` [Intel-gfx] [PATCH 07/26] Revert "drm/i915/gem: Split eb_vma into its own allocation"
` [Intel-gfx] [PATCH 08/26] drm/i915/gem: Make eb_add_lut interruptible wait on object lock

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs
 2020-06-29 15:11 UTC 

[bpf] af7ec13833: will-it-scale.per_process_ops -2.5% regression
 2020-06-29 15:10 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs
 2020-06-29 15:10 UTC 

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs
 2020-06-29 15:10 UTC 

[PATCH v10 00/12] acpi: i386 tweaks
 2020-06-29 15:08 UTC  (4+ messages)
` [PATCH v10 12/12] tests/acpi: update expected data files

drive-by blk-cgroup cleanups
 2020-06-29 15:09 UTC  (2+ messages)

Ignored USB-audio implicit feedback in kernel 5.8rc3
 2020-06-29 15:08 UTC  (2+ messages)

[PATCH V4] nvme-fabrics: reject I/O to offline device
 2020-06-29 15:09 UTC  (3+ messages)

[PATCH v2 00/11] Allwinner A100 Initial support
 2020-06-29 15:07 UTC  (7+ messages)
` [PATCH v2 02/11] clk: sunxi-ng: add support for the Allwinner A100 CCU
` [PATCH v2 03/11] dt-bindings: pinctrl: sunxi: Add A100 pinctrl bindings
` [PATCH v2 06/11] nvmem: sunxi-sid: add support for A100's SID controller

[RFC v2 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-06-29 15:05 UTC  (2+ messages)

[PATCH v5 0/3] Offline memoryless cpuless node 0
 2020-06-29 14:58 UTC  (3+ messages)
` [PATCH v5 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline

[PATCH] f2fs: avoid readahead race condition
 2020-06-29 15:03 UTC  (2+ messages)
` [f2fs-dev] [PATCH v2] "

Properly quitting qemu immediately after failing migration
 2020-06-29 15:00 UTC  (3+ messages)

[PATCH] tests/fetch: Switch from git.infradead.org to a YP mirror
 2020-06-29 15:00 UTC  (3+ messages)
` [bitbake-devel] "

[Intel-wired-lan] [PATCH v1 1/1] igc: Fix registers definition
 2020-06-29 14:59 UTC 

[Bug 208181] New: BUG: KASAN: stack-out-of-bounds in strcmp+0x58/0xd8
 2020-06-29 14:55 UTC  (4+ messages)
` [Bug 208181] "

[PATCH 00/17] spitz: fix hacks, fix CID 1421913, various cleanups
 2020-06-29 14:57 UTC  (5+ messages)
` [PATCH 11/17] hw/misc/max111x: Create header file for documentation, TYPE_ macros

[PATCH v2 0/6] iommu-arm-smmu: Add auxiliary domains and per-instance pagetables
 2020-06-29 14:56 UTC  (6+ messages)
` [PATCH v2 6/6] drm/msm/a6xx: Add support for "
      ` [Freedreno] "

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2020-06-29 14:56 UTC 

[oe] [meta-python] [PATCH] python3-ansicolors: Enable ptest
 2020-06-29 14:56 UTC  (10+ messages)
` [oe] [meta-python] [PATCH] python3-anyjson: "
` [oe] [meta-python] [PATCH] python3-atomicwrites: upgrade 1.3.0 -> 1.4.0
` [oe] [meta-python] [PATCH] python3-backports-functools-lru-cache: Enable ptest
` [oe] [meta-python] [PATCH] python3-bcrypt: "

[dpdk-dev] [PATCH v2 0/2] introduce asynchronous data path for vhost
 2020-06-29 14:44 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 1/2] vhost: introduce async enqueue registration API
` [dpdk-dev] [PATCH v2 2/2] vhost: introduce async enqueue for split ring

Invoice 4525
 2020-06-29 14:54 UTC 

[PATCH RFC] virtio-fs: force virtio 1.x usage
 2020-06-29 14:53 UTC  (2+ messages)

[dpdk-dev] [PATCH] eal: don't use default library path for static binaries
 2020-06-29 14:53 UTC  (2+ messages)

Feedback on Current OpenBMC and Proposing Some Improvements ---- "Improvements" Ideas
 2020-06-29 14:53 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/s390/linux
 2020-06-29 14:53 UTC 

[meta-python][PATCH 01/12] python3-pyro4: Upgrade 4.77 -> 4.80
 2020-06-29 14:53 UTC  (24+ messages)
` [meta-python][PATCH 02/12] python3-rdflib: Upgrade 4.2.2 -> 5.0.0
  ` [oe] "
` [meta-python][PATCH 03/12] python3-httplib2: Upgrade 0.17.3 -> 0.18.1
  ` [oe] "
` [meta-python][PATCH 04/12] python3-cppy: Add new recipe
  ` [oe] "
` [meta-python][PATCH 05/12] python3-kiwisolver: Upgrade 1.1.0 -> 1.2.0
  ` [oe] "
` [meta-python][PATCH 06/12] python3-sqlalchemy: Upgrade 1.3.17 -> 1.3.18
  ` [oe] "
` [meta-python][PATCH 07/12] python3-greenlet: Upgrade 0.4.15 -> 0.4.16
  ` [oe] "
` [meta-python][PATCH 08/12] python3-pkgconfig: Upgrade 1.4.0 -> 1.5.1
  ` [oe] "
` [meta-python][PATCH 09/12] python3-msm: Upgrade 0.8.3 -> 0.8.7
  ` [oe] "
` [meta-python][PATCH 10/12] python3-pulsectl: Upgrade 20.2.4 -> 20.5.1
  ` [oe] "
` [meta-python][PATCH 11/12] python3-pybind11: Consolidate in a single file
  ` [oe] "
` [meta-python][PATCH 12/12] python3-pybind11: Upgrade 2.4.3 -> 2.5.0
  ` [oe] "
` [oe] [meta-python][PATCH 01/12] python3-pyro4: Upgrade 4.77 -> 4.80

[PATCH v9 0/7] iommu/arm-smmu: Enable split pagetable support
 2020-06-29 14:52 UTC  (5+ messages)
` [PATCH v9 6/7] drm/msm: Set the global virtual address range from the IOMMU domain
  ` [Freedreno] "

Despite memory size, is there some limitation on how many realtime processes or threads that could run in parallel?
 2020-06-29 14:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-06-29 14:48 UTC 

[dpdk-dev] [PATCH v3 00/14] vDPA API and framework rework
 2020-06-29 14:48 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 03/14] vhost: introduce vDPA devices class
` [dpdk-dev] [PATCH v3 08/14] vhost: remove useless vDPA API

[RFC]Are there some potential problems that I should be aware of if I use the kvmalloc() instead of kmalloc() in xnheap_init()?
 2020-06-29 14:48 UTC  (2+ messages)

[PATCH 0/2] PUD/PGDIR entries for linear mapping
 2020-06-29 14:46 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/2] ethdev: minor bugfixes
 2020-06-29 14:47 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 2/2] ethdev: fix VLAN offloads set if no relative capabilities
    ` [dpdk-dev] [EXT] "

[PATCH] meta-gem5: extract the gem5 recipe and machine into a dedicate meta-gem5 layer
 2020-06-29 14:47 UTC  (2+ messages)
` [meta-arm] "

[PATCH for-4.14 0/8] x86/vpt: fixes for vpt and enable vPIT for PVH dom0
 2020-06-29 14:46 UTC  (4+ messages)
` [PATCH for-4.14 8/8] x86/hvm: enable emulated PIT "

[PATCH v1 00/18] testing/next (vm, gitlab)
 2020-06-29 14:45 UTC  (5+ messages)
` [PATCH v1 12/18] tests/vm: allow us to take advantage of MTTCG


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.