summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-05userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli6-19/+36
2015-09-05userfaultfd: call handle_userfault() for userfaultfd_missing() faultsAndrea Arcangeli2-22/+63
2015-09-05userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli3-1/+5
2015-09-05userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2-0/+12
2015-09-05userfaultfd: linux/userfaultfd_k.hAndrea Arcangeli1-0/+79
2015-09-05userfaultfd: uAPIAndrea Arcangeli3-0/+85
2015-09-05userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli3-6/+8
2015-09-05userfaultfd: linux/Documentation/vm/userfaultfd.txtAndrea Arcangeli1-0/+142
2015-09-05mm/slab.h: fix argument order in cache_from_obj's error messageDaniel Borkmann1-1/+1
2015-09-05mm/slub: don't wait for high-order page allocationJoonsoo Kim1-0/+2
2015-09-05mm/slub: fix slab double-free in case of duplicate sysfs filenameKonstantin Khlebnikov1-3/+1
2015-09-05mm/slub: move slab initialization into irq enabled regionThomas Gleixner1-47/+42
2015-09-05slub: add support for kmem_cache_debug in bulk callsJesper Dangaard Brouer1-9/+19
2015-09-05slub: initial bulk free implementationJesper Dangaard Brouer1-1/+33
2015-09-05slub: improve bulk alloc strategyJesper Dangaard Brouer1-10/+16
2015-09-05slub bulk alloc: extract objects from the per cpu slabJesper Dangaard Brouer1-2/+47
2015-09-05slab: infrastructure for bulk object allocation and freeingChristoph Lameter6-0/+82
2015-09-05slub: fix spelling succedd to succeedJesper Dangaard Brouer1-1/+1
2015-09-05watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell3-10/+28
2015-09-05watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell3-41/+14
2015-09-05watchdog: use park/unpark functions in update_watchdog_all_cpus()Ulrich Obergfell1-38/+2
2015-09-05watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2-0/+67
2015-09-05watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Ulrich Obergfell1-0/+36
2015-09-05kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck4-14/+6
2015-09-05watchdog: simplify housekeeping affinity with the appropriate maskFrederic Weisbecker1-4/+2
2015-09-05smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker3-12/+22
2015-09-05smpboot: make cleanup to mirror setupFrederic Weisbecker1-10/+2
2015-09-05smpboot: fix memory leak on error handlingFrederic Weisbecker1-0/+1
2015-09-05fs: create and use seq_show_option for escapingKees Cook15-30/+71
2015-09-05ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2-5/+3
2015-09-05ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches14-202/+163
2015-09-05ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei1-6/+38
2015-09-05ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang1-5/+11
2015-09-05ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-09-05ocfs2: fix race between crashed dio and rmJoseph Qi2-1/+12
2015-09-05ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang2-11/+21
2015-09-05ocfs2: take inode lock in ocfs2_iop_set/get_acl()Tariq Saeed1-6/+20
2015-09-05ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2015-09-05ocfs2: optimize error handling in dlm_request_joinNorton.Zhu1-32/+39
2015-09-05ocfs2: fix a tiny case that inode can not removedYiwen Jiang1-0/+5
2015-09-05ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang1-2/+16
2015-09-05ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues1-0/+6
2015-09-05ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues7-83/+51
2015-09-05ocfs2: add errors=continueGoldwyn Rodrigues3-20/+47
2015-09-05ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei1-6/+8
2015-09-05ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap1-0/+3
2015-09-05ocfs2: set filesytem read-only when ocfs2_delete_entry failed.jiangyiwen1-1/+14
2015-09-05ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi1-4/+2
2015-09-05ocfs2: remove unneeded code in dlm_register_domain_handlersJoseph Qi1-2/+0
2015-09-05ocfs2: fix BUG when o2hb_register_callback failsJoseph Qi1-2/+3