aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-09s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik5-64/+81
2018-10-09s390: introduce .boot.data sectionVasily Gorbik6-4/+56
2018-10-09s390/decompressor: clean up and rename compressed/misc.cVasily Gorbik4-24/+14
2018-10-09s390: rescue initrd as early as possibleVasily Gorbik5-38/+40
2018-10-09s390/sclp: simplify early hsa_size detectionVasily Gorbik1-57/+3
2018-10-09s390/decompressor: get rid of .bss usageVasily Gorbik2-13/+6
2018-10-09s390/decompressor: rework uncompressed image info collectionVasily Gorbik7-56/+61
2018-10-09s390: remove decompressor's head.SVasily Gorbik8-64/+43
2018-10-09s390: unify stack size definitionsVasily Gorbik6-21/+16
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky16-88/+225
2018-10-09s390: add stack switch helperMartin Schwidefsky2-9/+50
2018-10-09init: add arch_call_rest_init to allow stack switchingMartin Schwidefsky2-2/+9
2018-10-09s390/pfault: do not use stack buffers for hardware dataMartin Schwidefsky1-17/+21
2018-10-09s390/monwriter: do not use stack buffers for hardware dataMartin Schwidefsky1-13/+20
2018-10-09s390/hypfs: do not use stack buffers for hardware dataMartin Schwidefsky1-18/+22
2018-10-09s390/appldata: do not use stack buffers for hardware dataMartin Schwidefsky1-12/+23
2018-10-09s390/appldata: pass parameter list pointer to appldata_asmMartin Schwidefsky3-11/+16
2018-10-09dmaengine: fsl-edma: remove dma_slave_config direction usageVinod Koul2-40/+46
2018-10-09HID: google: drop superfluous const before SIMPLE_DEV_PM_OPS()Jiri Kosina1-1/+1
2018-10-09HID: google: add support tablet mode switch for WhiskersDmitry Torokhov1-19/+394
2018-10-09mfd: cros: add "base attached" MKBP switch definitionDmitry Torokhov1-0/+1
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DEBUG_LOCKDEP=yWaiman Long4-10/+37
2018-10-09PM / tools: sleepgraph and bootgraph: upgrade to v5.2Todd Brandt4-298/+364
2018-10-09PM / tools: sleepgraph: first batch of v5.2 changesTodd Brandt3-634/+759
2018-10-09Merge branch 'fixes' into nextUlf Hansson1-0/+10
2018-10-09mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot1-0/+10
2018-10-09Merge tag 'arc-4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcGreg Kroah-Hartman3-25/+23
2018-10-09mmc: mmci: add stm32 sdmmc variantLudovic Barre5-0/+334
2018-10-09dt-bindings: mmci: add stm32 sdmmc variantLudovic Barre1-0/+10
2018-10-09mmc: mmci: add stm32 sdmmc registersLudovic Barre1-0/+56
2018-10-09mmc: mmci: add clock divider for stm32 sdmmcLudovic Barre2-0/+4
2018-10-09mmc: mmci: add optional reset propertyLudovic Barre2-0/+9
2018-10-09dt-bindings: mmci: add optional reset propertyLudovic Barre1-0/+1
2018-10-09mmc: mmci: add variant property to not read datacntLudovic Barre2-2/+9
2018-10-09mmc: mmci: add variant property to write datactrl before commandLudovic Barre2-2/+6
2018-10-09mmc: mmci: add variant property to define irq pio maskLudovic Barre2-3/+15
2018-10-09mmc: mmci: add variant property to define dpsm bitLudovic Barre2-3/+14
2018-10-09mmc: mmci: add variant properties to define cpsm & cmdresp bitsLudovic Barre2-4/+51
2018-10-09mmc: mmci: expand startbiterr to irqmask and error checkLudovic Barre2-14/+19
2018-10-09mmc: mmci: add datactrl block size variant propertyLudovic Barre2-2/+13
2018-10-09mmc: mmci: add set_clk/pwrreg callbacksLudovic Barre2-4/+17
2018-10-09mmc: mmci: add validate_data callbackLudovic Barre2-18/+22
2018-10-09mmc: mmci: add dma_error callbackLudovic Barre3-11/+18
2018-10-09mmc: mmci: add dma_finalize callbackLudovic Barre3-8/+15
2018-10-09mmc: mmci: add dma_start callbackLudovic Barre3-30/+42
2018-10-09mmc: mmci: add get_next_data callbackLudovic Barre3-6/+13
2018-10-09mmc: mmci: add prepare/unprepare_data callbacksLudovic Barre3-33/+78
2018-10-09mmc: mmci: merge prepare data functionsLudovic Barre1-12/+7
2018-10-09mmc: mmci: introduce dma_priv pointer to mmci_hostLudovic Barre2-69/+94
2018-10-09mmc: mmci: create common mmci_dma_setup/releaseLudovic Barre3-18/+75