All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-09 04:20:03 to 2015-06-09 06:28:18 UTC [more...]

[rumpuserxen test] 58229: regressions - FAIL
 2015-06-09  6:28 UTC 

[Buildroot] [PATCH 0/2] new packages gflags and glog
 2015-06-09  6:27 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] gflags: new package
` [Buildroot] [PATCH 2/2] glog: "

build yocto error
 2015-06-09  6:25 UTC 

[RFC PATCH 00/18] kthreads/signal: Safer kthread API and signal handling
 2015-06-09  6:23 UTC  (12+ messages)
` [RFC PATCH 02/18] kthread: Add API for iterant kthreads

[PATCH v6 0/3] linux: address broken PAT drivers
 2015-06-09  6:23 UTC  (6+ messages)
` [PATCH v6 1/3] ivtv: use arch_phys_wc_add() and require PAT disabled

Add functions for (de)activating consoles and for setting baudrate
 2015-06-09  6:21 UTC  (13+ messages)
` [PATCH 01/12] console: Add functions to get/set active state of console
` [PATCH 02/12] console: Add functions to get/set baudrate
` [PATCH 03/12] console: Add console_get_by_name
` [PATCH 04/12] console: When switching baudrate print console name
` [PATCH 05/12] usb: gadget: serial: Use console_set_active to activate console
` [PATCH 06/12] loadxy: Use console_get_by_name
` [PATCH 07/12] loadxy: use console_get_baudrate
` [PATCH 08/12] loadx: ignore -c option
` [PATCH 09/12] loadxy: use console_set_baudrate
` [PATCH 10/12] loadb: use console_get_baudrate
` [PATCH 11/12] loadb: Use console_set_baudrate
` [PATCH 12/12] loadb: ignore -c option

[PATCH 0/5] Indirect memory registration feature
 2015-06-09  6:20 UTC  (6+ messages)

Patch for libdrm: Provide DRM_MODE_FB_DIRTY_MAX_CLIPS
 2015-06-09  6:05 UTC 

[Devel] [PATCH] handle Linux systems without /dev/mem
 2015-06-09  6:16 UTC 

[PATCH] ALSA: hda - PCH HDA controller not controlled by i915 power
 2015-06-09  6:05 UTC 

[PATCH v5 00/42] PowerPC/PowerNV: PCI Slot Management
 2015-06-09  6:10 UTC  (12+ messages)
` [PATCH v5 01/42] PCI: Add pcibios_setup_bridge()
` [PATCH v5 31/42] powerpc/pci: Move pcibios_find_pci_bus() around
` [PATCH v5 42/42] pci/hotplug: PowerPC PowerNV PCI hotplug driver

[Qemu-devel] [PATCH 0/7] qdev: Mostly wean off QError
 2015-06-09  6:12 UTC  (7+ messages)
` [Qemu-devel] [PATCH 5/7] qdev-monitor: Convert qbus_find() to Error
` [Qemu-devel] [PATCH 7/7] qdev-monitor: Propagate errors through qdev_device_add()

[PATCH] tty: serial: Fix typo in the comment
 2015-06-09  6:11 UTC 

[PATCH v4 2/2] dma: Add Xilinx AXI Central Direct Memory Access Engine driver support
 2015-06-09  6:10 UTC  (6+ messages)

[PATCH v4 00/11] simplify block layer based on immutable biovecs
 2015-06-09  6:09 UTC  (13+ messages)
` [PATCH v4 01/11] block: make generic_make_request handle arbitrarily sized bios
                      ` [Drbd-dev] "

[Bug 90898] Provide DRM_MODE_FB_DIRTY_MAX_CLIPS in drm_mode.h
 2015-06-09 13:07 UTC  (2+ messages)

[PATCH] IB/ipoib: Change To max_cm_mtu when changing mode to connected
 2015-06-09  6:06 UTC  (4+ messages)

[PATCH can-next] cangw: introduce optional uid to reference created routing jobs
 2015-06-09  6:05 UTC 

[GIT PULL] Qgroup rework with other Fujitsu fix
 2015-06-09  6:03 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] acpi: xsdt support
 2015-06-09  6:02 UTC  (4+ messages)

[PATCH kernel v12 17/34] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
 2015-06-09  5:59 UTC  (2+ messages)
` [PATCH kernel] powerpc/pseries: Fix compile error when CONFIG_IOMMU_API if off

[RFC PATCH v6 00/32] perf tools: filtering events using eBPF programs
 2015-06-09  5:50 UTC  (33+ messages)
` [RFC PATCH v6 01/32] tools build: Add feature check for eBPF API
` [RFC PATCH v6 02/32] bpf tools: Introduce 'bpf' library to tools
` [RFC PATCH v6 03/32] bpf tools: Allow caller to set printing function
` [RFC PATCH v6 04/32] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v6 05/32] bpf tools: Read eBPF object from buffer
` [RFC PATCH v6 06/32] bpf tools: Check endianess and make libbpf fail early
` [RFC PATCH v6 07/32] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v6 08/32] bpf tools: Collect version and license from ELF sections
` [RFC PATCH v6 09/32] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v6 10/32] bpf tools: Collect symbol table from SHT_SYMTAB section
` [RFC PATCH v6 11/32] bpf tools: Collect eBPF programs from their own sections
` [RFC PATCH v6 12/32] bpf tools: Collect relocation sections from SHT_REL sections
` [RFC PATCH v6 13/32] bpf tools: Record map accessing instructions for each program
` [RFC PATCH v6 14/32] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v6 15/32] bpf tools: Create eBPF maps defined in an object file
` [RFC PATCH v6 16/32] bpf tools: Relocate eBPF programs
` [RFC PATCH v6 17/32] bpf tools: Introduce bpf_load_program() to bpf.c
` [RFC PATCH v6 18/32] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v6 19/32] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v6 20/32] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v6 21/32] bpf tools: Link all bpf objects onto a list
` [RFC PATCH v6 22/32] perf tools: Make perf depend on libbpf
` [RFC PATCH v6 23/32] perf record: Enable passing bpf object file to --event
` [RFC PATCH v6 24/32] perf record: Compile scriptlets if pass '.c' "
` [RFC PATCH v6 25/32] perf tools: Add 'bpf.' config section to perf default config
` [RFC PATCH v6 26/32] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v6 27/32] perf probe: Attach trace_probe_event with perf_probe_event
` [RFC PATCH v6 28/32] perf record: Probe at kprobe points
` [RFC PATCH v6 29/32] perf record: Load all eBPF object into kernel
` [RFC PATCH v6 30/32] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v6 31/32] perf tools: Attach eBPF program to perf event
` [RFC PATCH v6 32/32] perf record: Add LLVM options for compiling BPF scripts

[dm-crypt] cryptsetup luksOpen hang on semop
 2015-06-09  5:59 UTC  (3+ messages)

[PATCH] perf tools: Add error handling
 2015-06-09  5:56 UTC  (2+ messages)

[PATCH v2] Bluetooth: Fix encryption key size handling for LTKs
 2015-06-09  5:54 UTC  (3+ messages)

[PATCH v2 0/4] fixing building errors and warnings when components
 2015-06-09  5:53 UTC  (9+ messages)
` [PATCH v2 4/4] scsi: ufs: probe and init of variant driver from the platform device

[RFC PATCH] sched: Fix sched_wakeup tracepoint
 2015-06-09  5:53 UTC  (7+ messages)

[PATCH v2] drm/panel: add lg4573 driver
 2015-06-09  5:51 UTC  (2+ messages)

rbd_cache, limiting read on high iops around 40k
 2015-06-09  5:51 UTC 

[PATCH] crypto: drbg - use pragmas for disabling optimization
 2015-06-09  5:50 UTC  (5+ messages)
  ` nios2: Export get_cycles

[ANNOUNCE] kmod 21
 2015-06-09  5:49 UTC 

[Qemu-devel] [PULL v2 0/9] Error reporting patches
 2015-06-09  5:47 UTC  (10+ messages)
` [Qemu-devel] [PULL v2 1/9] vl: Report failure to sandbox at most once
` [Qemu-devel] [PULL v2 2/9] vl: Print -device help "
` [Qemu-devel] [PULL v2 3/9] vl: Fail right after first bad -object
` [Qemu-devel] [PULL v2 4/9] QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
` [Qemu-devel] [PULL v2 5/9] QemuOpts: Convert qemu_opts_foreach() to Error
` [Qemu-devel] [PULL v2 6/9] blkdebug: Simplify passing of Error through qemu_opts_foreach()
` [Qemu-devel] [PULL v2 7/9] QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
` [Qemu-devel] [PULL v2 8/9] QemuOpts: Convert qemu_opt_foreach() to Error
` [Qemu-devel] [PULL v2 9/9] vhost-user: Improve -netdev/netdev_add/-net/... error reporting

[Qemu-devel] [PULL 0/9] Error reporting patches
 2015-06-09  5:47 UTC  (3+ messages)

NILFS2: double uuid
 2015-06-09  5:45 UTC  (7+ messages)

[PATCH v2 net-next 1/2] tcp: export tcp_enter_cwr()
 2015-06-09  5:44 UTC  (3+ messages)
` [PATCH v2 net-next 2/2] tcp: add CDG congestion control

[RFC][v2][PATCH 00/14] Fix RMRR
 2015-06-09  5:42 UTC  (6+ messages)
` [RFC][v2][PATCH 08/14] tools: extend xc_assign_device() to support rdm reservation policy

[PATCH V8 01/10] powerpc, perf: Drop the branch sample when 'from' cannot be fetched
 2015-06-09  5:41 UTC  (3+ messages)
` [PATCH V8 10/10] selftests, powerpc: Add test for BHRB branch filters (HW & SW)

[RFC net-next 0/3] Proposal for VRF-lite
 2015-06-09  5:41 UTC  (9+ messages)
` [RFC net-next 3/3] rcv path changes for vrf traffic

[patch 2/7] timer: Remove FIFO guarantee
 2015-06-09  5:39 UTC  (2+ messages)

[PATCH] alsa: hda_codec: fix number of devices query on hotplug
 2015-06-09  5:36 UTC  (2+ messages)

[PATCH] mac80211: fix the beacon csa counter for mesh and ibss
 2015-06-09  5:35 UTC 

[PATCH] class: Free the kobject.name if kset_register fails
 2015-06-09  5:34 UTC  (3+ messages)

[v10 00/10] Add VT-d Posted-Interrupts support - IOMMU part
 2015-06-09  5:20 UTC  (20+ messages)
  ` [v10 01/10] iommu: Add new member capability to struct irq_remap_ops
  ` [v10 03/10] iommu: dmar: Provide helper to copy shared irte fields
  ` [v10 05/10] iommu, x86: Save the mode (posted or remapped) of an IRTE
  ` [v10 06/10] iommu, x86: Avoid migrating VT-d posted interrupts
  ` [v10 07/10] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
  ` [v10 08/10] iommu, x86: Setup Posted-Interrupts capability for Intel iommu
  ` [v10 09/10] iommu, x86: Provide irq_remapping_cap() interface
  ` [v10 10/10] iommu, x86: Properly handle posted interrupts for IOMMU hotplug
` [v10 02/10] iommu: dmar: Extend struct irte for VT-d Posted-Interrupts
` [v10 04/10] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip

[PATCH] cap11xx: add LED support
 2015-06-09  5:26 UTC  (3+ messages)

[meta-selinux][PATCH] linux-yocto: enable selinux support for kernel v3.19
 2015-06-09  5:30 UTC  (2+ messages)

[OSSTEST Nested PATCH v11 0/7] Introduction of netsted HVM test job
 2015-06-09  5:29 UTC  (4+ messages)
` [OSSTEST Nested PATCH v11 4/7] Changes on test step of Debian hvm guest install

[PATCH v2 0/2] Support for CEVA SATA Host controller
 2015-06-09  5:27 UTC  (3+ messages)
` [PATCH v2 2/2] drivers: ata: add support for Ceva sata host controller

[PATCH] PCM: snd_pcm_dmix_drain() maybe blocked after suspend and resume
 2015-06-09  5:27 UTC  (4+ messages)

[Cocci] Using or for structural #ifdefs
 2015-06-09  5:25 UTC  (4+ messages)

[PATCH 0/5] jbd2: Avoid unnecessary locking when buffer is already journaled
 2015-06-09  5:24 UTC  (5+ messages)
` [PATCH 4/5] jbd2: Speedup jbd2_journal_get_[write|undo]_access()

Migrating a RAID 5 from 4x2TB to 3x6TB ?
 2015-06-09  5:23 UTC  (2+ messages)

Clocks on Barebox
 2015-06-09  5:21 UTC  (5+ messages)

Trying to set up a bridge for KVM - Success (sort of)
 2015-06-09  5:17 UTC 

[RFC 0/7] qcom: Add support for tsens driver
 2015-06-09  5:15 UTC  (6+ messages)

[PATCH 1/2] KVM: MMU: fix SMAP virtualization
 2015-06-09  5:14 UTC  (5+ messages)

[PATCH RESEND] ubifs: Introduce a mount option of force_atime
 2015-06-09  5:09 UTC  (7+ messages)

[PATCH] lxc: install lxc.service if DISTRO_FEATURES contains systemd
 2015-06-09  5:14 UTC 

[PATCH] {python,python3}-native: fix TypeError
 2015-06-09  5:08 UTC 

[PATCH V2] Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag
 2015-06-09  5:05 UTC 

build yocto error
 2015-06-09  5:05 UTC  (2+ messages)
` [bitbake-devel] "

[Buildroot] [PATCH] stress: add hash file
 2015-06-09  5:03 UTC 

[PATCH] ahci: added support for Freescale AHCI sata
 2015-06-09  5:03 UTC  (2+ messages)

[nightly] Core TISDK 2015.05 build 2015-06-09_00-13-22
 2015-06-09  5:01 UTC 

[PATCH kernel v12 00/34] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-06-09  4:23 UTC  (11+ messages)
` [PATCH kernel v12 09/34] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH kernel v12 26/34] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH kernel v12 27/34] powerpc/powernv: Implement multilevel TCE tables
` [PATCH kernel v12 32/34] powerpc/mmu: Add userspace-to-physical addresses translation cache
` [PATCH kernel v12 33/34] vfio: powerpc/spapr: Register memory and define IOMMU v2

[PATCH v13 0/5] cgroup: add PIDs subsystem
 2015-06-09  4:56 UTC  (7+ messages)
` [PATCH v13 4/5] cgroup: allow a cgroup subsystem to reject a fork
` [PATCH v13 5/5] cgroup: implement the PIDs subsystem

[PATCH net-next] s390/bpf: implement bpf_tail_call() helper
 2015-06-09  4:51 UTC 

[PATCH][fido] runqemu: add support to boot arm64 qemu target from NFS
 2015-06-09  4:48 UTC 

[PATCH] Staging: rts5208: xd: Fixed checkpatch warning
 2015-06-09  4:44 UTC 

Limit RAM for Linux
 2015-06-09  4:45 UTC  (2+ messages)

Dpdk 2.0 with vmware-workstation ubunut guest: so many error msg " EAL: Error reading from file descriptor "
 2015-06-09  4:42 UTC 

[PATCH -tip 0/4] rtmutex: Spin on owner
 2015-06-09  4:41 UTC  (4+ messages)
` [PATCH -rfc 4/4] locking/rtmutex: Support spin on owner (osq)

[PATCH v4 0/7] Watchdog: introduce ARM SBSA watchdog driver
 2015-06-09  4:37 UTC  (10+ messages)
  ` [PATCH v4 5/7] "

[PATCH 0/2 RESEND] power: reset: Add syscon reboot/poweroff device nodes for APM X-Gene platform
 2015-06-09  4:34 UTC  (6+ messages)
` [PATCH 2/2 RESEND] power: reset: Add syscon poweroff device node "

[PATCH] [rfc] hack patch to fix dirty on offload screens
 2015-06-09  4:32 UTC 

[PATCH] vhost: enable live migration
 2015-06-09  4:31 UTC  (4+ messages)

[PATCH v2 1/2] tools/btsnoop: Add split option
 2015-06-09  4:31 UTC  (3+ messages)

How to get 2.6.34 branch of bcache??
 2015-06-09  4:25 UTC 

[PATCH v2] Staging: vt6655: Remove unnecessary equality checks in rxtx.c
 2015-06-09  4:27 UTC 

[linux-3.4 test] 58178: regressions - trouble: broken/fail/pass
 2015-06-09  4:26 UTC 

Cgroup hierarchical support
 2015-06-09  4:24 UTC  (2+ messages)

[PATCHSET block/for-4.2/writeback] block, cgroup: make cfq charge async IOs to the appropriate blkcgs
 2015-06-09  4:21 UTC  (3+ messages)
  ` [PATCH 4.5/8] blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical allocations

[Qemu-devel] [PATCH v2 0/9] Extend Microblaze Properties
 2015-06-09  4:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/9] target-microblaze: Rename the usefpu variable


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.