All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-11 20:47:46 to 2015-04-12 02:45:56 UTC [more...]

[U-Boot] [PATCH 0/2] ARM: zynq: include ps7_init_gpl.c/h of Zed, MicroZed, ZC702, ZC706
 2015-04-12  2:45 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] ARM: zynq: add default ps7_init_gpl.c/h for Zed, MicroZed, ZC70x

cron job: media_tree daily build: ERRORS
 2015-04-12  2:42 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] da6bbfb36522e30990817f5468fc05d71f0dc9bb BUILD SUCCESS
 2015-04-12  2:21 UTC 

Kernel thread scheduling
 2015-04-12  2:21 UTC  (12+ messages)

[PATCH] xtensa: Fix execdomain removal
 2015-04-12  2:19 UTC 

perf user SDT markers
 2015-04-12  2:13 UTC 

Remove execution domain support
 2015-04-12  2:03 UTC  (60+ messages)
` [PATCH 01/24] arm: Remove RISC OS personality
` [PATCH 02/24] ia64: Remove Linux/x86 exec domain support
` [PATCH 03/24] Remove execution "
` [PATCH 04/24] arm: Remove signal translation and exec_domain
` [PATCH 05/24] arm64: "
` [PATCH 06/24] blackfin: Autogenerate offsets in struct thread_info
` [PATCH 07/24] blackfin: Remove exec_domain usage
` [PATCH 08/24] frv: Remove signal translation and exec_domain
` [PATCH 09/24] m32r: Autogenerate offsets in struct thread_info
` [PATCH 10/24] m32r: Remove signal translation and exec_domain
` [PATCH 11/24] m68k: "
` [PATCH 12/24] microblaze: "
` [PATCH 13/24] mn10300: "
` [PATCH 14/24] s390: "
` [PATCH 15/24] sh: "
` [PATCH 16/24] sparc: "
` [PATCH 17/24] tile: "
` [PATCH 18/24] um: "
` [PATCH 19/24] unicore32: "
` [PATCH 20/24] x86: "
` [PATCH 21/24] xtensa: "
` [PATCH 22/24] arc: "
` [PATCH 23/24] arch: Remove exec_domain from remaining archs
` [PATCH 24/24] Remove rest of exec domains

[failures] mm-make-every-pte-dirty-on-do_swap_page.patch removed from -mm tree
 2015-04-12  1:50 UTC 

[libvirt test] 50385: regressions - FAIL
 2015-04-12  1:28 UTC 

[PATCH v2] vfs: avoid recopying file names in getname_flags
 2015-04-12  1:13 UTC  (5+ messages)

[PATCH] ctl: fix to handle several elements added by one operation for userspace element
 2015-04-12  1:12 UTC 

[nightly] Distroless meta-ti/master minimal build 2015-04-11_21-00-51
 2015-04-12  1:09 UTC 

ACPI events broken on non-SMP since 3.16
 2015-04-12  1:29 UTC  (4+ messages)
` [PATCH] x86/ACPI: Fix regression caused by 16ee7b3dcc56
  ` [PATCH] x86/ACPI: Fix regression caused by 16ee7b3dcc56 & c50f13c672df7

[PATCH v9 0/4] cgroups: add pids subsystem
 2015-04-12  0:51 UTC  (8+ messages)
` [PATCH v9 1/4] cgroups: use bitmask to filter for_each_subsys
` [PATCH v9 2/4] cgroups: replace explicit ss_mask checking with for_each_subsys_which
` [PATCH v9 3/4] cgroups: allow a cgroup subsystem to reject a fork
` [PATCH v9 4/4] cgroups: implement the PIDs subsystem

[PATCH] drivers/usb/core: hcd.c: Removed BitTime space warnings
 2015-04-12  0:51 UTC 

[PATCH] drivers/usb/core: devio.c: Reverted previous debug print changes
 2015-04-12  0:36 UTC 

[rumpuserxen test] 50384: regressions - FAIL
 2015-04-12  0:26 UTC 

[RFC PATCH] ARM: omap2plus_defconfig: Switch over to using 8250 driver
 2015-04-12  0:23 UTC  (5+ messages)

[PATCH 0/4] ALSA: ctl: fix userspace control element operations
 2015-04-12  0:15 UTC  (5+ messages)
` [PATCH 0/4 v2] "
  ` [PATCH 4/4] ctl: fix to handle several elements added by one operation for userspace element

Invitation and RFC: Linux Plumbers Device Tree track proposed
 2015-04-12  0:05 UTC  (3+ messages)
` [Celinux-dev] "

[PATCH 00/21] Drivers: hv: utils: re-implement the kernel/userspace communication layer
 2015-04-12  1:07 UTC  (22+ messages)
` [PATCH 01/21] Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h
  ` [PATCH 02/21] Drivers: hv: kvp: reset kvp_context
  ` [PATCH 03/21] Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h
  ` [PATCH 04/21] Drivers: hv: fcopy: process deferred messages when we complete the transaction
  ` [PATCH 05/21] Drivers: hv: vss: "
  ` [PATCH 06/21] Drivers: hv: kvp: rename kvp_work -> kvp_timeout_work
  ` [PATCH 07/21] Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_work
  ` [PATCH 08/21] Drivers: hv: util: introduce state machine for util drivers
  ` [PATCH 09/21] Drivers: hv: kvp: switch to using the hvutil_device_state state machine
  ` [PATCH 10/21] Drivers: hv: vss: "
  ` [PATCH 11/21] Drivers: hv: fcopy: "
  ` [PATCH 12/21] Drivers: hv: fcopy: set .owner reference for file operations
  ` [PATCH 13/21] Drivers: hv: util: introduce hv_utils_transport abstraction
  ` [PATCH 14/21] Drivers: hv: vss: convert to hv_utils_transport
  ` [PATCH 15/21] Drivers: hv: fcopy: "
  ` [PATCH 16/21] Drivers: hv: kvp: "
  ` [PATCH 17/21] Tools: hv: kvp: use misc char device to communicate with kernel
  ` [PATCH 18/21] Tools: hv: vss: "
  ` [PATCH 19/21] Drivers: hv: vss: full handshake support
  ` [PATCH 20/21] Drivers: hv: fcopy: "
  ` [PATCH 21/21] Drivers: hv: utils: unify driver registration reporting

[PATCH] staging: vt6655: Fix TX retransmission race condition
 2015-04-11 23:47 UTC 

[Bug 89985] New: system video hangs on video switch to fullscreen
 2015-04-11 23:46 UTC  (2+ messages)
  ` [Bug 89985] "

[PATCH v2 1/2] soc: qcom: Add device tree binding for SMEM
 2015-04-11 23:32 UTC  (4+ messages)
` [PATCH v2 2/2] soc: qcom: Add Shared Memory Manager driver

DO YOU NEED LOAN
 2015-04-11 23:00 UTC 

DO YOU NEED LOAN
 2015-04-11 23:00 UTC 

DO YOU NEED LOAN
 2015-04-11 23:00 UTC 

Playback - Overwrite buffer with silence
 2015-04-11 23:15 UTC  (3+ messages)

Omar Alhakeem has invited you to Weebly
 2015-04-11 23:10 UTC 

[U-Boot] Where can I find u-boot which supports Raspberry Pi B+
 2015-04-11 23:07 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v4] e1000e i219 fix unit hang on reset and runtime D3
 2015-04-11 23:06 UTC 

[PATCH] Documentation: blackfin: Makefile: Typo building issue
 2015-04-11 23:02 UTC  (3+ messages)

[PATCH] Documentation: blackfin: gptimers-example: Use new switch macro SAMPLE_IRQ_TIMER instead of IRQ_TIMER5
 2015-04-11 23:00 UTC  (3+ messages)

DO YOU NEED LOAN
 2015-04-11 23:00 UTC 

Stepping down as maintainer (was Re: [PATCH for-next 0/9] mlx4 changes in virtual GID management)
 2015-04-11 22:51 UTC  (5+ messages)

[Bug 89987] Slow VDPAU (rv770_restrict_performance_levels_before_switch failed)
 2015-04-11 22:46 UTC  (4+ messages)

[PATCH] drm/i915: Fix screen flickering on X
 2015-04-11 22:40 UTC 

[PATCH 0/2] ARM: mvebu: Add DLINK-DNS327L support
 2015-04-11 22:33 UTC  (11+ messages)
` [PATCH 2/2] ARM: mvebu: dts: Add dts file for DLink DNS-327L

[PATCH 1/4] groff: add runtime dependency on sed
 2015-04-11 22:27 UTC  (3+ messages)
` [PATCH 4/4] lsb: provide lsb-core-ARCH

[PATCH] drm/i915: Fix screen flickering on X
 2015-04-11 22:17 UTC 

[PATCH 1/2] kconfig: Print full defined and depends for multiply-defined symbols
 2015-04-11 22:25 UTC  (8+ messages)

[PATCH V3 0/6] i2c: qup: Add support for v2 tags and bam dma
 2015-04-11 22:12 UTC  (5+ messages)
` [PATCH V3 5/6] dts: msm8974: Add blsp2_bam dma node

during fio scenario with verify=meta some jobs fails
 2015-04-11 22:06 UTC  (6+ messages)

[PATCH] ASoC: rnsd: fix build regression without CONFIG_OF
 2015-04-11 22:05 UTC  (3+ messages)

[GIT PULL] Last minute ASoC fix for v4.0
 2015-04-11 22:04 UTC  (2+ messages)

[PATCH v3] sparc64: Setup sysfs to mark LDOM sockets, cores and threads correctly
 2015-04-11 21:57 UTC  (2+ messages)

[PATCH] netlink: kill non-batch compat code
 2015-04-11 21:55 UTC 

[Qemu-devel] [PATCH for-2.3? 0/7] tests: Fix TCG make test
 2015-04-11 21:46 UTC  (6+ messages)
` [Qemu-devel] [PATCH for-2.3? 7/7] tests/tcg: Enable runcom test by default

[Qemu-devel] make test fails on Mac OS X
 2015-04-11 21:31 UTC  (5+ messages)

[PATCH 1/4] mm: free swp_entry in madvise_free
 2015-04-11 21:40 UTC  (4+ messages)
` [PATCH 4/4] mm: make every pte dirty on do_swap_page

[PATCH] clk: at91: change to using endian agnositc IO
 2015-04-11 21:38 UTC  (2+ messages)

Xen-unstable-staging: Xen BUG at iommu_map.c:455
 2015-04-11 21:35 UTC  (17+ messages)

[linux-dvb] IP over DVBS
 2015-04-11 21:34 UTC 

[PATCH] libxl: provide libxl_bitmap_{and,or}
 2015-04-11 21:27 UTC  (3+ messages)

(no subject)
 2015-04-09 11:04 UTC 

[PATCH 0/4] diff --cc: relax path filtering
 2015-04-11 21:20 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] t4059: test 'diff --cc' with a change from only few parents

[call for review] netdev-related stuff in vfs.git
 2015-04-11 21:18 UTC  (18+ messages)
` [PATCH 01/17] fs: remove ki_nbytes
` [PATCH 02/17] fuse: handle synchronous iocbs internally
` [PATCH 03/17] fs: don't allow to complete sync iocbs through aio_complete
` [PATCH 04/17] fs: split generic and aio kiocb
` [PATCH 05/17] fs: move struct kiocb to fs.h
` [PATCH 06/17] saner iov_iter initialization primitives
` [PATCH 07/17] RxRPC: Fix the conversion to iov_iter
` [PATCH 08/17] RxRPC: Don't call skb_add_data() if there's no data to copy
` [PATCH 09/17] RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argument
` [PATCH 10/17] AFS: afs_send_empty_reply() doesn't require an iovec array
` [PATCH 11/17] RxRPC: Handle VERSION Rx protocol packets
` [PATCH 12/17] kafs: Add more "unified AFS" error codes
` [PATCH 13/17] net: switch sendto() and recvfrom() to import_single_range()
` [PATCH 14/17] net: switch importing msghdr from userland to {compat_,}import_iovec()
` [PATCH 15/17] switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()
` [PATCH 16/17] get rid of the size argument of sock_sendmsg()
` [PATCH 17/17] new helper: msg_data_left()

[PATCH] blk: optimize blk_trace macros for cgroup case
 2015-04-11 21:17 UTC 

[PATCH 0/5] xfs: fix direct IO completion issues
 2015-04-11 21:15 UTC  (6+ messages)
` [PATCH 2/5] xfs: direct IO needs to use append ioends

[PATCH] MAINTAINERS: Remove yasutake.koichi@jp.panasonic.com
 2015-04-11 21:03 UTC  (2+ messages)

[Buildroot] [Bug 8011] New: When building only busybox and strace, strace fails on not finding bluetooth/bluetooth.h
 2015-04-11 21:03 UTC  (2+ messages)
` [Buildroot] [Bug 8011] "

[PATCH] crypto: arm: workaround for building with old binutils
 2015-04-11 20:54 UTC  (3+ messages)

[PATCH] power: add poodle battery driver
 2015-04-11 20:54 UTC  (6+ messages)

[PATCH 2/2] update definition of libxl_bitmap_{or, and}
 2015-04-11 20:53 UTC  (3+ messages)

btrfs balance {,meta}data to raid5 not working?
 2015-04-11 20:48 UTC  (3+ messages)


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.