All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-16 12:14:39 to 2017-08-16 12:55:50 UTC [more...]

[U-Boot] [PATCH v2 0/3] arm: am57xx/dra7xx: Boot Android from eMMC
 2017-08-16 12:55 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] arm: omap: Define command for booting "
` [U-Boot] [PATCH v2 2/3] arm: am57xx: Define Android boot arguments
` [U-Boot] [PATCH v2 3/3] arm: dra7xx: "

[Qemu-devel] [PATCH 00/26] qapi: add #if pre-processor conditions to generated code
 2017-08-16 12:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH 05/26] visitor: pass size of strings array to enum visitor
` [Qemu-devel] [PATCH 06/26] qapi2texi: minor python code simplification

Bug with ignorecase on Git and Cygwin
 2017-08-16 12:55 UTC  (2+ messages)

[PATCH 0/3] AS3645A flash support
 2017-08-16 12:55 UTC  (6+ messages)
  ` [PATCH 1/3] dt: bindings: Document DT bindings for Analog devices as3645a
    ` [PATCH 2/3] leds: as3645a: Add LED flash class driver
      ` [PATCH 3/3] arm: dts: omap3: N9/N950: Add AS3645A camera flash

[Bug 100577] DC + TearFree display lock
 2017-08-16 12:54 UTC  (2+ messages)

[PATCH v2 0/5] Omap3isp CCP2 support
 2017-08-16 12:54 UTC  (7+ messages)
` [PATCH v2 1/5] omap3isp: Parse CSI1 configuration from the device tree
` [PATCH v2 2/5] omap3isp: Correctly set IO_OUT_SEL and VP_CLK_POL for CCP2 mode
` [PATCH v2 3/5] omap3isp: Always initialise isp and mutex for csiphy1
` [PATCH v2 4/5] omap3isp: csiphy: Don't assume the CSI receiver is a CSI2 module
` [PATCH v2 5/5] omap3isp: Correctly configure routing in PHY release

[PATCH v3 00/52] Support for modifying parameters at runtime
 2017-08-16 12:52 UTC  (53+ messages)
` [PATCH v3 01/52] xen/arch/arm/acpi/boot.c: let custom parameter parsing routines return errno
` [PATCH v3 02/52] xen/arch/arm/domain_build.c: "
` [PATCH v3 03/52] xen/arch/arm/traps.c: "
` [PATCH v3 04/52] xen/arch/x86/apic.c: "
` [PATCH v3 05/52] xen/arch/x86/cpu/mcheck/mce.c: "
` [PATCH v3 06/52] xen/arch/x86/cpu/vpmu.c: "
` [PATCH v3 07/52] xen/arch/x86/dom0_build.c: "
` [PATCH v3 08/52] xen/arch/x86/genapic/probe.c: "
` [PATCH v3 09/52] xen/arch/x86/hvm/viridian.c: "
` [PATCH v3 10/52] xen/arch/x86/hvm/vmx/vmcs.c: "
` [PATCH v3 11/52] xen/arch/x86/io_apic.c: "
` [PATCH v3 12/52] xen/arch/x86/irq.c: "
` [PATCH v3 13/52] xen/arch/x86/microcode.c: "
` [PATCH v3 14/52] xen/arch/x86/mm.c: "
` [PATCH v3 15/52] xen/arch/x86/nmi.c: "
` [PATCH v3 16/52] xen/arch/x86/numa.c: "
` [PATCH v3 17/52] xen/arch/x86/oprofile/nmi_int.c: "
` [PATCH v3 18/52] xen/arch/x86/psr.c: "
` [PATCH v3 19/52] xen/arch/x86/setup.c: "
` [PATCH v3 20/52] xen/arch/x86/shutdown.c: "
` [PATCH v3 21/52] xen/arch/x86/time.c: "
` [PATCH v3 22/52] xen/arch/x86/x86_64/mmconfig-shared.c: "
` [PATCH v3 23/52] xen/common/core_parking.c: "
` [PATCH v3 24/52] xen/common/domain.c: "
` [PATCH v3 25/52] xen/common/efi/boot.c: "
` [PATCH v3 26/52] xen/common/kexec.c: "
` [PATCH v3 27/52] xen/common/memory.c: "
` [PATCH v3 28/52] xen/common/sched_credit2.c: "
` [PATCH v3 29/52] xen/drivers/acpi/tables.c: "
` [PATCH v3 30/52] xen/drivers/char/console.c: "
` [PATCH v3 31/52] xen/drivers/cpufreq/cpufreq.c: "
` [PATCH v3 32/52] xen/drivers/passthrough/amd/iommu_acpi.c: "
` [PATCH v3 33/52] xen/drivers/passthrough/iommu.c: "
` [PATCH v3 34/52] xen/drivers/passthrough/pci.c: "
` [PATCH v3 35/52] xen/drivers/passthrough/vtd/dmar.c: "
` [PATCH v3 36/52] xen/drivers/passthrough/vtd/quirks.c: "
` [PATCH v3 37/52] xen/drivers/video/vesa.c: "
` [PATCH v3 38/52] xen/xsm/flask/flask_op.c: "
` [PATCH v3 39/52] xen: check parameter validity when parsing command line
` [PATCH v3 40/52] xen/arch/x86/apic.c: remove custom_param() error messages
` [PATCH v3 41/52] xen/arch/x86/cpu/mcheck/mce.c: "
` [PATCH v3 42/52] xen/arch/x86/hvm/viridian.c: "
` [PATCH v3 43/52] xen/arch/x86/io_apic.c: "
` [PATCH v3 44/52] xen/common/kexec.c: "
` [PATCH v3 45/52] xen/common/sched_credit2.c: "
` [PATCH v3 46/52] xen: carve out a generic parsing function from _cmdline_parse()
` [PATCH v3 47/52] xen: add basic support for runtime parameter changing
` [PATCH v3 48/52] xen: add hypercall for setting parameters at runtime
` [PATCH v3 49/52] libxc: add function to set hypervisor parameters
` [PATCH v3 50/52] libxl: add libxl_set_parameters() function
` [PATCH v3 51/52] xl: add new xl command set-parameters
` [PATCH v3 52/52] xen: make some console related parameters settable at runtime

[meta-oe][PATCH] start-stop-daemon: Only create a link in ${base_sbindir} if necessary
 2017-08-16 12:52 UTC  (2+ messages)

[PATCH v3 0/5] Unify simple reset drivers
 2017-08-16 12:52 UTC  (4+ messages)
` [PATCH v3 3/5] reset: stm32: use the reset-simple driver

[PATCH] net/failsafe: fix tx sub device deactivating
 2017-08-16 12:51 UTC  (4+ messages)

random.c: LFSR polynomials are not irreducible/primitive
 2017-08-16 12:51 UTC  (4+ messages)

[PATCH] dim: add error reporting for rerere cache pulling
 2017-08-16 12:51 UTC 

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2017-08-16 12:51 UTC 

[RFC] sparse SSA construction
 2017-08-16 12:50 UTC  (16+ messages)

[PATCH] crypto: mediatek - Add empty messages check in GCM mode
 2017-08-16 12:50 UTC  (4+ messages)

[PATCH] IB/mlx5: fall back to vmalloc for mlx5_ib_wq
 2017-08-16 12:50 UTC  (3+ messages)

[PATCH] x86/mm: Drop __PAGE_OFFSET
 2017-08-16 12:49 UTC 

Some random thoughts regarding the SSA paper
 2017-08-16 12:47 UTC  (8+ messages)

[U-Boot] [PATCH] x86: kconfig: Imply CMD_PCI
 2017-08-16 12:46 UTC  (2+ messages)

slow btrfs with a single kworker process using 100% CPU
 2017-08-16 12:46 UTC  (10+ messages)

[PATCH] x86/mm: Drop more PV superpage leftovers
 2017-08-16 12:46 UTC  (2+ messages)

[PATCH 0/1] More accurate statfs
 2017-08-16 12:45 UTC  (3+ messages)
` [PATCH 1/1] fs/ceph: "

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2017-08-16 12:45 UTC 

RCU lockup issues when CONFIG_SOFTLOCKUP_DETECTOR=n - any one else seeing this?
 2017-08-16 12:43 UTC  (14+ messages)

[PATCH 1/3] drm/i915: Avoid the gpu reset vs. modeset deadlock
 2017-08-16 12:43 UTC  (5+ messages)
` [PATCH 3/3] drm/i915: More surgically unbreak the modeset vs reset deadlock

[PATCH v4] livepatch: shadow variables
 2017-08-16 12:43 UTC  (3+ messages)
` [PATCH v4] livepatch: introduce shadow variable API

[PATCH] ethdev: fix device state on close
 2017-08-16 12:41 UTC  (2+ messages)

[PATCH 0/3] ALSA: make snd_kcontrol_new const
 2017-08-16 12:41 UTC  (3+ messages)

[PATCH 0/3] arm64 xilinx zynqmp firmware interface
 2017-08-16 12:41 UTC  (6+ messages)
` [PATCH 3/3] soc: xilinx: zynqmp: Add "

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2017-08-16 12:41 UTC 

[PATCH v2] sub-process: print the cmd when a capability is unsupported
 2017-08-16 12:40 UTC 

Sometimes supports_usb_power_delivery reports incorrect value
 2017-08-16 12:31 UTC  (5+ messages)

[PATCH v2 0/2] Unified fwnode endpoint parser
 2017-08-16 12:37 UTC  (3+ messages)

[PATCH v3 1/3] dt-bindings: net: bluetooth: Add broadcom-bluetooth
 2017-08-16 12:37 UTC  (10+ messages)
` [PATCH v3 2/3] ARM: dts: bcm2837-rpi-3-b: Add bcm43438 as serial slave

[PATCH] sub-process: print the cmd when a capability is unsupported
 2017-08-16 12:37 UTC  (4+ messages)

[PATCH] powerpc: powernv: Fix build error on const discarding
 2017-08-16 12:34 UTC 

[PATCH v8 00/13] arm/mem_access: Walk guest page tables in SW if mem_access is active
 2017-08-16 12:35 UTC  (5+ messages)
` [PATCH v8 08/13] arm/guest_access: Move vgic_access_guest_memory to guest_access.h

[PATCH 1/3] multipath-tools: Remove the limitation of IPC command reply length
 2017-08-16 12:34 UTC  (3+ messages)
` [PATCH 2/3] multipath-tools: libdmmp: Improve timeout mechanism
  ` [PATCH 3/3] multipath-tools: libdmmp: New function to flush and reconfig

[PATCH][RFC v2] PM / Hibernate: Disable wathdog when creating snapshot
 2017-08-16 12:33 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/s390x/ipl: The s390-ipl device is not hot-pluggable
 2017-08-16 12:33 UTC  (2+ messages)

[Bug 102253] Request for freedesktop.org account
 2017-08-16 12:31 UTC  (3+ messages)

[PATCH] powerpc/hugetlb: fix page rights verification in gup_hugepte()
 2017-08-16 12:29 UTC  (2+ messages)
`  "

[PATCH v3 07/11] drm: omapdrm: Register omapdrm platform device in omapdss driver
 2017-08-16 12:31 UTC  (3+ messages)
` [PATCHv2] "

[PATCH 0/5] MeshCtl - Mesh GATT Client Provisioner
 2017-08-16 12:30 UTC  (7+ messages)
` [PATCH 4/5] mesh: Baseline Mesh implementation

[PATCH] powerpc: store the intended structure
 2017-08-16 12:29 UTC  (3+ messages)
`  "

[RFC 0/3] imap-send curl tunnelling support
 2017-08-16 12:30 UTC  (4+ messages)

[PATCH] powerpc/8xx: fix two CONFIG_8xx left behind
 2017-08-16 12:29 UTC  (2+ messages)
`  "

[PATCH] powerpc: fix invalid use of register expressions
 2017-08-16 12:29 UTC  (2+ messages)
`  "

[PATCH] powerpc/mm/nohash: add definition of PGALLOC_GFP
 2017-08-16 12:30 UTC  (2+ messages)
`  "

[PATCH] drivers/macintosh: make wf_control_ops and wf_pid_param const
 2017-08-16 12:29 UTC  (2+ messages)
`  "

[PATCH] Fix for supporting nest events on muti socket system
 2017-08-16 12:29 UTC  (2+ messages)
`  "

[PATCH] powerpc/perf: double unlock bug in imc_common_cpuhp_mem_free()
 2017-08-16 12:29 UTC  (3+ messages)
`  "

[PATCH v3 1/5] powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBs
 2017-08-16 12:29 UTC  (2+ messages)
` [v3, "

[PATCH] powerpc/iommu: Avoid undefined right shift in iommu_range_alloc()
 2017-08-16 12:29 UTC  (2+ messages)
`  "

[PATCH v3 2/2] powerpc/xmon: Disable tracing when entering xmon
 2017-08-16 12:29 UTC  (2+ messages)
` [v3,2/2] "

[PATCH v3 1/2] powerpc/xmon: Dump ftrace buffers for the current CPU only
 2017-08-16 12:29 UTC  (2+ messages)
` [v3, "

[PATCH 1/7] powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx
 2017-08-16 12:29 UTC  (2+ messages)
` [1/7] "

[PATCH] powerpc/xmon: Exclude all of xmon/ from ftrace
 2017-08-16 12:29 UTC  (2+ messages)
`  "

[PATCH] megaraid_sas: Fallback to older scanning if no disks are found
 2017-08-16 12:29 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2017-08-16 12:28 UTC 

[PATCH 0/5] Modernize read_graft_line implementation
 2017-08-16 12:28 UTC  (7+ messages)
` [PATCH 3/5] commit: replace the raw buffer with strbuf in read_graft_line
` [PATCH 4/5] commit: implement free_commit_graft

[PATCH] gpg_sign: perform rpm signing serially
 2017-08-16 12:28 UTC  (3+ messages)

[RFC PATCH] media: vb2: add bidirectional flag in vb2_queue
 2017-08-16 12:28 UTC  (4+ messages)

[PATCH v2] Monitor: containers don't have the same sysfs properties as arrays
 2017-08-16 12:26 UTC  (3+ messages)
` [PATCH v3] "

post-receive: pub/scm/utils/mdadm/mdadm
 2017-08-16 12:26 UTC 

[U-Boot] [PATCH 1/2] sf: Add Macronix MX25U6435F device parameters
 2017-08-16 12:26 UTC  (13+ messages)
` [U-Boot] [PATCH 2/2] sf: Preserve QE bit when clearing BP# bits for Macronix flash

[PATCHv2 0/3] arm64 xilinx zynqmp firmware interface
 2017-08-16 12:24 UTC  (10+ messages)
` [PATCHv2 1/3] dt: xilinx: zynqmp: Add bindings for PM firmware
` [PATCHv2 2/3] arm64: zynqmp: dt: Add PM firmware node
` [PATCHv2 3/3] soc: xilinx: zynqmp: Add firmware interface

[PATCH] arm64: dts: renesas: r8a77995: add pfc device node
 2017-08-16 12:24 UTC  (3+ messages)

[PATCH 0/9] pinctrl: sh-pfc: r8a7795: Fix pin assignment definitions
 2017-08-16 12:23 UTC  (7+ messages)
` [PATCH 7/9] pinctrl: sh-pfc: r8a7795: Fix to delete FSCLKST pin and IPSR7 bit[15:12] register definitions
` [PATCH 8/9] pinctrl: sh-pfc: r8a7795: Rename CS1# pin function definitions
` [PATCH 9/9] pinctrl: sh-pfc: r8a7795: Fix to reserved MOD_SEL2 bit22

[PATCH V1] thermal: qcom-spmi-temp-alarm: add support for GEN2 PMIC peripherals
 2017-08-16 12:23 UTC  (3+ messages)

[PATCH v2 0/2] Document s_stream video op calling (MC only) and CSI-2 stream stopping
 2017-08-16 12:20 UTC  (3+ messages)
` [PATCH v2 1/2] docs-rst: media: Document s_stream() video op usage for MC enabled devices
` [PATCH v2 2/2] docs-rst: media: Document broken frame handling in stream stop for CSI-2

[xen-unstable-smoke test] 112665: tolerable trouble: broken/pass - PUSHED
 2017-08-16 12:22 UTC 

git reset
 2017-08-16 12:21 UTC 

[PATCH v3] passthrough: give XEN_DOMCTL_test_assign_device more sane semantics
 2017-08-16 12:20 UTC 

[sparc64] kernel OOPS with gcc 7.1 / 7.2
 2017-08-16 12:19 UTC  (2+ messages)

[RFC] clang-format: outline the git project's coding style
 2017-08-16 12:18 UTC  (8+ messages)
` [PATCH v2 0/2] clang-format
  ` [PATCH v2 1/2] clang-format: outline the git project's coding style

[Qemu-devel] [PATCH RFC] block: add block-insert-node QMP command
 2017-08-16 12:18 UTC  (6+ messages)

[PATCH] exec: Check stack space more strictly
 2017-08-16 12:17 UTC  (2+ messages)

post-receive: pub/scm/utils/util-linux/util-linux
 2017-08-16 12:17 UTC 

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2017-08-16 12:16 UTC 

[PATCH] spi: rockchip: configure CTRLR1 according to size and data frame
 2017-08-16 12:16 UTC  (3+ messages)

[PATCH] x86/asm: add .file directives
 2017-08-16 12:15 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2017-08-16 12:15 UTC 

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2017-08-16 12:14 UTC 

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2017-08-16 12:14 UTC 


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.