| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Port xconfig to Qt5 - Use QMenu | Boris Barbulovski | 2015-10-14 | 2 | -11/+11 |
| * | | Port xconfig to Qt5 - Use QTextBrowser | Boris Barbulovski | 2015-10-14 | 2 | -10/+10 |
| * | | Port xconfig to Qt5 - Use QList | Boris Barbulovski | 2015-10-14 | 2 | -9/+9 |
| * | | Port xconfig to Qt5 - Use QFileDialog | Boris Barbulovski | 2015-10-14 | 1 | -3/+3 |
| * | | Port xconfig to Qt5 - Use QAction | Boris Barbulovski | 2015-10-14 | 2 | -24/+28 |
| * | | Port xconfig to Qt5 - Use QMainWindow, QToolBar | Boris Barbulovski | 2015-10-14 | 2 | -4/+5 |
| * | | Remove support for QT3 and older. | Boris Barbulovski | 2015-10-14 | 2 | -41/+0 |
| * | | kbuild: document recursive dependency limitation / resolution | Luis R. Rodriguez | 2015-10-08 | 1 | -0/+2 |
| |/ |
|
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-11-09 | 2 | -7/+31 |
|\ \ |
|
| * | | scripts: [modpost] add new sections to white list | Noam Camus | 2015-10-26 | 1 | -0/+2 |
| * | | modpost: Add flag -E for making section mismatches fatal | Nicolas Boichat | 2015-10-06 | 2 | -7/+18 |
| * | | modpost: abort if a module symbol is too long | Takashi Iwai | 2015-08-08 | 1 | -0/+11 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-07 | 2 | -48/+55 |
|\ \ \ |
|
| * | | | checkpatch: improve the unnecessary initialisers tests | Joe Perches | 2015-11-06 | 1 | -7/+8 |
| * | | | checkpatch: improve tests for fixes:, long lines and stack dumps in commit log | Joe Perches | 2015-11-06 | 1 | -25/+26 |
| * | | | get_maintainer: add subsystem to reviewer output | Joe Perches | 2015-11-06 | 1 | -15/+16 |
| * | | | get_maintainer: --r (list reviewer) is on by default | Brian Norris | 2015-11-06 | 1 | -1/+1 |
| * | | | get_maintainer: add --no-foo options to --help | Brian Norris | 2015-11-06 | 1 | -0/+3 |
| * | | | get_maintainer: it's '--pattern-depth', not '-pattern-depth' | Brian Norris | 2015-11-06 | 1 | -1/+1 |
| * | | | get_maintainer: add missing documentation for --git-blame-signatures | Brian Norris | 2015-11-06 | 1 | -0/+1 |
* | | | | Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-11-06 | 2 | -2/+26 |
|\ \ \ \ |
|
| * | | | | recordmcount: arm64: Replace the ignored mcount call into nop | Li Bin | 2015-11-03 | 1 | -1/+23 |
| * | | | | recordmcount: Fix endianness handling bug for nop_mcount | libin | 2015-11-03 | 1 | -1/+1 |
| * | | | | recordmcount: x86: Assign a meaningful value to rel_type_nop | Li Bin | 2015-11-02 | 1 | -0/+2 |
* | | | | | Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2015-11-06 | 2 | -0/+22 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Merge branch 'topic/hw-constraint-single' into for-next | Takashi Iwai | 2015-10-23 | 1 | -2/+2 |
| |\ \ \ \ |
|
| * | | | | | ALSA: hda - Add hduadio support to DEVTABLE | Subhransu S. Prusty | 2015-10-20 | 2 | -0/+22 |
* | | | | | | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2015-11-05 | 1 | -1/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O= | Michael Ellerman | 2015-10-15 | 1 | -1/+1 |
| * | | | | | | scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target | Michael Ellerman | 2015-10-01 | 1 | -1/+4 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'docs-for-linus' of git://git.lwn.net/linux | Linus Torvalds | 2015-11-05 | 4 | -53/+85 |
|\ \ \ \ \ \ |
|
| * | | | | | | DocBook: Fix kernel-doc to be case-insensitive for private: | Mauro Carvalho Chehab | 2015-10-11 | 1 | -2/+2 |
| * | | | | | | DocBook: Use a fixed encoding for output | Ben Hutchings | 2015-09-28 | 3 | -2/+17 |
| * | | | | | | Merge branch 'doc/4.4' of git.lwn.net:/home/git/linux-2.6 | Jonathan Corbet | 2015-09-24 | 1 | -49/+66 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | scripts/kernel-doc: Replacing highlights hash by an array | Danilo Cesar Lemes de Paula | 2015-09-13 | 1 | -44/+60 |
| | * | | | | | Documentation: Avoid creating man pages in source tree | Ben Hutchings | 2015-09-13 | 1 | -4/+5 |
| | * | | | | | scripts/kernel-doc: Processing -nofunc for functions only | Danilo Cesar Lemes de Paula | 2015-09-13 | 1 | -1/+1 |
| | | |_|_|/
| | |/| | | |
|
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-11-05 | 2 | -0/+280 |
|\ \ \ \ \ \ |
|
| * | | | | | | KEYS: Provide a script to extract a module signature | David Howells | 2015-10-21 | 1 | -0/+136 |
| * | | | | | | KEYS: Provide a script to extract the sys cert list from a vmlinux file | David Howells | 2015-10-21 | 1 | -0/+144 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2015-11-05 | 1 | -0/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | kernel-doc: better format typedef function output | Mauro Carvalho Chehab | 2015-10-10 | 1 | -9/+22 |
| * | | | | | | kernel-doc: Add a parser for function typedefs | Mauro Carvalho Chehab | 2015-10-10 | 1 | -0/+12 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-11-04 | 3 | -68/+168 |
|\ \ \ \ \ \ |
|
| * | | | | | | ver_linux: proc/modules, limit text processing to 'sed' | Alexander Kapshuk | 2015-10-17 | 1 | -4/+13 |
| * | | | | | | ver_linux: wireless-tools, look for numerical input, not field number | Alexander Kapshuk | 2015-10-17 | 1 | -2/+6 |
| * | | | | | | ver_linux: use 'udevadm', instead of 'udevinfo' | Alexander Kapshuk | 2015-10-17 | 1 | -1/+6 |
| * | | | | | | ver_linux: sh-utils, look for numerical input, not field number | Alexander Kapshuk | 2015-10-17 | 1 | -1/+6 |
| * | | | | | | ver_linux: loadkeys, look for numerical input, not field number | Alexander Kapshuk | 2015-10-17 | 1 | -7/+6 |
| * | | | | | | ver_linux: net-tools, look for numerical input, not field number | Alexander Kapshuk | 2015-10-17 | 1 | -2/+6 |