summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-04userfaultfd: activate syscallAndrea Arcangeli4-0/+4
2015-09-04userfaultfd: buildsystem activationAndrea Arcangeli2-0/+12
2015-09-04userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and readAndrea Arcangeli1-15/+66
2015-09-04userfaultfd: allocate the userfaultfd_ctx cacheline alignedAndrea Arcangeli1-8/+31
2015-09-04userfaultfd: optimize read() and poll() to be O(1)Andrea Arcangeli1-74/+111
2015-09-04userfaultfd: wake pending userfaultsAndrea Arcangeli1-22/+43
2015-09-04userfaultfd: change the read API to return a uffd_msgAndrea Arcangeli3-53/+108
2015-09-04userfaultfd: Rename uffd_api.bits into .featuresPavel Emelyanov2-5/+11
2015-09-04userfaultfd: add new syscall to provide memory externalizationAndrea Arcangeli1-0/+1036
2015-09-04userfaultfd: prevent khugepaged to merge if userfaultfd is armedAndrea Arcangeli1-2/+4
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli6-19/+36
2015-09-04userfaultfd: call handle_userfault() for userfaultfd_missing() faultsAndrea Arcangeli2-22/+63
2015-09-04userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli3-1/+5
2015-09-04userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2-0/+12
2015-09-04userfaultfd: linux/userfaultfd_k.hAndrea Arcangeli1-0/+79
2015-09-04userfaultfd: uAPIAndrea Arcangeli3-0/+85
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli3-6/+8
2015-09-04userfaultfd: linux/Documentation/vm/userfaultfd.txtAndrea Arcangeli1-0/+142
2015-09-04mm/slab.h: fix argument order in cache_from_obj's error messageDaniel Borkmann1-1/+1
2015-09-04mm/slub: don't wait for high-order page allocationJoonsoo Kim1-0/+2
2015-09-04mm/slub: fix slab double-free in case of duplicate sysfs filenameKonstantin Khlebnikov1-3/+1
2015-09-04mm/slub: move slab initialization into irq enabled regionThomas Gleixner1-47/+42
2015-09-04slub: add support for kmem_cache_debug in bulk callsJesper Dangaard Brouer1-9/+19
2015-09-04slub: initial bulk free implementationJesper Dangaard Brouer1-1/+33
2015-09-04slub: improve bulk alloc strategyJesper Dangaard Brouer1-10/+16
2015-09-04slub bulk alloc: extract objects from the per cpu slabJesper Dangaard Brouer1-2/+47
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter6-0/+82
2015-09-04slub: fix spelling succedd to succeedJesper Dangaard Brouer1-1/+1
2015-09-04watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell3-10/+28
2015-09-04watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell3-41/+14
2015-09-04watchdog: use park/unpark functions in update_watchdog_all_cpus()Ulrich Obergfell1-38/+2
2015-09-04watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2-0/+67
2015-09-04watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Ulrich Obergfell1-0/+36
2015-09-04kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck4-14/+6
2015-09-04watchdog: simplify housekeeping affinity with the appropriate maskFrederic Weisbecker1-4/+2
2015-09-04smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker3-12/+22
2015-09-04smpboot: make cleanup to mirror setupFrederic Weisbecker1-10/+2
2015-09-04smpboot: fix memory leak on error handlingFrederic Weisbecker1-0/+1
2015-09-04fs: create and use seq_show_option for escapingKees Cook15-30/+71
2015-09-04ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2-5/+3
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches14-202/+163
2015-09-04ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei1-6/+38
2015-09-04ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang1-5/+11
2015-09-04ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-09-04ocfs2: fix race between crashed dio and rmJoseph Qi2-1/+12
2015-09-04ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang2-11/+21
2015-09-04ocfs2: take inode lock in ocfs2_iop_set/get_acl()Tariq Saeed1-6/+20
2015-09-04ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2015-09-04ocfs2: optimize error handling in dlm_request_joinNorton.Zhu1-32/+39
2015-09-04ocfs2: fix a tiny case that inode can not removedYiwen Jiang1-0/+5