All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-17 02:57:43 to 2018-12-17 05:21:25 UTC [more...]

[PATCH v2 00/65] PCI i.MX6/DesignWare sync up with 4.20-rc1
 2018-12-17  5:19 UTC  (61+ messages)
` [PATCH v2 01/65] PCI: desginware: Remove bogus prototypes
` [PATCH v2 02/65] PCI: designware: Consolidate outbound iATU programming functions
` [PATCH v2 03/65] PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEM
` [PATCH v2 04/65] PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK
` [PATCH v2 05/65] PCI: designware: Use exact access size in dw_pcie_cfg_read()
` [PATCH v2 06/65] PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces
` [PATCH v2 07/65] PCI: designware: Require config accesses to be naturally aligned
` [PATCH v2 08/65] PCI: designware: Make "num-lanes" an optional DT property
` [PATCH v2 09/65] PCI: designware: Ensure ATU is enabled before IO/conf space accesses
` [PATCH v2 10/65] PCI: designware: Simplify control flow
` [PATCH v2 11/65] PCI: designware: Make config accessor override checking symmetric
` [PATCH v2 12/65] PCI: designware: Explain why we don't program ATU for some platforms
` [PATCH v2 13/65] PCI: imx6: Move link up check into imx6_pcie_wait_for_link()
` [PATCH v2 14/65] PCI: designware: Add generic dw_pcie_wait_for_link()
` [PATCH v2 15/65] PCI: designware: Add default link up check if sub-driver doesn't override
` [PATCH v2 16/65] PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()
` [PATCH v2 17/65] PCI: designware: Remove incorrect RC memory base/limit configuration
` [PATCH v2 18/65] PCI: designware: Return data directly from dw_pcie_readl_rc()
` [PATCH v2 19/65] PCI: designware: Move link wait definitions to .c file
` [PATCH v2 20/65] PCI: designware: Wait for iATU enable
` [PATCH v2 21/65] PCI: designware: Add iATU Unroll feature
` [PATCH v2 22/65] PCI: designware: Check LTSSM training bit before deciding link is up
` [PATCH v2 23/65] PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2
` [PATCH v2 24/65] PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'
` [PATCH v2 25/65] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()
` [PATCH v2 26/65] PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()
` [PATCH v2 27/65] PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces
` [PATCH v2 28/65] PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments
` [PATCH v2 29/65] PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()
` [PATCH v2 30/65] PCI: designware: Uninline register accessors
` [PATCH v2 31/65] PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments
` [PATCH v2 32/65] PCI: designware: Check for iATU unroll only on platforms that use ATU
` [PATCH v2 33/65] PCI: dwc: designware: Move register defines to designware header file
` [PATCH v2 34/65] PCI: dwc: all: Rename cfg_read/cfg_write to read/write
` [PATCH v2 35/65] PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()
` [PATCH v2 36/65] PCI: imx6: Add local struct device pointers
` [PATCH v2 37/65] PCI: imx6: Removed unused struct imx6_pcie.mem_base
` [PATCH v2 38/65] PCI: imx6: Pass struct imx6_pcie to PHY accessors
` [PATCH v2 39/65] PCI: imx6: Pass device-specific struct to internal functions
` [PATCH v2 40/65] PCI: imx6: Use generic DesignWare accessors
` [PATCH v2 41/65] PCI: imx6: Reorder struct imx6_pcie
` [PATCH v2 42/65] PCI: imx6: Port error messages for imx6_pcie_deassert_core_reset()
` [PATCH v2 43/65] PCI: imx6: Remove unused return values
` [PATCH v2 44/65] PCI: imx6: Factor out ref clock enable
` [PATCH v2 45/65] PCI: imx6: Add DT property for link gen, default to Gen1
` [PATCH v2 46/65] PCI: imx6: Remove redundant "Link never came up" message
` [PATCH v2 47/65] PCI: imx6: Remove LTSSM disable workaround
` [PATCH v2 48/65] PCI: dwc: all: Split struct pcie_port into host-only and core structures
` [PATCH v2 49/65] PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()
` [PATCH v2 50/65] PCI: dwc: designware: Fix style errors in pcie-designware.c
` [PATCH v2 51/65] PCI: dwc: Split pcie-designware.c into host and core files
` [PATCH v2 52/65] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
` [PATCH v2 53/65] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
` [PATCH v2 54/65] PCI: dwc: designware: Move _unroll configurations to a separate function
` [PATCH v2 56/65] PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() static
` [PATCH v2 57/65] PCI: Fix typos and whitespace errors
` [PATCH v2 59/65] PCI: dwc: Replace lower into upper case characters
` [PATCH v2 60/65] PCI: dwc: designware: Handle ->host_init() failures
` [PATCH v2 62/65] PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates
` [PATCH v2 63/65] PCI: dwc: Fix enumeration end when reaching root subordinate

[PATCH v2] net/smc: fix TCP fallback socket release
 2018-12-17  5:21 UTC 

[PATCH v1 0/2] reimplement rwlock and add relevant perf test case
 2018-12-17  5:16 UTC  (4+ messages)

[U-Boot] [PATCH v2] riscv: configs: Rename ax25-ae350 defconfig
 2018-12-17  5:03 UTC  (2+ messages)

[PATCH] arc: remove redundant kernel-space generic-y
 2018-12-17  5:00 UTC  (3+ messages)

[PATCH] net/smc: fix TCP fallback socket release
 2018-12-17  5:02 UTC  (2+ messages)

[Qemu-devel] [PATCH] target/ppc: fix compilation breakage on windows
 2018-12-17  4:50 UTC  (2+ messages)

[PATCH v3] eal_interrupts: add option for pending callback unregister
 2018-12-17  4:54 UTC  (6+ messages)
` [RFC v2] /net: memory interface (memif)

[PATCH 00/19] A new net PMD - ice
 2018-12-17  4:54 UTC  (5+ messages)
` [PATCH v4 00/32] A new net PMD - ICE
  ` [PATCH v4 16/32] net/ice: support device initialization

Add Proliic new chip: PL2303TB & PL2303N(G)
 2018-12-17  4:51 UTC 

<<<Investment PARTNERSHIP For You>>
 2018-12-17  4:51 UTC 

[PATCH V5 1/2] dt-bindings: iio: magnetometer: add dt-bindings for freescale mag3110
 2018-12-17  4:47 UTC  (2+ messages)
` [PATCH V5 2/2] iio: magnetometer: mag3110: add vdd/vddio regulator operation support

[ath6kl:pending 27/40] drivers/net//wireless/ath/wil6210/txrx.c:341:25: warning: 'rtap' may be used uninitialized in this function
 2018-12-17  4:42 UTC 

[PATCH v9 RESEND 0/4] KASLR feature to randomize each loadable module
 2018-12-17  4:41 UTC  (8+ messages)

[PATCH] eventdev: fix eth Tx adapter queue count checks
 2018-12-17  4:39 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3 0/3] Reset controller support for i.MX8MQ
 2018-12-17  4:37 UTC  (7+ messages)
` [PATCH v3 2/3] dt-bindings: reset: imx7: Document usage on i.MX8MQ SoCs
` [PATCH v3 3/3] reset: imx7: Add support for i.MX8MQ IP block variant

cron job: media_tree daily build: OK
 2018-12-17  4:37 UTC 

[Buildroot] [PATCH 1/4] netsurf: add optional dependency freetype
 2018-12-17  4:37 UTC  (3+ messages)

core-image-* (minimal) networking
 2018-12-17  4:29 UTC  (3+ messages)

rcu_preempt caused oom
 2018-12-17  4:26 UTC  (11+ messages)

[PATCH v5] arm64: implement ftrace with regs
 2018-12-17  4:22 UTC  (7+ messages)

> [PATCH] Security: Handle hidepid option correctly
 2018-12-17  4:21 UTC  (4+ messages)

[PATCH v3 00/15] ARM: sunxi: Enable Broadcom-based Bluetooth controllers
 2018-12-17  4:04 UTC  (36+ messages)
` [PATCH v3 01/15] dt-bindings: net: broadcom-bluetooth: Fix external clock names
` [PATCH v3 02/15] dt-bindings: net: broadcom-bluetooth: Add VBAT and VDDIO supplies
` [PATCH v3 03/15] dt-bindings: net: broadcom-bluetooth: Add BCM20702A1 compatible string
` [PATCH v3 04/15] dt-bindings: net: broadcom-bluetooth: Add BCM4330 "
` [PATCH v3 05/15] Bluetooth: hci_bcm: Handle deferred probing for the clock supply
` [PATCH v3 06/15] Bluetooth: hci_bcm: Simplify clk_get error handling
` [PATCH v3 07/15] Bluetooth: hci_bcm: Use "txco" and "extclk" to get clock reference
` [PATCH v3 08/15] Bluetooth: hci_bcm: Add support for LPO clock
` [PATCH v3 09/15] Bluetooth: hci_bcm: Add support for regulator supplies
` [PATCH v3 10/15] Bluetooth: hci_bcm: Wait for device to come out of reset after power on
` [PATCH v3 11/15] Bluetooth: hci_bcm: Add BCM20702A1 variant
` [PATCH v3 12/15] Bluetooth: hci_bcm: Add compatible string for BCM4330
` [PATCH v3 13/15] Bluetooth: btbcm: Add default address for BCM43430A0
` [PATCH v3 14/15] ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards
` [PATCH v3 15/15] arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device node

cdbeb78c7a ("kernel/workqueue: Use dynamic lockdep keys for .."): WARNING: CPU: 0 PID: 0 at kernel/locking/lockdep.c:1002 lockdep_register_key
 2018-12-17  4:16 UTC  (2+ messages)

[PATCH] dt-bindings: watchdog: update bindings for MT7629 SoC
 2018-12-17  4:15 UTC  (10+ messages)

[U-Boot] [PATCH v2 0/2] SiFive UART support
 2018-12-17  4:15 UTC  (4+ messages)

[PATCH] eint: add gpio vritual number select
 2018-12-17  4:04 UTC  (10+ messages)

[cip-dev] Linux 4.4.166-cip29
 2018-12-17  4:05 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests: Exit boot-serial-test loop if child dies
 2018-12-17  3:58 UTC 

include/config/auto.conf not sync up with .config
 2018-12-17  3:56 UTC 

[PATCH] CIFS: use the correct length when pinning memory for direct I/O for write
 2018-12-17  3:54 UTC  (2+ messages)

[PATCH] CIFS: return correct errors when pinning memory failed for direct I/O
 2018-12-17  3:54 UTC  (2+ messages)

[PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
 2018-12-17  3:51 UTC  (4+ messages)

[Bug 107978] [amdgpu] Switching to tty fails with DisplayPort monitor going to sleep (REG_WAIT timeout / dce110_stream_encoder_dp_blank)
 2018-12-17  3:46 UTC  (2+ messages)
` [Bug 107978] [amdgpu] Switching to tty fails with DisplayPort 1.2 "

[PATCH] poky-lsb: bump preferred kernel to 4.19
 2018-12-17  3:41 UTC 

[PATCH 00/17] linux-yocto: consolidated pull request
 2018-12-17  3:38 UTC  (18+ messages)
` [PATCH 01/17] linux-yocto: remove obselete options from lxc config
` [PATCH 02/17] linux-yocto/4.14: configuration cleanups
` [PATCH 03/17] linux-yocto/4.18: -rt sync and config cleanups
` [PATCH 04/17] linux-yocto/tiny: switch default branch to standard/tiny/base
` [PATCH 05/17] linux-yocto/tiny: restore qemuarm support
` [PATCH 06/17] linux-yocto/4.18: bug fixes and configuration tweaks
` [PATCH 07/17] linux-yocto/4.18: update to v4.18.17
` [PATCH 08/17] linux-yocto/4.14: update to v4.14.79
` [PATCH 09/17] linux-yocto/4.18: integrate CVE fixes
` [PATCH 10/17] linux-yocto/4.18: update to v4.18.20
` [PATCH 11/17] linux-yocto: introduce 4.19 recipes
` [PATCH 12/17] linux-yocto/4.19: configuration cleanups
` [PATCH 13/17] linux-yocto: drop 4.14 recipes
` [PATCH 14/17] linux-yocto/4.19: update to v4.19.8
` [PATCH 15/17] linux-yocto/4.18: update to v4.18.21
` [PATCH 16/17] kern-tools: tools/kconf_check: modify grep pattern
` [PATCH 17/17] linux-yocto: configuration updates (virtio and tpm)

[U-Boot] [PATCH] riscv: configs: Rename ax25-ae350 defconfig
 2018-12-17  3:37 UTC  (3+ messages)

[Bridge] [PATCH net-next] Documentation: networking: Clarify switchdev devices behavior
 2018-12-17  3:36 UTC  (4+ messages)
  `  "

[Qemu-devel] [PULL v2 00/33] tcg patch queue
 2018-12-17  3:35 UTC  (2+ messages)
` [Qemu-devel] [PULL v2 01/33] target/sparc: Remove the constant pool

[PATCH v3 0/2] Support request more queues
 2018-12-17 11:10 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] net/i40e: support VF "
  ` [PATCH v5 0/2] Support "
    ` [PATCH v5 1/2] net/i40e: support VF "
    ` [PATCH v5 2/2] net/i40e: support PF respond "

[Qemu-devel] [PULL 00/27] ppc-for-4.0 queue 20181213
 2018-12-17  1:03 UTC  (4+ messages)

[PATCH V7] iio: light: isl29018: add vcc regulator operation support
 2018-12-17  3:25 UTC 

[PATCH 1/1] btrfs: add kernel scrub log messages
 2018-12-17  3:15 UTC 

A source control for custom recipes
 2018-12-17  3:14 UTC  (4+ messages)

[PATCH] btrfs: declare btrfs_dev_replace_start as static function
 2018-12-17  3:14 UTC 

[PATCH 1/2] btrfs-progs: check for no result before using results
 2018-12-17  3:13 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: replace: gracefully handle the exclusive operation report

[Qemu-devel] [PATCH 1/1] msix: correct pba size calculation used for msix_exclusive_bar initialization
 2018-12-17  3:15 UTC  (3+ messages)

[PATCH] crypto: remove struct cipher_desc
 2018-12-17  3:12 UTC 

[yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern
 2018-12-17  3:11 UTC  (4+ messages)

[PATCH v7 00/16] Intel IPU3 ImgU patchset
 2018-12-17  3:14 UTC  (5+ messages)

[PATCH] drm/amdgpu: Add more process info in VM for debug
 2018-12-17  3:03 UTC  (3+ messages)

[PATCH -next] btrfs: remove set but not used variable 'num_pages'
 2018-12-17  3:02 UTC  (2+ messages)

[PATCH v1 0/3] support nvidia,thermtrip property
 2018-12-17  2:57 UTC  (5+ messages)
` [PATCH v1 1/3] of: add nvidia,thermtrips property


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.