All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-13 06:03:31 to 2018-12-13 07:12:45 UTC [more...]

[PATCH 00/58] PCI i.MX6/DesignWare sync up with 4.20-rc1
 2018-12-13  7:11 UTC  (29+ 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 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 v2 0/4] Reduce NUMA related overhead in perf record profiling on large server systems
 2018-12-13  7:07 UTC 

[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  (42+ 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 04/20] powerpc/powernv: Move npu struct from pnv_phb to pci_controller
` [PATCH kernel v5 05/20] powerpc/powernv/npu: Move OPAL calls away from context manipulation
` [PATCH kernel v5 06/20] powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
` [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 09/20] powerpc/powernv/pseries: Rework device adding to IOMMU groups
` [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  (10+ messages)
` [PATCH v1 2/3] perf record: apply affinity masks when reading mmap buffers
  ` [PATCH v1 1/3] perf record: allocate affinity masks

[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 

[U-Boot] [imx/next V2] tools: imx8m_image: use bash
 2018-12-13  6:54 UTC  (2+ messages)

[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)

[PATCH] mm/zsmalloc.c: Fix zsmalloc 32-bit PAE support
 2018-12-13  6:17 UTC  (9+ 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] opp: Add API for getting voltage from supplies
 2018-12-13  6:38 UTC  (3+ messages)

[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`

[PATCH] PCI: imx: make msi work without pcieportbus
 2018-12-13  6:36 UTC  (4+ messages)

[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)

[PATCH] imd: model and compatible missing in metadata
 2018-12-13  6:33 UTC 

[PATCH] scripts/mkcompile_h: Remove trailing spaces from compiler version
 2018-12-13  6:34 UTC 

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 

[PATCH v2 0/2] Support request more queues
 2018-12-13 14:05 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] net/i40e: support VF "
  ` [PATCH v3 2/2] net/i40e: support PF respond "

[PATCH v4 0/4] iommu improvements
 2018-12-13  6:27 UTC  (5+ messages)
` [PATCH v4 2/4] iommu: rename wrapper functions
` [PATCH v4 3/4] iommu: elide flushing for higher order map/unmap operations

[Cocci] struct replacement
 2018-12-13  6:24 UTC  (2+ messages)

[PATCH 0/2] mingw: support absolute paths without a drive prefix
 2018-12-13  6:25 UTC  (7+ messages)
` [PATCH 2/2] mingw: allow absolute paths without "

[PATCH] tty: serial: don't do termios for BTIF
 2018-12-13  6:24 UTC  (3+ messages)

[PATCH 0/2] Fixes to RDTSCP interception
 2018-12-13  6:24 UTC  (3+ messages)
` [PATCH 2/2] x86/hvm: Corrections to RDTSCP intercept handling

[pull request][net-next 00/14] Mellanox, mlx5e updates 2018-12-11
 2018-12-13  6:23 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] libbpf: adding AF_XDP support
 2018-12-13  6:23 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] libbpf: add support for using AF_XDP sockets

[U-Boot] [PATCH u-boot-marvell v3 01/10] board: turris_mox: Cosmetic restructurization
 2018-12-13  6:23 UTC  (9+ messages)
` [U-Boot] [PATCH u-boot-marvell v3 09/10] board: turris_mox: Support 1 GB version of Turris Mox

[PATCH net] net: ipv4: do not handle duplicate fragments as overlapping
 2018-12-13  6:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] bitmaps: remove x- prefix from QMP api
 2018-12-13  6:19 UTC  (2+ messages)

[v5,2/2] arm: dts: mt2712: add uart APDMA to device tree
 2018-12-13  6:18 UTC  (4+ messages)
` [PATCH v5 2/2] "

[PATCH V6] iio: light: isl29018: add optional vcc regulator operation support
 2018-12-13  6:18 UTC 

[Qemu-devel] [PATCH for-4.0 v8 0/7] qemu_thread_create: propagate errors to callers to check
 2018-12-13  6:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-4.0 v8 3/7] migration: fix the multifd code when receiving less channels

[PATCH] drm/amdgpu: unify Vega20 PSP SOS firmwares for A0 and A1
 2018-12-13  6:14 UTC 

[PATCH V2 1/1] device-dax: check for vma range while dax_mmap
 2018-12-13  6:12 UTC  (7+ messages)

[linux-4.19 test] 131255: regressions - FAIL
 2018-12-13  6:08 UTC 

[PATCH bpf-next 1/2] selftests/bpf: skip verifier tests that depend on CONFIG_CGROUP_BPF
 2018-12-13  6:06 UTC  (11+ messages)

[PATCH net-next 0/5] net: prefer listeners bound to an address
 2018-12-13  6:03 UTC  (2+ messages)

[RFC PATCH 0/3] PCIe Host request to reserve IOVA
 2018-12-13  6:03 UTC  (4+ messages)
` [RFC PATCH 3/3] PCI: iproc: Add dma reserve resources to host


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.