All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-15 17:24:04 to 2016-03-15 18:18:15 UTC [more...]

[PATCH v1 0/1] xen/arm: Re-add the Xilinx ZynqMP platform
 2016-03-15 18:18 UTC  (5+ messages)
` [PATCH v1 1/1] "

help
 2016-03-15 18:16 UTC  (9+ messages)

[PATCH v2 net-next] rds-tcp: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket
 2016-03-15 18:16 UTC  (10+ messages)

[PATCH v15 00/20] arm64 kexec kernel patches v15
 2016-03-15 18:15 UTC  (5+ messages)
` [PATCH v15 03/20] arm64: Convert hcalls to use HVC immediate value

[Qemu-arm] [PATCH v4 0/4] Add ASPEED AST2400 SoC and OpenPower BMC machine
 2016-03-15 18:14 UTC  (4+ messages)
` [Qemu-arm] [PATCH v4 1/4] hw/timer: Add ASPEED timer device model
  ` [Qemu-devel] "

[U-Boot] [PATCH 00/18] sf: fix support of QSPI memories and controllers
 2016-03-15 18:12 UTC  (19+ messages)
` [U-Boot] [PATCH 01/18] Revert "sf: Fix quad bit set for micron devices"
` [U-Boot] [PATCH 02/18] sf: call spi_claim_bus() and spi_release_bus() only once per read, write or erase
` [U-Boot] [PATCH 03/18] sf: replace spi_flash_read_common() calls by spi_flash_cmd_read()
` [U-Boot] [PATCH 04/18] sf: remove spi_flash_write_common()
` [U-Boot] [PATCH 05/18] sf: export spi_flash_wait_ready() function
` [U-Boot] [PATCH 06/18] sf: share erase generic algorithm
` [U-Boot] [PATCH 07/18] sf: share write "
` [U-Boot] [PATCH 08/18] sf: share read "
` [U-Boot] [PATCH 09/18] sf: add hooks to handle register read and write operations
` [U-Boot] [PATCH 10/18] sf: move support of SST flash into generic spi_flash_write_alg()
` [U-Boot] [PATCH 11/18] sf: fix selection of supported READ commands for QSPI memories
` [U-Boot] [PATCH 12/18] sf: fix detection of QSPI memories when they boot in Quad or Dual mode
` [U-Boot] [PATCH 13/18] sf: add helper function to set the number of dummy bytes
` [U-Boot] [PATCH 14/18] sf: add 4byte address opcodes
` [U-Boot] [PATCH 15/18] sf: prepare next fixes to support of QSPI memories by manufacturer
` [U-Boot] [PATCH 16/18] sf: fix support of Micron memories
` [U-Boot] [PATCH 17/18] ARM: at91: clock: add function to get QSPI clocks
` [U-Boot] [PATCH 18/18] sf: add driver for Atmel QSPI controller

[PATCH v2] powerpc/8xx: Fix do_mtspr_cpu6 build on older compilers
 2016-03-15 18:12 UTC  (3+ messages)

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing
 2016-03-15 18:12 UTC  (3+ messages)

[GRUB2 PATCH v4 0/4] multiboot2: Add two extensions
 2016-03-15 18:10 UTC  (7+ messages)
` [GRUB2 PATCH v4 3/4 - FOR COMMIT] multiboot2: Do not pass memory maps to image if EFI boot services are enabled
  ` [GRUB2 PATCH v4 3/4 - FOR REVIEW ONLY] "

[Qemu-devel] [PATCH v9 0/9] qemu-log, -dfilter and other logging tweaks
 2016-03-15 18:10 UTC  (6+ messages)

[PATCH v3 00/21] improve constexpr handling
 2016-03-15 18:10 UTC  (18+ messages)
` [PATCH v3 09/21] evaluate: check static storage duration objects' intializers' constness
` [PATCH v3 10/21] expression, evaluate: recognize static objects as address constants
` [PATCH v3 11/21] evaluate: recognize address constants created through casts
` [PATCH v3 12/21] evaluate: recognize address constants created through pointer arithmetic
` [PATCH v3 13/21] evaluate: recognize members of static compound objects as address constants
` [PATCH v3 14/21] evaluate: recognize string literals "
` [PATCH v3 15/21] expression: recognize references to labels "
` [PATCH v3 18/21] evaluate: relax some constant expression rules for pointer expressions

[U-Boot] [PATCH v3 1/4] arm: add missing writes{bwql}, reads{bwql}
 2016-03-15 18:10 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/4] drivers: musb-new: remove writes{bwlq} and reads{bwlq}

[U-Boot] [PATCH] board: ge: bx50v3: Update display setup
 2016-03-15 18:10 UTC 

[PATCH v6 net-next 0/2] tcp: Redundant Data Bundling (RDB)
 2016-03-15 18:09 UTC  (5+ messages)
` [PATCH v6 net-next 2/2] tcp: Add "

[PATCH 0/7] Intel IOMMU scalability improvements
 2016-03-15 18:09 UTC  (3+ messages)

[PATCH v4] xSplice v1 design and implementation
 2016-03-15 18:08 UTC  (37+ messages)
` [PATCH v4 01/34] compat/x86: Remove unncessary #define
` [PATCH v4 02/34] libxc: Remove dead code (XENVER_capabilities)
` [PATCH v4 03/34] xsm/xen_version: Add XSM for the xen_version hypercall
` [PATCH v4 04/34] HYPERCALL_version_op. New hypercall mirroring XENVER_ but sane
` [PATCH v4 05/34] libxc/libxl/python/xenstat: Use new XEN_VERSION_OP hypercall
` [PATCH v4 06/34] x86/arm: Add BUGFRAME_NR define and BUILD checks
` [PATCH v4 07/34] arm/x86: Use struct virtual_region to do bug, symbol, and (x86) exception tables
` [PATCH v4 08/34] vmap: Make the while loop less fishy
` [PATCH v4 09/34] vmap: ASSERT on NULL
` [PATCH v4 10/34] vmap: Add vmalloc_cb and vfree_cb
` [PATCH v4 11/34] xsplice: Design document
` [PATCH v4 12/34] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op
` [PATCH v4 13/34] libxc: Implementation of XEN_XSPLICE_op in libxc
` [PATCH v4 14/34] xen-xsplice: Tool to manipulate xsplice payloads
` [PATCH v4 15/34] xsplice: Add helper elf routines
` [PATCH v4 16/34] xsplice: Implement payload loading
` [PATCH v4 17/34] xsplice: Implement support for applying/reverting/replacing patches
` [PATCH v4 18/34] x86/xen_hello_world.xsplice: Test payload for patching 'xen_extra_version'
` [PATCH v4 19/34] xsplice, symbols: Implement symbol name resolution on address
` [PATCH v4 20/34] x86, xsplice: Print payload's symbol name and payload name in backtraces
` [PATCH v4 21/34] xsplice: Add .xsplice.hooks functions and test-case
` [PATCH v4 22/34] xsplice: Add support for bug frames
` [PATCH v4 23/34] xsplice: Add support for exception tables
` [PATCH v4 24/34] xsplice: Add support for alternatives
` [PATCH v4 25/34] build_id: Provide ld-embedded build-ids
` [PATCH v4 26/34] HYPERCALL_version_op: Add VERSION_OP_build_id to retrieve build-id
` [PATCH v4 27/34] libxl: info: Display build_id of the hypervisor using XEN_VERSION_OP_build_id
` [PATCH v4 28/34] xsplice: Print build_id in keyhandler and on bootup
` [PATCH v4 29/34] xsplice: Stacking build-id dependency checking
` [PATCH v4 30/34] xsplice/xen_replace_world: Test-case for XSPLICE_ACTION_REPLACE
` [PATCH v4 31/34] xsplice: Print dependency and payloads build_id in the keyhandler
` [PATCH v4 32/34] xsplice: Prevent duplicate payloads from being loaded
` [PATCH v4 33/34] xsplice: Add support for shadow variables
` [PATCH v4 34/34] MAINTAINERS/xsplice: Add myself and Ross as the maintainers

e2fsck: /dev/hda2 is mounted
 2016-03-15 18:07 UTC  (2+ messages)

[PATCH] arm64: fix KASLR boot-time I-cache maintenance
 2016-03-15 18:03 UTC  (2+ messages)

Thunderbolt 3 (Skylake / Alpine Ridge) hotplug
 2016-03-15 18:03 UTC  (4+ messages)

[PATCH] sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant
 2016-03-15 18:03 UTC  (2+ messages)

[Qemu-devel] some error when compile qemu
 2016-03-15 18:02 UTC  (3+ messages)

[PATCH v3] xSplice v1 implementation and design
 2016-03-15 18:02 UTC  (4+ messages)
` [PATCH v3 21/23] xsplice: Add support for shadow variables

[Qemu-devel] [PATCH v5 3/4] adb-keys.h: initial commit
 2016-03-15 18:02 UTC  (3+ messages)

[PATCH] iommu/vt-d: Ratelimit fault handler
 2016-03-15 18:01 UTC  (3+ messages)

[xen-4.3-testing test] 86275: regressions - trouble: blocked/broken/fail/pass
 2016-03-15 18:00 UTC 

[PATCH] Shows proper function name for pr_debug() messages
 2016-03-15 17:59 UTC  (3+ messages)

Eliminating Packet Latency
 2016-03-15 17:24 UTC  (3+ messages)

[PATCH] netfilter: nf_conntrack: Uses pr_fmt() for logging
 2016-03-15 17:57 UTC 

[PATCH] drm/radeon: hold reference to fences in radeon_sa_bo_new (3.17 and older)
 2016-03-15 17:56 UTC 

[Qemu-devel] [PULL 00/11] slirp: Adding IPv6 support to Qemu -net user mode
 2016-03-15 17:55 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] spi: kirkwood_spi.c: Add compatible match ID for Armada 375
 2016-03-15 17:55 UTC  (2+ messages)

[PATCH 00/11] IB/hfi1: Additional fixes for 4.6
 2016-03-15 17:55 UTC  (11+ messages)
  ` [PATCH 01/11] IB/hfi1: Fix sysfs file offset usage
  ` [PATCH 02/11] IB/hfi1: Fix i2c resource reservation checks
  ` [PATCH 03/11] IB/rdmavt: Fix adaptive pio hang
  ` [PATCH 04/11] IB/hfi1: Prevent NULL pointer deferences in caching code
  ` [PATCH 05/11] IB/hfi1: Fix deadlock caused by locking with wrong scope
  ` [PATCH 06/11] IB/hfi1: Fix QOS num_vl bit width
  ` [PATCH 07/11] IB/hfi1: Remove invalid QOS check
  ` [PATCH 08/11] IB/hfi1: Fix QOS rule mappings
  ` [PATCH 09/11] IB/hfi1: Correctly obtain the full service class
  ` [PATCH 10/11] IB/hfi1: Simplify init_qpmap_table()

[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro
 2016-03-15 17:54 UTC  (5+ messages)
  ` [Intel-gfx] [PATCH v5 00/12] Enable GPU switching on pre-retina?MacBook Pro

[PATCH v2] drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs
 2016-03-15 17:54 UTC  (2+ messages)
` [PATCH RESEND FOR CI] "

[Qemu-devel] [PATCH 00/15] Clean up around osdep.h and qemu-common.h
 2016-03-15 17:53 UTC  (8+ messages)
` [Qemu-devel] [PATCH 14/15] Don't include qemu-common.h in headers

[PATCH i-g-t] igt/gem_pipe_control_store_loop: Add qword write tests
 2016-03-15 17:54 UTC 

[PATCH v2] drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write
 2016-03-15 17:52 UTC  (2+ messages)
` [PATCH v3] "

[PATCH net] bnx2x: Prevent false warning for lack of FC NPIV
 2016-03-15 17:52 UTC  (2+ messages)

+ watchdog-dont-run-proc_watchdog_update-if-new-value-is-same-as-old.patch added to -mm tree
 2016-03-15 17:52 UTC 

[U-Boot] Pull request: u-boot-spi/master
 2016-03-15 17:51 UTC  (4+ messages)

[PATCH] thin_dump: added --device-id, --skip-mappings, and new output --format's
 2016-03-15 17:51 UTC  (3+ messages)

[PATCH 0/7] dmaengine: xilinx_vdma: AXI DMA's enhancments
 2016-03-15 17:50 UTC  (7+ messages)
` [PATCH 1/7] dmaengine: xilinx_vdma: Fix checkpatch.pl warnings
` [PATCH 5/7] dmaengine: xilinx_vdma: Remove unnecessary axi dma device-tree binding doc
` [PATCH 6/7] dmaengine: xilinx_vdma: Add Support for Xilinx AXI Central Direct Memory Access Engine
` [PATCH 7/7] "

Pull request: scottwood/linux.git next
 2016-03-15 17:50 UTC  (5+ messages)

+ linux-next-git-rejects.patch added to -mm tree
 2016-03-15 17:50 UTC 

[Cluster-devel] [gfs2-utils PATCH 00/11] Misc patches regarding corrupt rindex handling
 2016-03-15 17:47 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/2] ARM: dt: sunxi: Add Itead Ibox support
 2016-03-15 17:47 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] sun7i: Add support for the Itead Ibox
` [U-Boot] [PATCH v2 2/2] sun4i: Convert Iteadunio plus dts

[PATCH v5] ASoC: imx-wm8958: add imx-wm8958 machine driver
 2016-03-15 17:44 UTC  (2+ messages)

[PATCH] iio: adc: rockchip_saradc: add saradc support for rk3399
 2016-03-15 17:44 UTC  (2+ messages)

[PATCH 0/6] Improve oe-init-build-env/-memres
 2016-03-15 17:43 UTC  (7+ messages)
` [PATCH 1/6] oe-init-build-env*: Allow $OEROOT to be predefined
` [PATCH 2/6] oe-init-build-env*: Update/correct comment about specifying arguments
` [PATCH 3/6] oe-init-build-env*: Remove unnecessary differences between the scripts
` [PATCH 4/6] oe-buildenv-internal: Add paths to $PATH individually
` [PATCH 5/6] oe-buildenv-internal: Add variables individually to BB_ENV_EXTRAWHITE
` [PATCH 6/6] oe-buildenv-internal: Some clean up

[PATCH] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
 2016-03-15 17:41 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] ARM: dt: sunxi: Add Itead Ibox support
 2016-03-15 17:41 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] sun7i: Add support for the Itead Ibox
` [U-Boot] [PATCH 2/2] sun4i: Convert Iteadunio plus dts

[PATCH v2] xen/arm64: Fix incorrect memory region size in TCR_EL2
 2016-03-15 17:39 UTC  (2+ messages)

Bugs and tasks for 2.02[~rc1]
 2016-03-15 17:38 UTC  (12+ messages)

[U-Boot] [PATCH] efi_loader: Add GOP support
 2016-03-15 17:38 UTC 

[PATCH] xen: arm: zero EL2 pagetable pages before use
 2016-03-15 17:37 UTC  (8+ messages)

[GIT PULL] NOHZ updates for v4.6
 2016-03-15 17:36 UTC  (7+ messages)
  ` [PATCH] nohz: Change tick_dep_mask from 'unsigned long' to 'unsigned int'

[PATCH] powerpc/8xx: Fix do_mtspr_cpu6 build on older compilers
 2016-03-15 17:35 UTC  (3+ messages)

[Qemu-devel] [PULL 0/8] Memory, icount, chardev, KVM changes for 2016-03-15
 2016-03-15 17:35 UTC  (9+ messages)
` [Qemu-devel] [PULL 1/8] kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35
` [Qemu-devel] [PULL 2/8] update-linux-headers: Add userfaultfd.h
` [Qemu-devel] [PULL 3/8] exec: Fix memory allocation when memory path names new file
` [Qemu-devel] [PULL 4/8] exec: Fix memory allocation when memory path isn't on hugetlbfs
` [Qemu-devel] [PULL 5/8] exec: fix early return from ram_block_add
` [Qemu-devel] [PULL 6/8] replay: character devices
` [Qemu-devel] [PULL 7/8] icount: remove obsolete warp call
` [Qemu-devel] [PULL 8/8] icount: decouple warp calls

[PATCH RFC v3 00/28] x86: Improvements to cpuid handling for guests
 2016-03-15 17:35 UTC  (3+ messages)
` [PATCH v3 15/28] x86/cpu: Sysctl and common infrastructure for levelling context switching

[U-Boot] [PATCH 0/5] Enable caches for the RPi2
 2016-03-15 17:35 UTC  (3+ messages)
` [U-Boot] [PATCH 2/5] arm: Add support for HYP mode and LPAE page tables

[Q] updates to gitk, git-gui and git-svn for 2.8?
 2016-03-15 17:33 UTC  (4+ messages)

[Bug 114621] New: /etc/fstab: impossible to disable relatime
 2016-03-15 17:32 UTC  (2+ messages)
` [Bug 114621] "

[PATCH 0/2] Add support for MAX31722/MAX31723 temperature sensors
 2016-03-15 17:28 UTC  (6+ messages)
        ` [lm-sensors] "

Lttng-java trace event formatting
 2016-03-15 17:28 UTC 

GPG signing RPM packages : must not have subkeys
 2016-03-15 17:28 UTC 

[Qemu-devel] [PATCH] hw/acpi: fix GSI links UID
 2016-03-15 17:27 UTC  (2+ messages)

git checkout --theirs fails
 2016-03-15 17:27 UTC 

[PATCH 1/3] push/pop errno in initrd read file path
 2016-03-15 17:26 UTC  (8+ messages)

[PATCH 1/4] sock_diag.7: New page documenting NETLINK_SOCK_DIAG interface
 2016-03-15 17:26 UTC  (4+ messages)
  ` [PATCH 2/4] sock_diag.7: Add EXAMPLE program
  ` [PATCH 3/4] netlink.7: Rename NETLINK_INET_DIAG to NETLINK_SOCK_DIAG
  ` [PATCH 4/4] netlink.7: Add references to sock_diag(7)

[U-Boot] sandbox and coverity builds
 2016-03-15 17:25 UTC 

[PATCH 0/4] Document NETLINK_SOCK_DIAG interface
 2016-03-15 17:25 UTC 

[Qemu-devel] [PATCH v2] target-arm: Fix translation level on early translation faults
 2016-03-15 17:24 UTC  (3+ messages)
  ` [Qemu-arm] "

[PATCH] Manual page cleanups and expansion
 2016-03-15 17:24 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.