linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-14 01:31:54 to 2016-09-14 07:52:46 UTC [more...]

[GIT PULL] phy: for 4.9
 2016-09-14  7:44 UTC  (44+ messages)
` [PATCH 02/51] dt: bindings: add bindings for Allwinner A64 usb phy
` [PATCH 04/51] phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar
` [PATCH 05/51] phy: qcom-ufs: use of_property_read_bool
` [PATCH 06/51] Documentation: bindings: add DT documentation for Rockchip USB2PHY
` [PATCH 10/51] phy: tegra: add missing header dependencies
` [PATCH 12/51] phy: bcm-ns2-pcie: Get rid of struct ns2_pci_phy
` [PATCH 14/51] phy: rcar-gen3-usb2: revise the example of device tree doc
` [PATCH 15/51] phy: rcar-gen3-usb2: Add a compatible string for r8a7796
` [PATCH 17/51] dt-bindings: phy: ti: add documentation for ti,dra7x-usb2
` [PATCH 18/51] phy: rockchip-inno-usb2: add COMMON_CLK dependency
` [PATCH 19/51] extcon: adc-jack: update cable state during boot
` [PATCH 20/51] extcon: Move extcon_get_edev_by_phandle() errors to dbg level
` [PATCH 21/51] extcon: arizona: Remove unneeded semi-colon
` [PATCH 22/51] extcon: arizona: Remove the usage of extcon_update_state()
` [PATCH 23/51] extcon: adc-jack: Remove the usage of extcon_set_state()
` [PATCH 24/51] extcon: gpio: "
` [PATCH 25/51] extcon: Remove the state_store() to prevent the wrong access
` [PATCH 26/51] extcon: Block the bit masking operation for cable state except for extcon core
` [PATCH 27/51] extcon: Fix compile time warning
` [PATCH 28/51] extcon: Add the extcon_type to gather each connector into five category
` [PATCH 29/51] extcon: Add the support for extcon property according to extcon type
` [PATCH 30/51] extcon: Add the support for the capability of each property
` [PATCH 31/51] extcon: Rename the extcon_set/get_state() to maintain the function naming pattern
` [PATCH 32/51] extcon: Add the synchronization extcon APIs to support the notification
` [PATCH 33/51] extcon: Add EXTCON_DISP_DP and the property for USB Type-C
` [PATCH 34/51] extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device
` [PATCH 35/51] extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device
` [PATCH 36/51] extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed mode
` [PATCH 37/51] phy: da8xx-usb: Fix syscon device name
` [PATCH 38/51] phy: Add USB Type-C PHY driver for rk3399
` [PATCH 39/51] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY
` [PATCH 40/51] usb: phy: add USB_SUPPORT dependency
` [PATCH 41/51] phy: rockchip-typec: add pm runtime support
` [PATCH 42/51] phy-sun4i-usb: Use bool where appropriate
` [PATCH 43/51] phy-sun4i-usb: Refactor forced session ending
` [PATCH 44/51] phy-sun4i-usb: Simplify missing dr_mode handling
` [PATCH 45/51] phy-sun4i-usb: Add support for phy_set_mode
` [PATCH 46/51] phy-sun4i-usb: Warn when external vbus is detected
` [PATCH 47/51] phy: Add reset callback
` [PATCH 48/51] phy: rockchip-usb: use rockchip_usb_phy_reset to reset phy during wakeup
` [PATCH 49/51] phy: sun4i-usb: Use spinlock to guard phyctl register access
` [PATCH 50/51] phy-twl4030-usb: better handle musb_mailbox() failure
` [PATCH 51/51] phy-twl4030-usb: initialize charging-related stuff via pm_runtime

[PATCH v2] stop_machine: Make migration_cpu_stop() does useful works for CONFIG_PREEMPT_NONE
 2016-09-14  7:50 UTC  (11+ messages)
` [PATCH v3] "
  ` [PATCH v4] stop_machine: Avoid a sleep and wakeup in the stop_one_cpu()

4.8-rc1: it is now common that machine needs re-run of xrandr after resume
 2016-09-14  7:45 UTC  (6+ messages)

[PATCH] clk: mmp: add missing header dependencies
 2016-09-14  7:32 UTC  (2+ messages)

[PATCH] android: binder: Disable preemption while holding the global binder lock
 2016-09-14  7:41 UTC  (10+ messages)

DAX mapping detection (was: Re: [PATCH] Fix region lost in /proc/self/smaps)
 2016-09-14  7:39 UTC  (9+ messages)

[PATCH] drm/radeon/radeon_device: clean function declarations in radeon_device.c up
 2016-09-14  7:22 UTC  (2+ messages)

[PATCH net-next 0/4] rxrpc: Support IPv6
 2016-09-14  7:36 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: add the regulator optional properties
 2016-09-14  7:36 UTC  (3+ messages)
` [PATCH 2/2] HID: i2c-hid: support the regulator

[PATCH v7 0/9] MT2701 DRM support
 2016-09-14  7:34 UTC  (9+ messages)
` [PATCH v7 7/9] drm/mediatek: add dsi transfer function

[RFC v3 00/22] Landlock LSM: Unprivileged sandboxing
 2016-09-14  7:24 UTC  (23+ messages)
` [RFC v3 01/22] landlock: Add Kconfig
` [RFC v3 02/22] bpf: Move u64_to_ptr() to BPF headers and inline it
` [RFC v3 03/22] bpf,landlock: Add a new arraymap type to deal with (Landlock) handles
` [RFC v3 04/22] bpf: Set register type according to is_valid_access()
` [RFC v3 05/22] bpf,landlock: Add eBPF program subtype and is_valid_subtype() verifier
` [RFC v3 06/22] landlock: Add LSM hooks
` [RFC v3 07/22] landlock: Handle file comparisons
` [RFC v3 08/22] seccomp: Fix documentation for struct seccomp_filter
` [RFC v3 09/22] seccomp: Move struct seccomp_filter in seccomp.h
` [RFC v3 10/22] seccomp: Split put_seccomp_filter() with put_seccomp()
` [RFC v3 11/22] seccomp,landlock: Handle Landlock hooks per process hierarchy
` [RFC v3 12/22] bpf: Cosmetic change for bpf_prog_attach()
` [RFC v3 13/22] bpf/cgroup: Replace struct bpf_prog with union bpf_object
` [RFC v3 14/22] bpf/cgroup: Make cgroup_bpf_update() return an error code
` [RFC v3 15/22] bpf/cgroup: Move capability check
` [RFC v3 16/22] bpf/cgroup,landlock: Handle Landlock hooks per cgroup
` [RFC v3 17/22] cgroup: Add access check for cgroup_get_from_fd()
` [RFC v3 18/22] cgroup,landlock: Add CGRP_NO_NEW_PRIVS to handle unprivileged hooks
` [RFC v3 19/22] landlock: Add interrupted origin
` [RFC v3 20/22] landlock: Add update and debug access flags
` [RFC v3 21/22] bpf,landlock: Add optional skb pointer in the Landlock context
` [RFC v3 22/22] samples/landlock: Add sandbox example

[RFC PATCH v2 0/3] Add support for eXclusive Page Frame Ownership (XPFO)
 2016-09-14  7:33 UTC  (7+ messages)
  ` [RFC PATCH v2 1/3] "
  ` [RFC PATCH v2 2/3] xpfo: Only put previous userspace pages into the hot cache
  ` [RFC PATCH v2 3/3] block: Always use a bounce buffer when XPFO is enabled

[PATCH] clk: versatile: add missing header dependencies
 2016-09-14  7:31 UTC  (2+ messages)

[PATCH 0/3] wireless: Use complete() instead complete_all()
 2016-09-14  7:27 UTC  (7+ messages)
` [PATCH 1/3] csiostor: fix completion usage
` [PATCH 2/3] sym53c8xx_2: use complete() instead complete_all()
` [PATCH 3/3] virtio_scsi: "

Crashing 'kzm' target in next-20160913 due to 'gpio: mxc: shift gpio_mxc_init() to subsys_initcall level'
 2016-09-14  7:19 UTC  (2+ messages)

[PATCH 1/6] leds: gpio: fix an unhandled error case in create_gpio_led
 2016-09-14  7:13 UTC  (2+ messages)

[PATCH v3 0/2] Exynos IOMMU: proper runtime PM support (use device dependencies)
 2016-09-14  7:11 UTC  (4+ messages)
  ` [PATCH v3 2/2] iommu/exynos: Add proper runtime pm support

[PATCH] builddeb: Update a few outdated and hardcoded strings
 2016-09-14  7:11 UTC  (3+ messages)

[PATCHv12 1/3] rdmacg: Added rdma cgroup controller
 2016-09-14  7:06 UTC  (12+ messages)

[PATCH v9 00/19] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
 2016-09-14  6:59 UTC  (4+ messages)

[PATCH v6 0/4] *** Latency histograms - IRQSOFF,PREEMPTOFF, Delayed HRTIMERS ***
 2016-09-14  6:52 UTC  (4+ messages)
` [PATCH v6 3/4] tracing: Add trace_irqsoff tracepoints

[PATCH] checkpatch: Improve MACRO_ARG_PRECEDENCE test
 2016-09-14  6:57 UTC 

Source code review around jump label usage
 2016-09-14  6:56 UTC  (7+ messages)
` [PATCH 0/4] block-virtio: Fine-tuning for two function implementations
  ` [PATCH 2/4] virtio_blk: Less function calls in init_vq() after error detection
      `  "

[PATCH v1 1/3] ARM: dts: imx6qdl-apalis: Do not rely on DDC I2C bus bitbang for HDMI
 2016-09-14  6:35 UTC  (3+ messages)
` [PATCH v1 2/3] ARM: dts: imx6q-apalis-ixora: Remove use of pwm-leds
` [PATCH v1 3/3] ARM: dts: imx6qdl-apalis: Use enable-gpios property for backlight

[PATCH V2 for-next 7/9] IB/hns: Fix the bug of rdma cm connecting on user mode
 2016-09-14  6:41 UTC  (2+ messages)

[PATCH] netfilter: Add missing \n to pr_err() message
 2016-09-14  6:35 UTC 

[PATCH v2] driver: base: pinctrl: return error from, pinctrl_bind_pins()
 2016-09-14  6:34 UTC 

BUG_ON in rcu_sync_func triggered
 2016-09-14  6:30 UTC  (8+ messages)

[PATCH v3 0/4] tpm/tpm_crb: implement power management
 2016-09-14  6:28 UTC  (2+ messages)

[PATCH] driver: base: pinctrl: return error from pinctrl_bind_pins()
 2016-09-14  6:22 UTC  (5+ messages)

[PATCH] usb: chipidea: Properly mark little endian descriptors
 2016-09-14  6:15 UTC  (5+ messages)
    ` [PATCH/REBASED] "

[PATCH 1/4] fs - make is_local_mountpoint() usable by others
 2016-09-14  6:14 UTC  (4+ messages)
` [PATCH 2/4] fs - add have_local_submounts()
` [PATCH 3/4] autofs - make mountpoint checks namespace aware
` [PATCH 4/4] fs - remove unused have_submounts() function

[PATCH] prctl,x86 Add PR_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-09-14  6:13 UTC  (3+ messages)

[PATCH 1/2] pci-hyperv: properly handle pci bus remove
 2016-09-14  5:45 UTC  (6+ messages)
` [PATCH 2/2] pci-hyperv: properly handle device eject

[RFC PATCH v3 0/7] Reduce cache miss for snmp_fold_field
 2016-09-14  5:58 UTC  (8+ messages)
` [RFC PATCH v3 2/7] proc: Reduce cache miss in {snmp,netstat}_seq_show
` [RFC PATCH v3 3/7] proc: Reduce cache miss in snmp6_seq_show

[PATCH v20 00/20] perf, tools: Add support for PMU events in JSON format
 2016-09-14  5:45 UTC  (8+ messages)

[PATCH v8 0/9] MT2701 DRM support
 2016-09-14  5:42 UTC  (3+ messages)
` [PATCH v8 8/9] drm/mediatek: update DSI sub driver flow

[PATCH 1/3] PCI: Xilinx NWL PCIe: Expanding PCIe core errors and printing event occurred
 2016-09-14  5:28 UTC  (5+ messages)

[PATCH] xen: consolidate swiotbl_xen dma_ops
 2016-09-14  5:35 UTC  (5+ messages)

[PATCH 3/3] PCI: Xilinx NWL PCIe: Fix Error for multi function device for legacy interrupts
 2016-09-14  5:34 UTC  (12+ messages)

[PATCH v4 00/22] Support qcom's HSIC USB and rewrite USB2 HS support
 2016-09-14  5:29 UTC  (5+ messages)
` [PATCH v4 22/22] phy: Add support for Qualcomm's USB HS phy

[RFC PATCH 00/11] pci: support for configurable PCI endpoint
 2016-09-14  5:12 UTC  (12+ messages)
` [RFC PATCH 01/11] pci: endpoint: add EP core layer to enable EP controller and EP functions
` [RFC PATCH 02/11] pci: endpoint: introduce configfs entry for configuring "
` [RFC PATCH 03/11] Documentation: PCI: guide to use PCI Endpoint Core Layer
` [RFC PATCH 04/11] pci: endpoint: functions: add an EP function to test PCI
` [RFC PATCH 05/11] pci: rename *host* directory to *controller*
` [RFC PATCH 06/11] pci: controller: split designware into *core* and *host*
` [RFC PATCH 07/11] pci: controller: designware: Add EP mode support
` [RFC PATCH 08/11] pci: controller: dra7xx: "
` [RFC PATCH 09/11] misc: add a new host side PCI endpoint test driver
` [RFC PATCH 10/11] ARM: dts: DRA7: Modify pcie1 dt node for EP mode
` [RFC PATCH 11/11] HACK: pci: controller: dra7xx: disable smart idle

[PATCH] staging: lustre: lustre/ldlm: Fixed sparse warnings
 2016-09-14  5:14 UTC  (3+ messages)

linux-next: Tree for Sep 14
 2016-09-14  5:09 UTC 

[RFC PATCH] pci: support for configurable PCI endpoint
 2016-09-14  5:06 UTC  (2+ messages)

[PATCH for-next 00/20] IB/hns: Fixes for various misc. bugs
 2016-09-14  5:04 UTC  (8+ messages)
` [PATCH for-next 10/20] IB/hns: Modify the init of iboe lock
` [PATCH for-next 16/20] IB/hns: Validate mtu when modified qp

[PATCH v14 00/15] selftests/powerpc: Add ptrace tests for ppc registers
 2016-09-14  5:04 UTC  (13+ messages)
` [PATCH v14 01/15] selftests/powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'
` [PATCH v14 04/15] selftests/powerpc: Add ptrace tests for GPR/FPR registers
` [PATCH v14 05/15] selftests/powerpc: Add ptrace tests for GPR/FPR registers in TM
` [PATCH v14 07/15] selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registers
` [PATCH v14 13/15] selftests/powerpc: Add ptrace tests for TM SPR registers
` [PATCH v14 15/15] selftests/powerpc: Fix a build issue

[PATCH] powerpc/powernv: Initialise nest mmu
 2016-09-14  5:02 UTC  (2+ messages)

[PATCH 0/4] Add V4L2_PIX_FMT_MT21C format for MT8173 codec driver
 2016-09-14  4:52 UTC  (5+ messages)

[PATCH v3 00/15] lockdep: Implement crossrelease feature
 2016-09-14  4:49 UTC  (7+ messages)
` [PATCH v3 07/15] "

[PATCH] ARM: dts: omap3-gta04: reduce panel backlight PWM frequency to 83Hz
 2016-09-14  4:28 UTC  (7+ messages)

linux-next: build failure after merge of the pm tree
 2016-09-14  4:27 UTC 

kvm-unit-test fail for split irqchip
 2016-09-14  3:57 UTC  (5+ messages)

[PATCH 0/2] nfit: fail DSMs that return an unknown status value
 2016-09-14  3:41 UTC  (4+ messages)
` [PATCH 1/2] nfit: fail DSMs that return non-zero status by default
` [PATCH 2/2] tools/testing/nvdimm: test get_config_size DSM failures

[PATCH v4 0/5] ARM: dts: imx6q: Add Engicam i.CoreM6 dts
 2016-09-14  3:33 UTC  (3+ messages)
` [PATCH v4 2/5] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support

[PATCH] driver-core: platform: Catch errors from calls to irq_get_irq_data
 2016-09-14  3:32 UTC 

[RFC/PATCH] usb: misc: Add a driver for TC7USB40MU
 2016-09-14  3:32 UTC  (2+ messages)

[PATCH] ACPICA / Interpreter: Remove redundant newline
 2016-09-14  3:14 UTC  (8+ messages)

[PATCH 00/10] staging: slicoss: fix different address space sparse warnings
 2016-09-14  2:59 UTC  (11+ messages)
` [PATCH 01/10] staging: slicoss: slic.h: add a macro IOMEM_GET_FIELDADDR to fix "
  ` [PATCH 02/10] staging: slicoss: slic.h: add a macro IOMEM_GET_FIELD32 "
    ` [PATCH 03/10] staging: slicoss: slic.h: add a macro IOMEM_SET_FIELD32 "
      ` [PATCH 04/10] staging: slicoss: slic.h: add a macro IOMEM_GET_FIELD64 "
        ` [PATCH 05/10] staging: slicoss: slicoss.c: fix different address space sparse warning
          ` [PATCH 06/10] "
            ` [PATCH 07/10] "
              ` [PATCH 08/10] "
                ` [PATCH 09/10] "
                  ` [PATCH 10/10] "

[PATCH v2 0/4] Introduce NextThing GR8 support
 2016-09-14  2:56 UTC  (10+ messages)
` [PATCH v2 3/4] ARM: dts: Add NextThing GR8 dtsi

[PATCH v2 0/5] firmware: add SmPL grammar to avoid issues
 2016-09-14  2:38 UTC  (9+ messages)
` [PATCH v2 2/5] firmware: annotate thou shalt not request fw on init or probe
            ` [RFC] fs: add userspace critical mounts event support

Build failure in -next due to 'kbuild: allow archs to select link dead code/data elimination'
 2016-09-14  2:30 UTC  (6+ messages)

[PATCH] crypto: squash lines for simple wrapper functions
 2016-09-14  2:29 UTC  (4+ messages)

[PATCH] sched/core: emove unnecessary initialization in sched_init()
 2016-09-14  2:23 UTC  (2+ messages)
` [PATCH v2] sched/core: remove "


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