summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation/memory-barriers.txt: typo fixSylvain Trias2015-04-081-1/+1
* doc: Add guest_nice column to example output of `cat /proc/stat'Tobias Klauser2015-04-041-3/+3
* Documentation/kernel-parameters: Move "eagerfpu" to its right placeBorislav Petkov2015-04-041-6/+6
* Documentation: gpio: Update ACPI part of the document to mention _DSDMika Westerberg2015-04-041-4/+37
* docs/completion.txt: Various tweaks and correctionsJonathan Corbet2015-04-041-29/+30
* doc: completion: context, scope and language fixesNicholas Mc Guire2015-04-041-44/+55
* Documentation:Update Documentation/zh_CN/arm64/memory.txtFu Wei2015-04-041-39/+26
* Documentation:Update Documentation/zh_CN/arm64/booting.txtFu Wei2015-04-041-9/+45
* Documentation: Chinese translation of arm64/legacy_instructions.txtFu Wei2015-04-041-0/+72
* DocBook media: fix broken EIA hyperlinkMichael Opdenacker2015-03-263-8/+7
* Documentation: tweak the maintainers entryJonathan Corbet2015-03-261-1/+3
* README: Change gzip/bzip2 to xz compression formatYaowei Bai2015-03-201-13/+5
* README: Update version number referenceJeff Kirsher2015-03-201-17/+17
* doc:pci: Fix typo in Documentation/PCIMasanari Iida2015-03-203-6/+6
* Documentation: drm: Use '->' when describing access through pointers.Liviu Dudau2015-03-201-1/+1
* Documentation: Remove mentioning of block barriersLeonid V. Fedorenchik2015-03-201-27/+9
* Documentation/email-clients.txt: Fix one grammar mistake, add extra info abou...Giedrius Statkevičius2015-03-201-1/+10
* kprobes: Update Documentation/kprobes.txtLi Bin2015-03-201-2/+2
* Documentation: i2o: remove duplicate documentationWolfram Sang2015-03-202-457/+0
* Documentation: update the CONFIG_DEBUG_PAGEALLOC descriptionWang Long2015-03-201-2/+2
* mem-hotplug: fix typo in Documentation/memory-hotplug.txtSheng Yong2015-03-201-1/+1
* doc: printk-formats: Fix %pU descriptionRasmus Villemoes2015-03-201-1/+1
* MSI-HOWTO.txt: remove reference on IRQF_DISABLEDValentin Rothberg2015-03-201-12/+3
* doc: add information about max_ptes_noneEbru Akagunduz2015-03-201-0/+11
* Documentation: add print bitmap descriptionWang Long2015-03-201-0/+9
* doc/input : Fix typos in Documentation/inputMasanari Iida2015-03-196-7/+7
* Doc/memory-hotplug.txt: corrections and callback function prototypeHeinrich Schuchardt2015-02-271-10/+35
* Documentation/CodingStyle: improve text layoutPavel Kretov2015-02-271-69/+72
* Documentation/CodingStyle: fix tab-spaces mixturePavel Kretov2015-02-271-4/+4
* Documentation: Add "@" in front of private structure members.Robert P. J. Day2015-02-271-3/+3
* Documentation: arm: Update for DT-only platformsGregory Fong2015-02-272-6/+18
* Linux 4.0-rc1v4.0-rc1Linus Torvalds2015-02-221-4/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-225-56/+108
|\
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-141-34/+71
| * ext4: ignore journal checksum on remount; don't failEric Sandeen2015-02-121-3/+2
| * ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen2015-02-121-11/+0
| * ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang2015-02-121-0/+7
| * ext4: support read-only imagesDarrick J. Wong2015-02-122-1/+10
| * ext4: change to use setup_timer() instead of init_timer()Jan Mrazek2015-01-261-3/+2
| * ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-01-191-4/+13
| * jbd2: complain about descriptor block checksum errorsDarrick J. Wong2015-01-191-0/+3
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-2270-758/+907
|\ \
| * | autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-02-221-2/+6
| * | procfs: fix race between symlink removals and traversalsAl Viro2015-02-223-12/+22
| * | debugfs: leave freeing a symlink body until inode evictionAl Viro2015-02-221-17/+17
| * | Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro2015-02-221-2/+0
| * | trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov2015-02-223-26/+22
| * | fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-1/+1
| * | Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-224-9/+9
| * | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-2234-71/+71