linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-27 09:24:01 to 2018-04-27 12:12:33 UTC [more...]

[PATCH v4 00/14] dra7: mmc: Update mmc dt node to use sdhci-omap
 2018-04-27 12:09 UTC  (13+ messages)
` [PATCH v4 01/14] ARM: dts: dra72-evm-common: Remove mmc specific pinmux
` [PATCH v4 02/14] ARM: dts: dra71-evm: Add "vqmmc-supply" property for mmc2
` [PATCH v4 05/14] ARM: dts: dra71-evm: Use pinctrl group from dra7-mmc-iodelay.dtsi to select pulldown
` [PATCH v4 06/14] ARM: dts: am574x-idk: Add pinmux configuration for MMC
` [PATCH v4 07/14] ARM: dts: am57xx-beagle-x15/am57xx-idk: Fix pinctrl-names
` [PATCH v4 08/14] ARM: dts: dra72-evm-common: Add wilink8 wlan support
` [PATCH v4 09/14] ARM: dts: dra7-evm: Model EVM_3V6 regulator
` [PATCH v4 10/14] ARM: dts: dra7-evm: Add wilink8 wlan support
` [PATCH v4 11/14] ARM: dts: dra76-evm: "
` [PATCH v4 12/14] ARM: dts: dra7: Use sdhci-omap programming model
` [PATCH v4 13/14] ARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt node
` [PATCH v4 14/14] Documentation: ARM: Add new MMC requirements for DRA7/K2G

recent patch "x86/acpi: Prevent X2APIC id 0xffffffff from being accounted"
 2018-04-27 12:09 UTC  (3+ messages)

[PATCH 0/3] fbdev/drm: sh_mobile: remove unused MERAM support
 2018-04-27 12:09 UTC  (6+ messages)
    ` [PATCH 1/3] video: fbdev: sh_mobile_lcdcfb: "
    ` [PATCH 2/3] drm: shmobile: "
    ` [PATCH 3/3] video: fbdev: remove unused sh_mobile_meram driver

[v2 1/1] i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
 2018-04-27 12:06 UTC  (2+ messages)

mmc: mediatek: add 64G DRAM DMA support
 2018-04-27 12:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v9 00/27] ARM: davinci: convert to common clock framework​
 2018-04-27 12:04 UTC  (4+ messages)
` [PATCH v9 26/27] ARM: davinci: da8xx-dt: switch to device tree clocks

[PATCH v8 0/9] DesignWare EP support and code clean up
 2018-04-27 12:00 UTC  (10+ messages)
` [PATCH v8 1/9] bindings: PCI: designware: Example update
` [PATCH v8 2/9] PCI: dwc: Add support for EP mode
` [PATCH v8 3/9] PCI: endpoint: functions/pci-epf-test: Add second entry
` [PATCH v8 4/9] bindings: PCI: designware: Add support for EP in DesignWare driver
` [PATCH v8 5/9] misc: pci_endpoint_test: Add DesignWare EP entry
` [PATCH v8 6/9] PCI: dwc: Define maximum number of vectors
` [PATCH v8 7/9] PCI: dwc: Replace lower into upper case characters
` [PATCH v8 8/9] PCI: dwc: Small computation improvement
` [PATCH v8 9/9] PCI: dwc: Replace magic number by defines

[PATCH v1 0/4] Tegra GART fixes and improvements
 2018-04-27 12:01 UTC  (10+ messages)
` [PATCH v1 1/4] iommu/tegra: gart: Add debugging facility
` [PATCH v1 2/4] iommu/tegra: gart: Fix gart_iommu_unmap()
` [PATCH v1 3/4] iommu/tegra: gart: Constify number of GART pages
` [PATCH v1 4/4] iommu/tegra: gart: Optimize map/unmap

[PATCH v2] x86/PCI: Make pci=earlydump output neat
 2018-04-27 11:58 UTC  (2+ messages)

[PATCH 2/5] X86: Hyper-V: Enable IPI enlightenments
 2018-04-27 11:55 UTC  (3+ messages)

[PATCH v4 0/5] Add support for remoteproc modem-pil on SDM845 SoCs
 2018-04-27 11:54 UTC  (8+ messages)
` [PATCH v4 1/5] dt-bindings: reset: Add AOSS reset bindings for "
` [PATCH v4 2/5] reset: qcom: AOSS (always on subsystem) reset controller

[PATCH RFC PoC 0/2] platform: different approach to early platform drivers
 2018-04-27 11:53 UTC  (7+ messages)

[PATCH v2 0/2] fix memory leak / panic in ioremap huge pages
 2018-04-27 11:52 UTC  (12+ messages)
` [PATCH v2 2/2] x86/mm: implement free pmd/pte page interfaces

stable 4.16.5 hmm build error
 2018-04-27 11:51 UTC  (7+ messages)

[PATCH 0/5] X86: Hyper-V: APIC enlightenments
 2018-04-27 11:50 UTC  (7+ messages)
` [PATCH 1/5] X86: Hyper-V: Enlighten APIC access
  ` [PATCH 5/5] X86: Hyper-V: Consolidate the allocation of the hypercall input page

[PATCH v5 00/14] mmc: sdhci-omap: Add UHS/HS200 mode support
 2018-04-27 11:47 UTC  (15+ messages)
` [PATCH v5 01/14] mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES reg
` [PATCH v5 02/14] mmc: sdhci-omap: Remove setting ADMA capability in driver
` [PATCH v5 03/14] mmc: sdhci-omap: Workaround for Errata i843
` [PATCH v5 04/14] mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt properties
` [PATCH v5 05/14] mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support 1.8v
` [PATCH v5 06/14] mmc: sdhci: Add quirk to disable HW timeout
` [PATCH v5 07/14] mmc: sdhci: Factor out target_timeout calculation
` [PATCH v5 08/14] mmc: sdhci: Program a relatively accurate SW timeout value
` [PATCH v5 09/14] mmc: sdhci-omap: Workaround for Errata i834
` [PATCH v5 10/14] dt-bindings: sdhci-omap: Add K2G specific binding
` [PATCH v5 11/14] mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoC
` [PATCH v5 12/14] mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irq
` [PATCH v5 13/14] dt-bindings: sdhci-omap: Add pinctrl bindings
` [PATCH v5 14/14] mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode

[PATCH] inode: debugfs_create_dir uses mode permission from parent
 2018-04-27 11:47 UTC  (6+ messages)

[PATCH v2] memcg: writeback: use memcg->cgwb_list directly
 2018-04-27 11:46 UTC  (2+ messages)

[PATCH 0/2] Use gpio_is_valid()
 2018-04-27 11:44 UTC  (3+ messages)
` [PATCH 1/2] [media] platform: "
` [PATCH 2/2] [media] sta2x11: Use gpio_is_valid() and remove unnecessary check

[PATCH 0/2] Add new grayscale formats
 2018-04-27 11:40 UTC  (3+ messages)
` [PATCH 1/2] media: v4l: Add new 2X8 10-bit grayscale media bus code
` [PATCH 2/2] media: v4l: Add new 10-bit packed grayscale format

[PATCH] ath10k: sdio: jump to correct label in error handling path
 2018-04-27 11:40 UTC  (2+ messages)
`  "

[PATCH][next] ath10k: fix spelling mistake: "servive" -> "service"
 2018-04-27 11:39 UTC  (2+ messages)
` [next] "

MHI initial design review
 2018-04-27 11:36 UTC  (7+ messages)
` [PATCH v1 2/4] mhi_bus: controller: MHI support for QCOM modems
` [PATCH v1 3/4] mhi_bus: dev: netdev: add network interface driver
` [PATCH v1 4/4] mhi_bus: dev: uci: add user space "

[PATCH] ath6kl: fix ath6kl_data_tx()'s return type
 2018-04-27 11:35 UTC  (2+ messages)
`  "

[PATCH v6] fs: dax: Adding new return type vm_fault_t
 2018-04-27 11:34 UTC  (4+ messages)

[PATCH] ASoC: dai playback and capture active may be greater than 1
 2018-04-27 11:31 UTC 

[PATCH] Documentation: driver-api: fix device_connection.rst kernel-doc error
 2018-04-27 11:30 UTC  (2+ messages)

[PATCH V2 1/2] sched/fair: Rearrange select_task_rq_fair() to optimize it
 2018-04-27 11:25 UTC  (5+ messages)
` [PATCH 2/2] sched/fair: Avoid calling sync_entity_load_avg() unnecessarily

[PATCH v3 00/15] dra7: mmc: Update mmc dt node to use sdhci-omap
 2018-04-27 11:20 UTC  (7+ messages)
` [PATCH v3 04/15] ARM: dts: dra74x-mmc-iodelay: Add a new pinctrl group for clk line without pullup
` [PATCH v3 11/15] ARM: dts: dra7-evm: Add wilink8 wlan support

[PATCH v2 0/3] mailbox: ACPI: Remove incorrect error message about parsing PCCT
 2018-04-27 11:16 UTC  (7+ messages)
` [PATCH v2 1/3] ACPI: improve function documentation for acpi_parse_entries_array()
` [PATCH v2 2/3] ACPI: ensure acpi_parse_entries_array() does not access non-existent table data
` [PATCH v2 3/3] mailbox: ACPI: erroneous error message when parsing the ACPI PCCT

[PATCH 0/4] KVM: Support PUD hugepages at stage 2
 2018-04-27 11:14 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH 2/4] KVM: arm/arm64: Introduce helpers to manupulate page table entries
` [PATCH 3/4] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH 4/4] KVM: arm64: Add support for PUD hugepages at stage 2

[PATCH] spi: mpc52xx: Use gpio_is_valid()
 2018-04-27 11:08 UTC  (2+ messages)
` Applied "spi: mpc52xx: Use gpio_is_valid()" to the spi tree

[PATCH] mm: don't show nr_indirectly_reclaimable in /proc/vmstat
 2018-04-27 11:06 UTC  (6+ messages)

[PATCH v6 00/24] ASoC: qcom: Add support to QDSP based Audio
 2018-04-27 11:06 UTC  (5+ messages)
` [PATCH v6 02/24] soc: qcom: Add APR bus driver

[PATCH] video: fbdev: remove unused auo_k190xfb drivers
 2018-04-27 11:04 UTC 

[PATCH v8 00/13] Support PPTT for ARM64
 2018-04-27 11:02 UTC  (3+ messages)
` [PATCH v8 05/13] ACPI/PPTT: Add Processor Properties Topology Table parsing

[PATCH v3 00/14] kernel/locking: qspinlock improvements
 2018-04-27 11:01 UTC  (8+ messages)
` [PATCH v3 05/14] locking/qspinlock: Remove unbounded cmpxchg loop from locking slowpath
      ` [tip:locking/core] locking/qspinlock: Remove duplicate clear_pending() function from PV code
  ` [tip:locking/core] locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpath

[PATCH v4 00/15] Memory controller hot reset
 2018-04-27 10:56 UTC  (24+ messages)
` [PATCH v4 01/15] dt-bindings: arm: tegra: Remove duplicated Tegra30+ MC binding
` [PATCH v4 02/15] dt-bindings: memory: tegra: Document #reset-cells property of the Tegra30 MC
` [PATCH v4 03/15] dt-bindings: arm: tegra: Document #reset-cells property of the Tegra20 MC
` [PATCH v4 04/15] dt-bindings: memory: tegra: Add hot resets definitions
` [PATCH v4 05/15] memory: tegra: Do not handle spurious interrupts
` [PATCH v4 06/15] memory: tegra: Setup interrupts mask before requesting IRQ
` [PATCH v4 07/15] memory: tegra: Apply interrupts mask per SoC
` [PATCH v4 08/15] memory: tegra: Remove unused headers inclusions
` [PATCH v4 09/15] memory: tegra: Squash tegra20-mc into common tegra-mc driver
` [PATCH v4 11/15] memory: tegra: Add Tegra210 memory controller hot resets

[PATCH v1] device property: Get rid of union aliasing
 2018-04-27 10:56 UTC  (2+ messages)

[PATCH] ASoC: uniphier: remove boilerplate from lisence comment
 2018-04-27 10:53 UTC  (2+ messages)
` Applied "ASoC: uniphier: remove boilerplate from lisence comment" to the asoc tree

[PATCH] staging: greybus: Use gpio_is_valid()
 2018-04-27 10:52 UTC 

[BUG] igb: reconnecting of cable not always detected
 2018-04-27 10:39 UTC  (7+ messages)

[PATCH v2] serial: 8250_of: Add IO space support
 2018-04-27 10:36 UTC 

[PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64
 2018-04-27 10:29 UTC  (5+ messages)
` [PATCH v8 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable

[PATCH 0/6 v3] Support for fsl-mc bus and its devices in SMMU
 2018-04-27 10:27 UTC  (7+ messages)
` [PATCH 1/6 v3] Docs: dt: add fsl-mc iommu-map device-tree binding
` [PATCH 2/6 v3] iommu: of: make of_pci_map_rid() available for other devices too
` [PATCH 3/6 v3] iommu: support iommu configuration for fsl-mc devices
` [PATCH 4/6 v3] iommu: arm-smmu: Add support for the fsl-mc bus
` [PATCH 5/6 v3] bus: fsl-mc: supoprt dma configure for devices on "
` [PATCH 6/6 v3] arm64: dts: ls208xa: comply with the iommu map binding for fsl_mc

[PATCHv3 00/11] ARMv8.3 pointer authentication userspace support
 2018-04-27 10:27 UTC  (11+ messages)
` [PATCHv3 02/11] arm64/kvm: consistently handle host HCR_EL2 flags
` [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests
` [PATCHv3 04/11] arm64: Don't trap host pointer auth use to EL2
` [PATCHv3 07/11] arm64: add basic pointer authentication support

[PATCH net-next 0/2] netns: uevent filtering
 2018-04-27 10:23 UTC  (3+ messages)
` [PATCH net-next 1/2 v3] uevent: add alloc_uevent_skb() helper
` [PATCH net-next 2/2 v3] netns: restrict uevents

[PATCH] printk: Ratelimit messages printed by console drivers
 2018-04-27 10:22 UTC  (11+ messages)

[greybus-dev] [PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-04-27 10:20 UTC  (6+ messages)
` [PATCH 20/61] input: keyboard: "

[PATCH v5] fault-injection: introduce kvmalloc fallback options
 2018-04-27 10:20 UTC  (12+ messages)
    ` [dm-devel] "

[RFC] mm: kmemleak: replace __GFP_NOFAIL to GFP_NOWAIT in gfp_kmemleak_mask
 2018-04-27 10:17 UTC  (14+ messages)

[PATCH 05/17] drm: rcar-du: Split CRTC handling to support hardware indexing
 2018-04-27 10:15 UTC  (9+ messages)
` [PATCH 06/17] drm: rcar-du: Allow DU groups to work with "
` [PATCH 07/17] drm: rcar-du: Add R8A77965 support

[PATCH v2 0/5] vfio: ccw: error handling fixes and improvements
 2018-04-27 10:13 UTC  (3+ messages)
` [PATCH v2 5/5] vfio: ccw: add traceponits for interesting error paths

[PATCH 1/4] dt-bindings: move various timer bindings to timer/ directory
 2018-04-27 10:13 UTC  (2+ messages)

[PATCH V2 1/3] usb: xhci: tegra: Prepare for adding runtime PM support
 2018-04-27 10:13 UTC  (6+ messages)
` [PATCH V2 2/3] usb: xhci: tegra: Add "
` [PATCH V2 3/3] usb: xhci: tegra: Add support for managing powergates

[PATCH bpf-next v2] bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ON
 2018-04-27 10:10 UTC  (2+ messages)

[PATCH] reset: uniphier: fix USB clock line for LD20
 2018-04-27 10:04 UTC  (3+ messages)

[PATCH 1/2] X86/KVM: Properly restore 'tsc_offset' when running an L2 guest
 2018-04-27 10:03 UTC  (6+ messages)
` [PATCH 2/2] kvm: nVMX: Introduce KVM_CAP_STATE

[PATCH v7 0/7] clk: meson-axg: Add AO Cloclk and Reset driver
 2018-04-27 10:00 UTC  (6+ messages)
` [PATCH v7 1/7] clk: meson: migrate to devm_of_clk_add_hw_provider API

[PATCH bpf-next] bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ON
 2018-04-27  9:59 UTC  (4+ messages)

[PATCH] arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
 2018-04-27  9:50 UTC  (2+ messages)

[PATCH v2 1/2] soc: mediatek: introduce a CAPS flag for scp_domain_data
 2018-04-27  9:46 UTC  (6+ messages)
` [PATCH v2 2/2] soc: mediatek: add a fixed wait for SRAM stable

[PATCH v3 14/14] MAINTAINERS: Add myself as a co-maintainer for LOCKING PRIMITIVES
 2018-04-27  9:44 UTC  (2+ messages)
` [tip:locking/core] MAINTAINERS: Add myself as a co-maintainer for the locking subsystem

[PATCH 4.9 00/95] 4.9.96-stable review
 2018-04-27  9:44 UTC  (10+ messages)
` [PATCH 4.9 75/95] random: set up the NUMA crng instances after the CRNG is fully initialized

[PATCH v3 13/14] locking/qspinlock: Add stat tracking for pending vs slowpath
 2018-04-27  9:43 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock: Add stat tracking for pending vs. slowpath

[PATCH v3 12/14] locking/qspinlock: Use try_cmpxchg instead of cmpxchg when locking
 2018-04-27  9:43 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock: Use try_cmpxchg() instead of cmpxchg() "

[PATCH v3 11/14] locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()
 2018-04-27  9:42 UTC  (2+ messages)
` [tip:locking/core] "

[PATCH v3 10/14] locking/qspinlock: Make queued_spin_unlock use smp_store_release
 2018-04-27  9:42 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock: Use smp_store_release() in queued_spin_unlock()

[PATCH v3 09/14] locking/qspinlock: Use smp_cond_load_relaxed to wait for next node
 2018-04-27  9:41 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock: Use smp_cond_load_relaxed() "

[PATCH v3 08/14] locking/mcs: Use smp_cond_load_acquire() in mcs spin loop
 2018-04-27  9:40 UTC  (2+ messages)
` [tip:locking/core] locking/mcs: Use smp_cond_load_acquire() in MCS "

[PATCH v3 07/14] locking/qspinlock: Use atomic_cond_read_acquire
 2018-04-27  9:40 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock: Use atomic_cond_read_acquire()

[PATCH v3 06/14] locking/qspinlock: Kill cmpxchg loop when claiming lock from head of queue
 2018-04-27  9:39 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock: Kill cmpxchg() "

[PATCH v3 04/14] locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
 2018-04-27  9:38 UTC  (2+ messages)
` [tip:locking/core] "

[PATCH v3 03/14] locking/qspinlock: Bound spinning on pending->locked transition in slowpath
 2018-04-27  9:37 UTC  (2+ messages)
` [tip:locking/core] "

[PATCH v3 02/14] locking/qspinlock: Merge struct __qspinlock into struct qspinlock
 2018-04-27  9:37 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'

[PATCH v3 01/14] barriers: Introduce smp_cond_load_relaxed and atomic_cond_read_relaxed
 2018-04-27  9:36 UTC  (2+ messages)
` [tip:locking/core] locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_relaxed()

[PATCH v2 1/2] regmap: include <linux/ktime.h> from include/linux/regmap.h
 2018-04-27  9:35 UTC  (3+ messages)
` [PATCH v2 2/2] soc: mediatek: reuse regmap_read_poll_timeout helpers

[PATCH 0/3] ASoC: Use gpio_is_valid()
 2018-04-27  9:34 UTC  (7+ messages)
` [PATCH 1/3] ASoC: tlv320dac33: "
  ` [alsa-devel] "
` [PATCH 2/3] ASoC: tpa6130a2: "
  ` [alsa-devel] "
` [PATCH 3/3] ASoC: samsung: "

[PATCH] posix-timers: Prevent broadcast signals
 2018-04-27  9:34 UTC 

[PATCH 0/2] clk: meson: mpll: add round closest support
 2018-04-27  9:33 UTC  (2+ messages)

[PATCH v4 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
 2018-04-27  9:30 UTC  (4+ messages)
` [PATCH v4 2/2] ThunderX2: Add Cavium ThunderX2 SoC UNCORE PMU driver

[PATCH] ion: Consider ion pool pages as indirectly reclaimable
 2018-04-27  9:29 UTC  (4+ messages)

[PATCH] ARM: dts: berlin2q: add interrupt-affinity to pmu node
 2018-04-27  9:28 UTC 

[PATCH] Revert "ata: ahci-platform: add reset control support"
 2018-04-27  9:28 UTC  (5+ messages)

[PATCH 0/3] Enable basic MMC support on Allwinner H6
 2018-04-27  9:23 UTC  (6+ messages)
` [PATCH 2/3] arm64: allwinner: h6: add device tree nodes for MMC controllers
  ` [linux-sunxi] "

[v3 00/10] arm/arm64: mediatek: Fix mmsys device probing
 2018-04-27  9:24 UTC  (3+ messages)
` [v3 09/10] drm: mediatek: Omit warning on probe defers
` [v3 10/10] MAINTAINERS: update Mediatek Soc entry


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