summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update the default value of crashkernel lowBaoquan He2015-09-241-2/+4
* zram: update documentationSergey SENOZHATSKY2015-09-241-4/+40
* Merge branch 'doc/4.4' of git.lwn.net:/home/git/linux-2.6Jonathan Corbet2015-09-2413-87/+166
|\
| * README: Add ARC architectureVineet Gupta2015-09-181-1/+1
| * Doc:misc-devices: Fix typo in Documentation/misc-devicesMasanari Iida2015-09-183-3/+3
| * can: Add documentation for CAN FD driver configurationOliver Hartkopp2015-09-181-20/+77
| * scripts/kernel-doc: Replacing highlights hash by an arrayDanilo Cesar Lemes de Paula2015-09-131-44/+60
| * sysfs.txt: mention that store method buffers are null-terminatedUlf Magnusson2015-09-131-3/+4
| * sysfs-tagging.txt: fix pre-kernfs referencesUlf Magnusson2015-09-131-7/+7
| * sysfs.txt: fix pre-kernfs sysfs_dirent referenceUlf Magnusson2015-09-132-2/+2
| * documentation: fix small typo in rbtree.txtAlexey Klimov2015-09-131-1/+1
| * Documentation: Avoid creating man pages in source treeBen Hutchings2015-09-131-4/+5
| * Documentation: lockstat: Fix typo lokcing -> lockingStephen Boyd2015-09-131-1/+1
| * MAINTAINERS: claim scripts/*doc* in the docs treeJonathan Corbet2015-09-131-0/+2
| * scripts/kernel-doc: Processing -nofunc for functions onlyDanilo Cesar Lemes de Paula2015-09-131-1/+1
| * Docs/DocBook: Add .db files to .gitignoreJonathan Corbet2015-09-131-0/+1
| * DocBook: ignore .proc filesBrian Norris2015-09-131-0/+1
* | Merge tag 'spi-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-2410-45/+49
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'spi/fix/spidev' and 'spi/fix/xtfpga' into spi...Mark Brown2015-09-222-3/+4
| |\ \ \
| | | * | spi: xtensa-xtfpga: fix register endiannessMax Filippov2015-09-221-2/+2
| | | |/
| | * | spi: spidev: fix possible NULL dereferenceSudip Mukherjee2015-09-111-1/+2
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----------. \ \ Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d...Mark Brown2015-09-228-42/+45
| |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee2015-09-021-0/+4
| | | | | | | * | | | spi: mediatek: fix spi cs polarity errorLeilk Liu2015-09-071-20/+7
| | | | | | * | | | | spi: meson: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
| | | | | | | |_|_|/ | | | | | | |/| | |
| | | | | * | | | | spi: mediatek: fix wrong error return value on probeJavier Martinez Canillas2015-09-161-2/+2
| | | | | * | | | | spi: Mediatek: Document devicetree bindings update for spi busLeilk Liu2015-08-311-6/+10
| | | | | * | | | | spi: mediatek: fix spi clock usage errorLeilk Liu2015-08-311-8/+15
| | | | | * | | | | spi: mediatek: remove clk_disable_unprepare()Leilk Liu2015-08-311-1/+0
| | | | * | | | | | spi: fix kernel-doc warnings in spi.hGeliang Tang2015-09-161-1/+1
| | | | * | | | | | Merge tag 'v4.3-rc1' into spi-fix-docMark Brown2015-09-1610457-279631/+591974
| | | | |\ \ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | |
| | | | * | | | | | spi: Fix documentation of spi_alloc_master()Guenter Roeck2015-09-061-2/+1
| | | | | |_|_|/ / | | | | |/| | | |
| | | * / | | | | spi: bcm2835: BUG: fix wrong use of PAGE_MASKMartin Sperl2015-09-101-3/+3
| | | |/ / / / /
| | * / / / / / spi: atmel: remove warning when !CONFIG_PM_SLEEPAlexandre Belloni2015-09-101-0/+2
| | |/ / / / /
* | | | | | | Merge tag 'regulator-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-247-19/+70
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-------. \ \ \ \ \ \ Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', ...Mark Brown2015-09-216-8/+60
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | regulator: vexpress: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
| | | | | | | |_|/ / / / | | | | | | |/| | | | |
| | | | | * / | | | | | regulator: tps65218: Fix missing zero typoAndrew F. Davis2015-09-161-1/+1
| | | | | |/ / / / / /
| | | | * | | / / / / regulator: pbias: program pbias register offset in pbias driverKishon Vijay Abraham I2015-09-032-7/+56
| | | | | |_|/ / / / | | | | |/| | | | |
| | | * | | | | | | regulator: gpio: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
| | | | |/ / / / / | | | |/| | | | |
| | * / | | | | | regulator: anatop: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
| | |/ / / / / /
| * | | | | | | Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown2015-09-211-11/+10
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | regulator: core: Correct return value check in regulator_resolve_supplyCharles Keepax2015-09-171-8/+8
| | * | | | | | regulator: core: fix possible NULL dereferenceSudip Mukherjee2015-09-021-3/+2
* | | | | | | | Merge tag 'dm-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-09-242-2/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | dm crypt: constrain crypt device's max_segment_size to PAGE_SIZEMike Snitzer2015-09-141-2/+15
| * | | | | | | | dm thin: disable discard support for thin devices if pool's is disabledMike Snitzer2015-09-131-0/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-215-51/+110
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-165-45/+83
| * | | | | | | | Revert "cgroup: simplify threadgroup locking"Tejun Heo2015-09-161-12/+33
| |/ / / / / / /