messages from 2020-09-22 22:38:28 to 2020-09-22 23:20:19 UTC [more...]
[PATCH rdma-next v3 0/5] Cleanup restrack code
2020-09-22 23:20 UTC (2+ messages)
[PATCH -next] soc/qman: convert to use be32_add_cpu()
2020-09-22 23:19 UTC (2+ messages)
[PATCH v3 00/11] Fix PM hibernation in Xen guests
2020-09-22 23:17 UTC (10+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
[PATCH] btrfs: fix false alert caused by legacy btrfs root item
2020-09-22 23:17 UTC (5+ messages)
[android-common:android-4.19 4/5] drivers/usb/host/xhci-mem.c:1880:56: sparse: sparse: restricted __le32 degrades to integer
2020-09-22 23:17 UTC (2+ messages)
` [RFC PATCH android-common] ANDROID: GKI: usb: xhci: xhci_handle_sec_intr_events() can be static
[PATCH v3 4/8] midx: enable core.multiPackIndex by default
2020-09-22 23:16 UTC (2+ messages)
[PATCH iproute2] ip: do not exit if RTM_GETNSID failed
2020-09-22 23:16 UTC (4+ messages)
[PATCH V5 00/17] Add driver for dvfsrc, support for active state of scpsys
2020-09-22 23:14 UTC (5+ messages)
` [PATCH V5 01/17] dt-bindings: soc: Add dvfsrc driver bindings
[PATCH v3 0/2] scsi: ufs-mediatek: Support performance mode for inline encryption engine
2020-09-22 23:15 UTC (4+ messages)
` [PATCH v3 2/2] dt-bindings: ufs-mediatek: Add mt8192-ufshci compatible string
[PATCH v1] soc: fsl: rcpm: Add ACPI support
2020-09-22 23:13 UTC (7+ messages)
[PATCH v3 3/8] maintenance: create auto condition for loose-objects
2020-09-22 23:15 UTC (2+ messages)
[PATCH] MAINTAINERS: Change my role to reviewer of Python scripts
2020-09-22 23:07 UTC (2+ messages)
[PATCH v2 0/1] MAINTAINERS: Add Python library stanza
2020-09-22 23:05 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH 0/3] Patches to allow running u-boot on vocore2 board
2020-09-22 23:11 UTC (2+ messages)
[RFC PATCH 00/12] rcu/nocb: De-offload and re-offload support v2
2020-09-22 23:11 UTC (5+ messages)
` [RFC PATCH 01/12] rcu: Implement rcu_segcblist_is_offloaded() config dependent
[dpdk-dev] Recent failure in autotest
2020-09-22 23:11 UTC
[PATCH 00/25] qapi: static typing conversion, pt6
2020-09-22 22:45 UTC (26+ messages)
` [PATCH 01/25] qapi/schema: add Visitable mixin
` [PATCH 02/25] qapi/schema.py: Move meta-type into class instances
` [PATCH 03/25] qapi/schema.py: add assert in stub methods
` [PATCH 04/25] qapi/schema.py: constrain QAPISchemaObjectType base type
` [PATCH 05/25] qapi/schema.py: constrain QAPISchemaObjectTypeMember arg_type type
` [PATCH 06/25] qapi/schema.py: constrain QAPISchemaEvent "
` [PATCH 07/25] qapi/schema.py: constrain tag_member type
` [PATCH 08/25] qapi/schema.py: Allow alternate_type to assert
` [PATCH 09/25] qapi/schema.py: remove superfluous assert
` [PATCH 10/25] qapi/schema.py: Add assertion to ifcond property
` [PATCH 11/25] qapi/schema.py: Constrain type of QAPISchemaObjectType members field
` [PATCH 12/25] qapi/schema.py: remove 'and' from non-bool rvalue expressions
` [PATCH 13/25] qapi/schema.py: Test type of self.ret_type instead of local temp
` [PATCH 14/25] qapi/schema.py: Assert variants of an object are also objects
` [PATCH 15/25] qapi/schema.py: add type hint annotations
` [PATCH 16/25] qapi/schema.py: enable checking
` [PATCH 17/25] qapi: Disable similarity checks in pylint entirely
` [PATCH 18/25] qapi/schema.py: Add pylint warning suppressions
` [PATCH 19/25] qapi/schema.py: Convert several methods to classmethods
` [PATCH 20/25] qapi/schema.py: Replace one-letter variable names
` [PATCH 21/25] qapi/schema.py: disable pylint line limit
` [PATCH 22/25] qapi/schema.py: Ignore unused argument for check()
` [PATCH 23/25] qapi/schema.py: enable pylint checks
` [PATCH 24/25] qapi/schema.py: Add module docstring
` [PATCH 25/25] qapi/schema.py: Use python3 style super()
[PATCH 00/26] qapi: static typing conversion, pt5
2020-09-22 22:54 UTC (25+ messages)
` [PATCH 01/26] qapi/parser.py: refactor parsing routine into method
` [PATCH 05/26] qapi/parser.py: start source info at line 0
` [PATCH 06/26] qapi/parser.py: raise QAPIParseError during file opening
` [PATCH 07/26] qapi/parser.py: fully remove 'null' constant
` [PATCH 08/26] qapi/parser.py: Assert lexer value is a string
` [PATCH 09/26] qapi/parser.py: assert get_expr returns object in outer loop
` [PATCH 10/26] qapi/parser.py: assert object keys are strings
` [PATCH 11/26] qapi/parser.py: Convert several methods to @classmethod
` [PATCH 12/26] qapi/parser.py: add casts to pragma checks
` [PATCH 13/26] qapi/parser.py: add type hint annotations
` [PATCH 14/26] qapi/parser.py: add docstrings
` [PATCH 15/26] qapi/parser.py: add ParsedExpression type
` [PATCH 16/26] qapi/pragma.py: Move QAPISchemaPragma into its own module
` [PATCH 17/26] qapi/pragma.py: Move pragma parsing out of parser.py
` [PATCH 18/26] qapi/parser.py: Modify _include() to use parser state
` [PATCH 19/26] qapi/parser.py: add parent argument
` [PATCH 20/26] qapi/parser.py: remove unused check_args_section arguments
` [PATCH 21/26] qapi/parser.py: QAPIDoc: convert @staticmethod to @classmethod
` [PATCH 22/26] qapi/parser.py: add type hint annotations (QAPIDoc)
` [PATCH 23/26] qapi/parser.py: enable mypy checks
` [PATCH 24/26] qapi/parser.py: remove one and two-letter variables
` [PATCH 25/26] qapi/parser.py: Silence too-few-public-methods warning
` [PATCH 26/26] qapi/parser.py: enable pylint checks
For You!!!
2020-09-22 23:10 UTC
[Bug 14509] Interworking Problem OpenVMS Samba Server 4.6.5 with Linux Samba Client 4.7.6
2020-09-22 23:09 UTC (2+ messages)
[PATCH v3 2/8] maintenance: add loose-objects task
2020-09-22 23:09 UTC (2+ messages)
[RFC BlueZ] avdtp: Handle case where remote send L2CAP connect ahead of Open
2020-09-22 23:06 UTC
[PATCH 0/2] Add support for the TRNG in Ingenic X1830
2020-09-22 23:06 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: RNG: Add Ingenic TRNG bindings
[PATCH v3 1/8] maintenance: add prefetch task
2020-09-22 23:05 UTC (2+ messages)
[PATCH v11 0/2] i2c: add driver for Mellanox BlueField SoC
2020-09-22 23:05 UTC (4+ messages)
` [PATCH v11 1/2] i2c: i2c-mlxbf: I2C SMBus "
` [PATCH v11 2/2] dt-bindings: i2c: I2C binding "
[PATCH for-next] i40iw: Add support to make destroy QP synchronous
2020-09-22 23:04 UTC (3+ messages)
[Virtio-fs] tools/virtiofs: Multi threading seems to hurt performance
2020-09-22 22:56 UTC (5+ messages)
` "
[PATCH v3 0/4] Fixes for usbip and specialised USB driver selection
2020-09-22 23:04 UTC (5+ messages)
` [PATCH v3 1/4] Revert "usbip: Implement a match function to fix usbip"
` [PATCH v3 4/4] usbcore/driver: Accommodate usbip
[PATCH v2 0/6] ARM: dts: sun8i: v3s: Enable video decoder
2020-09-22 23:00 UTC (7+ messages)
` [PATCH v2 2/6] dt-bindings: sram: allwinner, sun4i-a10-system-control: Add V3s compatibles
` [PATCH v2 5/6] dt-bindings: media: cedrus: Add V3s compatible
[PATCH] Use maximum latency when determining L1/L0s ASPM v2
2020-09-22 23:00 UTC (2+ messages)
[PATCHSET v3 0/5] perf stat: Expand events for each cgroup
2020-09-22 22:57 UTC (10+ messages)
` [PATCH 2/5] perf stat: Add --for-each-cgroup option
` [PATCH 3/5] perf tools: Copy metric events properly when expand cgroups
[PATCH v3 0/7] SM8150 and SM8250 dispcc drivers
2020-09-22 22:57 UTC (3+ messages)
` [PATCH v3 1/7] dt-bindings: clock: sdm845-dispcc: same name for dp_phy clocks as sc7180
[PATCH v3 0/2] Introduce the BQ256XX family of chargers
2020-09-22 22:56 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: power: Add the bq256xx dt bindings
` [EXTERNAL] "
[RFC 0/4] clk: qcom: handle power domains links for GDSC
2020-09-22 22:56 UTC (3+ messages)
` [RFC 1/4] dt-bindings: clock: qcom,dispcc: document power domain bindings
[PATCH] reftable: fix some sparse warnings
2020-09-22 22:47 UTC
[hch-misc:dma-header-cleanups 29/58] drivers/media/dvb-core/dvb_vb2.c:345:57: error: too many arguments to function call, expected 3, have 4
2020-09-22 22:55 UTC
[PATCH v8 00/32] Improvements for Tegra I2C driver
2020-09-22 22:51 UTC (33+ messages)
` [PATCH v8 01/32] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v8 02/32] i2c: tegra: Add missing pm_runtime_put()
` [PATCH v8 03/32] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v8 04/32] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v8 05/32] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v8 06/32] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v8 07/32] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v8 08/32] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v8 09/32] i2c: tegra: Use reset_control_reset()
` [PATCH v8 10/32] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v8 11/32] i2c: tegra: Use platform_get_irq()
` [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v8 13/32] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v8 14/32] i2c: tegra: Clean up probe function
` [PATCH v8 15/32] i2c: tegra: Reorder location of functions in the code
` [PATCH v8 16/32] i2c: tegra: Clean up variable types
` [PATCH v8 17/32] i2c: tegra: Remove outdated barrier()
` [PATCH v8 18/32] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v8 19/32] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v8 20/32] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v8 21/32] i2c: tegra: Rename wait/poll functions
` [PATCH v8 22/32] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v8 23/32] i2c: tegra: Factor out packet header setup "
` [PATCH v8 24/32] i2c: tegra: Factor out register polling into separate function
` [PATCH v8 25/32] i2c: tegra: Factor out hardware initialization "
` [PATCH v8 26/32] i2c: tegra: Check errors for both positive and negative values
` [PATCH v8 27/32] i2c: tegra: Improve formatting of variables
` [PATCH v8 28/32] i2c: tegra: Clean up variable names
` [PATCH v8 29/32] i2c: tegra: Clean up printk messages
` [PATCH v8 30/32] i2c: tegra: Clean up and improve comments
` [PATCH v8 31/32] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v8 32/32] i2c: tegra: Improve driver module description
[PATCH v10 0/2] i2c: add driver for Mellanox BlueField SoC
2020-09-22 22:52 UTC (4+ messages)
` [PATCH v10 1/2] i2c: i2c-mlxbf: I2C SMBus "
linusw/devel build: 7 builds: 0 failed, 7 passed, 11 warnings (v5.9-rc1-32-g36eccdb58fb5)
2020-09-22 22:52 UTC
[RFC PATCH 00/21] [RFC] Parallel checkout
2020-09-22 22:49 UTC (21+ messages)
` [PATCH v2 00/19] Parallel Checkout (part I)
` [PATCH v2 01/19] convert: make convert_attrs() and convert structs public
` [PATCH v2 02/19] convert: add [async_]convert_to_working_tree_ca() variants
` [PATCH v2 03/19] convert: add get_stream_filter_ca() variant
` [PATCH v2 04/19] convert: add conv_attrs classification
` [PATCH v2 05/19] entry: extract a header file for entry.c functions
` [PATCH v2 06/19] entry: make fstat_output() and read_blob_entry() public
` [PATCH v2 07/19] entry: extract cache_entry update from write_entry()
` [PATCH v2 08/19] entry: move conv_attrs lookup up to checkout_entry()
` [PATCH v2 09/19] entry: add checkout_entry_ca() which takes preloaded conv_attrs
` [PATCH v2 10/19] unpack-trees: add basic support for parallel checkout
` [PATCH v2 11/19] parallel-checkout: make it truly parallel
` [PATCH v2 12/19] parallel-checkout: support progress displaying
` [PATCH v2 13/19] make_transient_cache_entry(): optionally alloc from mem_pool
` [PATCH v2 14/19] builtin/checkout.c: complete parallel checkout support
` [PATCH v2 15/19] checkout-index: add "
` [PATCH v2 16/19] parallel-checkout: add tests for basic operations
` [PATCH v2 17/19] parallel-checkout: add tests related to clone collisions
` [PATCH v2 18/19] parallel-checkout: add tests related to .gitattributes
` [PATCH v2 19/19] ci: run test round with parallel-checkout enabled
[Fuego] [PATCH] docs: .rst files for pages categorized as Explanation, Tutorials and How Tos
2020-09-22 22:51 UTC (2+ messages)
[linux-next:master 7032/8629] arch/powerpc/kernel/vdso32/gettimeofday.S:40: Error: syntax error; found `@', expected `,'
2020-09-22 22:51 UTC
[PATCH v2 00/38] qapi: static typing conversion, pt1
2020-09-22 22:44 UTC (3+ messages)
` [PATCH v2 13/38] qapi/common.py: add type hint annotations
[torture] 345fdd0aab: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_fwd_prog_nr
2020-09-22 22:49 UTC (3+ messages)
[nftables] netdev rate limiting | timeouts rfq
2020-09-22 22:49 UTC
[Devel] Automatic dereference when reading from ArgX
2020-09-22 22:47 UTC
[PATCH] soc: fsl: dpio: remove set but not used 'addr_cena'
2020-09-22 22:44 UTC (5+ messages)
[PATCH v12 4/5] security: keys: trusted: use ASN.1 TPM2 key format for the blobs
2020-09-22 22:46 UTC (2+ messages)
[PATCH 1/3] perf list: Remove dead code in argument check
2020-09-22 22:45 UTC (6+ messages)
` [PATCH 3/3] perf list: Add 'pfm' to list libpfm4 events
[PATCH] soc: fsl: qbman: Fix return value on success
2020-09-22 22:42 UTC (4+ messages)
[net-next 0/3] cxgb4/ch_ktls: updates in net-next
2020-09-22 22:44 UTC (3+ messages)
` [net-next 1/3] ch_ktls: Issue if connection offload fails
[PATCH v3 00/13] qla2xxx misc features and bug fixes
2020-09-22 22:43 UTC (7+ messages)
` [PATCH v3 11/13] qla2xxx: Add IOCB resource tracking
[iptables PATCH 0/3] libxtables: Fix for pointless socket() calls
2020-09-22 22:53 UTC (4+ messages)
` [iptables PATCH 1/3] libxtables: Make sure extensions register in revision order
` [iptables PATCH 2/3] libxtables: Simplify pending extension registration
` [iptables PATCH 3/3] libxtables: Register multiple extensions in ascending order
[PATCH 0/2] ASoC: stm32: i2s: add master clock provider
2020-09-22 22:40 UTC (5+ messages)
` [PATCH 1/2] ASoC: dt-bindings: add mclk provider support to stm32 i2s
[PATCH v16 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
2020-09-22 22:39 UTC (12+ messages)
` [PATCH v16 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v16 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v16 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v16 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v16 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver
[PATCH] ci: github action - add check for whitespace errors
2020-09-22 22:41 UTC (4+ messages)
[PATCH v2 1/2] gpio/aspeed-sgpio: enable access to all 80 input & output sgpios
2020-09-22 22:39 UTC (3+ messages)
[PATCH v2] iommu/arm: Add module parameter to set msi iova address
2020-09-22 22:37 UTC (3+ messages)
[PATCH 0/2 v2] a stateid race and a cleanup
2020-09-22 22:38 UTC (7+ messages)
` [PATCH 1/2 v2] NFSv4: Fix a livelock when CLOSE pre-emptively bumps state sequence
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.