summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-10-1356-1528/+1705
|\
| * Merge tag 'disintegrate-powerpc-20121009' into mergeBenjamin Herrenschmidt2012-10-1056-1528/+1705
| |\
| | * UAPI: (Scripted) Disintegrate arch/powerpc/include/asmDavid Howells2012-10-0956-1528/+1705
* | | Merge tag 'arm64-uapi' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Linus Torvalds2012-10-1327-998/+637
|\ \ \
| * \ \ Merge tag 'disintegrate-arm64-20121011' of git://git.infradead.org/users/dhow...Catalin Marinas2012-10-1121-132/+225
| |\ \ \
| | * | | UAPI: (Scripted) Disintegrate arch/arm64/include/asmDavid Howells2012-10-1121-132/+225
| |/ / /
| * | | arm64: Do not export the compat-specific definitions to the userCatalin Marinas2012-10-113-7/+13
| * | | arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas2012-10-116-29/+15
| * | | arm64: Remove unused definitions from asm/unistd32.hCatalin Marinas2012-10-113-839/+393
* | | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2012-10-1310-146/+171
|\ \ \ \
| * | | | UAPI: (Scripted) Disintegrate arch/c6x/include/asmDavid Howells2012-10-0910-146/+171
| | |/ / | |/| |
* | | | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-139-8/+84
|\ \ \ \
| * | | | tty/console: fix warnings in drivers/tty/serial/kgdboc.cArnd Bergmann2012-10-121-2/+8
| * | | | kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-122-5/+41
| * | | | kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel2012-10-122-0/+4
| * | | | kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shellJason Wessel2012-10-121-1/+2
| * | | | kgdb,x86: fix warning about unused variableJason Wessel2012-10-121-0/+2
| * | | | mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel2012-10-121-0/+9
| * | | | kgdb: Add module event hooksJason Wessel2012-10-121-0/+18
* | | | | Merge tag 'stable/for-linus-3.7-uapi-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2012-10-134-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'disintegrate-xen-20121009' of git://git.infradead.org/users/dhowel...Konrad Rzeszutek Wilk2012-10-104-2/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | UAPI: (Scripted) Disintegrate include/xenDavid Howells2012-10-094-2/+2
| |/ / / /
* | | | | Merge tag 'mmc-merge-for-3.7-rc1-part2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-10-134-2/+2
|\ \ \ \ \
| * | | | | UAPI: (Scripted) Disintegrate include/linux/mmcDavid Howells2012-10-113-1/+1
| * | | | | mmc: mxs-mmc: Fix merge issue causing build errorMarek Vasut2012-10-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'dm-3.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2012-10-1310-511/+636
|\ \ \ \ \
| * | | | | dm: store dm_target_io in bio front_padMikulas Patocka2012-10-121-59/+49
| * | | | | dm thin: move bio_prison code to separate moduleMike Snitzer2012-10-125-404/+499
| * | | | | dm thin: prepare to separate bio_prison codeMike Snitzer2012-10-121-90/+131
| * | | | | dm thin: support discard with non power of two block sizeMike Snitzer2012-10-121-10/+13
| * | | | | dm persistent data: convert to use le32_add_cpuWei Yongjun2012-10-121-2/+2
| * | | | | dm: use ACCESS_ONCE for sysfs valuesMikulas Patocka2012-10-122-8/+4
| * | | | | dm bufio: use list_moveWei Yongjun2012-10-121-2/+1
| * | | | | dm mpath: fix check for null mpio in end_io fnWei Yongjun2012-10-121-1/+2
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-10-1358-747/+4274
|\ \ \ \ \ \
| * | | | | | [SCSI] storvsc: Account for in-transit packets in the RESET pathK. Y. Srinivasan2012-10-091-0/+5
| * | | | | | [SCSI] qla2xxx: fix potential deadlock on ha->hardware_lockJiri Kosina2012-10-091-2/+3
| * | | | | | [SCSI] scsi_debug: Fix off-by-one bug when unmapping regionLukas Czerner2012-10-091-1/+1
| * | | | | | [SCSI] Shorten the path length of scsi_cmd_to_driver()Li Zhong2012-10-092-13/+7
| * | | | | | [SCSI] virtio-scsi: support online resizing of disksPaolo Bonzini2012-10-092-1/+32
| * | | | | | [SCSI] virtio-scsi: fix LUNs greater than 255Paolo Bonzini2012-10-091-1/+5
| * | | | | | [SCSI] virtio-scsi: initialize scatterlist structureRichard W.M. Jones2012-10-091-1/+1
| * | | | | | [SCSI] megaraid_sas: Version, Changelog, Copyright updateadam radford2012-10-096-9/+22
| * | | | | | [SCSI] megaraid_sas: Remove duplicate codeadam radford2012-10-092-3/+0
| * | | | | | [SCSI] megaraid_sas: Add SystemPD FastPath supportadam radford2012-10-091-0/+2
| * | | | | | [SCSI] megaraid_sas: Add array boundary check for SystemPDadam radford2012-10-091-1/+2
| * | | | | | [SCSI] megaraid_sas: Load io_request DataLength in bytesadam radford2012-10-091-9/+7
| * | | | | | [SCSI] megaraid_sas: Add module param for configurable MSI-X vector countadam radford2012-10-091-0/+8
| * | | | | | [SCSI] megaraid_sas: Remove un-needed completion_lock spinlock callsadam radford2012-10-091-2/+0
| * | | | | | [SCSI] lpfc 8.3.35: Update lpfc version for 8.3.35 driver releaseJames Smart2012-10-081-1/+1
OpenPOWER on IntegriCloud