summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-08-0726-443/+619
|\
| * s390/locking: Reenable optimistic spinningChristian Borntraeger2014-08-061-0/+1
| * s390/mm: implement dirty bits for large segment table entriesMartin Schwidefsky2014-08-013-144/+159
| * KVM: s390/mm: Fix page table locking vs. split pmd lockChristian Borntraeger2014-08-011-2/+3
| * s390/dasd: fix camel caseStefan Haberland2014-08-013-9/+9
| * s390/3215: fix hanging console issueMartin Schwidefsky2014-07-281-15/+17
| * s390/irq: improve displayed interrupt order in /proc/interruptsHendrik Brueckner2014-07-281-45/+50
| * s390/seccomp: fix error return for filtered system callsJan Willeke2014-07-281-1/+1
| * s390/pci: introduce lazy IOTLB flushing for DMA unmapGerald Schaefer2014-07-222-14/+43
| * dasd: fix error recovery for alias devices during formatStefan Haberland2014-07-224-22/+62
| * dasd: fix list_del corruption during formatStefan Haberland2014-07-221-1/+5
| * dasd: fix unresponsive device during formatStefan Haberland2014-07-221-0/+9
| * dasd: use aliases for formatted devices during formatStefan Haberland2014-07-223-8/+9
| * s390/pci: fix kmsg componentGerald Schaefer2014-07-226-12/+12
| * s390/kdump: Return NOTIFY_OK for all actions other than MEM_GOING_OFFLINEMichael Holzheu2014-07-221-0/+2
| * s390/watchdog: Fix module name in Kconfig help textPhilipp Hachtmann2014-07-221-1/+1
| * s390/dasd: replace seq_printf by seq_putsFabian Frederick2014-07-221-17/+17
| * s390/dasd: replace pr_warning by pr_warnFabian Frederick2014-07-221-16/+12
| * s390/dasd: Move EXPORT_SYMBOL after function/variableFabian Frederick2014-07-221-36/+33
| * s390/dasd: remove unnecessary null test before debugfs_removeFabian Frederick2014-07-221-17/+8
| * s390/zfcp: use qdio buffer helpersSebastian Ott2014-07-221-28/+21
| * s390/qeth: extract qdio buffers from output buffer structSebastian Ott2014-07-222-37/+58
| * s390/qeth: extract qdio buffers from input buffer structSebastian Ott2014-07-222-8/+17
| * s390/qeth: qdio queue helpersSebastian Ott2014-07-221-25/+28
| * s390/qdio: add helpers to manage qdio buffersSebastian Ott2014-07-222-0/+57
* | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-06156-2919/+3930
|\ \
| * | checkpatch: update $declaration_macros, add uninitialized_varJoe Perches2014-08-061-5/+6
| * | checkpatch: warn on missing spaces in broken up quotedDan Carpenter2014-08-061-0/+6
| * | checkpatch: fix false positives for --strict "space after cast" testJoe Perches2014-08-061-1/+1
| * | checkpatch: fix false positive MISSING_BREAK warnings with --fileJoe Perches2014-08-061-2/+2
| * | checkpatch: add test for native c90 types in unusual orderJoe Perches2014-08-061-0/+44
| * | checkpatch: add signed generic typesJoe Perches2014-08-061-9/+9
| * | checkpatch: add short int to c variable typesJoe Perches2014-08-061-0/+1
| * | checkpatch: add for_each tests to indentation and brace testsJoe Perches2014-08-061-2/+2
| * | checkpatch: fix brace style misuses of else and whileJoe Perches2014-08-061-8/+30
| * | checkpatch: add --fix option for a couple OPEN_BRACE misusesJoe Perches2014-08-061-5/+28
| * | checkpatch: use the correct indentation for which()Joe Perches2014-08-061-6/+6
| * | checkpatch: add fix_insert_line and fix_delete_line helpersJoe Perches2014-08-061-36/+29
| * | checkpatch: add ability to insert and delete lines to patch/fileJoe Perches2014-08-061-11/+130
| * | checkpatch: add an index variable for fixed linesJoe Perches2014-08-061-54/+60
| * | checkpatch: warn on break after goto or return with same tab indentationJoe Perches2014-08-061-0/+10
| * | checkpatch: emit a warning on file add/move/deleteJoe Perches2014-08-061-1/+12
| * | checkpatch: add test for commit id formatting style in commit logJoe Perches2014-08-061-0/+54
| * | checkpatch: emit fewer kmalloc_array/kcalloc conversion warningsJoe Perches2014-08-061-8/+9
| * | checkpatch: improve "no space after cast" testJoe Perches2014-08-061-3/+3
| * | checkpatch: allow multiple const * typesJoe Perches2014-08-061-1/+1
| * | checkpatch: warn on unnecessary parentheses around references of foo->barJoe Perches2014-08-061-0/+8
| * | checkpatch: quiet Kconfig help message checkingJoe Perches2014-08-061-3/+4
| * | checkpatch: change blank line after declaration type to "LINE_SPACING"Joe Perches2014-08-061-1/+1
| * | checkpatch: add a multiple blank lines testJoe Perches2014-08-061-0/+11