]>
2017-02-25 | Matthew Wilcox | checkpatch: add another old address for the FSF Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2017-02-25 | Matthew Wilcox | lib/find_bit.c: micro-optimise find_next_*_bit Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2017-02-25 | Matthew Wilcox | mm, x86: add support for PUD-sized transparent hugepages Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2017-02-15 | Matthew Wilcox | Improve sparse documentation Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2017-01-26 | Matthew Wilcox | kernel-doc: Handle returning pointers to pointers Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2017-01-25 | Matthew Wilcox | radix-tree: fix private list warnings Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2017-01-02 | Matthew Wilcox | dmaengine: Convert ID allocation to an IDA Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | redo: radix tree test suite: fix compilation Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: delete unused rcupdate.c Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: add new tag check Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: ensure counts are initialised Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: cache recently freed objects Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: add some more functionality Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | idr: reduce the number of bits per level from 8 to 6 Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | rxrpc: abstract away knowledge of IDR internals Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | tpm: use idr_find(), not idr_find_slowpath() Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | idr: add ida_is_empty Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: check multiorder iteration Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: fix replacement for multiorder entries Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: add radix_tree_split_preload() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: add radix_tree_split Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: add radix_tree_join Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: delete radix_tree_range_tag_if_tagged() Signed-off-by: Matthew Wilcox <willy@infradead.org> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: delete radix_tree_locate_item() Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: improve multiorder iterators Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | btrfs: fix race in btrfs_free_dummy_fs_info() Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: improve dump output Signed-off-by: Matthew Wilcox <willy@infradead.org> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: make radix_tree_find_next_bit more useful Signed-off-by: Matthew Wilcox <willy@infradead.org> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: create node_tag_set() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: move rcu_head into a union with private_list Signed-off-by: Matthew Wilcox <willy@infradead.org> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix-tree: fix typo Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: use common find-bit code Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | tools: add more bitmap functions Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: record order in each item Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: handle exceptional entries Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: use rcu_barrier Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: iteration test misuses RCU Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: make runs more reproducible Signed-off-by: Matthew Wilcox <willy@infradead.org> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: free preallocated nodes Signed-off-by: Matthew Wilcox <willy@infradead.org> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: track preempt_count Signed-off-by: Matthew Wilcox <willy@infradead.org> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | radix tree test suite: allow GFP_ATOMIC allocations... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-15 | Matthew Wilcox | tools: add WARN_ON_ONCE Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-12-08 | Matthew Wilcox | radix tree test suite: fix compilation Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-09-25 | Matthew Wilcox | radix tree test suite: Test radix_tree_replace_slot... Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> |
commit | commitdiff | tree |
2016-07-01 | Matthew Wilcox | Remove last traces of ->sync_page Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: free up the bottom bit of exceptional entries... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: make radix_tree_descend() more useful Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: introduce radix_tree_replace_clear_tags() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: tidy up __radix_tree_create() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: tidy up range_tag_if_tagged Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: tidy up next_chunk Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: change naming conventions in radix_tree_shrink Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: rename radix_tree_is_indirect_ptr() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: rename indirect_to_ptr() to entry_to_node() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: rename ptr_to_indirect() to node_to_entry() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: rename INDIRECT_PTR to INTERNAL_NODE Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: remove root->height Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix tree test suite: remove dependencies on height Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: remove a use of root->height from delete_node Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: replace node->height with node->shift Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: split node->path into offset and height Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: miscellaneous fixes Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | drivers/hwspinlock: use correct radix tree API Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: add copyright statements Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: fix radix_tree_range_tag_if_tagged() for... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: rewrite radix_tree_locate_item Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: fix radix_tree_create for sibling entries Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: fix multiorder BUG_ON in radix_tree_insert Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: rewrite __radix_tree_lookup Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: fix several shrinking bugs with multiorder... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix tree test suite: start adding multiorder tests Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: fix extending the tree for multi-order... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: introduce radix_tree_load_root() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: remove restriction on multi-order entries Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: fix deleting a multi-order entry through... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: fix sibling entry insertion Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: add missing sibling entry functionality Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix tree test suite: add tests for radix_tree_locate_item() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix tree test suite: fix build Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-21 | Matthew Wilcox | radix-tree: introduce radix_tree_empty Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-05-18 | Matthew Wilcox | dax: use sb_issue_zerout instead of calling dax_clear_sectors Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2016-03-17 | Matthew Wilcox | radix-tree,shmem: introduce radix_tree_iter_next() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-03-17 | Matthew Wilcox | mm: use radix_tree_iter_retry() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-03-17 | Matthew Wilcox | btrfs: use radix_tree_iter_retry() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-03-17 | Matthew Wilcox | radix_tree: add radix_tree_dump Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-03-17 | Matthew Wilcox | radix_tree: add support for multi-order entries Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-03-17 | Matthew Wilcox | radix_tree: loop based on shift count, not height Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-03-17 | Matthew Wilcox | radix_tree: tag all internal tree nodes as indirect... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-03-17 | Matthew Wilcox | radix tree test harness Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-03-17 | Matthew Wilcox | radix-tree: add an explicit include of bitops.h Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-03-15 | Matthew Wilcox | mm: use linear_page_index() in do_fault() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2016-02-09 | Matthew Wilcox | x86/mm: Honour passed pgprot in track_pfn_insert()... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-02-03 | Matthew Wilcox | mm: fix memory leak in copy_huge_pmd() Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> |
commit | commitdiff | tree |
2016-02-03 | Matthew Wilcox | drivers/hwspinlock: fix race between radix tree insertion... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2016-02-03 | Matthew Wilcox | radix-tree: fix race in gang lookup Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2015-09-08 | Matthew Wilcox | dax: use linear_page_index() Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2015-09-08 | Matthew Wilcox | dax: ensure that zero pages are removed from other... Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2015-09-08 | Matthew Wilcox | dax: fix race between simultaneous faults Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
2015-09-08 | Matthew Wilcox | ext4: start transaction before calling into DAX Signed-off-by: Matthew Wilcox <willy@linux.intel.com> |
commit | commitdiff | tree |
next |