messages from 2017-12-15 21:52:56 to 2017-12-15 22:05:20 UTC [more...]
[PATCH v5 00/78] XArray v5
2017-12-15 22:04 UTC (151+ messages)
` [PATCH v5 01/78] xfs: Rename xa_ elements to ail_
` [v5,01/78] "
` [PATCH v5 02/78] fscache: Use appropriate radix tree accessors
` [v5,02/78] "
` [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root
` [v5,03/78] "
` [PATCH v5 04/78] page cache: Use xa_lock
` [v5,04/78] "
` [PATCH v5 05/78] xarray: Replace exceptional entries
` [v5,05/78] "
` [PATCH v5 06/78] xarray: Change definition of sibling entries
` [v5,06/78] "
` [PATCH v5 07/78] xarray: Add definition of struct xarray
` [v5,07/78] "
` [PATCH v5 08/78] xarray: Define struct xa_node
` [v5,08/78] "
` [PATCH v5 09/78] xarray: Add documentation
` [v5,09/78] "
` [PATCH v5 10/78] xarray: Add xa_load
` [v5,10/78] "
` [PATCH v5 11/78] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [v5,11/78] "
` [PATCH v5 12/78] xarray: Add xa_store
` [v5,12/78] "
` [PATCH v5 13/78] xarray: Add xa_cmpxchg
` [v5,13/78] "
` [PATCH v5 14/78] xarray: Add xa_for_each
` [v5,14/78] "
` [PATCH v5 15/78] xarray: Add xas_for_each_tag
` [v5,15/78] "
` [PATCH v5 16/78] xarray: Add xa_get_entries, xa_get_tagged and xa_get_maybe_tag
` [v5,16/78] "
` [PATCH v5 17/78] xarray: Add xa_destroy
` [v5,17/78] "
` [PATCH v5 19/78] xarray: Add xas_create_range
` [v5,19/78] "
` [PATCH v5 20/78] xarray: Add MAINTAINERS entry
` [v5,20/78] "
` [PATCH v5 21/78] xarray: Add ability to store errno values
` [v5,21/78] "
` [PATCH v5 22/78] idr: Convert to XArray
` [v5,22/78] "
` [PATCH v5 23/78] ida: "
` [v5,23/78] "
` [PATCH v5 24/78] page cache: Convert hole search "
` [v5,24/78] "
` [PATCH v5 25/78] page cache: Add page_cache_range_empty function
` [v5,25/78] "
` [PATCH v5 27/78] page cache: Convert page deletion to XArray
` [v5,27/78] "
` [PATCH v5 28/78] page cache: Convert page cache lookups "
` [v5,28/78] "
` [PATCH v5 29/78] page cache: Convert delete_batch "
` [v5,29/78] "
` [PATCH v5 30/78] page cache: Remove stray radix comment
` [v5,30/78] "
` [PATCH v5 31/78] mm: Convert page-writeback to XArray
` [v5,31/78] "
` [PATCH v5 32/78] mm: Convert workingset "
` [v5,32/78] "
` [PATCH v5 33/78] mm: Convert truncate "
` [v5,33/78] "
` [PATCH v5 34/78] mm: Convert add_to_swap_cache "
` [v5,34/78] "
` [PATCH v5 35/78] mm: Convert delete_from_swap_cache "
` [v5,35/78] "
` [PATCH v5 38/78] mm: Convert huge_memory "
` [v5,38/78] "
` [PATCH v5 39/78] mm: Convert collapse_shmem "
` [v5,39/78] "
` [PATCH v5 40/78] mm: Convert khugepaged_scan_shmem "
` [v5,40/78] "
` [PATCH v5 41/78] pagevec: Use xa_tag_t
` [v5,41/78] "
` [PATCH v5 42/78] shmem: Convert replace to XArray
` [v5,42/78] "
` [PATCH v5 44/78] shmem: Convert find_swap_entry "
` [v5,44/78] "
` [PATCH v5 45/78] shmem: Convert shmem_tag_pins "
` [v5,45/78] "
` [PATCH v5 46/78] shmem: Convert shmem_wait_for_pins "
` [v5,46/78] "
` [PATCH v5 47/78] shmem: Convert shmem_add_to_page_cache "
` [v5,47/78] "
` [PATCH v5 48/78] shmem: Convert shmem_alloc_hugepage "
` [v5,48/78] "
` [PATCH v5 49/78] shmem: Convert shmem_free_swap "
` [v5,49/78] "
` [PATCH v5 50/78] shmem: Convert shmem_partial_swap_usage "
` [v5,50/78] "
` [PATCH v5 51/78] shmem: Comment fixups
` [v5,51/78] "
` [PATCH v5 52/78] btrfs: Convert page cache to XArray
` [v5,52/78] "
` [PATCH v5 53/78] fs: Convert buffer "
` [v5,53/78] "
` [PATCH v5 54/78] fs: Convert writeback "
` [v5,54/78] "
` [PATCH v5 55/78] nilfs2: Convert "
` [v5,55/78] "
` [PATCH v5 56/78] f2fs: "
` [v5,56/78] "
` [PATCH v5 57/78] lustre: "
` [v5,57/78] "
` [PATCH v5 60/78] dax: More XArray conversion
` [v5,60/78] "
` [PATCH v5 61/78] dax: Convert __dax_invalidate_mapping_entry to XArray
` [v5,61/78] "
` [PATCH v5 62/78] dax: Convert dax_writeback_one "
` [v5,62/78] "
` [PATCH v5 63/78] dax: Convert dax_insert_pfn_mkwrite "
` [v5,63/78] "
` [PATCH v5 64/78] dax: Convert dax_insert_mapping_entry "
` [v5,64/78] "
` [PATCH v5 66/78] dax: Fix sparse warning
` [v5,66/78] "
` [PATCH v5 67/78] page cache: Finish XArray conversion
` [v5,67/78] "
` [PATCH v5 68/78] mm: Convert cgroup writeback to XArray
` [v5,68/78] "
` [PATCH v5 69/78] vmalloc: Convert "
` [v5,69/78] "
` [PATCH v5 73/78] xfs: Convert xfs dquot "
` [v5,73/78] "
` [PATCH v5 74/78] xfs: Convert mru cache "
` [v5,74/78] "
` [PATCH v5 75/78] usb: Convert xhci-mem "
` [v5,75/78] "
` [PATCH v5 76/78] md: Convert raid5-cache "
` [v5,76/78] "
` [PATCH v5 77/78] irqdomain: Convert "
` [v5,77/78] "
` [PATCH v5 78/78] fscache: "
` [v5,78/78] "
[v5,72/78] xfs: Convert pag_ici_root to XArray
2017-12-15 22:04 UTC (2+ messages)
` [PATCH v5 72/78] "
[v5,71/78] xfs: Convert m_perag_tree to XArray
2017-12-15 22:04 UTC (2+ messages)
` [PATCH v5 71/78] "
[v5,70/78] brd: Convert to XArray
2017-12-15 22:04 UTC (2+ messages)
` [PATCH v5 70/78] "
[v5,65/78] dax: Convert grab_mapping_entry to XArray
2017-12-15 22:04 UTC (2+ messages)
` [PATCH v5 65/78] "
[v5,59/78] dax: Convert lock_slot to XArray
2017-12-15 22:04 UTC (2+ messages)
` [PATCH v5 59/78] "
[v5,58/78] dax: Convert dax_unlock_mapping_entry to XArray
2017-12-15 22:04 UTC (2+ messages)
` [PATCH v5 58/78] "
[PATCH] drm/i915/cnl: Add support for horizontal plane flipping
2017-12-15 22:04 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/cnl: Add support for horizontal plane flipping (rev2)
[v5,43/78] shmem: Convert shmem_confirm_swap to XArray
2017-12-15 22:04 UTC (2+ messages)
` [PATCH v5 43/78] "
[v5,37/78] mm: Convert page migration to XArray
2017-12-15 22:04 UTC (2+ messages)
` [PATCH v5 37/78] "
[v5,36/78] mm: Convert __do_page_cache_readahead to XArray
2017-12-15 22:04 UTC (2+ messages)
` [PATCH v5 36/78] "
[v5,26/78] page cache: Add and replace pages using the XArray
2017-12-15 22:03 UTC (2+ messages)
` [PATCH v5 26/78] "
[v5,18/78] xarray: Add xas_next and xas_prev
2017-12-15 22:03 UTC (2+ messages)
` [PATCH v5 18/78] "
[meta-raspberrypi] error executing python function in linux-raspberrypi-dev
2017-12-15 22:03 UTC (4+ messages)
[PATCH v4 0/3] i2c: introduce devm_i2c_new_dummy and use it in at24 driver
2017-12-15 22:02 UTC (3+ messages)
` [PATCH v4 1/3] i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy
[PATCH v2 0/5] add mxc driver for i.MX53 SRTC
2017-12-15 21:58 UTC (7+ messages)
` [PATCH v2 1/5] dt-bindings: rtc: add bindings "
[PATCH 00/16] clean up amdgpu_device.c
2017-12-15 21:56 UTC (17+ messages)
` [PATCH 01/16] drm/amdgpu: move atom functions from amdgpu_device.c
` [PATCH 02/16] drm/amdgpu: use consistent naming for static funcs in amdgpu_device.c
` [PATCH 03/16] drm/amdgpu: rename amdgpu_suspend to amdgpu_device_ip_suspend
` [PATCH 04/16] drm/amdgpu: move debugfs functions to their own file
` [PATCH 05/16] drm/amdgpu: rename amdgpu_wb_* functions
` [PATCH 06/16] drm/amdgpu: rename amdgpu_program_register_sequence
` [PATCH 07/16] drm/amdgpu: rename amdgpu_pci_config_reset
` [PATCH 08/16] drm/amdgpu: move amdgpu_doorbell_get_kfd_info to amdgpu_amdkfd.c
` [PATCH 09/16] drm/amdgpu: rename amdgpu_*_location functions
` [PATCH 10/16] drm/amdgpu: move fw_reserve functions to amdgpu_ttm.c
` [PATCH 11/16] drm/amdgpu: rename ip block helper functions
` [PATCH 12/16] drm/amdgpu: rename amdgpu_need_post
` [PATCH 13/16] drm/amdgpu: move dummy page functions to amdgpu_gart.c
` [PATCH 14/16] drm/amdgpu: rename amdgpu_gpu_recover
` [PATCH 15/16] drm/amdgpu: move amdgpu_need_backup to amdgpu_object.c
` [PATCH 16/16] drm/amdgpu: rename amdgpu_get_pcie_info
[GIT PULL] Please pull NFS client bugfixes for 4.15
2017-12-15 21:43 UTC
[PATCH 0/3] irqchip: irq-bcm2836: add support for DT interrupt polarity
2017-12-15 21:53 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: bcm2836-l1-intc: add interrupt polarity support
[PATCH] net: phy: xgene: disable clk on error paths
2017-12-15 21:52 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.