All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-19 21:57:45 to 2016-01-19 23:02:09 UTC [more...]

[Buildroot] [PATCH v9] toolchain: create symlink ARCH_LIB_DIR->lib in addition to lib32/lib64->lib
 2016-01-19 23:02 UTC  (11+ messages)

[RFC 0/3] oom: few enahancements
 2016-01-19 23:01 UTC  (13+ messages)
` [RFC 1/3] oom, sysrq: Skip over oom victims and killed tasks

[PATCH] travis-ci: run previously failed tests first, then slowest to fastest
 2016-01-19 23:00 UTC  (5+ messages)

V4L2 Colorspace for RGB formats
 2016-01-19 23:00 UTC  (3+ messages)

[RFC PATCH 0/4] Multi-instance vTPM driver
 2016-01-19 22:59 UTC  (6+ messages)

Questions about the use of idle_vcpu[]
 2016-01-19 22:59 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/10] Cleanups to error reporting on ppc and spapr (v2)
 2016-01-19 22:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH 07/10] pseries: Clean up error handling in spapr_rtas_register()

ID conflict between bdc_pci and "720p FaceTime HD Camera"
 2016-01-19 22:58 UTC  (2+ messages)

2015 kernel CVEs
 2016-01-19 22:47 UTC  (4+ messages)
  ` [kernel-hardening] "
` [kernel-hardening] "

uinput on headless system 
 2016-01-19 22:56 UTC  (10+ messages)

[PATCH RESEND] driver-core: fix modparam async_probe request
 2016-01-19  2:37 UTC  (4+ messages)

[Buildroot] [PATCH v3] libnspr: remove thumb2 handling
 2016-01-19 22:51 UTC 

[PATCH v3] dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake)
 2016-01-19 22:50 UTC  (2+ messages)

initramfs-tools 0.122 release
 2016-01-19 22:49 UTC 

[Printing-architecture] [PATCH] braille: Checking for tool presence
 2016-01-19 22:49 UTC  (2+ messages)

[PATCH 0/3] OOM detection rework v4
 2016-01-19 22:48 UTC  (6+ messages)
` [PATCH 1/3] mm, oom: rework oom detection

git filter-branch not removing commits when it should in 2.7.0
 2016-01-19 22:48 UTC  (11+ messages)
        ` [PATCH] filter-branch: resolve $commit^{tree} in no-index case

Kernel memory leak in bnx2x driver with vxlan tunnel
 2016-01-19 22:47 UTC  (3+ messages)

[PATCH 1/1] python: Upgrade 2.7.9 > 2.7.11
 2016-01-19 22:47 UTC 

[Buildroot] [PATCH] mpd: allow to enable/disable httpd output
 2016-01-19 22:45 UTC 

[mm] 7d2eba0557: BUG: unable to handle kernel NULL pointer dereference at (null)
 2016-01-19 22:45 UTC  (5+ messages)
` [lkp] "

dm-multipath low performance with blk-mq
 2016-01-19 22:45 UTC  (3+ messages)

[PATCH v6 0/2] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-19 22:44 UTC  (5+ messages)
` [PATCH v6 1/2] "

[PATCH 00/31] staging/rdma/hfi1: Add rdmavt support to hfi1
 2016-01-19 22:44 UTC  (32+ messages)
  ` [PATCH 01/31] staging/rdma/hfi1: Begin to use rdmavt for verbs
  ` [PATCH 02/31] staging/rdma/hfi1: Add basic rdmavt capability flags for hfi1
  ` [PATCH 03/31] staging/rdma/hfi1: Consolidate dma ops "
  ` [PATCH 04/31] staging/rdma/hfi1: Use rdmavt protection domain
  ` [PATCH 05/31] staging/rdma/hfi1: Remove MR data structures from hfi1
  ` [PATCH 06/31] staging/rdma/hfi1: Remove driver specific members from hfi1 qp type
  ` [PATCH 07/31] staging/rdma/hfi1: Add device specific info prints
  ` [PATCH 08/31] staging/rdma/hfi1: Use correct rdmavt header files after move
  ` [PATCH 09/31] staging/rdma/hfi1: Use address handle in rdmavt and remove from hfi1
  ` [PATCH 10/31] staging/rdma/hfi1: Implement hfi1 support for AH notification
  ` [PATCH 11/31] staging/rdma/hfi1: Remove hfi1 MR and hfi1 specific qp type
  ` [PATCH 12/31] staging/rdma/hfi1: Remove srq from hfi1
  ` [PATCH 13/31] staging/rdma/hfi1: Remove ibport and use rdmavt version
  ` [PATCH 14/31] staging/rdma/hfi1: Remove mmap from hfi1
  ` [PATCH 15/31] staging/rdma/hfi1: Use rdmavt pkey verbs function
  ` [PATCH 16/31] staging/rdma/hfi1: Remove user context allocation and de-alloction functions
  ` [PATCH 17/31] staging/rdma/hfi1: Use rdmavt send flags and recv flags
  ` [PATCH 18/31] staging/rdma/hfi1: Remove qpdev and qpn table from hfi1
  ` [PATCH 19/31] staging/rdma/hfi1: Remove create_qp functionality
  ` [PATCH 20/31] staging/rdma/hfi1: Remove query_device function
  ` [PATCH 21/31] staging/rdma/hfi1: Remove CQ data structures and functions from hfi1
  ` [PATCH 22/31] staging/rdma/hfi1: Clean up return handling
  ` [PATCH 23/31] staging/rdma/hfi1: Use rdmavt version of post_send
  ` [PATCH 24/31] staging/rdma/hfi1: Remove multicast verbs functions
  ` [PATCH 25/31] staging/rdma/hfi1: Remove modify queue pair from hfi1
  ` [PATCH 26/31] staging/rdma/hfi1: Remove destroy qp verb
  ` [PATCH 27/31] staging/rdma/hfi1: Remove post_recv and use rdmavt version
  ` [PATCH 28/31] staging/rdma/hfi1: Clean up register device
  ` [PATCH 29/31] staging/rdma/hfi1: Use rdmavt device allocation function
  ` [PATCH 30/31] staging/rdma/hfi1: Remove create and free mad agents
  ` [PATCH 31/31] staging/rdma/hfi1: Remove hfi1_query_qp function

[Buildroot] [PATCH] mpd: disable for sparcv8
 2016-01-19 22:43 UTC 

[PATCH perf 0/4] Build fixes for gcc 6
 2016-01-19 22:43 UTC  (9+ messages)

[PATCH 0/2] Enable GuC Loading on Kabylake
 2016-01-19 22:38 UTC  (4+ messages)
` [PATCH 1/2] Revert "FROM_UPSTREAM [VPG]: drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."

[PATCH] powerpc/eeh: Fix PE location code
 2016-01-19 22:41 UTC  (2+ messages)

[PATCH v2] android: binder: Sanity check at binder ioctl
 2016-01-19 22:40 UTC  (2+ messages)

+ libcrc32c-fix-build-warning.patch added to -mm tree
 2016-01-19 22:40 UTC 

PS3 controller (SIXAXIS) never gets into "IdleTimeout"
 2016-01-19 22:40 UTC  (2+ messages)

[PATCH] kernel: Add support for multiple kernel packages
 2016-01-19 22:40 UTC  (3+ messages)
` [PATCH v2] "

+ mm-avoid-uninitialized-variable-in-tracepoint.patch added to -mm tree
 2016-01-19 22:38 UTC 

[Qemu-devel] [PATCH v2 00/16] data-driven device registers
 2016-01-19 22:35 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 01/16] memory: Allow subregions to not be printed by info mtree
` [Qemu-devel] [PATCH v2 02/16] register: Add Register API
` [Qemu-devel] [PATCH v2 03/16] register: Add Memory API glue
` [Qemu-devel] [PATCH v2 04/16] register: Add support for decoding information
` [Qemu-devel] [PATCH v2 05/16] register: Define REG and FIELD macros
` [Qemu-devel] [PATCH v2 06/16] register: QOMify
` [Qemu-devel] [PATCH v2 07/16] register: Add block initialise helper
` [Qemu-devel] [PATCH v2 08/16] bitops: Add ONES macro
` [Qemu-devel] [PATCH v2 09/16] dma: Add Xilinx Zynq devcfg device model
` [Qemu-devel] [PATCH v2 10/16] xilinx_zynq: add devcfg to machine model
` [Qemu-devel] [PATCH v2 11/16] qdev: Define qdev_get_gpio_out
` [Qemu-devel] [PATCH v2 12/16] qdev: Add qdev_pass_all_gpios API
` [Qemu-devel] [PATCH v2 13/16] irq: Add opaque setter routine
` [Qemu-devel] [PATCH v2 14/16] register: Add GPIO API
` [Qemu-devel] [PATCH v2 15/16] misc: Introduce ZynqMP IOU SLCR
` [Qemu-devel] [PATCH v2 16/16] xlnx-zynqmp: Connect the "

[PATCH v4] drm/i915: edp resume/On time optimization
 2016-01-19 22:37 UTC  (2+ messages)

[U-Boot] Block/Disable U-Boot Console Access
 2016-01-19 22:37 UTC 

[meta-fsl-arm][PATCH] linux-toradex (3.14.28): unify defconfig
 2016-01-19 22:34 UTC 

[U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs
 2016-01-19 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, v7, "

[U-Boot] [PATCH v7 9/9] armv8: cavium: Get DRAM size from ATF
 2016-01-19 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot,v7,9/9] "

[U-Boot] [PATCH v7 8/9] armv8: cavium: Add an implementation of ATF calling functions
 2016-01-19 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, v7, "

[U-Boot] [PATCH v7 7/9] armv8: cavium: Add ThunderX 88xx board definition
 2016-01-19 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, v7, "

mtd: pxa3xx_nand: issue with command time out
 2016-01-19 22:33 UTC  (8+ messages)

[U-Boot] [PATCH v7 6/9] armv8: cavium: Add the device tree for ThunderX
 2016-01-19 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, v7, "

[U-Boot] [PATCH v7 4/9] armv8: Add psci.h from the Linux kernel
 2016-01-19 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, v7, "

[PATCH 0/7] IB/qib: Use rdmavt for cq, post send/recv, some qp ops
 2016-01-19 22:34 UTC  (8+ messages)
  ` [PATCH 1/7] IB/qib: Use rdmavt device allocation function
  ` [PATCH 2/7] IB/qib: Remove create and free mad agents
  ` [PATCH 3/7] IB/qib: Remove completion queue data structures and functions from qib
  ` [PATCH 4/7] IB/qib: Use rdmavt version of post_send
  ` [PATCH 5/7] IB/qib: Remove qib_post_receive and use rdmavt version
  ` [PATCH 6/7] IB/qib: Remove qib multicast verbs functions
  ` [PATCH 7/7] IB/qib: Remove qib_query_qp function

[U-Boot] [PATCH v7 3/9] armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrastructure
 2016-01-19 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, v7, "

[U-Boot] [PATCH v7 2/9] armv8: New MMU setup code allowing to use 48+ bits PA/VA
 2016-01-19 22:33 UTC  (2+ messages)
` [U-Boot] [U-Boot, v7, "

[U-Boot] [PATCH v7 1/9] armv8: Add read_mpidr() function
 2016-01-19 22:33 UTC  (2+ messages)
` [U-Boot] [U-Boot,v7,1/9] "

[U-Boot] [RESEND PATCH v2 2/2] arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for early debug output
 2016-01-19 22:33 UTC  (2+ messages)
` [U-Boot] [U-Boot, RESEND, v2, "

[U-Boot] [RESEND PATCH v2 1/2] arm: serial: Add debug UART capability to the pl01x driver
 2016-01-19 22:33 UTC  (2+ messages)
` [U-Boot] [U-Boot, RESEND, v2, "

[RFC PATCH 0/4] sched: Improve cpu load accounting with nohz
 2016-01-19 22:33 UTC  (6+ messages)
` [PATCH 1/4] sched: Don't account tickless CPU load on tick

[Buildroot] [RFC 1/2] non-versioned packages
 2016-01-19 22:33 UTC  (4+ messages)
` [Buildroot] [RFC 2/2] remove download suppression from mke2img and skeleton

[RFC V2 0/3] nl80211: allow configuration of BSS selection
 2016-01-19 22:33 UTC  (6+ messages)
` [RFC V2 2/3] nl80211: add bss selection attribute to CONNECT command

Preferred way to set name of device?
 2016-01-19 22:33 UTC  (2+ messages)

Proposal for new memory_order_consume definition
 2016-01-19 22:25 UTC  (2+ messages)

[PATCH 0/6] IB/rdmavt: clean ups, mad agents and query_qp
 2016-01-19 22:28 UTC  (7+ messages)
  ` [PATCH 1/6] IB/rdmavt: Remove unused variable from Queue Pair
  ` [PATCH 2/6] IB/rdmavt: add modify queue pair driver helpers
  ` [PATCH 3/6] IB/rdmavt: Add device structure allocation
  ` [PATCH 4/6] IB/rdmavt: Add mad agents to rdmavt
  ` [PATCH 5/6] IB/rdmavt: Fix copyright date
  ` [PATCH 6/6] IB/rdmavt: Add support for rvt_query_qp

[meta-handheld] Pull request 2016-01-19
 2016-01-19 22:27 UTC 

PROBLEM: Intel HDMI output busticated on 4.4 (regression)
 2016-01-19 22:26 UTC 

mm: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected in split_huge_page_to_list
 2016-01-19 22:26 UTC  (4+ messages)

[RFC 00/15] Add 64 bit timestamp support
 2016-01-19 22:25 UTC  (4+ messages)
` [RFC 02/15] vfs: Change all structures to support 64 bit time

[RFC/PATCHSET 00/17] perf tools: Add support for hierachy view (v2)
 2016-01-19 22:24 UTC  (5+ messages)

[PATCH] mm:mempolicy: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind
 2016-01-19 22:24 UTC  (3+ messages)

+ mlocked-pages-statistics-shows-bogus-value.patch added to -mm tree
 2016-01-19 22:22 UTC 

[PATCH] drm/i915: Sink CRC: tune down error message at stop to debug_kms
 2016-01-19 22:21 UTC  (3+ messages)

[PATCH] mm: make apply_to_page_range more robust
 2016-01-19 22:21 UTC  (3+ messages)

[Intel-wired-lan] [next PATCH S27 00/15] i40e/i40evf updates
 2016-01-19 22:19 UTC  (3+ messages)
` [Intel-wired-lan] [v2 next PATCH S27 05/15] i40e: use new add_veb calling with veb stats control

Kernel 4.4.0 KVM guest on Btrfs locks up on snapshotting
 2016-01-19 22:18 UTC  (2+ messages)

perf tracepoints for regular user?
 2016-01-19 22:18 UTC  (4+ messages)

SPARC issue (Re: [PATCH] Rename is_compat_task to in_compat_syscall)
 2016-01-19 22:18 UTC  (2+ messages)
` SPARC issue

+ thp-change-pmd_trans_huge_lock-interface-to-return-ptl.patch added to -mm tree
 2016-01-19 22:17 UTC 

Question about multipath device compiled defaults
 2016-01-19 22:17 UTC  (4+ messages)

[PATCH] mm: avoid uninitialized variable in tracepoint
 2016-01-19 22:17 UTC  (5+ messages)

[PATCH] go-cross-1.3: Fix missing dependency for cross compile
 2016-01-19 22:11 UTC  (2+ messages)

[PATCH] Rename is_compat_task to in_compat_syscall
 2016-01-19 22:16 UTC  (3+ messages)

odd error from "perf record"
 2016-01-19 22:14 UTC  (4+ messages)

[PATCH] proc: revert /proc/<pid>/maps [stack:TID] annotation
 2016-01-19 22:14 UTC  (3+ messages)

[Buildroot] [PATCH v5] toolchain: allow side by side sysroot directories
 2016-01-19 22:14 UTC  (2+ messages)

How to set DPOFUA=0 ?
 2016-01-19 22:10 UTC  (3+ messages)

[PATCH v4 0/2] Add in-place editing support to git interpret-trailers
 2016-01-19 22:09 UTC  (10+ messages)
` [PATCH v4 2/2] interpret-trailers: add option for in-place editing

[PATCH 1/2] PCI/PM: Revert "PCI/PM: Drop unused runtime PM support code for PCIe ports"
 2016-01-19 22:10 UTC  (3+ messages)

You have 1 new fax, document 000492887
 2016-01-19 22:00 UTC 

[Buildroot] as: unrecognized option '--64'
 2016-01-19 22:09 UTC  (2+ messages)

[PATCH] KEYS: Fix keyring ref leak in join_session_keyring()
 2016-01-19 22:09 UTC 

[Buildroot] [git commit] toolchain: allow side by side sysroot directories
 2016-01-19 22:06 UTC 

[Qemu-devel] [PATCH v4 0/9] trace: Per-vCPU tracing states
 2016-01-19 22:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 8/9] trace: [tcg] Add per-vCPU tracing states for events with the 'vcpu' property

[PATCH] udev: Add 2 patches to support 4.4 kernel
 2016-01-19 22:05 UTC 

[PATCHv8 0/5] Driver for new "VMD" device
 2016-01-19 22:05 UTC  (8+ messages)

[PATCH] usb: fix potential integer overflow in usb_sg_init
 2016-01-19 22:04 UTC 

[PATCH 0/3] Introduces kernel-initramfs recipe to resolve a implicit dependency issue
 2016-01-19 22:03 UTC  (7+ messages)
` [PATCH 1/3] kernel.bbclass: do not install initramfs bundled kernel image

[PATCH net] sctp: fix rcu usage on proc listing
 2016-01-19 22:02 UTC  (3+ messages)

[PATCH v14 0/11] Support for creating/using Stolen memory backed objects
 2016-01-19 22:03 UTC  (4+ messages)
` [PATCH 10/11] acpi: Export acpi_bus_type

[Buildroot] [PATCH] package/inetutils: new package
 2016-01-19 22:01 UTC  (3+ messages)

nf_unregister_net_hook: hook not found!
 2016-01-19 21:58 UTC  (5+ messages)

[BUG REPORT] ktime_get_ts64 causes Hard Lockup
 2016-01-19 22:00 UTC  (3+ messages)

[Buildroot] [PATCH] libnspr: only enable thumb if BR2_ARM_INSTRUCTIONS_THUMB2
 2016-01-19 22:00 UTC  (2+ messages)

[PATCH] perf: Synchronously cleanup child events
 2016-01-19 21:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] Use acpi_dev_present()
 2016-01-19 21:59 UTC  (3+ messages)

[PATCH 0/5] omap assembly fixes for CONFIG_DEBUG_RODATA
 2016-01-19 21:57 UTC  (5+ messages)
` [PATCH 3/5] ARM: OMAP2+: Fix save_secure_ram_context for rodata


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.