summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox
2016-12-14radix-tree: improve dump outputMatthew Wilcox
2016-12-14radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox
2016-12-14radix-tree: create node_tag_set()Matthew Wilcox
2016-12-14radix-tree: move rcu_head into a union with private_listMatthew Wilcox
2016-12-14radix-tree: fix typoMatthew Wilcox
2016-12-14radix tree test suite: use common find-bit codeMatthew Wilcox
2016-12-14tools: add more bitmap functionsMatthew Wilcox
2016-12-14radix tree test suite: record order in each itemMatthew Wilcox
2016-12-14radix tree test suite: handle exceptional entriesMatthew Wilcox
2016-12-14radix tree test suite: use rcu_barrierMatthew Wilcox
2016-12-14radix tree test suite: benchmark for iteratorKonstantin Khlebnikov
2016-12-14radix tree test suite: iteration test misuses RCUMatthew Wilcox
2016-12-14radix tree test suite: make runs more reproducibleMatthew Wilcox
2016-12-14radix tree test suite: free preallocated nodesMatthew Wilcox
2016-12-14radix tree test suite: track preempt_countMatthew Wilcox
2016-12-14radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox
2016-12-14tools: add WARN_ON_ONCEMatthew Wilcox
2016-12-14dax: clear dirty entry tags on cache flushJan Kara
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara
2016-12-14dax: make cache flushing protected by entry lockJan Kara
2016-12-14mm: export follow_pte()Jan Kara
2016-12-14mm: change return values of finish_mkwrite_fault()Jan Kara
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara
2016-12-14mm: move part of wp_page_reuse() into the single call siteJan Kara
2016-12-14mm: use vmf->page during WP faultsJan Kara
2016-12-14mm: pass vm_fault structure into do_page_mkwrite()Jan Kara
2016-12-14mm: factor out common parts of write fault handlingJan Kara
2016-12-14mm: move handling of COW faults into DAX codeJan Kara
2016-12-14mm: factor out functionality to finish page faultsJan Kara
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara
2016-12-14mm: add orig_pte field into vm_faultJan Kara
2016-12-14mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara
2016-12-14mm: trim __do_fault() argumentsJan Kara
2016-12-14mm: use passed vm_fault structure in __do_fault()Jan Kara
2016-12-14mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-14mm: join struct fault_env and vm_faultJan Kara
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-12-14ipc/sem: avoid idr tree lookup for interrupted semopDavidlohr Bueso
2016-12-14ipc/sem: simplify wait-wake loopDavidlohr Bueso
2016-12-14ipc/sem: use proper list api for pending_list wakeupsDavidlohr Bueso
2016-12-14ipc/sem: explicitly inline check_restartDavidlohr Bueso
2016-12-14ipc/sem: optimize perform_atomic_semop()Davidlohr Bueso
2016-12-14ipc/sem: rework task wakeupsDavidlohr Bueso
2016-12-14ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should ...Davidlohr Bueso
2016-12-14sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger