All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-11 15:00:10 to 2016-01-11 15:23:20 UTC [more...]

[U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure
 2016-01-11 15:23 UTC  (8+ messages)
` [U-Boot] [PATCH V3 2/7] test/py: test that sandbox exits when asked
` [U-Boot] [PATCH V3 3/7] test/py: add test of setenv/printenv/echo
` [U-Boot] [PATCH V3 4/7] test/py: test the md/mw commands

[PATCH v17 00/22] Richacls (Core and Ext4)
 2016-01-11 15:21 UTC  (35+ messages)
` [PATCH v17 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v17 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v17 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v17 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v17 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v17 06/22] richacl: In-memory representation and helper functions
` [PATCH v17 07/22] richacl: Permission mapping functions
` [PATCH v17 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v17 09/22] richacl: Permission check algorithm
` [PATCH v17 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v17 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v17 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v17 13/22] vfs: Cache richacl in struct inode
` [PATCH v17 14/22] richacl: Update the file masks in chmod()
` [PATCH v17 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v17 16/22] richacl: Create-time inheritance
` [PATCH v17 17/22] richacl: Automatic Inheritance
` [PATCH v17 18/22] richacl: xattr mapping functions
  ` [PATCH v17 19/22] richacl: Add richacl xattr handler
` [PATCH v17 20/22] vfs: Add richacl permission checking
` [PATCH v17 21/22] ext4: Add richacl support
` [PATCH v17 22/22] ext4: Add richacl feature flag

[PATCH v2 0/2] dmaengine: dw: fix cyclic transfers
 2016-01-11 15:22 UTC  (6+ messages)
` [PATCH v2 2/2] dmaengine: dw: fix cyclic transfer callbacks

[RFC] handling of alpha mode (pre-multiplied/straight) in ARGB modes
 2016-01-11 15:22 UTC  (3+ messages)

[PATCH 0/2] Document and extend kernel.perf_event_paranoid
 2016-01-11 15:21 UTC  (4+ messages)
` [kernel-hardening] "
` [PATCH 1/2] Documentation,perf: Document the perf sysctls
  ` [kernel-hardening] "

[PATCH] Add hwcap2 bits for POWER9
 2016-01-11 15:21 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] qcow2: Implement image locking
 2016-01-11 15:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/10] qcow2: Write feature table only for v3 images

[GIT PULL] ASoC updates for v4.5
 2016-01-11 15:20 UTC 

[Qemu-devel] [PATCH 00/13] Dirty bitmap changes for migration/persistence work
 2016-01-11 15:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH 11/13] hbitmap: serialization

[Qemu-devel] [PATCH 0/3] clean-includes script to add osdep.h to everything
 2016-01-11 15:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/34] kvm_stat: Cleanup and fixup
 2016-01-11 15:18 UTC  (35+ messages)
` [Qemu-devel] [PATCH v2 01/34] scripts/kvm/kvm_stat: Cleanup of multiple imports
` [Qemu-devel] [PATCH v2 02/34] scripts/kvm/kvm_stat: Replaced os.listdir with os.walk
` [Qemu-devel] [PATCH v2 03/34] scripts/kvm/kvm_stat: Make constants uppercase
` [Qemu-devel] [PATCH v2 04/34] scripts/kvm/kvm_stat: Removed unneeded PERF constants
` [Qemu-devel] [PATCH v2 05/34] scripts/kvm/kvm_stat: Mark globals in functions
` [Qemu-devel] [PATCH v2 06/34] scripts/kvm/kvm_stat: Invert dictionaries
` [Qemu-devel] [PATCH v2 07/34] scripts/kvm/kvm_stat: Cleanup of path variables
` [Qemu-devel] [PATCH v2 08/34] scripts/kvm/kvm_stat: Improve debugfs access checking
` [Qemu-devel] [PATCH v2 09/34] scripts/kvm/kvm_stat: Introduce main function
` [Qemu-devel] [PATCH v2 10/34] scripts/kvm/kvm_stat: Fix spaces around keyword assignments
` [Qemu-devel] [PATCH v2 11/34] scripts/kvm/kvm_stat: Rename variables that redefine globals
` [Qemu-devel] [PATCH v2 12/34] scripts/kvm/kvm_stat: Moved DebugfsProvider
` [Qemu-devel] [PATCH v2 13/34] scripts/kvm/kvm_stat: Fixup syscall error reporting
` [Qemu-devel] [PATCH v2 14/34] scripts/kvm/kvm_stat: Set sensible no. files rlimit
` [Qemu-devel] [PATCH v2 15/34] scripts/kvm/kvm_stat: Cleanup of platform detection
` [Qemu-devel] [PATCH v2 16/34] scripts/kvm/kvm_stat: Make cpu detection a function
` [Qemu-devel] [PATCH v2 17/34] scripts/kvm/kvm_stat: Rename _perf_event_open
` [Qemu-devel] [PATCH v2 18/34] scripts/kvm/kvm_stat: Introduce properties for providers
` [Qemu-devel] [PATCH v2 19/34] scripts/kvm/kvm_stat: Cleanup of TracepointProvider
` [Qemu-devel] [PATCH v2 20/34] scripts/kvm/kvm_stat: Cleanup cpu list retrieval
` [Qemu-devel] [PATCH v2 21/34] scripts/kvm/kvm_stat: Encapsulate filters variable
` [Qemu-devel] [PATCH v2 22/34] scripts/kvm/kvm_stat: Cleanup of Stats class
` [Qemu-devel] [PATCH v2 23/34] scripts/kvm/kvm_stat: Cleanup of Groups class
` [Qemu-devel] [PATCH v2 24/34] scripts/kvm/kvm_stat: Cleanup of Event class
` [Qemu-devel] [PATCH v2 25/34] scripts/kvm/kvm_stat: Group arch specific data
` [Qemu-devel] [PATCH v2 26/34] scripts/kvm/kvm_stat: Remove unneeded X86_EXIT_REASONS
` [Qemu-devel] [PATCH v2 27/34] scripts/kvm/kvm_stat: Make tui function a class
` [Qemu-devel] [PATCH v2 28/34] scripts/kvm/kvm_stat: Fix output formatting
` [Qemu-devel] [PATCH v2 29/34] scripts/kvm/kvm_stat: Cleanup and pre-init perf_event_attr
` [Qemu-devel] [PATCH v2 30/34] scripts/kvm/kvm_stat: Read event values as u64
` [Qemu-devel] [PATCH v2 31/34] scripts/kvm/kvm_stat: Fix rlimit for unprivileged users
` [Qemu-devel] [PATCH v2 32/34] scripts/kvm/kvm_stat: Fixup filtering
` [Qemu-devel] [PATCH v2 33/34] scripts/kvm/kvm_stat: Add interactive filtering
` [Qemu-devel] [PATCH v2 34/34] scripts/kvm/kvm_stat: Add optparse description

[PATCH] tools: make flask utils build unconditional
 2016-01-11 15:19 UTC  (11+ messages)

[PATCH 1/1] smsc: Enabling SMSC LAN911 driver for ARM64 as well
 2016-01-11 15:16 UTC  (3+ messages)

ION DTS changes for HiKey in -next
 2016-01-11 15:18 UTC  (8+ messages)

[PATCH] mm,oom: Exclude TIF_MEMDIE processes from candidates
 2016-01-11 15:18 UTC  (7+ messages)

[PATCH] ASoC: qcom: use correct device pointer in dma allocation
 2016-01-11 15:17 UTC 

[PATCH v3 0/7] Misc cleanups and locking fixes
 2016-01-11 15:16 UTC  (16+ messages)
` [PATCH 3/7] drm/i915: Cache ringbuffer GTT address
` [PATCH 4/7] drm/i915: Cache LRC state page in the context
` [PATCH 6/7] drm/i915: Only grab timestamps when needed
` [PATCH 7/7] drm/i915: GEM operations need to be done under the big lock

Updates to meta-fsl-arm (master) in 2016-01-11
 2016-01-11 15:16 UTC 

[vfs:asm-exports 1/1] arch/x86/lib/checksum_32.S:255: Error: bad or irreducible absolute expression
 2016-01-11 15:14 UTC 

XFS corruptions
 2016-01-11 15:16 UTC  (10+ messages)

[PATCH 0/7] Add USB typeC based DP support for BXT platform
 2016-01-11 15:15 UTC  (3+ messages)
` [PATCH 7/7] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT

linux-next: manual merge of the cgroup tree with the tip tree
 2016-01-11 15:15 UTC  (3+ messages)

[PATCH 1/5] drm/ttm: fix adding foreign BOs to the LRU during init v2
 2016-01-11 15:14 UTC  (4+ messages)
` [PATCH 2/5] drm/ttm: fix adding foreign BOs to the swap LRU

[RFC PATCH 0/5] perf: Sanitize perf directory structure, p1
 2016-01-11 15:14 UTC  (4+ messages)

[PATCH v2 0/3] drm/exynos: introduce generic zpos property
 2016-01-11 15:14 UTC  (5+ messages)
` [PATCH v2 1/3] drm: add "
` [PATCH v2 2/3] drm/exynos: use generic code for managing zpos plane property

[vfs:asm-exports 1/1] arch/x86/kernel/head_32.S:682: Error: bad or irreducible absolute expression
 2016-01-11 15:11 UTC 

[PATCH v5 0/2] ACPI: amba bus probing support
 2016-01-11 15:13 UTC  (6+ messages)
` [PATCH v5 2/2] "

[RFC PATCH 0/2] Crypto kernel TLS socket
 2016-01-11 15:12 UTC  (2+ messages)

[Qemu-devel] [PULL 00/17] linux-user queque
 2016-01-11 15:12 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] Use QCryptoSecret for block device passwords
 2016-01-11 15:12 UTC  (2+ messages)

[GIT PULL FOR v4.5] Renesas VSP1 improvements and fixes
 2016-01-11 15:12 UTC  (4+ messages)

[PATCH v13 0/10] Support for creating/using Stolen memory backed objects
 2016-01-11 15:11 UTC  (7+ messages)
` [PATCH 07/10] drm/i915: Support for pread/pwrite from/to non shmem "

[PATCH v4 0/5] Allow schedulers to be selectable through Kconfig
 2016-01-11 15:10 UTC  (4+ messages)
` [PATCH v4 2/5] build: Hook the schedulers into Kconfig

v4.4-rc8 based tip tree kernel hangs on boot
 2016-01-11 15:10 UTC  (4+ messages)

[Qemu-devel] Minutes from the "Stuttgart block Gipfele"
 2016-01-11 15:10 UTC  (3+ messages)

Creating BLE Server application with BlueZ
 2016-01-11 15:10 UTC  (2+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: update Xen files
 2016-01-11 15:10 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/pci: do not update the PCI mappings while Decode (I/O or memory) bit is not set in the Command register
 2016-01-11 15:10 UTC  (3+ messages)

[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
 2016-01-11 15:09 UTC  (11+ messages)
` [PATCH v8 20/20] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH V3] cpufreq: qoriq: Register cooling device based on device tree
 2016-01-11 14:54 UTC  (4+ messages)
    ` 答复: "

[PATCH -next] tty/serial: atmel: Include module.h to fix build failure
 2016-01-11 15:08 UTC  (6+ messages)

[Qemu-devel] [PATCH v3 0/4] Convert chardevs to QIOChannel & add TLS support
 2016-01-11 15:07 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] char: remove fixed length filename allocation
` [Qemu-devel] [PATCH v3 2/4] char: convert from GIOChannel to QIOChannel
` [Qemu-devel] [PATCH v3 3/4] char: don't assume telnet initialization will not block
` [Qemu-devel] [PATCH v3 4/4] char: introduce support for TLS encrypted TCP chardev backend

ubifs query
 2016-01-11 15:07 UTC 

[GIT PULL] x86/platform changes for v4.5
 2016-01-11 15:07 UTC 

[RFC PATCH] always probe UART HW when options are not specified
 2016-01-11 15:07 UTC  (10+ messages)

xen domU disk on nfs shared file (fwd)
 2016-01-11 15:00 UTC 

bat: naming conflict in distribution packages with Bareos/Bacula
 2016-01-11 15:07 UTC  (2+ messages)

[Qemu-devel] [PATCH] ivshmem: remove redundant assignment, fix crash with msi=off
 2016-01-11 15:07 UTC  (2+ messages)

[PATCHv5 0/3] Implement per-cpu reader-writer locks
 2016-01-11 15:06 UTC  (4+ messages)
` [PATCHv5 1/3] rwlock: Add per-cpu reader-writer lock infrastructure

[PATCH 1/2] build: introduce CONFIG_NR_CPUS in Kconfig
 2016-01-11 15:06 UTC  (4+ messages)
` [PATCH 2/2] build: convert NR_CPUS to Kconfig

[PATCH 0/2] autotools.bbclass: use relative path to run configure script
 2016-01-11 15:06 UTC  (4+ messages)
` [PATCH 1/2] glibc-initial.inc: use relative path to run configure

[Qemu-devel] [PATCH v5 0/6] i386: expose floppy-related objects in SSDT
 2016-01-11 15:05 UTC  (5+ messages)

[GIT PULL] x86/mm changes for v4.5
 2016-01-11 15:05 UTC 

[PATCH v2 00/19] Add support for multiple address spaces per CPU and use it for ARM TrustZone
 2016-01-11 15:04 UTC  (7+ messages)
` [PATCH v2 09/19] exec.c: Use cpu_get_phys_page_attrs_debug
        ` [Qemu-devel] "

[PATCH V2 libibverbs 0/2] Add memory re-registration support
 2016-01-11 15:05 UTC  (3+ messages)
  ` [PATCH V2 libibverbs 1/2] Change rereg_mr API between libibverbs and the provider's library
  ` [PATCH V2 libibverbs 2/2] Add MR re-registeration

git repository modified after migration
 2016-01-11 15:04 UTC  (2+ messages)

[Qemu-devel] [PATCHv7 0/9] slirp: Adding IPv6 support to Qemu -net user mode
 2016-01-11 15:04 UTC  (2+ messages)

[meta-raspberrypi][PATCH 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend
 2016-01-11 15:03 UTC  (6+ messages)
` [meta-raspberrypi][PATCH 2/4] qt5base: moved the bbappend to a suitable path
  ` [meta-raspberrypi][PATCH 4/4] qtbase bbappend: cleanned recipe

[PATCH v3] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-11 15:03 UTC  (7+ messages)

[PATCH] pmd/virtio: fix cannot start virtio dev after stop
 2016-01-11 15:03 UTC  (3+ messages)
` [PATCH v2] "

Huawei 3131 with idVendor=12d1, idProduct=14fe
 2016-01-11 15:02 UTC 

[Qemu-devel] [PATCH v3 0/3] 9pfs: disentangling virtio and generic code
 2016-01-11 15:02 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 2/3] 9pfs: use V9fsBlob to transmit xattr

[PATCH v3 0/2] adding PCI support to AXS10x
 2016-01-11 15:02 UTC  (6+ messages)

Unrecoverable Out Of Memory kernel error
 2016-01-11 15:02 UTC  (4+ messages)

[PATCH 00/53] perf tools: Bugfix, BPF improvement and perf record flight record mode
 2016-01-11 15:01 UTC  (5+ messages)
` [PATCH 42/53] perf record: Prevent reading invalid data in record__mmap_read

[PATCH 0/2] Fix bug that caused a profile's accept() not to be called
 2016-01-11 15:01 UTC  (6+ messages)
` [PATCH 2/2] core/service: fix connection and disconnection state handling

[Qemu-devel] [PATCH v2 00/15] Implement TLS support to QEMU NBD server & client
 2016-01-11 15:00 UTC  (16+ messages)
` [Qemu-devel] [PATCH v2 01/15] qom: add helpers for UserCreatable object types
` [Qemu-devel] [PATCH v2 02/15] qemu-nbd: add support for --object command line arg
` [Qemu-devel] [PATCH v2 03/15] nbd: convert block client to use I/O channels for connection setup
` [Qemu-devel] [PATCH v2 04/15] nbd: convert qemu-nbd server "
` [Qemu-devel] [PATCH v2 05/15] nbd: convert blockdev NBD "
` [Qemu-devel] [PATCH v2 06/15] nbd: convert to using I/O channels for actual socket I/O
` [Qemu-devel] [PATCH v2 07/15] nbd: invert client logic for negotiating protocol version
` [Qemu-devel] [PATCH v2 08/15] nbd: make server compliant with fixed newstyle spec
` [Qemu-devel] [PATCH v2 09/15] nbd: make client request fixed new style if advertized
` [Qemu-devel] [PATCH v2 10/15] nbd: allow setting of an export name for qemu-nbd server
` [Qemu-devel] [PATCH v2 11/15] nbd: pick first exported volume if no export name is requested
` [Qemu-devel] [PATCH v2 12/15] nbd: implement TLS support in the protocol negotiation
` [Qemu-devel] [PATCH v2 13/15] nbd: enable use of TLS with NBD block driver
` [Qemu-devel] [PATCH v2 14/15] nbd: enable use of TLS with qemu-nbd server
` [Qemu-devel] [PATCH v2 15/15] nbd: enable use of TLS with nbd-server-start command

[nightly] RT Core TISDK (fido/1.8) 2015.12 build 2016-01-11_05-00-32
 2016-01-11 15:01 UTC 

[PATCH 1/5] gdb: upgrade to 7.10.1
 2016-01-11 15:01 UTC  (5+ messages)
` [PATCH 2/5] lttng-modules: Upgrade to 2.7.1
` [PATCH 3/5] lttng-tools: "
` [PATCH 4/5] lttng-ust: "
` [PATCH 5/5] subversion: Upgrade 1.9.2 -> 1.9.3

[GIT PULL] x86/fpu changes for v4.5
 2016-01-11 15:00 UTC 

[PATCH v2 1/3] kernel: allow kernel module and firmware installation with ${nonarch_base_libdir} != "/lib"
 2016-01-11 15:00 UTC  (7+ messages)
` [PATCH v2 2/3] base-files: create ${base_bindir} etc. instead of /bin, /sbin and /lib

[PATCH] libxl: add basic spice support for pv domUs
 2016-01-11 15:00 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] ide: ahci: reset ncq object to unused on error
 2016-01-11 15:00 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH net-next 0/5] sctp: use transport hashtable to replace association's with rhashtable
 2016-01-11 15:00 UTC  (7+ messages)
` [PATCH net-next 1/5] sctp: add the rhashtable apis for sctp global transport hashtable
  ` [PATCH net-next 2/5] sctp: apply rhashtable api to send/recv path


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.