messages from 2018-12-13 06:29:19 to 2018-12-13 07:36:45 UTC [more...]
[PATCH 4.19 000/110] 4.19.6-stable review
2018-12-13 7:36 UTC (4+ messages)
` [PATCH 4.19 014/110] usb: xhci: Prevent bus suspend if a port connect change or polling state is detected
[PATCH v2] crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
2018-12-13 7:34 UTC
[GIT PULL] tee subsys for v4.21
2018-12-13 7:33 UTC (4+ messages)
[PATCH] opp: Add API for getting voltage from supplies
2018-12-13 6:38 UTC (4+ messages)
[U-Boot] [PATCH v3 00/31] virtio: Introduce VirtIO driver support
2018-12-13 7:32 UTC (5+ messages)
` [U-Boot] [PATCH v3 11/31] blk: Call part_init() in the post_probe() method
[PATCH] mm/zsmalloc.c: Fix zsmalloc 32-bit PAE support
2018-12-13 7:27 UTC (10+ messages)
[GIT PULL] tee driver fix for v4.21
2018-12-13 7:29 UTC (4+ messages)
SATA/SAS mixed pool
2018-12-13 7:29 UTC (2+ messages)
[PATCH 1/2] mm, pageblock: make sure pageblock won't exceed mem_sectioin
2018-12-13 7:28 UTC (7+ messages)
[Qemu-devel] [PATCH for-4.0 v8 0/7] qemu_thread_create: propagate errors to callers to check
2018-12-13 7:26 UTC (3+ messages)
` [Qemu-devel] [PATCH for-4.0 v8 6/7] qemu_thread_create: propagate the error to callers to handle
USB: ehci-omap: Fix deferred probe for phy handling
2018-12-13 7:25 UTC
[PATCH] raw/skeleton: fix segmentation fault on rawdev_autotest
2018-12-13 7:22 UTC (2+ messages)
[PATCH] PCI: imx: make msi work without pcieportbus
2018-12-13 7:22 UTC (5+ messages)
[PATCH] scripts/mkcompile_h: Remove trailing spaces from compiler version
2018-12-13 7:21 UTC (2+ messages)
[PATCH] imd: model and compatible missing in metadata
2018-12-13 7:20 UTC (2+ messages)
[PATCH v2 0/4] Reduce NUMA related overhead in perf record profiling on large server systems
2018-12-13 7:20 UTC (5+ messages)
` [PATCH v2 1/4] perf record: allocate affinity masks
` [PATCH v2 2/4] perf record: bind the AIO user space buffers to nodes
` [PATCH v2 3/4] perf record: apply affinity masks when reading mmap, buffers
` [PATCH v2 4/4] perf record: implement --affinity=node|cpu option
[PATCH v2] ASoC: fsl: Fix SND_SOC_EUKREA_TLV320 build error on i.MX8M
2018-12-13 7:12 UTC (3+ messages)
[PATCH 0/6] Raspberry Pi miniuart support
2018-12-13 7:14 UTC (3+ messages)
` [PATCH 3/6] serial_ns16550: add raspberry pi compatible and init
[U-Boot] [imx/next V2] tools: imx8m_image: use bash
2018-12-13 7:15 UTC (3+ messages)
[U-Boot] [PATCH 1/1] usb: musb-new: sunxi: Fix null pointer access
2018-12-13 7:14 UTC (5+ messages)
[PATCH 00/58] PCI i.MX6/DesignWare sync up with 4.20-rc1
2018-12-13 7:11 UTC (59+ messages)
` [PATCH 01/58] PCI: desginware: Remove bogus prototypes
` [PATCH 02/58] PCI: designware: Consolidate outbound iATU programming functions
` [PATCH 03/58] PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEM
` [PATCH 04/58] PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK
` [PATCH 05/58] PCI: designware: Use exact access size in dw_pcie_cfg_read()
` [PATCH 06/58] PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces
` [PATCH 07/58] PCI: designware: Require config accesses to be naturally aligned
` [PATCH 08/58] PCI: designware: Make "num-lanes" an optional DT property
` [PATCH 09/58] PCI: designware: Ensure ATU is enabled before IO/conf space accesses
` [PATCH 10/58] PCI: designware: Simplify control flow
` [PATCH 11/58] PCI: designware: Make config accessor override checking symmetric
` [PATCH 12/58] PCI: designware: Explain why we don't program ATU for some platforms
` [PATCH 13/58] PCI: imx6: Move link up check into imx6_pcie_wait_for_link()
` [PATCH 14/58] PCI: designware: Add generic dw_pcie_wait_for_link()
` [PATCH 15/58] PCI: designware: Add default link up check if sub-driver doesn't override
` [PATCH 16/58] PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()
` [PATCH 17/58] PCI: designware: Remove incorrect RC memory base/limit configuration
` [PATCH 18/58] PCI: designware: Return data directly from dw_pcie_readl_rc()
` [PATCH 19/58] PCI: designware: Move link wait definitions to .c file
` [PATCH 20/58] PCI: designware: Wait for iATU enable
` [PATCH 21/58] PCI: designware: Check LTSSM training bit before deciding link is up
` [PATCH 22/58] PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2
` [PATCH 23/58] PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'
` [PATCH 24/58] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()
` [PATCH 25/58] PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces
` [PATCH 26/58] PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments
` [PATCH 27/58] PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()
` [PATCH 28/58] PCI: dwc: designware: Move register defines to designware header file
` [PATCH 29/58] PCI: dwc: all: Rename cfg_read/cfg_write to read/write
` [PATCH 30/58] PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()
` [PATCH 31/58] PCI: imx6: Add local struct device pointers
` [PATCH 32/58] PCI: imx6: Removed unused struct imx6_pcie.mem_base
` [PATCH 33/58] PCI: imx6: Pass struct imx6_pcie to PHY accessors
` [PATCH 34/58] PCI: imx6: Pass device-specific struct to internal functions
` [PATCH 35/58] PCI: imx6: Use generic DesignWare accessors
` [PATCH 36/58] PCI: imx6: Reorder struct imx6_pcie
` [PATCH 37/58] PCI: imx6: Port error messages for imx6_pcie_deassert_core_reset()
` [PATCH 38/58] PCI: imx6: Remove unused return values
` [PATCH 39/58] PCI: imx6: Factor out ref clock enable
` [PATCH 40/58] PCI: imx6: Add DT property for link gen, default to Gen1
` [PATCH 41/58] PCI: imx6: Remove redundant "Link never came up" message
` [PATCH 42/58] PCI: imx6: Remove LTSSM disable workaround
` [PATCH 43/58] PCI: dwc: all: Split struct pcie_port into host-only and core structures
` [PATCH 44/58] PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()
` [PATCH 45/58] PCI: dwc: designware: Fix style errors in pcie-designware.c
` [PATCH 46/58] PCI: dwc: Split pcie-designware.c into host and core files
` [PATCH 47/58] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
` [PATCH 48/58] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
` [PATCH 49/58] PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specifically
` [PATCH 50/58] PCI: Fix typos and whitespace errors
` [PATCH 51/58] PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
` [PATCH 52/58] PCI: dwc: Replace lower into upper case characters
` [PATCH 53/58] PCI: dwc: designware: Handle ->host_init() failures
` [PATCH 54/58] PCI: dwc: Add accessors for write permission of DBI read-only registers
` [PATCH 55/58] PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates
` [PATCH 56/58] PCI: dwc: Fix enumeration end when reaching root subordinate
` [PATCH 57/58] PCI: dwc: Small computation improvement
` [PATCH 58/58] PCI: dwc: Constify dw_pcie_host_ops structures
[U-Boot] [PATCH 1/1] arm: sunxi: Add NULL pointer check
2018-12-13 7:12 UTC (4+ messages)
[PATCH 1/3] serial: amba-pl011: Fix regulator_get() return check
2018-12-13 7:10 UTC (3+ messages)
` [PATCH 2/3] mci: Rely on NULL being a dummy regulator
` [PATCH 3/3] video: mtl017: Make sure errno is not used as a regulator pointer
[PATCH v3 00/10] MIPS: migrate to multiimage support
2018-12-13 7:10 UTC (6+ messages)
` [PATCH v3 08/10] MIPS: port all mach* to multiimage
[PATCH 00/19] A new net PMD - ice
2018-12-13 7:10 UTC (4+ messages)
` [PATCH v3 00/34] "
[PATCH 0/2] can: flexcan: add PE clock source select support
2018-12-13 7:08 UTC (3+ messages)
` [PATCH 1/2] Documentation: can: flexcan: add PE clock source property to device tree
` [PATCH 2/2] can: flexcan: add support for PE clock source select
[PATCH] globalvar: fix crash if CONFIG_NVVAR is not set
2018-12-13 7:06 UTC (2+ messages)
[Qemu-devel] [PATCH] qemu-options: Remove deprecated "-virtioconsole" option
2018-12-13 7:05 UTC
[PATCH kernel v5 00/20] powerpc/powernv/npu, vfio: NVIDIA V100 + P9 passthrough
2018-12-13 6:17 UTC (18+ messages)
` [PATCH kernel v5 01/20] powerpc/ioda/npu: Call skiboot's hot reset hook when disabling NPU2
` [PATCH kernel v5 02/20] powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region
` [PATCH kernel v5 03/20] powerpc/vfio/iommu/kvm: Do not pin device memory
` [PATCH kernel v5 05/20] powerpc/powernv/npu: Move OPAL calls away from context manipulation
` [PATCH kernel v5 07/20] powerpc/pseries/npu: Enable platform support
` [PATCH kernel v5 08/20] powerpc/pseries: Remove IOMMU API support for non-LPAR systems
` [PATCH kernel v5 10/20] powerpc/iommu_api: Move IOMMU groups setup to a single place
` [PATCH kernel v5 11/20] powerpc/powernv: Reference iommu_table while it is linked to a group
` [PATCH kernel v5 12/20] powerpc/powernv/npu: Move single TVE handling to NPU PE
` [PATCH kernel v5 13/20] powerpc/powernv/npu: Convert NPU IOMMU helpers to iommu_table_group_ops
` [PATCH kernel v5 14/20] powerpc/powernv/npu: Add compound IOMMU groups
` [PATCH kernel v5 15/20] powerpc/powernv/npu: Add release_ownership hook
` [PATCH kernel v5 16/20] powerpc/powernv/npu: Check mmio_atsd array bounds when populating
` [PATCH kernel v5 17/20] powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
` [PATCH kernel v5 18/20] vfio_pci: Allow mapping extra regions
` [PATCH kernel v5 19/20] vfio_pci: Allow regions to add own capabilities
` [PATCH kernel v5 20/20] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver
[PATCH v1 0/3] Reduce NUMA related overhead in perf record profiling on large server systems
2018-12-13 7:04 UTC (4+ messages)
` [PATCH v1 2/3] perf record: apply affinity masks when reading mmap buffers
[PATCH 1/4] net/e1000: Map custom error codes to more appropriate errno values
2018-12-13 7:03 UTC (4+ messages)
` [PATCH 2/4] net/e1000: Do not discard EEPROM error code in e1000_setup_link()
` [PATCH 3/4] net/e1000: Use dev_err to report error
` [PATCH 4/4] net/e1000: Only read EEPROM_INIT_CONTROL2_REG if it is needed
Understanding U-boot
2018-12-13 7:01 UTC (2+ messages)
[PATCH] nvmet: remove unused varialbe
2018-12-13 7:01 UTC
[Buildroot] [autobuild.buildroot.net] Build results for 2018-12-12
2018-12-13 7:00 UTC
[PATCH v3 0/9] Regenerate arm64 defconfig for current kernel
2018-12-13 6:51 UTC (33+ messages)
` [PATCH v3 1/9] arm64: defconfig: Regenerate for v4.20
` [PATCH v3 2/9] arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ
` [PATCH v3 3/9] arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6}
` [PATCH v3 4/9] arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI
` [PATCH v3 5/9] arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE
` [PATCH v3 6/9] arm64: defconfig: Drop redundant SND_SOC_ROCKCHIP_I2S
` [PATCH v3 7/9] arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO
` [PATCH v3 8/9] arm64: defconfig: Change SCSI_UFS_HISI=m
` [PATCH v3 9/9] arm64: defconfig: Drop redundant sound codec options
[PATCH] proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
2018-12-13 6:58 UTC (2+ messages)
[PATCH 1/3] Documentation: i.MX: improve wording, add markup and missing articles
2018-12-13 6:57 UTC (2+ messages)
[PATCH V2] x86/vm_event: block interrupt injection for sync vm_events
2018-12-13 6:54 UTC (9+ messages)
[freebsd-master test] 131265: all pass - PUSHED
2018-12-13 6:54 UTC
[PATCH 0/2] Graph fixes for using multiple endpoints per port
2018-12-13 6:53 UTC (13+ messages)
[PATCH 1/2] mfd: rave-sp: Add parameters to query IP address/netmask
2018-12-13 6:50 UTC (2+ messages)
linux-next: Tree for Dec 13
2018-12-13 6:49 UTC
[Bridge] [PATCH net-next v2 0/9] Pass extack to SWITCHDEV_PORT_OBJ_ADD
2018-12-13 6:48 UTC (4+ messages)
` [Bridge] [PATCH net-next v2 1/9] net: ndo_bridge_setlink: Add extack
` "
[PATCH] clk: imx5: add di_pred
2018-12-13 6:47 UTC (2+ messages)
[PATCH] ARM: rdu2: add command to reset network switch
2018-12-13 6:47 UTC (2+ messages)
[RFC PATCH 0/2] Fixing xfs ioctls on x32
2018-12-13 6:45 UTC (2+ messages)
[PATCH] ARM: fix setup_c when runtime offset is != 0
2018-12-13 6:40 UTC
[PATCH v2 0/6] restore nvme-rdma polling
2018-12-13 6:38 UTC (16+ messages)
` [PATCH v2 1/6] block: introduce blk_execute_rq_polled
` [PATCH v2 2/6] nvme-core: allow __nvme_submit_sync_cmd to poll
` [PATCH v2 3/6] nvme-fabrics: allow nvmf_connect_io_queue "
` [PATCH v2 4/6] nvme-fabrics: allow user to pass in nr_poll_queues
` [PATCH v2 5/6] nvme-rdma: implement polling queue map
` [PATCH v2 6/6] nvme-multipath: disable polling for underlying namespace request queue
` [PATCH v2 nvme-cli 7/6] fabrics: pass in number of polling queues
[Qemu-devel] [PATCH v3 0/3] Deprecate QMP & HMP `cpu-add`; document vCPU hotplug
2018-12-13 6:38 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 1/3] Deprecate QMP `cpu-add`
[Bug 201273] New: Fatal error during GPU init amdgpu
2018-12-13 6:36 UTC (2+ messages)
` [Bug 201273] Fatal error during GPU init amdgpu RX560
[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
2018-12-13 6:35 UTC (5+ messages)
Testing --blocksize_range
2018-12-13 6:33 UTC (2+ messages)
[Qemu-devel] [PATCH] hw/s390/ccw.c: Don't take address of packed members
2018-12-13 6:32 UTC (2+ messages)
` [Qemu-devel] [qemu-s390x] "
[PATCH] x86/VT-x: Don't activate VMCS Shadowing outside of nested vmx mode
2018-12-13 6:30 UTC (2+ messages)
[PATCH] Export mm_update_next_owner function for vhost-net
2018-12-13 6:30 UTC (3+ messages)
[PATCH] f2fs: add an ioctl() to explicitly trigger fsck later
2018-12-13 6:30 UTC (7+ messages)
` [f2fs-dev] "
Preparing for 2.20.1 brown-paper-bag maintenance release
2018-12-13 6:29 UTC
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.