All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-08 18:48:49 to 2017-02-08 19:20:44 UTC [more...]

"disabling bitmap writing, as some objects are not being packed"?
 2017-02-08 19:08 UTC  (10+ messages)

[DOC v4] Xen transport for 9pfs
 2017-02-08 19:20 UTC  (2+ messages)

[PATCH v4] usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver
 2017-02-08 19:20 UTC  (7+ messages)

[PATCH 00/35] sched.h modernization -v2, phase #4: "Remove header dependencies"
 2017-02-08 18:51 UTC  (34+ messages)
` [PATCH 01/35] sched/headers: Remove <linux/sched.h> from <linux/sched/topology.h>
` [PATCH 03/35] sched/headers: Remove <linux/sched.h> from <linux/sched/wake_q.h>
` [PATCH 04/35] sched/headers: Remove <linux/sched.h> from <linux/sched/clock.h>
` [PATCH 05/35] sched/headers: Remove <linux/sched.h> and <linux/slab.h> from <linux/delayacct.h>
` [PATCH 06/35] sched/headers: Remove <linux/sched.h> from <linux/sched/loadavg.h>
` [PATCH 07/35] sched/headers: Remove <linux/sched.h> from <linux/sched/autogroup.h>
` [PATCH 08/35] sched/headers: Remove <linux/sched.h> from <linux/sched/mm.h>
` [PATCH 09/35] sched/headers: Remove <linux/sched.h> from <linux/sched/coredump.h>
` [PATCH 10/35] sched/headers: Remove unused 'task_can_switch_user()' prototype
` [PATCH 12/35] sched/headers: Remove #include <linux/capability.h> from <linux/sched.h>
` [PATCH 13/35] sched/headers: Remove <linux/cgroup-defs.h> "
` [PATCH 14/35] sched/headers: Remove <linux/sched.h> from <linux/sched/cpufreq.h>
` [PATCH 15/35] kasan, sched/headers: Remove <linux/sched.h> from <linux/kasan.h>
` [PATCH 16/35] sched/headers: Remove <linux/cred.h> inclusion from <linux/sched.h>
` [PATCH 17/35] sched/headers: Remove <asm/ptrace.h> "
` [PATCH 18/35] sched/headers: Remove <linux/rtmutex.h> "
` [PATCH 19/35] sched/headers: Remove the <linux/gfp.h> include "
` [PATCH 20/35] sched/headers: Remove <linux/sched.h> from <linux/sched/stat.h>
` [PATCH 21/35] sched/headers: Remove <linux/sched.h> from <linux/sched/nohz.h>
` [PATCH 22/35] sched/headers: Remove <linux/sched.h> from <linux/sched/debug.h>
` [PATCH 23/35] sched/headers: Remove <linux/sched.h> from <linux/sched/hotplug.h>
` [PATCH 24/35] sched/headers: Remove the runqueue_is_locked() prototype
` [PATCH 25/35] sched/headers: Remove <linux/rwsem.h> from <linux/sched.h>
` [PATCH 26/35] sched/headers: Remove <linux/signal.h> "
` [PATCH 27/35] sched/headers: Remove the 'init_pid_ns' prototype "
` [PATCH 28/35] sched/headers: Remove <linux/rculist.h> "
` [PATCH 29/35] sched/core: Remove unused prefetch_stack()
` [PATCH 30/35] sched/headers: Remove <linux/sched.h> from <linux/sched/init.h>
` [PATCH 31/35] sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>
` [PATCH 32/35] sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h>
` [PATCH 33/35] sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/apic.h>
` [PATCH 34/35] sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>
` [PATCH 35/35] sched/headers: Remove the <linux/topology.h> include from <linux/sched.h>

[meta-python][PATCH] python-pbr: change the dependency to be a RDEPENDS and fix build issues
 2017-02-08 19:19 UTC 

[PATCH v2 00/39] megaraid_sas: Updates for scsi-next
 2017-02-08 18:51 UTC  (4+ messages)
` [PATCH v2 03/39] megaraid_sas: raid 1 fast path code optimize

net: use-after-free in tw_timer_handler
 2017-02-08 19:17 UTC  (9+ messages)

[PATCH 00/53] sched.h modernization -v2, phase #3: "Move definitions between headers"
 2017-02-08 18:45 UTC  (24+ messages)
` [PATCH 08/53] sched/headers: Move various ABI definitions to <uapi/linux/sched/types.h>
` [PATCH 11/53] sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
` [PATCH 13/53] sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>
` [PATCH 15/53] sched/headers: Move softlockup detector watchdog methods to <linux/nmi.h>
` [PATCH 17/53] sched/headers: Move the cpufreq interfaces to <linux/sched/cpufreq.h>
` [PATCH 18/53] sched/headers: Move more mm_struct related functionality from <linux/sched.h> to <linux/sched/mm.h>
` [PATCH 19/53] sched/headers: Move the 'init_mm' declaration from <linux/sched.h> to <linux/mm_types.h>
` [PATCH 21/53] sched/headers: Move the NUMA balancing interfaces from <linux/sched.h> to <linux/sched/numa_balancing.h>
` [PATCH 23/53] sched/headers: Remove various unrelated headers from <linux/sched.h>
` [PATCH 25/53] sched/headers: Move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
` [PATCH 27/53] sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched/stat.h>
` [PATCH 29/53] sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h>
` [PATCH 31/53] sched/headers: Move <asm/current.h> include from the middle of <linux/sched.h> to the header portion
` [PATCH 33/53] sched/headers: Move task lifetime APIs from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 35/53] sched/core: Move, sort and clean up <linux/sched.h> structure predeclarations
` [PATCH 40/53] mm/headers, sched/headers: Move task related MM types from <linux/mm_types.> to <linux/mm_types_task.h>
` [PATCH 41/53] sched/headers: Remove the <linux/mm_types.h> dependency from <linux/sched.h>
` [PATCH 42/53] sched/headers: Move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 43/53] sched/headers: Move the task_lock()/unlock() APIs "
` [PATCH 44/53] sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime.h> into <linux/sched/cputime.h>
` [PATCH 48/53] sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 49/53] sched/headers: Move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
` [PATCH 50/53] sched/headers, timekeeping: Move the timer tick function prototypes to <linux/timekeeping.h>

[PATCH v2 00/14] qla2xxx: Bug Fixes and updates for target
 2017-02-08 19:16 UTC  (15+ messages)
` [PATCH v2 02/14] qla2xxx: Allow relogin to proceed if remote login did not finish
` [PATCH v2 03/14] qla2xxx: Allow vref count to timeout on vport delete
` [PATCH v2 04/14] qla2xxx: Use IOCB interface to submit non-critical MBX
` [PATCH v2 06/14] qla2xxx: Improve T10-DIF/PI handling in driver

[PATCH 00/48] sched.h modernization -v2, phase #2: "Prepare header dependencies"
 2017-02-08 18:39 UTC  (32+ messages)
` [PATCH 01/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>
` [PATCH 02/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h>
` [PATCH 03/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>
` [PATCH 07/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h>
` [PATCH 08/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
` [PATCH 12/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
` [PATCH 13/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h>
` [PATCH 15/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>
` [PATCH 16/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/jobctl.h>
` [PATCH 17/48] sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> include to kernel/sched/sched.h
` [PATCH 19/48] sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>
` [PATCH 20/48] sched/headers: Prepare for the removal of <linux/rtmutex.h> "
` [PATCH 21/48] sched/headers: Prepare for the removal of various unrelated headers "
` [PATCH 22/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h>
` [PATCH 24/48] sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
` [PATCH 25/48] sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>
` [PATCH 26/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
` [PATCH 27/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>
` [PATCH 29/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>
` [PATCH 32/48] sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h>
` [PATCH 33/48] signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>
` [PATCH 34/48] sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency
` [PATCH 35/48] mm/headers, sched/headers: Prepare to split <linux/mm_types_task.h> out of <linux/mm_types.h>
` [PATCH 38/48] sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
` [PATCH 39/48] sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>
` [PATCH 40/48] sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
` [PATCH 41/48] sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>
` [PATCH 43/48] sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>
` [PATCH 44/48] sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 45/48] sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
` [PATCH 46/48] sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>

[meta-qt5][PATCH v2] qt3d: Add assimp dependency
 2017-02-08 17:42 UTC  (3+ messages)

oFono + Quectel EC25 module: connecting to network, ppp0 interface help
 2017-02-08 19:15 UTC 

[PATCH 0/9] #10619: refactor wic codebase (continuation)
 2017-02-08 18:51 UTC  (10+ messages)
` [PATCH 1/9] wic: partitionedfs: merged __format_disks and create
` [PATCH 2/9] wic: partitionedfs: get rid of __add_partition
` [PATCH 3/9] wic: partitionedfs: rename __create_partition and __add_disk
` [PATCH 4/9] wic: direct: get rid of _get_parts getter
` [PATCH 5/9] wic: use the same partition object in direct and partitionedfs
` [PATCH 6/9] wic: make sure layout_partitions is called once
` [PATCH 7/9] wic: direct: remove unused plugin attributes
` [PATCH 8/9] wic: direct: remove unused import
` [PATCH 9/9] wic: remove unused argument scripts_path

[PATCH] xen/arm: Fix ARM build following c/s 11c397c
 2017-02-08 19:13 UTC  (2+ messages)

why is the current version of netdata "1.0.1+git${SRCPV}"?
 2017-02-08 19:13 UTC  (2+ messages)

[PATCH v2 07/18] lpfc: NVME Initiator: Base modifications Part E
 2017-02-08 19:13 UTC  (5+ messages)

[xen-unstable-smoke test] 105644: regressions - trouble: blocked/broken/fail/pass
 2017-02-08 19:13 UTC 

[scsi/sd] 6abeeb67b0: reboot/777 is trying to release lock (&shost->scan_mutex) at:
 2017-02-08 19:13 UTC 

WARN_ON_ONCE() during generic/270
 2017-02-08 19:11 UTC  (2+ messages)

[PATCH v2 00/25] linux/eal: Remove most causes of panic on init
 2017-02-08 19:11 UTC  (27+ messages)
` [PATCH v2 01/25] eal: CPU init will no longer panic
` [PATCH v2 02/25] eal: return error instead of panic for cpu init
` [PATCH v2 03/25] eal: No panic on hugepages info init
` [PATCH v2 04/25] eal: do not panic on failed hugepage query
` [PATCH v2 05/25] eal: failure to parse args returns error
` [PATCH v2 06/25] eal-common: introduce a way to query cpu support
` [PATCH v2 07/25] eal: Signal error when CPU isn't supported
` [PATCH v2 08/25] eal: do not panic on memzone initialization fails
` [PATCH v2 09/25] eal: set errno when exiting for already called
` [PATCH v2 10/25] eal: Do not panic on log failures
` [PATCH v2 11/25] eal: Do not panic on pci-probe
` [PATCH v2 12/25] eal: do not panic on vfio failure
` [PATCH v2 13/25] eal: do not panic on memory init
` [PATCH v2 14/25] eal: do not panic on tailq init
` [PATCH v2 15/25] eal: do not panic on alarm init
` [PATCH v2 16/25] eal: convert timer_init not to call panic
` [PATCH v2 17/25] eal: change the private pipe call to reflect errno
` [PATCH v2 18/25] eal: Do not panic on interrupt thread init
` [PATCH v2 19/25] eal: do not error if plugins fail to init
` [PATCH v2 20/25] eal_pci: Continue probing even on failures
` [PATCH v2 21/25] eal: do not panic on failed PCI probe
` [PATCH v2 22/25] eal_common_dev: continue initializing vdevs
` [PATCH v2 23/25] eal: do not panic (or abort) if vdev init fails
` [PATCH v2 24/25] eal: do not panic when bus probe fails
` [PATCH v2 25/25] rte_eal_init: add info about rte_errno codes

[GIT PULL] mtd: spi-nor: Changes for 4.11
 2017-02-08 19:09 UTC  (5+ messages)

[PATCH 00/13] Add HD44780 Character LCD support
 2017-02-08 17:19 UTC  (8+ messages)
` [PATCH 13/13] auxdisplay: "

BTRFS for OLTP Databases
 2017-02-08 19:08 UTC  (8+ messages)

[oss-drivers] Re: [PATCH/RFC net-next 1/2] flow dissector: ND support
 2017-02-08 19:10 UTC  (5+ messages)

[PATCH] ARM: xip: disable PATCH_PHYS_VIRT for ARCH_MULTIPLATFORM when XIP
 2017-02-08 19:08 UTC  (12+ messages)

[PATCH 1/2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-08 19:09 UTC  (12+ messages)
` [PATCH 2/2] locking/mutex, rwsem: Reduce vcpu_is_preempted() calling frequency
  ` [PATCH 2/2] locking/mutex,rwsem: "

[PATCH] HID: sony: Use LED_CORE_SUSPENDRESUME
 2017-02-08 18:58 UTC 

[PATCH v3] xen/arm: fix rank/vgic lock inversion bug
 2017-02-08 19:08 UTC  (8+ messages)

[PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
 2017-02-08 19:09 UTC  (2+ messages)

[PATCH] crypto: ccp - Set the AES size field for all modes
 2017-02-08 19:07 UTC 

raid1: cannot add disk to replace faulty because can only mount fs as read-only
 2017-02-08 19:06 UTC  (10+ messages)

net/sctp: null-ptr-deref in sctp_put_port/sctp_endpoint_destroy
 2017-02-08 19:00 UTC 

[PATCH v6 00/24] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-02-08 19:03 UTC  (4+ messages)
` [PATCH v6 04/24] x86: refactor psr: implement CPU init and free flow

[PATCH 0/2] sched.h modernization -v2, phase #5: "Post-splitup cleanups"
 2017-02-08 18:54 UTC  (3+ messages)
` [PATCH 1/2] sched/headers: Remove #ifdefs from <linux/sched.h>
` [PATCH 2/2] sched/headers: Clean up <linux/sched.h>

understanding disk space usage
 2017-02-08 18:03 UTC  (4+ messages)

[PATCH 00/10] sched.h modernization -v2, phase #1: "Pre-splitup cleanups"
 2017-02-08 18:34 UTC  (2+ messages)
` [PATCH 10/10] kasan, sched/headers: Uninline kasan_enable/disable_current()

pull-request: iwlwifi-next 2017-02-08
 2017-02-08 19:01 UTC 

[RFC 04/19] net: e100: Replace PCI pool old API
 2017-02-08 19:00 UTC  (5+ messages)
  ` [RFC 18/19] PCI: Remove PCI pool macro functions
  ` [RFC 19/19] checkpatch: warn for use of old PCI pool API
` [RFC 00/19] Replace PCI pool by DMA "

[Qemu-devel] Question about QEMU's threading model and stacking multiple block drivers
 2017-02-08 19:00 UTC  (4+ messages)

Xen 4.9 Development Update
 2017-02-08 18:59 UTC  (5+ messages)

fs/crypt ioctl and attr
 2017-02-08 18:55 UTC  (9+ messages)

[PATCH net 0/2] Fixes for header length truncation
 2017-02-08 18:56 UTC  (2+ messages)

[PATCH 0/5] xen: sched: scheduling (mostly, Credit2) and cpupool fixes and improvements
 2017-02-08 18:55 UTC  (8+ messages)
` [PATCH 2/5] xen: credit2: never consider CPUs outside of our cpupool

OFED-4.8, rdma-core, and library paths
 2017-02-08 18:54 UTC  (11+ messages)

[PATCH 1/2] net/ixgbe: calculate the correct number of received packets in bulk alloc function
 2017-02-08 18:53 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] ASoC: bcm2835: Add 8 channel (multitrack) capability
 2017-02-08 18:54 UTC  (4+ messages)

[meta-oe][PATCH v2 1/3] libev: Add recipe for version 4.24
 2017-02-08 18:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/2] docs: Improve sample configuration files
 2017-02-08 18:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 2/2] mach-virt: Provide "

[PATCH] rev-parse --git-path: fix output when running in a subdirectory
 2017-02-08 18:47 UTC  (2+ 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.