messages from 2017-03-25 18:23:16 to 2017-03-27 09:49:43 UTC [more...]
[PATCH v2 00/22] PCI: fix config and I/O Address space memory mappings
2017-03-27 9:49 UTC (16+ messages)
` [PATCH v2 01/22] PCI: remove __weak tag from pci_remap_iospace()
` [PATCH v2 02/22] asm-generic/io.h: add ioremap_nopost remap interface
` [PATCH v2 03/22] asm-generic/pgtable.h: introduce pgprot_nonposted remap attribute
` [PATCH v2 04/22] PCI: fix pci_remap_iospace() "
` [PATCH v2 05/22] ARM64: implement ioremap_nopost() interface
` [PATCH v2 06/22] ARM: "
` [PATCH v2 07/22] PCI: ECAM: use ioremap_nopost() to map config region
` [PATCH v2 08/22] lib: implement Devres ioremap_nopost() interface
` [PATCH v2 09/22] PCI: xilinx: update PCI config space remap function
` [PATCH v2 10/22] PCI: xilinx-nwl: "
` [PATCH v2 11/22] PCI: spear13xx: "
` [PATCH v2 12/22] PCI: rockchip: "
` [PATCH v2 13/22] PCI: qcom: "
` [PATCH v2 14/22] PCI: iproc-platform: "
` [PATCH v2 15/22] PCI: hisi: "
[PATCH v2 0/7] Hi,
2017-03-27 9:46 UTC (10+ messages)
` [PATCH v2 1/7] pinctrl: dt-bindings: Add documentation for Armada 37xx pin controllers
` [PATCH v2 3/7] pinctrl: armada-37xx: Add pin controller support for Armada 37xx
` [PATCH v2 4/7] pinctrl: armada-37xx: Add gpio support
` [PATCH v2 5/7] pinctrl: aramda-37xx: Add irqchip support
[PATCH v4 0/6] initialize dtsi file and dts file for RK3328 SoCs
2017-03-27 9:46 UTC (6+ messages)
` [PATCH v4 1/6] dt-bindings: iio: rockchip-saradc: add support for rk3328
` [PATCH v4 3/6] dt-bindings: soc: rockchip: grf: "
` [PATCH v4 4/6] arm64: dts: rockchip: add core dtsi file for RK3328 SoCs
` [PATCH v4 5/6] arm64: dts: rockchip: add dts file for RK3328
` [PATCH v4 6/6] dt-bindings: document rockchip rk3328-evb board
[GIT PULL] PCI: Support for configurable PCI endpoint
2017-03-27 9:45 UTC (25+ messages)
` [PATCH v5 01/24] PCI: endpoint: Add EP core layer to enable EP controller and EP functions
` [PATCH v5 02/24] Documentation: PCI: Guide to use PCI Endpoint Core Layer
` [PATCH v5 03/24] PCI: endpoint: Introduce configfs entry for configuring EP functions
` [PATCH v5 04/24] Documentation: PCI: Guide to use pci endpoint configfs
` [PATCH v5 05/24] PCI: endpoint: Create configfs entry for EPC device and EPF driver
` [PATCH v5 06/24] Documentation: PCI: Add specification for the *pci test* function device
` [PATCH v5 07/24] PCI: endpoint: functions: Add an EP function to test PCI
` [PATCH v5 08/24] Documentation: PCI: Add binding documentation for pci-test endpoint function
` [PATCH v5 09/24] PCI: dwc: designware: Add EP mode support
` [PATCH v5 10/24] dt-bindings: PCI: Add dt bindings for pci designware EP mode
` [PATCH v5 11/24] PCI: dwc: dra7xx: Facilitate wrapper and msi interrupts to be enabled independently
` [PATCH v5 12/24] PCI: dwc: dra7xx: Add EP mode support
` [PATCH v5 13/24] dt-bindings: PCI: dra7xx: Add dt bindings for pci dra7xx EP mode
` [PATCH v5 14/24] dt-bindings: mfd: syscon: Add documentation for #syscon-cells property
` [PATCH v5 15/24] PCI: dwc: dra7xx: Workaround for errata id i870
` [PATCH v5 16/24] dt-bindings: PCI: dra7xx: Add dt bindings to enable unaligned access
` [PATCH v5 17/24] PCI: Add device IDs for DRA74x and DRA72x
` [PATCH v5 18/24] misc: Add host side pci driver for pci test function device
` [PATCH v5 19/24] Documentation: misc-devices: Add Documentation for pci-endpoint-test driver
` [PATCH v5 20/24] tools: PCI: Add a userspace tool to test PCI endpoint
` [PATCH v5 21/24] tools: PCI: Add sample test script to invoke pcitest
` [PATCH v5 22/24] Documentation: PCI: Add userguide for PCI endpoint test function
` [PATCH v5 23/24] MAINTAINERS: add PCI EP maintainer
` [PATCH v5 24/24] ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUP
[PATCH v4 00/22] vITS save/restore
2017-03-27 9:31 UTC (23+ messages)
` [PATCH v4 01/22] KVM: arm/arm64: Add vITS save/restore API documentation
` [PATCH v4 02/22] KVM: arm/arm64: rename itte into ite
` [PATCH v4 03/22] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v4 04/22] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v4 05/22] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
` [PATCH v4 06/22] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v4 07/22] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v4 08/22] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_iidr
` [PATCH v4 09/22] KVM: arm64: ITS: Report the ITE size in GITS_TYPER
` [PATCH v4 10/22] KVM: arm64: ITS: Interpret MAPD Size field and check related errors
` [PATCH v4 11/22] KVM: arm64: ITS: Interpret MAPD ITT_addr field
` [PATCH v4 12/22] KVM: arm64: ITS: Check the device id matches TYPER DEVBITS range
` [PATCH v4 13/22] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [PATCH v4 14/22] KVM: arm64: ITS: vgic_its_alloc_ite/device
` [PATCH v4 15/22] KVM: arm64: ITS: Sort the device and ITE lists
` [PATCH v4 16/22] KVM: expose next_segment()
` [PATCH v4 17/22] KVM: arm64: ITS: Add infrastructure for table lookup
` [PATCH v4 18/22] KVM: arm64: ITS: Collection table save/restore
` [PATCH v4 19/22] KVM: arm64: ITS: vgic_its_check_id returns the entry's GPA
` [PATCH v4 20/22] KVM: arm64: ITS: ITT flush and restore
` [PATCH v4 21/22] KVM: arm64: ITS: Device table save/restore
` [PATCH v4 22/22] KVM: arm64: ITS: Pending "
[PATCH v2 0/7] arm64: hugetlb cleanup + break-before-make fixes
2017-03-27 9:27 UTC (8+ messages)
` [PATCH v2 1/7] arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_present
` [PATCH v2 2/7] arm64: hugetlb: Cleanup setup_hugepagesz
` [PATCH v2 3/7] arm64: hugetlb: Refactor find_num_contig
` [PATCH v2 4/7] arm64: hugetlb: Introduce pte_pgprot helper
` [PATCH v2 5/7] arm64: hugetlb: Remove spurious calls to huge_ptep_offset
` [PATCH v2 6/7] arm64: hugetlb: Spring clean huge pte accessors
` [PATCH v2 7/7] arm64: hugetlb: Add break-before-make logic for contiguous entries
[PATCH 0/7] memory: atmel-ebi: Add PM ops
2017-03-27 9:25 UTC (7+ messages)
` [PATCH v2 4/7] mfd: syscon: atmel-smc: Remove unused helpers/macros
[PATCH] ARM: dts: at91: sama5d2: add dma properties to UART nodes
2017-03-27 9:09 UTC
[PATCH v2 0/2] dts: arm64: add DPAA 1 support for ARM based SoCs
2017-03-27 8:55 UTC (9+ messages)
` [PATCH v2 1/2] dts: arm64: add LS1043A DPAA support
[PATCH v2] arm: Fix memory attribute inconsistencies when using fixmap
2017-03-27 8:53 UTC (9+ messages)
[PATCH 0/5] clk: sunxi-ng: Add support for A83T CCU
2017-03-27 8:53 UTC (8+ messages)
` [PATCH 4/5] clk: sunxi-ng: Add driver "
[PATCH/RFC v2 0/2] arm64: dts: r8a7795: Add support for R-Car H3 ES2.0
2017-03-27 8:48 UTC (2+ messages)
` [PATCH/RFC v2 1/2] "
[PATCH v9 00/15] ACPI platform MSI support and its example mbigen
2017-03-27 8:46 UTC (5+ messages)
` [PATCH v9 15/15] irqchip: mbigen: Add ACPI support
[PATCH V8 1/3] irq: Add flags to request_percpu_irq function
2017-03-27 8:44 UTC (2+ messages)
[v2, 0/7] Add SD UHS-I and eMMC HS200 support for eSDHC
2017-03-27 8:05 UTC (4+ messages)
` [v2, 4/7] mmc: sdhci: add a quirk to restore delay in tuning
[PATCH v2 00/18] clocksource/arch_timer: Errata workaround infrastructure rework
2017-03-27 7:56 UTC (7+ messages)
` [PATCH v2 06/18] arm64: arch_timer: Add infrastructure for multiple erratum detection methods
[PATCH v2 0/6] ARM: sunxi: Convert sun4i/sun7i series SoCs to sunxi-ng
2017-03-27 7:54 UTC (8+ messages)
` [PATCH v2 1/6] clk: sunxi-ng: Add sun4i/sun7i CCU driver
` [PATCH v2 2/6] ARM: sun7i: Convert to CCU
` [PATCH v2 3/6] ARM: sun4i: "
` [PATCH v2 4/6] dt-bindings: List devicetree binding for the CCU of Allwinner A20
` [PATCH v2 5/6] dt-bindings: List devicetree binding for the CCU of Allwinner A10
` [PATCH v2 6/6] clk: sunxi-ng: Display index when clock registration fails
[v3, 0/7] Add SD UHS-I and eMMC HS200 support for eSDHC
2017-03-27 7:49 UTC (8+ messages)
` [v3, 1/7] mmc: sdhci-of-esdhc: add peripheral clock support
` [v3, 2/7] mmc: sdhci-of-esdhc: add support for signal voltage switch
` [v3, 3/7] mmc: sdhci-of-esdhc: add tuning support
` [v3, 4/7] mmc: sdhci: Control the delay between tuning commands
` [v3, 5/7] mmc: sdhci-of-esdhc: add delay between tuning cycles
` [v3, 6/7] arm64: dts: ls1046a: add clocks property and compatible for eSDHC node
` [v3, 7/7] arm64: dts: ls1046ardb: add MMC HS200/UHS-1 modes support
[PATCH V5 1/4] arm64: dts: Add basic DT to support Spreadtrum's SP9860G
2017-03-27 7:32 UTC
[PATCH v2 0/2] ARM: dts: sunxi: Add CAN node and can0_pins_a pinctrl setting
2017-03-27 6:46 UTC (3+ messages)
` [PATCH v2 2/2] ARM: dts: sun7i: Add CAN node and can0_pins_a pinctrl settings
[PATCH v6 06/11] drivers: perf: hisi: Add support for Hisilicon Djtag driver
2017-03-27 6:36 UTC (5+ messages)
[PATCH v6 07/11] drivers: perf: hisi: Add support for Hisilicon SoC event counters
2017-03-27 6:34 UTC (5+ messages)
[PATCH v2] drm: dw_hdmi: Don't rely on the status of the bridge for updating HPD
2017-03-27 6:33 UTC (2+ messages)
[PATCH v6 08/11] drivers: perf: hisi: use poll method to avoid L3C counter overflow
2017-03-27 6:33 UTC (5+ messages)
[PATCH V4 0/4] Add Spreadtrum SP9860G support
2017-03-27 6:23 UTC (4+ messages)
` [PATCH V4 3/4] dt-bindings: serial: add a new compatible string for SC9860
[PATCH V5 0/4] Add Spreadtrum SP9860G support
2017-03-27 6:06 UTC (5+ messages)
` [PATCH V5 1/4] arm64: dts: Add basic DT to support Spreadtrum's SP9860G
` [PATCH V5 2/4] dt-bindings: arm: Add bindings for SP9860G
` [PATCH V5 3/4] dt-bindings: serial: add a new compatible string for SC9860
` [PATCH V5 4/4] serial: sprd: adjust TIMEOUT to a big value
[PATCH] ARM: dts: sun7i: Use axp209.dtsi on A20-OLinuXino-Micro
2017-03-27 6:05 UTC (2+ messages)
[PATCH 1/2] drm/bridge: ti-tfp410: support hpd via gpio
2017-03-27 5:58 UTC (3+ messages)
[PATCH RESEND] dmaengine: pl330: remove pdata based initialization
2017-03-27 5:31 UTC
[PATCH 1/2] dmaengine: qcom_hidma: disable/enable IRQs on pause/resume
2017-03-27 5:14 UTC (3+ messages)
` [PATCH 2/2] dmaengine: qcom_hidma: pause the channel on shutdown
[PATCH v3 0/7] Add memsetN functions
2017-03-27 5:01 UTC (3+ messages)
` [PATCH v3 5/7] zram: Convert to using memset_l
[PATCH v8 0/3] DMA Engine: switch PL330 driver to non-irq-safe runtime PM
2017-03-27 4:34 UTC (4+ messages)
` [PATCH v8 2/3] dmaengine: pl330: remove pdata based initialization
[PATCH v3 0/3] crypto: hw_random - Add new Exynos RNG driver
2017-03-27 4:23 UTC (12+ messages)
` [PATCH v3 1/3] "
[PATCH 1/2 v2] dt-bindings: qoriq-clock: Add coreclk
2017-03-27 3:39 UTC (2+ messages)
mmc: core: Do not hold re-tuning during CMD6 commands
2017-03-27 1:35 UTC (8+ messages)
` [PATCH] "
[PATCH 0/15] drm: sun4i: Add support for the HDMI controller
2017-03-26 21:11 UTC (5+ messages)
` [PATCH 7/15] dt-bindings: display: sun4i: Add allwinner, tcon-channel property
` [PATCH 7/15] dt-bindings: display: sun4i: Add allwinner,tcon-channel property
[PATCH v3 0/4] gpio: mvebu: Add PWM fan support
2017-03-26 21:05 UTC (4+ messages)
` [PATCH v3 4/4] mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan
[nomadik:gemini 43/43] ERROR: "of_flash_probe_versatile" [drivers/mtd/maps/physmap_of.ko] undefined!
2017-03-26 20:36 UTC
[alsa-devel] [PATCH 0/3] ASoC: Enable a new IC master mode: bcm2835<=>IC<=>cs42xx8
2017-03-26 19:02 UTC (12+ messages)
[RFC PATCH] clk: meson: gxbb: remove the "cpu_clk"
2017-03-26 17:51 UTC (2+ messages)
[PATCH v2 0/8] pinctrl: meson: add audio output pins
2017-03-26 17:19 UTC (9+ messages)
` [PATCH v2 1/8] pinctrl: meson: gxbb: add i2s "
` [PATCH v2 2/8] pinctrl: meson: gxbb: add spdif "
` [PATCH v2 3/8] pinctrl: meson: gxl: add i2s "
` [PATCH v2 4/8] pinctrl: meson: gxl: add spdif "
` [PATCH v2 5/8] ARM64: dts: meson-gxbb: add i2s "
` [PATCH v2 6/8] ARM64: dts: meson-gxbb: add spdif "
` [PATCH v2 7/8] ARM64: dts: meson-gxl: add i2s "
` [PATCH v2 8/8] ARM64: dts: meson-gxl: add spdif "
[PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline
2017-03-26 16:44 UTC (4+ messages)
[RESEND] arm: ftrace: fix dynamic ftrace with DEBUG_RODATA and !FRAME_POINTER
2017-03-26 15:55 UTC
[PATCH 0/5] Convert to use devm_*() for amba attached modules
2017-03-26 15:38 UTC (11+ messages)
` [PATCH 1/5] Input: ambakmi - Convert to use devm_*()
` [PATCH 2/5] drivers/rtc/rtc-pl030.c: "
` [PATCH 3/5] drivers/rtc/rtc-pl031.c: "
` [PATCH 4/5] vfio: platform: "
` [PATCH 5/5] ALSA: AACI: Convert to use devm_ioremap_resource()
[PATCH] ARM: dts: clearfog: keep dts alphabetically ordered
2017-03-26 14:02 UTC (2+ messages)
[PATCH v2 0/5] Add support for the R_CCU on Allwinner H3/A64 SoCs
2017-03-26 13:10 UTC (7+ messages)
` [PATCH v2 1/5] dt-bindings: update device tree binding for Allwinner PRCM CCUs
[PATCH] mtd: physmap_of: really fix the physmap add-ons
2017-03-26 12:27 UTC
[PATCH v3 7/7] vga: Optimise console scrolling
2017-03-26 9:53 UTC (3+ messages)
[PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline
2017-03-26 9:12 UTC (11+ messages)
` script to setup pipeline was "
[PATCH v3 3/7] x86: Implement memset16, memset32 & memset64
2017-03-26 7:44 UTC (2+ messages)
[PATCH v3 4/7] alpha: Add support for memset16
2017-03-26 7:28 UTC (2+ messages)
Question - seeding the hw pseudo random number generator
2017-03-26 4:10 UTC (4+ messages)
[BUG] dmaengine: pxa_dma: + mmc: pxamci: race condition with DMA error on tx channel
2017-03-26 2:43 UTC (5+ messages)
[PATCH V3] ACPI / IPMI: allow ACPI_IPMI with IPMI_SSIF
2017-03-26 1:25 UTC (2+ messages)
[PATCH V5 0/4] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT
2017-03-25 21:38 UTC (5+ messages)
` [PATCH V5 1/4] PCI/ASPM: introduce pci_aspm_init() and add to pci_init_capabilities()
` [PATCH V5 2/4] PCI/ASPM: add init hook to device_add
` [PATCH V5 3/4] PCI/ASPM: save power on values during bridge init
` [PATCH V5 4/4] PCI/ASPM: move link_state cleanup to bridge remove
[GIT PULL 1/7] Broadcom soc changes for 4.12
2017-03-25 21:33 UTC (3+ messages)
` [GIT PULL 2/7] Broadcom devicetree "
[PATCH 0/1] pinctrl-meson8b: fix the NAND DQS pin definitions
2017-03-25 18:43 UTC (2+ messages)
` [PATCH 1/1] pinctrl: meson: meson8b: fix the NAND DQS pins
[PATCH 0/2] Meson8b support for the meson_saradc driver
2017-03-25 18:31 UTC (5+ messages)
` [PATCH 2/2] iio: adc: meson-saradc: add Meson8b SoC compatibility
[PATCH v5 0/9] coresight: enable debug module
2017-03-25 18:23 UTC (3+ messages)
` [PATCH v5 8/9] arm64: dts: hi6220: register "
` [PATCH v5 9/9] arm64: dts: qcom: msm8916: Add debug unit
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).