All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-13 22:24:16 to 2013-12-13 23:59:31 UTC [more...]

[PATCH 0/32] Refcounts and rbtrees to increase luns above 255
 2013-12-13 23:59 UTC  (20+ 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 12/32] target: Convert t10_pr_registration to kref
` [PATCH 13/32] target: Move spinlock inside core_release_port
` [PATCH 14/32] target: Remove extra percpu_ref_init
` [PATCH 17/32] target: Don't use void* when passing dev in core_tpg_add_lun
` [PATCH 19/32] target: Convert to rbtree for se_dev_entry in se_node_acl
` [PATCH 24/32] target: Remove tpg from core_dev_export/unexport params
` [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 30/32] target: Change nacl's session refcount to use existing refcount

[RFC][PATCH 0/7] re-shrink 'struct page' when SLUB is on
 2013-12-13 23:59 UTC  (12+ 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

[Qemu-devel] [PATCH v3 00/21] blkdebug/blkverify: Allow QMP configuration
 2013-12-13 23:59 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 15/22] blkdebug: Allow command-line file configuration
` [Qemu-devel] [PATCH v5 19/22] blkdebug: Alias "errno" as "error"

[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  (95+ messages)
` [PATCH 001/115] gpu: ion: Add ION Memory Manager
` [PATCH 002/115] gpu: ion: ion_carveout_heap: fix for 3.4
` [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 006/115] ion: Switch ion to use dma-buf
` [PATCH 007/115] gpu: ion: Use alloc_pages instead of vmalloc from the system heap
` [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 010/115] gpu: ion: Get an sg_table from an ion handle
` [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 014/115] gpu: ion: Loop on the handle count when destroying
` [PATCH 015/115] gpu: ion: Map only the vma size given
` [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 018/115] gpu: ion: Add explicit sync ioctl
` [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 021/115] gpu: ion: Add EXPORT_SYMBOL to functions
` [PATCH 022/115] gpu: ion: IOCTL return success when error occurs
` [PATCH 023/115] gpu: ion: Don't call ion_buffer_put on error path
` [PATCH 024/115] gpu: ion: Only map as much of the vma as the user requested
` [PATCH 025/115] gpu: ion: Switch to using kmalloc rather than kmap during allocation
` [PATCH 026/115] gpu: ion: fix page offset in dma_buf_kmap()
` [PATCH 027/115] gpu: ion: Fix race between ion_import and ion_free
` [PATCH 028/115] gpu: ion: Fix bug in ion_free
` [PATCH 029/115] gpu: ion: Add debug information for orphaned handles
` [PATCH 030/115] gpu: ion: Fix memory leak of dirty bits
` [PATCH 031/115] gpu: ion: Add support for cached mappings that don't fault
` [PATCH 032/115] gpu: ion: optimize system heap for non fault buffers
` [PATCH 033/115] gpu: ion: Stop trying to allocate from an order on first failure
` [PATCH 034/115] gpu: ion: ion_system_heap: Fix bug preventing compilation
` [PATCH 035/115] gpu: ion: use vmalloc to allocate page array to map kernel
` [PATCH 036/115] gpu: ion: Add ion_page_pool
` [PATCH 037/115] gpu: ion: Use the ion_page_pool from the system heap
` [PATCH 038/115] gpu: ion: Modify gfp flags in ion_system_heap
` [PATCH 039/115] gpu: ion: Fix several issues with page pool
` [PATCH 040/115] gpu: ion: Fix lockdep issue in ion_page_pool
` [PATCH 041/115] gpu: ion: Switch to using a single shrink function
` [PATCH 042/115] gpu: ion: Refactor locking
` [PATCH 043/115] gpu: ion: Clear GFP_WAIT flag on high order allocations
` [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 049/115] gpu: ion: Modify reserve function for carveouts with no start address
` [PATCH 050/115] gpu: ion: Fix bug where MAP ioctl was no longer supported
` [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 054/115] gpu: ion: Clarify variable names and comments around heap ids v types
` [PATCH 055/115] gpu: ion: Export ion_client_create
` [PATCH 056/115] gpu: ion: Remove heapmask from client
` [PATCH 057/115] gpu: ion: Modify zeroing code so it only allocates address space once
` [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 061/115] gpu: ion: Make ion_free asynchronous
` [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)

[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

[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  (3+ messages)

[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 v4 00/11] xen/arm: Handle correctly foreign mapping
 2013-12-13 23:19 UTC  (3+ messages)
` [PATCH v4 01/11] pvh dom0: Introduce p2m_map_foreign

[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 "

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

[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

[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)

[ath9k-devel] 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)

[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)

[PATCH net 0/3] bonding: add port protection for bond_3ad_xxx_change()
 2013-12-13 22:26 UTC  (2+ messages)

[PATCH 00/11] SLES resync
 2013-12-13 22:24 UTC  (3+ messages)
` [PATCH 01/11] Remove trailing spaces from sysfs attributes


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.