All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-30 02:59:56 to 2020-10-30 03:56:44 UTC [more...]

[PATCH v4 5/7] dma-buf: system_heap: Allocate higher order pages if available
 2020-10-30  3:30 UTC  (3+ messages)

[PATCH RESEND v13 00/10] Guest Last Branch Recording Enabling
 2020-10-30  3:52 UTC  (2+ messages)
` [PATCH RESEND v13 01/10] KVM: x86: Move common set/get handler of MSR_IA32_DEBUGCTLMSR to VMX

[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  (7+ 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  (4+ 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)

[PATCH 00/20] fundamentals of merge-ort implementation
 2020-10-30  3:41 UTC  (21+ 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()

[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 00/20] dm: Enhance of-platdata to support parent devices
 2020-10-30  3:34 UTC  (29+ messages)
` [PATCH 06/20] dm: Add a C test for of-platdata properties
` [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 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 12/20] sandbox: Fix up building for of-platdata
` [PATCH 13/20] dm: Support parent devices with of-platdata
` [PATCH 14/20] dm: Add a test for of-platdata parent information
` [PATCH 15/20] dm: core: Convert #ifdef to if() in root.c
` [PATCH 16/20] x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT
` [PATCH 17/20] x86: apl: Take advantage of the of-platdata parent support
` [PATCH 18/20] dm: Use driver_info index instead of pointer
` [PATCH 19/20] dm: Don't allow U_BOOT_DEVICE() when of-platdata is used
` [PATCH 20/20] dm: doc: Update the of-platadata documentation

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

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

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

[PATCH v2] imx: mx6cuboxi: Disable thermal driver in SPL
 2020-10-30  3:33 UTC  (3+ messages)

[PATCH net v2] ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flags
 2020-10-30  3:32 UTC 

INFO: rcu detected stall in ip_list_rcv
 2020-10-30  3:32 UTC  (2+ messages)

[PATCH] drm/panel: st7703: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()
 2020-10-30  3:31 UTC 

[MPTCP] Re: [MPTCP][PATCH mptcp-next] mptcp: add mptcp_pm_should_add_signal_echo helper
 2020-10-30  3:31 UTC 

[Intel-gfx] [PULL] gvt-fixes
 2020-10-30  3:09 UTC  (4+ messages)

[PATCH] drm/i915/gvt: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()
 2020-10-30  3:29 UTC 

[PATCH] tools/python: pass more -rpath-link options to ld
 2020-10-30  3:28 UTC  (2+ messages)

[PATCH] stop_machine: Mark functions as notrace
 2020-10-30  3:28 UTC  (8+ messages)

[PATCH] clk: imx: remove redundant assignment to pointer np
 2020-10-30  3:27 UTC  (4+ messages)

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

[dpdk-dev] [PATCH] net/iavf: fix invalid RSS type
 2020-10-30  3:16 UTC 

[f2fs-dev] [PATCH v5 1/2] f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
 2020-10-30  3:25 UTC  (5+ messages)

[RESENDPATCH v15 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-10-30  3:19 UTC  (5+ messages)
` [RESENDPATCH v15 2/2] "

[PATCH] net/usb/r8153_ecm: support ECM mode for RTL8153
 2020-10-30  3:23 UTC  (2+ messages)
` [PATCH net-next v2] "

[PATCH v7 00/11] clk: imx8: add new clock binding for better pm support
 2020-10-30  3:22 UTC  (5+ messages)
` [PATCH v7 03/11] clk: imx: scu: add two cells binding support

[PATCH v2 0/2] get rid of GCC __attribute__((optimize)) for BPF
 2020-10-30  3:22 UTC  (9+ messages)
` [PATCH v2 1/2] bpf: don't rely on GCC __attribute__((optimize)) to disable GCSE

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

[PATCH 08/18] serial: add uart driver for MediaTek MT7620 SoC
 2020-10-30  3:20 UTC  (5+ messages)

[PATCH 0/2] rtc: initialize emulated RTC from environment variable
 2020-10-30  3:19 UTC  (3+ messages)
` [PATCH 1/2] rtc: use probe() to initialize emulated RTC
` [PATCH 2/2] rtc: initialize emulated RTC from environment variable

excess bolding in html
 2020-10-30  3:17 UTC 

[MPTCP] Re: Weekly meeting - 29 October 2020 /!\ 16:00 /!\ UTC (9am PDT, 5pm CET, 12pm CST)
 2020-10-30  3:16 UTC 

[igt-dev] [PATCH i-g-t] i915/perf: Make sure i915 is loaded before reading proc
 2020-10-30  3:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH] vfio-pci: add Ascend devices passthrough quirks
 2020-10-30  3:07 UTC  (2+ messages)

[PATCH v22 00/12] Landlock LSM
 2020-10-30  3:07 UTC  (9+ messages)
` [PATCH v22 01/12] landlock: Add object management
` [PATCH v22 08/12] landlock: Add syscall implementations

(no subject)
 2020-10-30  3:08 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: display: himax,hx8837: Add Himax HX8837 bindings
` [PATCH v6 2/2] drm/bridge: hx8837: add a Himax HX8837 display controller driver

[PATCH] treewide: Remove stringification from __alias macro definition
 2020-10-30  3:07 UTC 

[f2fs-dev] [PATCH] f2fs: move ioctl interface definitions to separated file
 2020-10-30  3:06 UTC  (2+ messages)
`  "

[PATCH] x86/mm: Fix phys_to_target_node() export
 2020-10-30  3:05 UTC  (3+ messages)

Out-of-Process Device Emulation session at KVM Forum 2020
 2020-10-30  3:04 UTC  (8+ messages)

[PATCH] drm/amd/pm: add the reset function of the pp_od_voltage_clk sysfs file for RV/RV2/PCO APU
 2020-10-30  3:04 UTC 

[dpdk-dev] [PATCH v1] net/iavf: support flex desc metadata extraction
 2020-10-30  2:54 UTC  (2+ messages)
` [dpdk-dev] [PATCH v11] "

[PATCH] fuse: fix potential accessing NULL pointer problem in fuse_send_init()
 2020-10-30  3:01 UTC  (3+ messages)

[PATCH] mmc: Parse new binding for eMMC fixed driver type
 2020-10-30  3:02 UTC  (4+ messages)

[MPTCP] [MPTCP][PATCH v2 mptcp-next] Squash to "mptcp: change add_addr_signal type"
 2020-10-30  3:00 UTC 

[Bridge] [PATCH net-next v7 00/10] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-10-30  2:58 UTC  (2+ messages)
`  "

[PATCH v2 0/2] iommu: Fix a few issues related to PRQ
 2020-10-30  2:37 UTC  (2+ messages)
` [PATCH v2 2/2] iommu/vt-d: Fix a bug for PDP check in prq_event_thread

[PATCH v6 00/21] perf arm-spe: Refactor decoding & dumping flow
 2020-10-30  2:57 UTC  (2+ messages)
` [PATCH v6 06/21] perf arm-spe: Refactor printing string to buffer


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.