aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-18
|\
| * perf/x86/intel/pt: Fix and clean up error handling in pt_event_add()Ingo Molnar2015-04-18
| * perf/x86/intel: Add Broadwell support for the LBR callstackKan Liang2015-04-17
| * perf/x86/intel/rapl: Fix energy counter measurements but supporing per domain...Jacob Pan2015-04-17
| * perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles:pp eventsPeter Zijlstra2015-04-17
| * perf/x86: Fix hw_perf_event::flags collisionPeter Zijlstra2015-04-17
| * Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-04-14
| |\
| | * perf probe: Fix segfault when probe with lazy_line to fileHe Kuang2015-04-13
| | * perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-13
| | * perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang2015-04-13
| | * perf kmem: Analyze page allocator events alsoNamhyung Kim2015-04-13
| | * tracing, mm: Record pfn instead of pointer to struct pageNamhyung Kim2015-04-13
| |/
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-04-18
|\ \
| * | smp: Fix smp_call_function_single_async() lockingLinus Torvalds2015-04-17
| * | lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-17
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-04-18
|\ \ \
| * | | mnt: Update detach_mounts to leave mounts connectedEric W. Biederman2015-04-09
| * | | mnt: Fix the error check in __detach_mountsEric W. Biederman2015-04-09
| * | | mnt: Honor MNT_LOCKED when detaching mountsEric W. Biederman2015-04-09
| * | | fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman2015-04-09
| * | | mnt: Factor umount_mnt from umount_treeEric W. Biederman2015-04-09
| * | | mnt: Factor out unhash_mnt from detach_mnt and umount_treeEric W. Biederman2015-04-09
| * | | mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2015-04-09
| * | | mnt: Don't propagate unmounts to locked mountsEric W. Biederman2015-04-02
| * | | mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman2015-04-02
| * | | mnt: Delay removal from the mount hash.Eric W. Biederman2015-04-02
| * | | mnt: Add MNT_UMOUNT flagEric W. Biederman2015-04-02
| * | | mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman2015-04-02
| * | | mnt: Don't propagate umounts in __detach_mountsEric W. Biederman2015-04-02
| * | | mnt: Improve the umount_tree flagsEric W. Biederman2015-04-02
| * | | mnt: Use hlist_move_list in namespace_unlockEric W. Biederman2015-04-02
* | | | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-04-18
|\ \ \ \
| * | | | f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim2015-04-16
| * | | | f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim2015-04-16
| * | | | f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim2015-04-16
| * | | | f2fs: change 0 to false for bool typeTaehee Yoo2015-04-15
| * | | | f2fs: do not recover wrong data indexJaegeuk Kim2015-04-10
| * | | | f2fs: do not increase link count during recoveryJaegeuk Kim2015-04-10
| * | | | f2fs: assign parent's i_mode for empty dirJaegeuk Kim2015-04-10
| * | | | f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim2015-04-10
| * | | | f2fs: fix mismatching lock and unlock pages for roll-forward recoveryJaegeuk Kim2015-04-10
| * | | | f2fs: fix sparse warningsJaegeuk Kim2015-04-10
| * | | | f2fs: limit b_size of mapped bh in f2fs_map_bhChao Yu2015-04-10
| * | | | f2fs: persist system.advise into on-disk inodeChao Yu2015-04-10
| * | | | f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu2015-04-10
| * | | | f2fs: preallocate fallocated blocks for direct IOChao Yu2015-04-10
| * | | | f2fs: enable inline data by defaultWanpeng Li2015-04-10
| * | | | f2fs: preserve extent info for extent cacheChao Yu2015-04-10
| * | | | f2fs: initialize extent tree with on-disk extent info of inodeChao Yu2015-04-10
| * | | | f2fs: introduce __{find,grab}_extent_treeChao Yu2015-04-10