summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana2016-10-021-1/+1
* ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros2016-09-291-1/+1
* ARM: 8616/1: dt: Respect property size when parsing CPUsRobin Murphy2016-09-291-3/+11
* ARM: pxa/lubbock: add pcmcia clockRussell King2016-09-121-0/+14
* ARM: locomo: fix locomo irq handlingRussell King2016-09-121-3/+2
* ARM: 8612/1: LPAE: initialize cache policy correctlyStefan Agner2016-09-123-1/+3
* Merge branches 'fixes-pcmcia' and 'fixes-sa1111' into fixesRussell King2016-09-121-13/+19
|\
| * ARM: sa1111: fix missing clk_disable()Russell King2016-09-121-1/+3
| * ARM: sa1111: fix pcmcia suspend/resumeRussell King2016-09-121-9/+13
| * ARM: sa1111: fix pcmcia interrupt mask polarityRussell King2016-09-121-2/+2
| * ARM: sa1111: fix error code propagation in sa1111_probe()Russell King2016-09-121-1/+1
* | pcmcia: lubbock: fix sockets configurationRobert Jarzmik2016-09-123-6/+7
* | pcmcia: sa1111: fix propagation of lowlevel board init return codeRussell King2016-09-125-69/+58
* | pcmcia: soc_common: fix SS_STSCHG polarityRussell King2016-09-121-1/+1
* | pcmcia: sa11xx_base: add units to the timing informationRussell King2016-09-121-3/+3
* | pcmcia: sa11xx_base: fix reporting of timing informationRussell King2016-09-121-1/+1
* | pcmcia: ds: fix suspend/resumeRussell King2016-09-121-5/+7
|/
* Linux 4.8-rc6Linus Torvalds2016-09-111-1/+1
* nvme: make NVME_RDMA depend on BLOCKLinus Torvalds2016-09-111-1/+1
* Merge tag 'staging-4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-09-116-8/+19
|\
| * Merge tag 'iio-fixes-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-09-096-8/+19
| |\
| | * iio:core: fix IIO_VAL_FRACTIONAL sign handlingGregor Boirie2016-09-051-3/+2
| | * iio: ensure ret is initialized to zero before entering do loopColin Ian King2016-09-051-2/+2
| | * iio: accel: kxsd9: Fix scaling bugLinus Walleij2016-09-031-0/+1
| | * iio: accel: bmc150: reset chip at init timeOlof Johansson2016-09-031-0/+11
| | * iio: fix pressure data output unit in hid-sensor-attributesKweh, Hock Leong2016-09-031-2/+2
| | * tools:iio:iio_generic_buffer: fix trigger-less modeGregor Boirie2016-08-291-1/+1
* | | Merge tag 'usb-4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-09-118-8/+39
|\ \ \
| * \ \ Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-09-096-7/+25
| |\ \ \
| | * | | usb: dwc3: pci: fix build warning on !PM_SLEEPFelipe Balbi2016-09-071-1/+3
| | * | | usb: gadget: prevent potenial null pointer dereference on skb->lenColin Ian King2016-09-061-1/+1
| | * | | usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda2016-09-051-2/+9
| | * | | usb: phy: phy-generic: Check clk_prepare_enable() errorFabio Estevam2016-09-051-2/+6
| | * | | usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CONYoshihiro Shimoda2016-09-051-0/+2
| | * | | Revert "usb: dwc3: gadget: always decrement by 1"John Youn2016-09-051-1/+4
| | |/ /
| * | | Merge tag 'usb-ci-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-09-091-0/+9
| |\ \ \
| | * | | usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber2016-09-091-0/+9
| * | | | xhci: fix null pointer dereference in stop command timeout functionMathias Nyman2016-09-081-1/+5
| | |/ / | |/| |
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-09-107-12/+30
|\ \ \ \
| * | | | libnvdimm: allow legacy (e820) pmem region to clear bad blocksDave Jiang2016-09-091-1/+5
| * | | | nfit, mce: Fix SPA matching logic in MCE handlerVishal Verma2016-09-091-1/+1
| * | | | mm: fix cache mode of dax pmd mappingsDan Williams2016-09-092-7/+19
| * | | | mm: fix show_smap() for zone_device-pmd rangesDan Williams2016-09-092-2/+4
| * | | | dax: fix mapping size checkDan Williams2016-09-031-1/+1
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-09-108-15/+43
|\ \ \ \ \
| * | | | | i2c: rk3x: Restore clock settings at resume timeDoug Anderson2016-09-081-0/+12
| * | | | | i2c: Spelling s/acknowedge/acknowledge/Geert Uytterhoeven2016-09-082-2/+2
| * | | | | i2c: designware: save the preset value of DW_IC_SDA_HOLDZhuo-hao Lee2016-09-081-6/+10
| * | | | | Documentation: i2c: slave-interface: add note for driver developmentWolfram Sang2016-09-081-0/+5
| * | | | | i2c: mux: demux-pinctrl: run properly with multiple instancesWolfram Sang2016-09-081-4/+10