| Commit message (Expand) | Author | Age | Files | Lines |
* | missing bits of "splice: fix racy pipe->buffers uses" | Al Viro | 2014-04-12 | 1 | -1/+1 |
* | kill generic_file_buffered_write() | Al Viro | 2014-04-01 | 1 | -22/+1 |
* | export generic_perform_write(), start getting rid of generic_file_buffer_write() | Al Viro | 2014-04-01 | 1 | -16/+21 |
* | generic_file_direct_write(): get rid of ppos argument | Al Viro | 2014-04-01 | 1 | -3/+3 |
* | kill the 5th argument of generic_file_buffered_write() | Al Viro | 2014-04-01 | 1 | -5/+4 |
* | kill the 4th argument of __generic_file_aio_write() | Al Viro | 2014-04-01 | 1 | -7/+6 |
* | take iov_iter stuff to mm/iov_iter.c | Al Viro | 2014-04-01 | 3 | -222/+225 |
* | process_vm_access: tidy up a bit | Al Viro | 2014-04-01 | 1 | -40/+19 |
* | process_vm_access: don't bother with returning the amounts of bytes copied | Al Viro | 2014-04-01 | 1 | -31/+16 |
* | process_vm_rw_pages(): pass accurate amount of bytes | Al Viro | 2014-04-01 | 1 | -8/+14 |
* | process_vm_access: take get_user_pages/put_pages one level up | Al Viro | 2014-04-01 | 1 | -58/+39 |
* | process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user | Al Viro | 2014-04-01 | 1 | -68/+23 |
* | process_vm_access: switch to iov_iter | Al Viro | 2014-04-01 | 1 | -34/+28 |
* | untangling process_vm_..., part 4 | Al Viro | 2014-04-01 | 1 | -16/+13 |
* | untangling process_vm_..., part 3 | Al Viro | 2014-04-01 | 1 | -4/+3 |
* | untangling process_vm_..., part 2 | Al Viro | 2014-04-01 | 1 | -3/+5 |
* | untangling process_vm_..., part 1 | Al Viro | 2014-04-01 | 1 | -5/+9 |
* | introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() | Al Viro | 2014-04-01 | 2 | -143/+136 |
* | do_shmem_file_read(): call file_read_actor() directly | Al Viro | 2014-04-01 | 1 | -3/+3 |
* | callers of iov_copy_from_user_atomic() don't need pagecache_disable() | Al Viro | 2014-04-01 | 1 | -3/+0 |
* | switch ->is_partially_uptodate() to saner arguments | Al Viro | 2014-04-01 | 1 | -1/+1 |
* | mm: fix swapops.h:131 bug if remap_file_pages raced migration | Hugh Dickins | 2014-03-20 | 2 | -2/+35 |
* | mm: fix bad rss-counter if remap_file_pages raced migration | Hugh Dickins | 2014-03-19 | 1 | -6/+22 |
* | mm/Kconfig: fix URL for zsmalloc benchmark | Ben Hutchings | 2014-03-10 | 1 | -2/+2 |
* | mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block | Laura Abbott | 2014-03-10 | 1 | -7/+13 |
* | mm: fix GFP_THISNODE callers and clarify | Johannes Weiner | 2014-03-10 | 1 | -5/+6 |
* | mm: page_alloc: exempt GFP_THISNODE allocations from zone fairness | Johannes Weiner | 2014-03-04 | 1 | -4/+22 |
* | mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking | Vlastimil Babka | 2014-03-04 | 1 | -1/+1 |
* | memcg: reparent charges of children before processing parent | Filipe Brandenburger | 2014-03-04 | 1 | -1/+9 |
* | memcg: fix endless loop in __mem_cgroup_iter_next() | Hugh Dickins | 2014-03-04 | 1 | -2/+2 |
* | mm: close PageTail race | David Rientjes | 2014-03-04 | 4 | -5/+7 |
* | memcg: change oom_info_lock to mutex | Michal Hocko | 2014-02-25 | 1 | -3/+3 |
* | mm, thp: fix infinite loop on memcg OOM | Kirill A. Shutemov | 2014-02-25 | 2 | -14/+9 |
* | mm, hwpoison: release page on PageHWPoison() in __do_fault() | Kirill A. Shutemov | 2014-02-25 | 1 | -0/+1 |
* | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-02-20 | 1 | -0/+1 |
|\ |
|
| * | arm, pm, vmpressure: add missing slab.h includes | Tejun Heo | 2014-02-03 | 1 | -0/+1 |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2014-02-17 | 2 | -24/+10 |
|\ \ |
|
| * | | mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit | Aneesh Kumar K.V | 2014-02-17 | 2 | -10/+3 |
| * | | mm: Dirty accountable change only apply to non prot numa case | Aneesh Kumar K.V | 2014-02-17 | 1 | -14/+7 |
* | | | mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED | Naoya Horiguchi | 2014-02-10 | 1 | -2/+4 |
* | | | slub: do not assert not having lock in removing freed partial | Steven Rostedt | 2014-02-10 | 1 | -12/+20 |
* | | | mm/slub.c: list_lock may not be held in some circumstances | David Rientjes | 2014-02-10 | 1 | -4/+2 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-02-09 | 1 | -2/+2 |
|\ \ |
|
| * | | fix O_SYNC|O_APPEND syncing the wrong range on write() | Al Viro | 2014-02-09 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-02-08 | 1 | -1/+3 |
|\ \ |
|
| * \ | Merge tag 'efi-urgent' into x86/urgent | H. Peter Anvin | 2014-02-07 | 51 | -1666/+3496 |
| |\ \
| | |/ |
|
| * | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2014-01-25 | 1 | -1/+4 |
| |\ \ |
|
| * | | | mm, x86: Account for TLB flushes only when debugging | Mel Gorman | 2014-01-25 | 1 | -1/+3 |
* | | | | mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc... | KOSAKI Motohiro | 2014-02-06 | 1 | -2/+3 |
* | | | | mm/swap: fix race on swap_info reuse between swapoff and swapon | Weijie Yang | 2014-02-06 | 1 | -1/+10 |