summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smp: Fix error case handling in smp_call_function_*()Linus Torvalds2015-04-191-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-186-230/+202
|\
| * Merge branch 'iommu-generic-allocator'David S. Miller2015-04-188-331/+515
| |\
| | * iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-181-1/+5
| | * sparc: Make LDC use common iommu poll management functionsSowmini Varadhan2015-04-181-88/+65
| | * sparc: Make sparc64 use scalable lib/iommu-common.c functionsSowmini Varadhan2015-04-184-242/+128
| | * Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-183-1/+318
| |/
| * sparc: Revert generic IOMMU allocator.David S. Miller2015-04-188-537/+325
* | Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-187-21/+58
|\ \
| * | net/9p: add a privport option for RDMA transport.Dominique Martinet2015-03-211-8/+44
| * | fs/9p: Initialize status in v9fs_file_do_lock.Dominique Martinet2015-03-211-1/+1
| * | net/9p: Initialize opts->privport as it should be.Dominique Martinet2015-03-211-0/+1
| * | net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin2015-03-201-1/+4
| * | 9p: use unsigned integers for nwqid/countKirill A. Shutemov2015-03-201-3/+3
| * | 9p: do not crash on unknown lock status codeKirill A. Shutemov2015-03-201-2/+3
| * | 9p: fix error handling in v9fs_file_do_lockKirill A. Shutemov2015-03-201-1/+2
| * | 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-131-1/+1
| | * | | | | perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-133-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