summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2013-09-0912-147/+27
|\
| * m68k: remove 16 unused boards in Kconfig.machinePaul Bolle2013-08-261-134/+0
| * m68k: define 'VM_DATA_DEFAULT_FLAGS' no matter whether has 'NOMMU' or notGreg Ungerer2013-08-262-3/+3
| * m68knommu: user generic iomap to support ioread*/iowrite*Greg Ungerer2013-08-262-1/+2
| * m68k/coldfire: flush cache when creating the signal stack frameAlexander Stein2013-08-261-0/+8
| * m68knommu: Mark functions only called from setup_arch() __initGeert Uytterhoeven2013-08-266-9/+14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2013-09-0915-27/+176
|\ \
| * | um: Add irq chip um/mask handlersRichard Weinberger2013-09-071-0/+4
| * | um: prctl: Do not include linux/ptrace.hRichard Weinberger2013-09-071-1/+1
| * | um: Run UML in it's own session.Richard Weinberger2013-09-071-0/+2
| * | um: Cleanup SIGTERM handlingRichard Weinberger2013-09-078-12/+16
| * | um: ubd: Introduce submit_request()Richard Weinberger2013-09-071-13/+19
| * | um: ubd: Add REQ_FLUSH suppportRichard Weinberger2013-09-073-1/+50
| * | um: Implement probe_kernel_read()Richard Weinberger2013-09-074-1/+78
| * | um: hostfs: Fix writebackRichard Weinberger2013-09-071-1/+8
* | | vfs: fix dentry RCU to refcounting possibly sleeping dput()Linus Torvalds2013-09-081-53/+49
* | | vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds2013-09-082-25/+15
* | | vfs: reorganize dput() memory accessesLinus Torvalds2013-09-082-10/+11
* | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-09-075-658/+895
|\ \ \
| * | | NVMe: Merge issue on character device bring-upKeith Busch2013-09-061-4/+8
| * | | NVMe: Handle ioremap failureKeith Busch2013-09-031-8/+22
| * | | NVMe: Add pci suspend/resume driver callbacksKeith Busch2013-09-031-15/+58
| * | | NVMe: Use normal shutdownKeith Busch2013-09-032-0/+28
| * | | NVMe: Separate controller init from disk discoveryKeith Busch2013-09-031-30/+47
| * | | NVMe: Separate queue alloc/free from create/deleteKeith Busch2013-09-031-39/+94
| * | | NVMe: Group pci related actions in functionsKeith Busch2013-09-031-46/+66
| * | | NVMe: Disk stats for read/write commands onlyKeith Busch2013-09-031-3/+3
| * | | NVMe: Bring up cdev on set feature failureKeith Busch2013-09-031-2/+2
| * | | NVMe: Fix checkpatch issuesKeith Busch2013-09-031-5/+4
| * | | NVMe: Namespace IDs are unsignedMatthew Wilcox2013-09-032-3/+6
| * | | NVMe: Update nvme_id_power_state with latest specKeith Busch2013-09-031-1/+7
| * | | NVMe: Split header file into user-visible and kernel-visible piecesMatthew Wilcox2013-09-033-456/+477
| * | | NVMe: Call nvme_process_cq from submission pathMatthew Wilcox2013-06-241-19/+20
| * | | NVMe: Remove "process_cq did something" messageMatthew Wilcox2013-06-241-2/+1
| * | | NVMe: Return correct value from interrupt handlerMatthew Wilcox2013-06-241-5/+9
| * | | NVMe: Disk IO statisticsKeith Busch2013-06-202-0/+29
| * | | NVMe: Restructure MSI / MSI-X setupMatthew Wilcox2013-06-201-21/+23
| * | | NVMe: Use kzalloc instead of kmalloc+memsetTushar Behera2013-06-191-16/+8
* | | | Merge tag 'ntb-3.12' of git://github.com/jonmason/ntbLinus Torvalds2013-09-076-227/+855
|\ \ \ \
| * | | | ntb: clean up unnecessary MSI/MSI-X capability findYijing Wang2013-09-051-4/+3
| * | | | MAINTAINERS: Add Website and Git Tree for NTBJon Mason2013-09-051-0/+2
| * | | | NTB: Update VersionJon Mason2013-09-051-1/+1
| * | | | NTB: Comment FixJon Mason2013-09-052-4/+5
| * | | | NTB: Remove unused variableJon Mason2013-09-051-3/+0
| * | | | NTB: Remove References of non-B2B BWD HWJon Mason2013-09-052-13/+4
| * | | | NTB: NTB-RP supportJon Mason2013-09-052-104/+163
| * | | | NTB: Rename Variables for NTB-RPJon Mason2013-09-053-49/+48
| * | | | NTB: Use DMA Engine to Transmit and ReceiveJon Mason2013-09-053-47/+295
| * | | | NTB: Enable 32bit SupportJon Mason2013-09-033-4/+19
| * | | | NTB: Update Device IDsJon Mason2013-09-032-14/+30