summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 9p: remove unused variable in p9_fd_create()Fabian Frederick2015-03-201-2/+0
| * | | 9p: kerneldoc warning fixesFabian Frederick2015-03-202-3/+0
* | | | Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-1810-6/+380
|\ \ \ \
| * | | | drivers/block/pmem: Fix 32-bit build warning in pmem_alloc()Ingo Molnar2015-04-011-2/+1
| * | | | drivers/block/pmem: Add a driver for persistent memoryRoss Zwisler2015-04-014-0/+281
| * | | | x86/mm: Add support for the non-standard protected e820 typeChristoph Hellwig2015-04-016-6/+100
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-186-15/+202
|\ \ \ \ \
| * | | | | config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selectedKonrad Rzeszutek Wilk2015-04-181-1/+1
| * | | | | x86/fpu: Load xsave pointer *after* initializationBorislav Petkov2015-04-171-2/+6
| * | | | | x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal()Oleg Nesterov2015-04-161-11/+11
| * | | | | x86, selftests: Add single_step_syscall testAndy Lutomirski2015-04-163-1/+184
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-1813-156/+702
|\ \ \ \ \ \
| * | | | | | perf/x86/intel/pt: Fix and clean up error handling in pt_event_add()Ingo Molnar2015-04-181-18/+15
| * | | | | | perf/x86/intel: Add Broadwell support for the LBR callstackKan Liang2015-04-171-1/+1
| * | | | | | perf/x86/intel/rapl: Fix energy counter measurements but supporing per domain...Jacob Pan2015-04-171-21/+73
| * | | | | | perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles:pp eventsPeter Zijlstra2015-04-171-0/+8
| * | | | | | perf/x86: Fix hw_perf_event::flags collisionPeter Zijlstra2015-04-171-9/+9
| * | | | | | Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-04-148-107/+596
| |\ \ \ \ \ \
| | * | | | | | perf probe: Fix segfault when probe with lazy_line to fileHe Kuang2015-04-141-1/+1
| | * | | | | | perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-143-60/+74
| | * | | | | | perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang2015-04-131-0/+1
| | * | | | | | perf kmem: Analyze page allocator events alsoNamhyung Kim2015-04-132-17/+491
| | * | | | | | tracing, mm: Record pfn instead of pointer to struct pageNamhyung Kim2015-04-133-29/+29
| |/ / / / / /
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-04-182-32/+62
|\ \ \ \ \ \ \
| * | | | | | | smp: Fix smp_call_function_single_async() lockingLinus Torvalds2015-04-171-31/+47
| * | | | | | | lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-171-1/+15
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-04-186-57/+159
|\ \ \ \ \ \ \
| * | | | | | | mnt: Update detach_mounts to leave mounts connectedEric W. Biederman2015-04-091-2/+6
| * | | | | | | mnt: Fix the error check in __detach_mountsEric W. Biederman2015-04-091-1/+1
| * | | | | | | mnt: Honor MNT_LOCKED when detaching mountsEric W. Biederman2015-04-092-3/+28
| * | | | | | | fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman2015-04-092-2/+4
| * | | | | | | mnt: Factor umount_mnt from umount_treeEric W. Biederman2015-04-091-3/+11
| * | | | | | | mnt: Factor out unhash_mnt from detach_mnt and umount_treeEric W. Biederman2015-04-091-9/+12
| * | | | | | | mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2015-04-091-2/+5
| * | | | | | | mnt: Don't propagate unmounts to locked mountsEric W. Biederman2015-04-032-3/+30
| * | | | | | | mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman2015-04-033-0/+24
| * | | | | | | mnt: Delay removal from the mount hash.Eric W. Biederman2015-04-032-6/+8
| * | | | | | | mnt: Add MNT_UMOUNT flagEric W. Biederman2015-04-033-1/+5
| * | | | | | | mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman2015-04-033-13/+15
| * | | | | | | mnt: Don't propagate umounts in __detach_mountsEric W. Biederman2015-04-031-1/+1
| * | | | | | | mnt: Improve the umount_tree flagsEric W. Biederman2015-04-032-16/+16
| * | | | | | | mnt: Use hlist_move_list in namespace_unlockEric W. Biederman2015-04-031-7/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-04-1823-263/+1399
|\ \ \ \ \ \ \
| * | | | | | | f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim2015-04-164-2/+8
| * | | | | | | f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim2015-04-161-1/+19
| * | | | | | | f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim2015-04-161-0/+11
| * | | | | | | f2fs: change 0 to false for bool typeTaehee Yoo2015-04-161-1/+1
| * | | | | | | f2fs: do not recover wrong data indexJaegeuk Kim2015-04-111-1/+3
| * | | | | | | f2fs: do not increase link count during recoveryJaegeuk Kim2015-04-111-8/+3
| * | | | | | | f2fs: assign parent's i_mode for empty dirJaegeuk Kim2015-04-111-1/+1