summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-151-1/+1
|\
| * drm: check for !kdev in drm_unplug_minor()David Herrmann2013-11-151-1/+1
* | Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-1516-710/+1025
|\ \
| * | blackfin: fix build warning for unused variableSteven Miao2013-11-151-1/+4
| * | smp: bf561: and smb_wmb()/smp_rmb() at ipi send/receiveSteven Miao2013-11-151-4/+8
| * | pm: use GFP_ATOMIC when pm core call this functionScott Jiang2013-11-151-1/+1
| * | blackfin: serial: Add serial port_fer and port_mux early platform resources.Sonic Zhang2013-11-152-27/+47
| * | blackfin: pinctrl-adi2: code cleanup after using pinctrl-adi2Steven Miao2013-11-151-66/+4
| * | blackfin: adi gpio driver and pinctrl driver supportSonic Zhang2013-11-1519-796/+1044
| * | bf609: update default config for spiScott Jiang2013-11-151-1/+1
| * | Blackfin: bfin_gpio: Use proper mask for comparing pfuncSonic Zhang2013-11-151-9/+14
* | | Merge tag 'for-3.13' of git://git.openrisc.net/~jonas/linuxLinus Torvalds2013-11-156-27/+19
|\ \ \
| * | | openrisc: Refactor or32_early_setup()Geert Uytterhoeven2013-11-151-7/+7
| * | | openrisc: Remove unused declaration of __initramfs_startGeert Uytterhoeven2013-11-151-1/+0
| * | | openrisc: Use the declarations provided by <asm/sections.h>Geert Uytterhoeven2013-11-152-6/+6
| * | | openrisc: Refresh or1ksim_defconfig for v3.12Geert Uytterhoeven2013-11-151-8/+2
| * | | openrisc: Refactor 16-bit constant relocationGeert Uytterhoeven2013-11-051-4/+2
| * | | openrisc: include: asm: Kbuild: add default "vga.h"Chen Gang2013-11-051-0/+1
| * | | openrisc: Makefile: append "-D__linux__" to KBUILD_CFLAGSChen Gang2013-11-051-1/+1
| |/ /
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-11-154-117/+12
|\ \ \
| * | | scripts/tags.sh: remove obsolete __devinit[const|data]Michael Opdenacker2013-11-081-2/+2
| * | | scripts/kernel-doc: make unknown function prototype a Warning instead of an E...Randy Dunlap2013-11-061-2/+1
| * | | show_delta: Update script to support python versions 2.5 through 3.3Mike Pagano2013-10-231-6/+6
| * | | scripts/coccinelle/api: remove devm_request_and_ioremap.cocciWolfram Sang2013-10-231-105/+0
| * | | scripts/tags.sh: Increase identifier listKirill Tkhai2013-10-231-2/+3
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-11-159-50/+48
|\ \ \ \
| * \ \ \ Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-10-318-48/+45
| |\ \ \ \
| | * | | | xconfig: Fix the filename for GUI settingsBen Hutchings2013-10-082-0/+6
| | * | | | kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch2013-10-081-1/+1
| | * | | | kconfig: remove unused definition from scannerMartin Walch2013-10-081-1/+0
| | * | | | kconfig: adjust warning message for conflicting typesMartin Walch2013-10-081-3/+4
| | * | | | kconfig: fix trivial typos and update mconf documentationMartin Walch2013-10-083-33/+31
| | * | | | kconfig: add short explanation to SYMBOL_WRITEMartin Walch2013-10-081-1/+1
| | * | | | Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | mak...Regid Ichira2013-10-081-9/+2
| * | | | | MAINTAINERS: New kconfig maintainerMichal Marek2013-10-311-2/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-11-154-4/+20
|\ \ \ \ \
| * | | | | kallsyms: Revert back to 128 max symbol lengthMichal Marek2013-11-132-2/+2
| * | | | | Kbuild: Ignore GREP_OPTIONS env variableBorislav Petkov2013-11-111-0/+3
| * | | | | scripts: kallsyms: Use %zu to print 'size_t'Fabio Estevam2013-11-081-1/+1
| * | | | | scripts/bloat-o-meter: use .startswith rather than fragile slicingJosh Triplett2013-11-071-1/+1
| * | | | | scripts/bloat-o-meter: ignore changes in the size of linux_bannerJosh Triplett2013-11-071-0/+1
| * | | | | kbuild: replace unbounded sprintf call in modpostKees Cook2013-11-061-1/+1
| * | | | | kbuild, bloat-o-meter: fix static detectionAndi Kleen2013-11-061-2/+2
| * | | | | Kbuild: Handle longer symbols in kallsyms.cAndi Kleen2013-11-061-1/+7
| * | | | | kbuild: Increase kallsyms max symbol lengthJoe Mario2013-11-061-1/+1
| * | | | | Makefile: enable -Werror=implicit-int and -Werror=strict-prototypes by defaultSergei Trofimovich2013-10-231-0/+6
| |/ / / /
* | | | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-1514-12/+20
|\ \ \ \ \
| * | | | | c6x: remove unused COMMON_CLKDEV Kconfig parameterMichael Opdenacker2013-10-301-3/+0
| * | | | | Kconfig cleanup (PARPORT_PC dependencies)Mark Salter2013-10-231-3/+7
| * | | | | x86: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1