All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-29 11:26:00 to 2016-02-29 12:13:40 UTC [more...]

[PATCH V6 00/10] Add generic PM domain support for Tegra
 2016-02-29 12:13 UTC  (3+ messages)
` [PATCH V6 01/10] PM / Domains: Fix removal of a subdomain

[PATCH] platform/x86: never 'select DMI' from a driver
 2016-02-29 12:13 UTC 

[PATCH v4 00/24] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-02-29 12:13 UTC  (7+ messages)
` [PATCH v4 04/24] arm/acpi: Estimate memory required for acpi/efi tables
` [PATCH v4 23/24] xen/arm: Add a hypercall for device mmio mapping
` [PATCH v4 24/24] xen/arm64: Add ACPI support

[PATCH] ALSA: mts64: fix NULL pointer dereference
 2016-02-29 12:13 UTC 

[PATCH 1/2] drm: Add few more wrapper functions for drm panel
 2016-02-29 12:12 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Add functions to execute the new sequences from VBT

[PATCH V15 00/15] Btrfs: Subpagesize-blocksize: Allow I/O on blocks whose size is less than page size
 2016-02-29 12:11 UTC  (3+ messages)

[PATCH v5 0/7] Reorganise calls to vmap() GEM objects
 2016-02-29 12:10 UTC  (10+ messages)
` [PATCH v5 3/7] drm/i915: introduce and use i915_gem_object_vmap_range()
` [PATCH v5 4/7] drm/i915: optimise i915_gem_object_vmap_range() for small objects
` [PATCH v5 5/7] drm/i915: move locking in i915_gem_unmap_dma_buf()
` [PATCH v5 6/7] drm/i915: deduplicate intel_pin_and_map_ringbuffer_obj() error handling
` ✗ Fi.CI.BAT: failure for Reorganise calls to vmap() GEM objects (rev3)

RFC: a first draft of a generic RDMA READ/WRITE API
 2016-02-29 12:08 UTC  (7+ messages)
` [PATCH 02/13] IB/core: allow passing mapping an offset into the SG in ib_map_mr_sg

r8a7795 dtsi file in can-next
 2016-02-29 12:07 UTC 

[BUG] documentation of xs.transaction_end is inconsistent with the implementation
 2016-02-29 12:06 UTC  (2+ messages)

ACL memory allocation failures
 2016-02-29 12:06 UTC  (6+ messages)

[PATCH v5 03/22] arm/acpi: Add __acpi_map_table function for ARM
 2016-02-29 12:05 UTC  (8+ messages)
` [PATCH v6 "

[PATCH 1/2] PM / Domains: Restore alignment of slaves in debugfs output
 2016-02-29 12:04 UTC  (4+ messages)
` [PATCH 2/2] [RFC] PM / Domains: Join state name and index "

[PATCH RFC] spi: add flow controll support
 2016-02-29 12:04 UTC 

[RFC Design Doc] Add vNVDIMM support for Xen
 2016-02-29 12:04 UTC  (12+ messages)

[U-Boot] [PATCH 00/17] driver model bring-up of musb on AM335x GP and BBB and usb_ether DM conversion
 2016-02-29 12:04 UTC  (5+ messages)
` [U-Boot] [PATCH 03/17] drivers: usb: musb: add ti musb misc driver for wrapper
` [U-Boot] [PATCH 05/17] drivers: usb: musb: adopt musb backend driver to driver model

[PATCH v2 0/2] Add i915_gem_object_vmap
 2016-02-29 12:03 UTC  (4+ messages)
` [PATCH v2 1/2] drm/i915: Add i915_gem_object_vmap to map GEM object to virtual space

[PATCH v4 0/4] ACPI: parse the SPCR table
 2016-02-29 12:02 UTC  (10+ messages)
` [PATCH v4 1/4] ACPI: parse SPCR and enable matching console
` [PATCH v4 2/4] ACPI: enable ACPI_SPCR_TABLE on ARM64
` [PATCH v4 3/4] ACPI: add definitions of DBG2 subtypes
` [PATCH v4 4/4] serial: pl011: use ACPI SPCR to setup 32-bit access

[Qemu-devel] [PATCH v4 00/26] Support LUKS encryption in block devices
 2016-02-29 12:01 UTC  (27+ messages)
` [Qemu-devel] [PATCH v4 01/26] crypto: add cryptographic random byte source
` [Qemu-devel] [PATCH v4 02/26] crypto: add support for PBKDF2 algorithm
` [Qemu-devel] [PATCH v4 03/26] crypto: add support for generating initialization vectors
` [Qemu-devel] [PATCH v4 04/26] crypto: add support for anti-forensic split algorithm
` [Qemu-devel] [PATCH v4 05/26] crypto: skip testing of unsupported cipher algorithms
` [Qemu-devel] [PATCH v4 06/26] crypto: add support for the cast5-128 cipher algorithm
` [Qemu-devel] [PATCH v4 07/26] crypto: add support for the serpent "
` [Qemu-devel] [PATCH v4 08/26] crypto: add support for the twofish "
` [Qemu-devel] [PATCH v4 09/26] crypto: import an implementation of the XTS cipher mode
` [Qemu-devel] [PATCH v4 10/26] crypto: refactor code for dealing with AES cipher
` [Qemu-devel] [PATCH v4 11/26] crypto: wire up XTS mode for cipher APIs
` [Qemu-devel] [PATCH v4 12/26] crypto: add block encryption framework
` [Qemu-devel] [PATCH v4 13/26] crypto: implement the LUKS block encryption format
` [Qemu-devel] [PATCH v4 14/26] block: add flag to indicate that no I/O will be performed
` [Qemu-devel] [PATCH v4 15/26] qemu-img/qemu-io: don't prompt for passwords if not required
` [Qemu-devel] [PATCH v4 16/26] tests: redirect stderr to stdout for iotests
` [Qemu-devel] [PATCH v4 17/26] tests: refactor python I/O tests helper main method
` [Qemu-devel] [PATCH v4 18/26] tests: add output filter to python I/O tests helper
` [Qemu-devel] [PATCH v4 19/26] block: add generic full disk encryption driver
` [Qemu-devel] [PATCH v4 20/26] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v4 21/26] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v4 22/26] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v4 23/26] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v4 24/26] block: rip out all traces of password prompting
` [Qemu-devel] [PATCH v4 25/26] block: remove all encryption handling APIs
` [Qemu-devel] [PATCH v4 26/26] block: remove support for legecy AES qcow/qcow2 encryption

[PATCH] nfs/blocklayout: make sure making a aligned read request
 2016-02-29 12:00 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] cryptsetup: bump to version 1.7.1
 2016-02-29 11:59 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] lvm2: bump to version 2.02.144

[Buildroot] [PATCH] openssh: bump to version 7.2p1
 2016-02-29 11:59 UTC 

[PATCH] drm/i915: Execlists small cleanups and micro-optimisations
 2016-02-29 11:59 UTC  (10+ messages)
` [PATCH v4] "

[PATCH] combo-layer: handle empty commits during "init --history"
 2016-02-29 11:59 UTC 

[PATCH 0/5] media: better type handling
 2016-02-29 11:59 UTC  (10+ messages)
` [PATCH 1/5] v4l2: add device_caps to struct video_device
` [PATCH 2/5] v4l2-pci-skeleton.c: fill in device_caps in video_device
` [PATCH 3/5] vivid: set "
` [PATCH 4/5] media: Add type field to struct media_entity
` [PATCH 5/5] media-entity.h: rename _io to _video_device and add real _io

[linux-lvm] Problems in lvmconfig.8, lvm-dumpconfig.8, lvreduce.8, lvresize.8, vgchange.8
 2016-02-29 11:49 UTC 

[U-Boot] [PATCH] mtd: denali: fix warning when compiled for 64bit system
 2016-02-29 11:57 UTC 

[Bug 94332] New: one-off problem at startup with nouveau
 2016-02-29 11:55 UTC  (2+ messages)
  ` [Bug 94332] "

git config --get-urlmatch does not set exit code 1 when no match is found
 2016-02-29 11:53 UTC  (2+ messages)

[PATCH] powerpc/lpar: Don't crash on H_PROTECT errors
 2016-02-29 11:52 UTC 

[U-Boot] [PATCH V2] OMAP3: Various: Update serial platdata to update reg_offset to 0
 2016-02-29 11:53 UTC 

Merge of 3.14.52 GA into master and jethro
 2016-02-29 11:53 UTC  (17+ messages)

[Buildroot] [PATCH v3 2/3] util-linux: rework utilities menu for finer control
 2016-02-29 11:53 UTC  (2+ messages)
` [Buildroot] [v3, "

[PATCH] ARM: dts: dra7: Support QSPI MODE-0 operation at 64MHz
 2016-02-29 11:52 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 00/16] data-driven device registers
 2016-02-29 11:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 07/16] register: Add block initialise helper
` [Qemu-devel] [PATCH v4 08/16] bitops: Add ONES macro

[PATCH 0/1] Extensible SDK PATH fix
 2016-02-29 11:50 UTC  (2+ messages)
` [PATCH 1/1] classes/populate_sdk_ext: prepend to PATH rather than appending

[U-Boot] [PATCH] spl_nor: fix warning when compiled for 64bit target
 2016-02-29 11:50 UTC 

Xen 4.7 Development Update
 2016-02-29 11:50 UTC  (3+ messages)

[Qemu-devel] [PULL 0/1] fw_cfg: unbreak migration compatibility for 2.4 and earlier machines
 2016-02-29 11:49 UTC  (2+ messages)

[PATCH 0/4] recipetool create improvements
 2016-02-29 11:48 UTC  (5+ messages)
` [PATCH 1/4] classes/module: allow substitution of the modules_install target name
` [PATCH 2/4] recipetool: create: add support for out-of-tree kernel modules
` [PATCH 3/4] recipetool: create: add basic support for generating linux kernel recipes
` [PATCH 4/4] recipetool: create: add basic support for new npm fetcher/class

[U-Boot] [PATCH] OMAP3: Various: Update serial platdata to update reg_offset to 0
 2016-02-29 11:48 UTC 

Do You Seek Financial Assistance?
 2016-02-29 10:30 UTC 

[PATCH 1/2] iommu/mediatek: select ARM_DMA_USE_IOMMU
 2016-02-29 11:47 UTC  (9+ messages)

[PATCH phosphor-host-ipmid v2 0/2] Fixing the Duplicate registration for NetFn [0x6], Cmd:[0xFF]
 2016-02-29 11:40 UTC  (3+ messages)
` [PATCH phosphor-host-ipmid v2 1/2] "
` [PATCH phosphor-host-ipmid v2 2/2] Removed the handler function of the wild card command enter the commit message for your changes. Lines starting

[PATCH, RESEND] ntb: perf test: fix address space confusion
 2016-02-29 11:47 UTC  (2+ messages)

git cat-file -e behavior
 2016-02-29 11:44 UTC  (2+ messages)

[PATCH phosphor-host-ipmid v2] Fix memory leak in good paths in ipmid
 2016-02-29 11:40 UTC  (2+ messages)
` [PATCH phosphor-host-ipmid v2] Fix memory leak "

(Un)Stable release team
 2016-02-29 11:44 UTC  (4+ messages)

Problems in intel_panel_fitter.1
 2016-02-29 11:35 UTC 

[PATCH] Add JSON output formatting to nfacct utility
 2016-02-29 11:43 UTC  (2+ messages)

[PATCH] add JSON output format
 2016-02-29 11:43 UTC  (2+ messages)

Problems in regulatory.bin.5
 2016-02-29 11:35 UTC 

[PATCH RFC v2 00/32] Make DSA switches linux devices
 2016-02-29 11:42 UTC  (3+ messages)
` [PATCH RFC v2 28/32] Documentation: DSA: Describe how probe of DSA and switches work

[PATCH tip/x86/asm] uprobes: __create_xol_area() must nullify xol_mapping.fault
 2016-02-29 11:42 UTC  (2+ messages)

[PATCH v3] mips: scache: fix scache init with invalid line size
 2016-02-29 11:41 UTC  (2+ messages)

[PATCH] futex: replace bare barrier() with a READ_ONCE()
 2016-02-29 11:41 UTC 

[B.A.T.M.A.N.] pull request [net-next]: batman-adv 20160229
 2016-02-29 11:06 UTC  (4+ messages)
` [PATCH 10/15] batman-adv: ELP - send unicast ELP packets for throughput sampling
` [PATCH 11/15] batman-adv: B.A.T.M.A.N. V - implement neighbor comparison API calls
` [PATCH 12/15] batman-adv: B.A.T.M.A.N. V - implement bat_orig_print API

[U-Boot] [PATCH] usb: gadget: composite: Correct recovery path for register
 2016-02-29 11:40 UTC  (6+ messages)

[PATCH 0/3] Use common Linux tools to control DPDK ports
 2016-02-29 11:39 UTC  (11+ messages)
` [PATCH 1/3] kcp: add kernel control path kernel module

GIT_TRACE_PERFORMANCE and pager
 2016-02-29 11:39 UTC  (2+ messages)

[PATCH 0/6] clk: bcm2835: fixes clk-bcm2835 driver issues
 2016-02-29 11:39 UTC  (14+ messages)
` [PATCH 1/6] clk: bcm2835: pll_off should only set CM_PLL_ANARST
` [PATCH 2/6] clk: bcm2835: add locking to pll*_on/off methods
` [PATCH 3/6] clk: bcm2835: enable clocks that have been enabled by firmware
` [PATCH 4/6] clk: bcm2835: divider value has to be 1 or more
` [PATCH 5/6] clk: bcm2835: correctly enable fractional clock support
` [PATCH 6/6] clk: bcm2835: clean up coding style issues

[RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers
 2016-02-29 11:38 UTC  (12+ messages)

[RFC 0/7] r8a7790: add UHS-I (SDR50) support to Lager
 2016-02-29 11:37 UTC  (4+ messages)
` [RFC 1/7] pinctrl: sh-pfc: r8a7790: Implement voltage switching for SDHI

[PATCH 1/7] regulator: act8865: Expose act8600 registers via debugfs
 2016-02-29 11:37 UTC  (6+ messages)
` [PATCH 5/7] regulator: act8865: Pass of_node via act8865_regulator_data
` [PATCH 7/7] regulator: act8865: Init at subsys level

[PATCH 0/5] Add more clock compatible features and support the RK3399 clock
 2016-02-29 11:36 UTC  (7+ messages)
` [PATCH 4/5] clk: rockchip: add a COMPOSITE_FRACMUX_NOGATE type
` [PATCH 5/5] clk: rockchip: add clock controller for the RK3399

[3.16.y-ckt stable] Linux 3.16.7-ckt25 stable review
 2016-02-29 11:36 UTC  (3+ messages)
` [PATCH 3.16.y-ckt 130/131] net: phy: fix PHY_RUNNING in phy_state_machine
` [PATCH 3.16.y-ckt 131/131] net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTS

[PATCH v10 0/4] Add PCI support to AXS10x
 2016-02-29 11:35 UTC  (6+ messages)
` [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

[linux-lvm] Problems in lvmconfig.8, lvm-dumpconfig.8, lvreduce.8, lvresize.8, vgchange.8
 2016-02-29 11:35 UTC 

[Cluster-devel] Problems in fence_drac.8, fence_na.8, fence_drac5.8
 2016-02-29 11:35 UTC 

tty: memory leak in tty_register_driver
 2016-02-29 11:34 UTC  (6+ messages)

[PATCH 00/12] Add API to get packet type info
 2016-02-29 11:34 UTC  (4+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 01/11] ethdev: add API to query packet type filling info

[PATCH] Staging:wilc1000:coreconfigurator.h Remove an unnecessary typedef keyword
 2016-02-29 11:32 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH kernel v3 0/7] KVM: PPC: Add in-kernel multitce handling
 2016-02-29 11:30 UTC  (3+ messages)

[PATCH net] Propagate MAC address changes to VLANs
 2016-02-29 11:32 UTC 

[PATCH v5] perf/x86/amd/power: Add AMD accumulated power reporting mechanism
 2016-02-29 18:00 UTC  (4+ messages)

[U-Boot] [PATCH] spl_mmc: allow to load raw image
 2016-02-29 11:31 UTC 

next-20160229 build: 1 failures 40 warnings (next-20160229)
 2016-02-29 11:31 UTC 

v0.94.6 Hammer released
 2016-02-29 11:30 UTC  (9+ messages)
  ` [ceph-users] "

[PATCH] doc/nic: add ixgbe statistics on read frequency
 2016-02-29 11:29 UTC 

Do You Seek Financial Assistance?
 2016-02-29 10:31 UTC 

[PATCH] iommu/dma: Fix NEED_SG_DMA_LENGTH dependency
 2016-02-29 11:30 UTC  (3+ messages)

[xen-unstable test] 84436: regressions - FAIL
 2016-02-29 11:29 UTC 

[Buildroot] [PATCH v2] gst1-av: fix cpu detection in libav configure
 2016-02-29 11:27 UTC  (2+ messages)

Removing Hob for 2.1
 2016-02-29 11:27 UTC  (5+ messages)
` [Openembedded-architecture] Standalone image writer


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.