All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-30 03:33:40 to 2020-10-30 04:27:29 UTC [more...]

[PATCH v4 7/7] dma-buf: system_heap: Add a system-uncached heap re-using the system heap
 2020-10-30  4:04 UTC  (3+ messages)

[dpdk-dev] Adding to mailing list
 2020-10-30  4:17 UTC  (4+ messages)

[BUG] Stack overflow when running perf and function tracer
 2020-10-30  4:27 UTC 

drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1229:7: error: implicit declaration of function 'msm_dp_display_pre_disable'; did you mean
 2020-10-30  4:27 UTC 

[dpdk-dev] [v4 0/3] support enqueue callbacks on cryptodev
 2020-10-30  4:24 UTC  (11+ messages)
` [dpdk-dev] [v4 1/3] cryptodev: support enqueue callback functions
          ` [dpdk-dev] [dpdk-techboard] "

One note
 2020-10-30  4:20 UTC 

[PATCH net] selftests: add test script for bareudp tunnels
 2020-10-30  4:20 UTC  (2+ messages)

[PATCH] opp: Reduce the size of critical section in _opp_table_kref_release()
 2020-10-30  4:20 UTC  (4+ messages)

[PATCH v2 1/2] ti-rpmsg-char-examples: Fix cross compile
 2020-10-30  4:19 UTC  (5+ messages)
` [PATCH v2 2/2] ti-rpmsg-char: Mark these recipes to be TI SOC specific
  ` [meta-ti] "
` [meta-ti] [PATCH v2 1/2] ti-rpmsg-char-examples: Fix cross compile

Freezing between .48 and .51 when hitting swap
 2020-10-30  4:17 UTC 

[PATCH linux dev-5.8 v3] ARM: dts: Aspeed: Rainier: Add 4U device-tree
 2020-10-30  4:14 UTC  (3+ messages)

[PATCH] drivers: amdgpu: Correct spelling defalut to default in comment
 2020-10-30  4:15 UTC  (4+ messages)

linux-next: Tree for Oct 30
 2020-10-30  4:13 UTC 

[PATCH] drm/amd/pm: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()
 2020-10-30  3:27 UTC 

[PATCH] drm/amdgpu: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()
 2020-10-30  3:22 UTC 

[PATCH v2] drm/amd/pm: replace kmalloc+memcpy by kmemdup
 2020-10-30  4:03 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE
 2020-10-29 22:14 UTC  (3+ messages)
` [PATCH 4/4] drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN

[PATCH v3 00/12] Bug fixes and improvements for MHI power operations
 2020-10-30  4:10 UTC  (13+ messages)
` [PATCH v3 01/12] bus: mhi: core: Use appropriate names for firmware load functions
` [PATCH v3 02/12] bus: mhi: core: Move to using high priority workqueue
` [PATCH v3 03/12] bus: mhi: core: Skip device wake in error or shutdown states
` [PATCH v3 04/12] bus: mhi: core: Move to SYS_ERROR regardless of RDDM capability
` [PATCH v3 05/12] bus: mhi: core: Prevent sending multiple RDDM entry callbacks
` [PATCH v3 06/12] bus: mhi: core: Move to an error state on any firmware load failure
` [PATCH v3 07/12] bus: mhi: core: Use appropriate label in firmware load handler API
` [PATCH v3 08/12] bus: mhi: core: Move to an error state on mission mode failure
` [PATCH v3 09/12] bus: mhi: core: Check for IRQ availability during registration
` [PATCH v3 10/12] bus: mhi: core: Separate system error and power down handling
` [PATCH v3 11/12] bus: mhi: core: Mark and maintain device states early on after power down
` [PATCH v3 12/12] bus: mhi: core: Remove MHI event ring IRQ handlers when powering down

[f2fs-dev] [PATCH v7 1/2] f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
 2020-10-30  4:10 UTC  (4+ messages)
`  "
` [f2fs-dev] [PATCH v7 2/2] f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
  `  "

[PATCH U-Boot v2019.04-aspeed-openbmc v2 0/3] Aspeed: Support eMMC boot
 2020-10-30  4:06 UTC  (2+ messages)

[PATCH] Documentation: Chinese translation of Documentation/arm64/perf.rst
 2020-10-30  4:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/6] Modify some registers operations and move decode_cpucfg() to loongson_regs.h
 2020-10-30  4:06 UTC  (5+ messages)
` [PATCH 1/6] MIPS: Loongson64: Do not write the read only field LPA of CP0_CONFIG3
` [PATCH 4/6] MIPS: Loongson64: Add Mail_Send support for 3A4000+ CPU

Live migration not possible from 5.0 to 5.1?
 2020-10-30  4:02 UTC 

[PATCH 1/9] mfd: maxim: remove unnecessary CONFIG_PM_SLEEP
 2020-10-30  4:02 UTC  (3+ messages)
` [PATCH 9/9] mfd: sprd-sc27xx-spi: "

[PATCH v2 1/1] powerpc/vnic: Extend "failover pending" window
 2020-10-30  4:00 UTC  (3+ messages)

[PATCH] drm/amdgpu/powerplay: Only apply optimized mclk dpm policy on polaris
 2020-10-30  3:59 UTC  (2+ messages)

[qemu-mainline test] 156287: regressions - FAIL
 2020-10-30  3:58 UTC 

[PATCH 00/20] fundamentals of merge-ort implementation
 2020-10-30  3:58 UTC  (22+ messages)
` [PATCH 01/20] merge-ort: setup basic internal data structures
` [PATCH 02/20] merge-ort: add some high-level algorithm structure
` [PATCH 03/20] merge-ort: port merge_start() from merge-recursive
` [PATCH 04/20] merge-ort: use histogram diff
` [PATCH 05/20] merge-ort: add an err() function similar to one from merge-recursive
` [PATCH 06/20] merge-ort: implement a very basic collect_merge_info()
` [PATCH 07/20] merge-ort: avoid repeating fill_tree_descriptor() on the same tree
` [PATCH 08/20] merge-ort: compute a few more useful fields for collect_merge_info
` [PATCH 09/20] merge-ort: record stage and auxiliary info for every path
` [PATCH 10/20] merge-ort: avoid recursing into identical trees
` [PATCH 11/20] merge-ort: add a preliminary simple process_entries() implementation
` [PATCH 12/20] merge-ort: have process_entries operate in a defined order
` [PATCH 13/20] merge-ort: step 1 of tree writing -- record basenames, modes, and oids
` [PATCH 14/20] merge-ort: step 2 of tree writing -- function to create tree object
` [PATCH 15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go
` [PATCH 16/20] merge-ort: basic outline for merge_switch_to_result()
` [PATCH 17/20] merge-ort: add implementation of checkout()
` [PATCH 18/20] tree: enable cmp_cache_name_compare() to be used elsewhere
` [PATCH 19/20] merge-ort: add implementation of record_unmerged_index_entries()
` [PATCH 20/20] merge-ort: free data structures in merge_finalize()

[PATCH RESEND v13 00/10] Guest Last Branch Recording Enabling
 2020-10-30  3:52 UTC  (11+ messages)
` [PATCH RESEND v13 01/10] KVM: x86: Move common set/get handler of MSR_IA32_DEBUGCTLMSR to VMX
` [PATCH RESEND v13 02/10] KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static and expose it
` [PATCH RESEND v13 03/10] KVM: x86/pmu: Use IA32_PERF_CAPABILITIES to adjust features visibility
` [PATCH RESEND v13 04/10] KVM: vmx/pmu: Clear PMU_CAP_LBR_FMT when guest LBR is disabled
` [PATCH RESEND v13 05/10] KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBR
` [PATCH RESEND v13 06/10] KVM: vmx/pmu: Pass-through LBR msrs to when the guest LBR event is ACTIVE
` [PATCH RESEND v13 07/10] KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation
` [PATCH RESEND v13 08/10] KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
` [PATCH RESEND v13 09/10] KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIES
` [PATCH RESEND v13 10/10] KVM: vmx/pmu: Release guest LBR event via lazy release mechanism

[PATCH 1/5] drm/amdgpu: fix enum mismatches
 2020-10-30  3:53 UTC  (9+ messages)
` [PATCH 2/5] drm/amdgpu: fix incorrect enum type
` [PATCH 4/5] drm/amdgpu: fix build_coefficients() argument

[GIT PULL] usb: fixes for cdns3 driver
 2020-10-30  3:52 UTC 

[tip: locking/core] lockdep: Fix usage_traceoverflow
 2020-10-30  3:51 UTC  (11+ messages)

[PATCH 01/17] phy: allwinner: convert to devm_platform_ioremap_resource(_byname)
 2020-10-30  3:49 UTC  (12+ messages)
` [PATCH 02/17] phy: amlogic: convert to devm_platform_ioremap_resource
` [PATCH 03/17] phy: broadcom: convert to devm_platform_ioremap_resource(_byname)

[OE-core][dunfell 00/16] Pull request (cover letter only)
 2020-10-30  3:48 UTC 

[PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi
 2020-10-30  3:47 UTC  (3+ messages)

[PATCH v2 0/2] fixes and improvement for sprd hwspinlock
 2020-10-30  3:46 UTC  (3+ messages)
` [PATCH v2 1/2] hwspinlock: sprd: fixed warning of unused variable 'sprd_hwspinlock_of_match'
` [PATCH v2 2/2] hwspinlock: sprd: use module_platform_driver() instead postcore initcall

[PATCH 00/29] partition suspend updates
 2020-10-30  3:45 UTC  (3+ messages)
` [PATCH 02/29] powerpc/rtas: prevent suspend-related sys_rtas use on LE

[PATCH v3 00/29] patman: Collect review tags and comments from Patchwork
 2020-10-30  3:46 UTC  (30+ messages)
` [PATCH v3 01/29] patman: Correct operation of -n
` [PATCH v3 02/29] azure/gitLab/travis: Add pygit2 as a dependency for tests
` [PATCH v3 03/29] patman: Update how tests are run
` [PATCH v3 04/29] patman: Fix whitespace errors in func_test
` [PATCH v3 05/29] patman: Use capture_sys_output() consistently
` [PATCH v3 06/29] patman: Fix remaining pylint3 warnings in func_test
` [PATCH v3 07/29] patman: Allow linking a series with patchwork
` [PATCH v3 08/29] patman: Fix indenting in patchstream
` [PATCH v3 09/29] patman: Fix constant style "
` [PATCH v3 10/29] patman: Rename functions "
` [PATCH v3 11/29] patman: Rename variables "
` [PATCH v3 12/29] patman: Drop unused args "
` [PATCH v3 13/29] patman: Fix up argument/return docs "
` [PATCH v3 14/29] patman: Move warning collection to a function
` [PATCH v3 15/29] patman: Attach warnings to individual patches
` [PATCH v3 16/29] patman: Convert 'Series-xxx' tag errors into warnings
` [PATCH v3 17/29] patman: Drop unused signoff member
` [PATCH v3 18/29] patman: Add a test for PatchStream tags
` [PATCH v3 19/29] patman: Add some tests for warnings
` [PATCH v3 20/29] patman: Convert testBasic() to use an interator
` [PATCH v3 21/29] patman: Fix spelling of plural for warning
` [PATCH v3 22/29] patman: Don't ignore lines starting with hash
` [PATCH v3 23/29] patman: Allow showing a Commit as a string
` [PATCH v3 24/29] patman: Improve handling of files
` [PATCH v3 25/29] patman: Detect missing upstream in CountCommitsToBranch
` [PATCH v3 26/29] patman: Support checking for review tags in patchwork
` [PATCH v3 27/29] patman: Support updating a branch with review tags
` [PATCH v3 28/29] patman: Support parsing of review snippets
` [PATCH v3 29/29] patman: Support listing comments from patchwork

[SPDK] nvmf: Async event support for discovery log change
 2020-10-30  3:45 UTC 

[PATCH] upload-pack: allow stateless client EOF just prior to haves
 2020-10-30  3:43 UTC  (2+ messages)

[PATCH] migration/dirtyrate: simplify inlcudes in dirtyrate.c
 2020-10-30  3:58 UTC 

[PATCH] ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline
 2020-10-30  3:42 UTC  (2+ messages)

[chrome-os:chromeos-5.4 18886/19232] drivers/gpu/drm/drm_dp_mst_topology.c:1542:3: error: implicit declaration of function 'stack_trace_snprint'; did you mean
 2020-10-30  3:40 UTC 

fs/f2fs/compress.c:276 lz4_decompress_pages() warn: should '((1) << 12) << dic->log_cluster_size' be a 64 bit
 2020-10-30  3:39 UTC 

[PATCH] drm/amd/display: remove unneeded semicolon
 2020-10-30  3:36 UTC  (4+ messages)

[PATCH] drm/amdgpu: remove unneeded semicolon
 2020-10-30  3:34 UTC  (4+ messages)

[PATCH 20/20] dm: doc: Update the of-platadata documentation
 2020-10-30  3:34 UTC  (16+ messages)
` [PATCH 00/20] dm: Enhance of-platdata to support parent devices
  ` [PATCH 19/20] dm: Don't allow U_BOOT_DEVICE() when of-platdata is used
  ` [PATCH 18/20] dm: Use driver_info index instead of pointer
  ` [PATCH 17/20] x86: apl: Take advantage of the of-platdata parent support
  ` [PATCH 16/20] x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT
  ` [PATCH 15/20] dm: core: Convert #ifdef to if() in root.c
  ` [PATCH 13/20] dm: Support parent devices with of-platdata
  ` [PATCH 14/20] dm: Add a test for of-platdata parent information
  ` [PATCH 12/20] sandbox: Fix up building for of-platdata
  ` [PATCH 10/20] dm: test: Add a test for of-platdata phandles
  ` [PATCH 11/20] dm: Use an allocated array for run-time device info
  ` [PATCH 07/20] sandbox: Allow selection of SPL unit tests
  ` [PATCH 09/20] dm: test: Add a check that all devices have a dev value
  ` [PATCH 06/20] dm: Add a C test for of-platdata properties

[PATCH v2 11/11] Azure/GitLab/Travis: Add SPL unit tests
 2020-10-30  3:34 UTC  (11+ messages)
` [PATCH v2 00/11] dm: test: Add unit tests for SPL
  ` [PATCH v2 10/11] dm: test: Drop of-platdata pytest
  ` [PATCH v2 08/11] sandbox: Allow selection of SPL unit tests
  ` [PATCH v2 07/11] test: Run "
  ` [PATCH v2 06/11] pytest: Collect "
  ` [PATCH v2 05/11] Makefile: Generate a symbol file for u-boot-spl
  ` [PATCH v2 04/11] dm: test: Add a very simple of-platadata test
  ` [PATCH v2 03/11] dm: test: Add a way to run SPL tests
  ` [PATCH v2 02/11] dm: test: Update the test runner to support of-platdata

[PATCH v2 27/28] binman: Support compression of sections
 2020-10-30  3:34 UTC  (28+ messages)
` [PATCH v2 00/28] "
  ` [PATCH v2 25/28] binman: Update CheckEntries() for compressed sections
  ` [PATCH v2 24/28] binman: Drop CheckEntries()
  ` [PATCH v2 23/28] binman: Call CheckSize() from the section's Pack() method
  ` [PATCH v2 22/28] binman: Drop the Entry.CheckSize() method
  ` [PATCH v2 21/28] binman: Move sort and expand to the main Pack() function
  ` [PATCH v2 20/28] binman: Drop Entry.CheckOffset()
  ` [PATCH v2 19/28] binman: Avoid reporting image-pos with compression
  ` [PATCH v2 18/28] binman: Set section contents in GetData()
  ` [PATCH v2 17/28] binman: Store the original data before compression
  ` [PATCH v2 16/28] binman: Make section padding consistent with other entries
  ` [PATCH v2 15/28] binman: Move section padding to the parent
  ` [PATCH v2 14/28] binman: Refactor _BuildSectionData()
  ` [PATCH v2 13/28] binman: Move section-building code into a function
  ` [PATCH v2 12/28] binman: Expand docs and test for alignment
  ` [PATCH v2 11/28] binman: Expand docs and test for padding
  ` [PATCH v2 10/28] binman: Update testPackExtra with more checks
  ` [PATCH v2 09/28] binman: Use 'files-compress' to set compression for files
  ` [PATCH v2 08/28] binman: Move CompressData() into Entry base class
  ` [PATCH v2 07/28] binman: Expand the error message for breaching a section
  ` [PATCH v2 06/28] binman: Remove references to 'image' in entry_Section
  ` [PATCH v2 05/28] binman: Fix return from u-boot-ucode if there is no DT
  ` [PATCH v2 04/28] binman: Give a sensible error if no command is given
  ` [PATCH v2 03/28] binman: Add tests for skip-at-start sections
  ` [PATCH v2 02/28] binman: Drop unused return variable for _DoTestFile()
  ` [PATCH v2 01/28] binman: Update the entry docs

[PATCH] drm/sti: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()
 2020-10-30  3:33 UTC 

[PATCH v2 25/28] binman: Update CheckEntries() for compressed sections
 2020-10-26 23:40 UTC 

[PATCH v2 24/28] binman: Drop CheckEntries()
 2020-10-26 23:40 UTC 

[PATCH v2 23/28] binman: Call CheckSize() from the section's Pack() method
 2020-10-26 23:40 UTC 

[PATCH v2 22/28] binman: Drop the Entry.CheckSize() method
 2020-10-26 23:40 UTC 

[PATCH v2 21/28] binman: Move sort and expand to the main Pack() function
 2020-10-26 23:40 UTC 

[PATCH v2 20/28] binman: Drop Entry.CheckOffset()
 2020-10-26 23:40 UTC 

[PATCH v2 19/28] binman: Avoid reporting image-pos with compression
 2020-10-26 23:40 UTC 

[PATCH v2 18/28] binman: Set section contents in GetData()
 2020-10-26 23:40 UTC 

[PATCH v2 17/28] binman: Store the original data before compression
 2020-10-26 23:40 UTC 

[PATCH v2 16/28] binman: Make section padding consistent with other entries
 2020-10-26 23:40 UTC 

[PATCH v2 15/28] binman: Move section padding to the parent
 2020-10-26 23:40 UTC 

[PATCH v2 14/28] binman: Refactor _BuildSectionData()
 2020-10-26 23:40 UTC 

[PATCH v2 13/28] binman: Move section-building code into a function
 2020-10-26 23:40 UTC 

[PATCH v2 12/28] binman: Expand docs and test for alignment
 2020-10-26 23:40 UTC 

[PATCH v2 11/28] binman: Expand docs and test for padding
 2020-10-26 23:40 UTC 

[PATCH v2 10/28] binman: Update testPackExtra with more checks
 2020-10-26 23:40 UTC 

[PATCH v2 09/28] binman: Use 'files-compress' to set compression for files
 2020-10-26 23:40 UTC 

[PATCH v2 08/28] binman: Move CompressData() into Entry base class
 2020-10-26 23:40 UTC 

[PATCH v2 07/28] binman: Expand the error message for breaching a section
 2020-10-26 23:40 UTC 

[PATCH v2 06/28] binman: Remove references to 'image' in entry_Section
 2020-10-26 23:40 UTC 

[PATCH v2 05/28] binman: Fix return from u-boot-ucode if there is no DT
 2020-10-26 23:40 UTC 

[PATCH v2 04/28] binman: Give a sensible error if no command is given
 2020-10-26 23:40 UTC 

[PATCH v2 03/28] binman: Add tests for skip-at-start sections
 2020-10-26 23:40 UTC 

[PATCH v2 02/28] binman: Drop unused return variable for _DoTestFile()
 2020-10-26 23:40 UTC 

[PATCH v2 01/28] binman: Update the entry docs
 2020-10-26 23:39 UTC 

[PATCH v2 10/11] dm: test: Drop of-platdata pytest
 2020-10-26  2:38 UTC 

[PATCH v2 08/11] sandbox: Allow selection of SPL unit tests
 2020-10-26  2:38 UTC 

[PATCH v2 07/11] test: Run SPL unit tests
 2020-10-26  2:38 UTC 

[PATCH v2 06/11] pytest: Collect SPL unit tests
 2020-10-26  2:38 UTC 

[PATCH v2 05/11] Makefile: Generate a symbol file for u-boot-spl
 2020-10-26  2:38 UTC 

[PATCH v2 04/11] dm: test: Add a very simple of-platadata test
 2020-10-26  2:38 UTC 

[PATCH v2 03/11] dm: test: Add a way to run SPL tests
 2020-10-26  2:38 UTC 

[PATCH v2 02/11] dm: test: Update the test runner to support of-platdata
 2020-10-26  2:38 UTC 

[PATCH 19/20] dm: Don't allow U_BOOT_DEVICE() when of-platdata is used
 2020-10-03 17:31 UTC 

[PATCH 18/20] dm: Use driver_info index instead of pointer
 2020-10-03 17:31 UTC 

[PATCH 17/20] x86: apl: Take advantage of the of-platdata parent support
 2020-10-03 17:31 UTC 

[PATCH 16/20] x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT
 2020-10-03 17:31 UTC 

[PATCH 15/20] dm: core: Convert #ifdef to if() in root.c
 2020-10-03 17:31 UTC 

[PATCH 14/20] dm: Add a test for of-platdata parent information
 2020-10-03 17:31 UTC 

[PATCH 13/20] dm: Support parent devices with of-platdata
 2020-10-03 17:31 UTC 

[PATCH 12/20] sandbox: Fix up building for of-platdata
 2020-10-03 17:31 UTC 

[PATCH 11/20] dm: Use an allocated array for run-time device info
 2020-10-03 17:31 UTC 

[PATCH 10/20] dm: test: Add a test for of-platdata phandles
 2020-10-03 17:31 UTC 

[PATCH 09/20] dm: test: Add a check that all devices have a dev value
 2020-10-03 17:31 UTC 

[PATCH 07/20] sandbox: Allow selection of SPL unit tests
 2020-10-03 17:31 UTC 

[PATCH 06/20] dm: Add a C test for of-platdata properties
 2020-10-03 17:31 UTC 


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.