summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libata-scsi: do not respond with "invalid field" for FORMAT UNITTom Yan2016-07-061-5/+0
* drivers: ata: pata_arasan_cf: use the same name for the same lockIago Abal2016-06-281-1/+1
* ata: fix "ering" sysfs time printingArnd Bergmann2016-06-171-4/+5
* ARM: dts: nsp: Add sata device tree entryYendapally Reddy Dhananjaya Reddy2016-06-162-0/+54
* phy: Add SATA3 PHY support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2016-06-161-0/+81
* ata: ahci_brcm: Add support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2016-06-162-11/+37
* ata: ahci_brcmstb: rename to support across Broadcom SoC'sYendapally Reddy Dhananjaya Reddy2016-06-163-4/+4
* dt-bindings: phy: Add documentation for NSP SATA PHYYendapally Reddy Dhananjaya Reddy2016-06-161-1/+3
* dt-bindings: ata: add support for Broadcom NSP SoC ahciYendapally Reddy Dhananjaya Reddy2016-06-161-0/+1
* dt-bindings: ata: rename brcm, sata-brcmstb.txt to brcm, sata-brcm.txtYendapally Reddy Dhananjaya Reddy2016-06-161-4/+4
* ata: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-272-2/+2
* MAINTAINERS: Add file patterns for ata device tree bindingsGeert Uytterhoeven2016-05-271-0/+1
* pata_atiixp: fix trivial indentation misalignment on if statementColin Ian King2016-05-271-2/+2
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-05-276-177/+14
|\
| * coccicheck: Fix missing 0 index in kill loopKees Cook2016-05-191-1/+1
| * scripts/package/Makefile: rpmbuild add support of RPMOPTSSrinivas Pandruvada2016-05-161-2/+2
| * builddeb: fix missing headers in linux-headers packageAzriel Samson2016-05-101-1/+1
| * builddeb: include objtool binary in headers packageBjørn Mork2016-05-101-0/+3
| * kbuild/mkspec: support 'update-bootloader'-based systemsJiri Kosina2016-04-201-0/+5
| * scripts: coccinelle: remove check to move constants to rightWolfram Sang2016-04-201-171/+0
| * Coccinelle: setup_timer: Add space in front of parenthesesVaishali Thakkar2016-04-201-2/+2
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-05-273-10/+30
|\ \
| * | kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders2016-05-101-0/+14
| * | kconfig-language: elaborate on the type of a choiceDirk Gouders2016-05-101-6/+11
| * | kconfig-language: fix comment on dependency-generated menu structures.Dirk Gouders2016-05-101-3/+2
| * | kconfig: add unexpected data itself to warningPaul Bolle2016-05-101-1/+3
| |/
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-2729-95/+335
|\ \
| * | kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann2016-05-112-2/+4
| * | kbuild: fix if_change and friends to consider argument orderMasahiro Yamada2016-05-101-6/+5
| * | kbuild: fix adjust_autoksyms.sh for modules that need only one symbolNicolas Pitre2016-05-101-1/+1
| * | kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same lineNicolas Pitre2016-05-101-1/+1
| * | gcov: disable -Wmaybe-uninitialized warningArnd Bergmann2016-05-101-1/+1
| * | gcov: disable tree-loop-im to reduce stack usageArnd Bergmann2016-05-101-1/+1
| * | gcov: disable for COMPILE_TESTArnd Bergmann2016-05-101-0/+1
| * | Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHESArnd Bergmann2016-05-101-1/+5
| * | Kbuild: change CC_OPTIMIZE_FOR_SIZE definitionArnd Bergmann2016-05-101-0/+13
| * | kbuild: forbid kernel directory to contain spaces and colonsRobert Jarzmik2016-05-101-0/+4
| * | kbuild: adjust ksym_dep_filter for some cmd_* renamesNicolas Pitre2016-04-271-4/+6
| * | kbuild: Fix dependencies for final vmlinux linkNicolas Pitre2016-04-271-1/+1
| * | kbuild: better abstract vmlinux sequential prerequisitesNicolas Pitre2016-04-261-16/+15
| * | kbuild: fix call to adjust_autoksyms.sh when output directory specifiedNicolas Ferre2016-04-261-3/+3
| * | kbuild: Get rid of KBUILD_STRMichal Marek2016-04-201-4/+4
| * | kbuild: rename cmd_as_s_S to cmd_cpp_s_SMasahiro Yamada2016-04-201-3/+3
| * | kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada2016-04-202-7/+7
| * | kbuild: drop redundant "PHONY += FORCE"Masahiro Yamada2016-04-203-3/+3
| * | kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-2013-14/+0
| * | kbuild: mark help target as PHONYMasahiro Yamada2016-04-201-0/+2
| * | kbuild: specify modules(_install) as PHONY rather than FORCEMasahiro Yamada2016-04-201-1/+2
| * | kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-204-9/+9
| * | scripts: genksyms: fix resource leakMaxim Zhukov2016-04-201-0/+3