All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-13 22:27:49 to 2013-12-14 00:14:32 UTC [more...]

post-receive: pub/scm/linux/kernel/git/linusw/linux-nomadik
 2013-12-14  0:14 UTC 

post-receive: pub/scm/linux/kernel/git/linusw/linux-nomadik
 2013-12-14  0:14 UTC 

[Qemu-devel] [PATCH v3 00/21] blkdebug/blkverify: Allow QMP configuration
 2013-12-14  0:10 UTC  (17+ messages)
` [Qemu-devel] [PATCH v5 05/22] qdict: Remove delete from qdict_flatten_qdict()
` [Qemu-devel] [PATCH v5 11/22] block: Allow block devices without files
` [Qemu-devel] [PATCH v5 15/22] blkdebug: Allow command-line file configuration
` [Qemu-devel] [PATCH v5 19/22] blkdebug: Alias "errno" as "error"
` [Qemu-devel] [PATCH v5 22/22] iotests: Test new blkdebug/blkverify interface

[Bug 66951] New: filesystems should reserve inodes for root as they do disk space
 2013-12-14  0:09 UTC 

mkfs application takes a long time
 2013-12-14  0:02 UTC 

[PATCH v4 00/11] xen/arm: Handle correctly foreign mapping
 2013-12-14  0:01 UTC  (5+ messages)
` [PATCH v4 01/11] pvh dom0: Introduce p2m_map_foreign

[RFC][PATCH 0/7] re-shrink 'struct page' when SLUB is on
 2013-12-13 23:59 UTC  (15+ messages)
` [RFC][PATCH 1/7] mm: print more details for bad_page()
` [RFC][PATCH 2/7] mm: page->pfmemalloc only used by slab/skb
` [RFC][PATCH 3/7] mm: slabs: reset page at free
` [RFC][PATCH 4/7] mm: rearrange struct page
` [RFC][PATCH 5/7] mm: slub: rearrange 'struct page' fields
` [RFC][PATCH 6/7] mm: slub: remove 'struct page' alignment restrictions
` [RFC][PATCH 7/7] mm: slub: cleanups after code churn

[RFC] Handling of reviewed patch series
 2013-12-13 23:59 UTC  (6+ messages)

[PATCH 0/32] Refcounts and rbtrees to increase luns above 255
 2013-12-13 23:59 UTC  (33+ messages)
` [PATCH 01/32] target: Remove unused ua_dev_list member in struct se_ua
` [PATCH 02/32] target: Don't keep looping in report_luns if too big
` [PATCH 03/32] target: Allocate more room for port default groups
` [PATCH 04/32] target: Fix sizeof in kmalloc for some default_groups arrays
` [PATCH 05/32] target: Rename some list heads used as nodes
` [PATCH 06/32] target: Convert lu_gp_ref_cnt to kref
` [PATCH 07/32] target: Convert struct alua_lu_gp_member "
` [PATCH 08/32] target: Convert tg_pt_gp_ref_cnt "
` [PATCH 09/32] target: convert tg_pt_gp_mem_ref_cnt "
` [PATCH 10/32] target: Change sep_tg_pt_ref_cnt to use kref
` [PATCH 11/32] target: Convert se_dev_entry to kref
` [PATCH 12/32] target: Convert t10_pr_registration "
` [PATCH 13/32] target: Move spinlock inside core_release_port
` [PATCH 14/32] target: Remove extra percpu_ref_init
` [PATCH 15/32] target: Refer to u32 luns as unpacked_lun
` [PATCH 16/32] target: Rename core_tpg_{pre,post}_addlun for clarity
` [PATCH 17/32] target: Don't use void* when passing dev in core_tpg_add_lun
` [PATCH 18/32] target: More core_dev_del cleanups
` [PATCH 19/32] target: Convert to rbtree for se_dev_entry in se_node_acl
` [PATCH 20/32] target: Convert to rbtree for se_lun list in se_portal_group
` [PATCH 21/32] target: Remove lun_link and device magic
` [PATCH 22/32] target: Convert percpu_ref to kref
` [PATCH 23/32] target: Add lun->lun_tpg pointer
` [PATCH 24/32] target: Remove tpg from core_dev_export/unexport params
` [PATCH 25/32] target: Call remove_lun instead of del_lun in fabric_port_unlink
` [PATCH 26/32] target: Convert tpg_pr_ref_count to kref
` [PATCH 27/32] target: Move call to remove_lun to the release function from drop_link
` [PATCH 28/32] target: Convert acl_pr_ref_count to kref
` [PATCH 29/32] target: Simplify params to core_tpg_del_initiator_node_acl
` [PATCH 30/32] target: Change nacl's session refcount to use existing refcount
` [PATCH 31/32] target: Don't release and re-acquire some spinlocks in loops
` [PATCH 32/32] target: Increase MAX_LUNS_PER_TPG to 16384

[patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
 2013-12-13 23:55 UTC  (13+ messages)

[PATCH 000/115] Android ION for drivers/staging
 2013-12-13 23:54 UTC  (69+ messages)
` [PATCH 001/115] gpu: ion: Add ION Memory Manager
` [PATCH 003/115] ion: Switch map/unmap dma api to sg_tables
` [PATCH 004/115] ion: Add reserve function to ion
` [PATCH 005/115] gpu: ion: several bugfixes and enhancements of ION
` [PATCH 008/115] gpu: ion: support begin/end and kmap/kunmap dma_buf ops
` [PATCH 009/115] gpu: ion: Allocate the sg_table at creation time rather than dynamically
` [PATCH 011/115] gpu: ion: fill in buffer->{dev,size} before mapping new buffers
` [PATCH 012/115] gpu: ion: Set the dma_address of the sg list at alloc time
` [PATCH 013/115] gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER
` [PATCH 016/115] gpu: ion: Add cache maintenance to ion
` [PATCH 017/115] gpu: ion: Modify the system heap to try to allocate large/huge pages
` [PATCH 019/115] gpu: ion: do not ask for compound pages in system heap
` [PATCH 020/115] gpu: ion: Add missing argument to WARN call
` [PATCH 022/115] gpu: ion: IOCTL return success when error occurs
` [PATCH 024/115] gpu: ion: Only map as much of the vma as the user requested
` [PATCH 026/115] gpu: ion: fix page offset in dma_buf_kmap()
` [PATCH 028/115] gpu: ion: Fix bug in ion_free
` [PATCH 030/115] gpu: ion: Fix memory leak of dirty bits
` [PATCH 032/115] gpu: ion: optimize system heap for non fault buffers
` [PATCH 034/115] gpu: ion: ion_system_heap: Fix bug preventing compilation
` [PATCH 036/115] gpu: ion: Add ion_page_pool
` [PATCH 039/115] gpu: ion: Fix several issues with page pool
` [PATCH 040/115] gpu: ion: Fix lockdep issue in ion_page_pool
` [PATCH 044/115] gpu: ion: Don't flush allocatoins that come from the page pools
` [PATCH 045/115] gpu: ion: Fix bug in ion_system_heap map_user
` [PATCH 046/115] gpu: ion: Fix bug in zeroing pages in system heap
` [PATCH 047/115] gpu: ion: fix carveout ops
` [PATCH 048/115] gpu: ion: fix compilation warning
` [PATCH 051/115] gpu: ion: Switch heap rbtree to a prio list
` [PATCH 052/115] gpu: ion: Refactor common mapping functions out of system heap
` [PATCH 053/115] gpu: ion: Add chunk heap
` [PATCH 055/115] gpu: ion: Export ion_client_create
` [PATCH 058/115] gpu: ion: Refactor the code to zero buffers
` [PATCH 059/115] gpu: ion: Only flush buffers in the chunk heap if they were used cached
` [PATCH 060/115] gpu: ion: Add support for sharing buffers with dma buf kernel handles
` [PATCH 062/115] gpu: ion: fix kfree/list_del order
` [PATCH 063/115] gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation time
` [PATCH 064/115] gpu: ion: Fix bug in ion shrinker
` [PATCH 065/115] gpu: ion: Also shrink memory cached in the deferred free list
` [PATCH 066/115] gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hack
` [PATCH 067/115] gpu: ion: Remove __GFP_NO_KSWAPD
` [PATCH 068/115] ion: Add Kconfig dependency to ARM
` [PATCH 069/115] gpu: ion: fix ion_platform_data definition
` [PATCH 070/115] gpu: ion: add CMA heap
` [PATCH 071/115] gpu: ion: Fix performance issue in faulting code
` [PATCH 072/115] ion: chunk_heap: fix leak in allocated counter
` [PATCH 073/115] ion: add free list size to heap debug files
` [PATCH 074/115] ion: convert map_kernel to return ERR_PTR
` [PATCH 075/115] ion: remove IS_ERR_OR_NULL
` [PATCH 076/115] ion: replace userspace handle cookies with idr
` [PATCH 077/115] ion: index client->handles rbtree by buffer
` [PATCH 078/115] ion: don't use id 0 for handle cookie
` [PATCH 079/115] ion: add new ion_user_handle_t type for the user-space token
` [PATCH 080/115] ion: change ion_user_handle_t definition to int
` [PATCH 081/115] ion: add compat_ioctl
` [PATCH 082/115] gpu: ion: delete ion_system_mapper.c
` [PATCH 083/115] ion: move userspace api into uapi/ion.h
` [PATCH 084/115] ion: Fix compat support to use proper compat ioctl numbers
` [PATCH 085/115] ion: hold reference to handle after ion_uhandle_get
` [PATCH 086/115] ion: fix crash when alloc len is -1
` [PATCH 087/115] ion: fix dma APIs
` [PATCH 088/115] ion: convert sg_dma_len(sg) to sg->length
` [PATCH 089/115] ion: check invalid values in ion_system_heap
` [PATCH 090/115] ion: add test device for unit tests to interact with dma_bufs
` [PATCH 091/115] ion: update idr to avoid deprecated apis
` [PATCH 092/115] ion: don't use __arm_ioremap to map pages

Common error in case of running out of the number of ACL entries
 2013-12-13 23:51 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/sarah/xhci
 2013-12-13 23:51 UTC 

post-receive: pub/scm/linux/kernel/git/sarah/xhci
 2013-12-13 23:51 UTC 

[Qemu-devel] [PATCH V4 0/9] qapi script: support enum as discriminator and better enum name
 2013-12-13 23:50 UTC  (7+ messages)
` [Qemu-devel] [PATCH V4 7/9] tests: add cases for inherited struct and union with discriminator
` [Qemu-devel] [PATCH V4 8/9] qapi: convert BlockdevOptions to use enum discriminator
` [Qemu-devel] [PATCH V4 9/9] qapi script: do not add "_" for every capitalized char in enum

post-receive: pub/scm/linux/kernel/git/sarah/xhci
 2013-12-13 23:50 UTC 

[PATCHv2 00/18] ALUA update and Referrals support
 2013-12-13 23:43 UTC  (6+ messages)

Segmentation fault in mke2fs
 2013-12-13 23:33 UTC  (2+ messages)

[Bug 72648] New: All 3 monitor EDIDs show the same
 2013-12-13 23:29 UTC  (2+ messages)
` [Bug 72648] "

[PATCH 08/13 v4] libxl: don't leak ptr in libxl_list_vm error case
 2013-12-13 23:26 UTC  (7+ messages)
` [PATCH 08/13 v5] "
      ` [PATCH 08/13 v5] libxl: don't leak ptr in libxl_list_vm error case [and 1 more messages]

[PATCH] irq-gic: remove file name from heading comment
 2013-12-13 23:24 UTC 

post-receive: pub/scm/fs/ext2/e2fsprogs
 2013-12-13 23:23 UTC 

[RFC PATCH 00/10] Xen VMware tools support
 2013-12-13 23:23 UTC  (4+ messages)
` [RFC PATCH 04/10] tools: Add support for new HVM params

[PATCH net-next v3 1/6] net_sched: remove get_stats from tc_action_ops
 2013-12-13 23:23 UTC  (4+ messages)

[PATCH net-next v3 1/6] net_sched: remove get_stats from tc_action_ops
 2013-12-13 23:21 UTC  (4+ messages)

[PATCH v4 1/1] cpufreq: tegra: Re-model Tegra20 cpufreq driver
 2013-12-13 23:21 UTC  (3+ messages)

Security issue - storing NTACL's in non-NT-security-namespace
 2013-12-13 23:20 UTC  (3+ messages)

[PATCH] PCI AER: handle pci_cleanup_aer_uncorrect_error_status() in firmware first mode
 2013-12-13 23:16 UTC  (3+ messages)

[PATCH 2/2] dma: pl08x: allow zero slave channels
 2013-12-13 23:16 UTC 

[PATCH 1/2] dma: pl08x: fix descriptor unmapping
 2013-12-13 23:16 UTC 

Writeback threads and freezable
 2013-12-13 23:15 UTC  (6+ messages)
  ` [PATCH] libata, freezer: avoid block device removal while system is frozen

[PATCH 1/7] usb: dwc3: keystone: add basic PM support
 2013-12-13 23:15 UTC  (6+ messages)
` [PATCH v2 "

[PATCH 1/2] x86: add user_atomic_cmpxchg_inatomic at uaccess.h
 2013-12-14  6:25 UTC  (2+ messages)
` [PATCH 2/2] x86: replace futex_atomic_cmpxchg_inatomic() with user_atomic_cmpxchg_inatomic

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2013-12-13 23:10 UTC 

[PATCH] irq-renesas-irqc: simplify irq_set_type() method
 2013-12-14  0:09 UTC  (2+ messages)

[GIT PULL] clk: socfpga: Clean-ups for 3.14
 2013-12-13 23:07 UTC 

[PATCH] PCI AER: Handle non-AER HEST error sources in aer_hest_parse()
 2013-12-13 23:06 UTC  (4+ messages)

[PATCH 1/9] Known exploit detection
 2013-12-13 23:07 UTC  (8+ messages)

Fw: [Cerowrt-devel] Wireless failures 3.10.17-3
 2013-12-13 23:02 UTC  (7+ messages)
  `  "
          ` [ath9k-devel] "

[PATCH] xfs: require 64-bit sector_t
 2013-12-13 23:01 UTC  (3+ messages)

[PATCH] present: Send GLX_BufferSwapComplete events from present extension
 2013-12-13 23:01 UTC  (4+ messages)
` [PATCH 0/4] Clean up dri3 SBC handling, enable GLX_INTEL_swap_event
  ` [PATCH 1/4] dri3: Clean up struct dri3_drawable

bnx2x_sriov.c: Missing switch/case breaks?
 2013-12-13 23:01 UTC 

outw() in virtio_ring_doorbell() in DPDK+virtio consume 40% of the CPU in oprofile
 2013-12-13 23:01 UTC  (2+ messages)

[PATCH] mm/memory-failure.c: send "action optional" signal to an arbitrary thread
 2013-12-13 23:00 UTC  (3+ messages)
` [PATCH] mm/memory-failure.c: send action optional "

[PATCH 0/4] lis3lv02d: update DT binding for use with Nokia N900
 2013-12-13 22:59 UTC  (3+ messages)

[PATCH] dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
 2013-12-13 22:58 UTC  (2+ messages)

post-receive: pub/scm/git/git
 2013-12-13 22:58 UTC 

[PATCH] Btrfs: fix tree mod logging
 2013-12-13 22:57 UTC  (2+ messages)
` [PATCH v2] "

[patch net-next v3] ipv6: log autoconfiguration failures
 2013-12-13 22:57 UTC  (2+ messages)

[PATCH] [RXRPC]: do not unlock unheld spinlock in rxrpc_connect_exclusive()
 2013-12-13 22:56 UTC 

[PATCH] usb: host: xhci: Move suspend ops under PM_SLEEP to avoid warning
 2013-12-13 22:55 UTC  (6+ messages)

btrfs-send-receive vs rsync for (incremental/full) backups
 2013-12-13 22:55 UTC  (4+ messages)

sit tunnel slow since added GSO/TSO support
 2013-12-13 22:54 UTC  (3+ messages)

[PATCH v2] xenconsole: merge pty access check into when it is opened
 2013-12-13 22:54 UTC  (8+ messages)
` [PATCH] "
          ` [PATCH] xenconsole: merge pty access check into when it is opened [and 1 more messages]

[PATCH] send-pack.c: mark a file-local function static
 2013-12-13 22:50 UTC  (3+ messages)

[PATCH] ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function
 2013-12-13 22:47 UTC  (4+ messages)

OMAP3: Pinmux: DT: missing irq domain
 2013-12-13 22:45 UTC  (2+ messages)

max_discard anomaly on certain Sandisk eMMC
 2013-12-13 22:43 UTC 

[U-Boot] [U-Boot v2] [PATCH] rsa: add a more flexible way to support different hash algorithms (e.g. sha256)
 2013-12-13 22:40 UTC  (3+ messages)

[PATCH 0/4] Fix ebizzy performance regression due to X86 TLB range flush v2
 2013-12-13 22:38 UTC  (4+ messages)

[Bug 72699] New: [llvm] Europa Universalis 4 closes its window and eats all memory while loading
 2013-12-13 22:38 UTC 

[U-Boot] [PATCH 0/34] Switch over to real Kbuild
 2013-12-13 22:35 UTC  (5+ messages)

[PATCH 1/2] drivers: platform: Mark functions as static in hp_accel.c
 2013-12-13 22:34 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.