summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'smp-hotplug^{/omap2}' into for-linusRussell King2019-01-0413-177/+73
|\
| * ARM: omap2: remove unnecessary boot_lockRussell King2018-12-141-20/+0
| * ARM: versatile: rename and comment SMP implementationRussell King2018-12-144-16/+38
| * ARM: versatile: convert boot_lock to rawSebastian Andrzej Siewior2018-12-141-5/+5
| * ARM: vexpress/realview: consolidate immitation CPU hotplugRussell King2018-12-1410-142/+36
| |
| \
*-. \ Merge branches 'misc', 'sa1100-for-next' and 'spectre' into for-linusRussell King2019-01-0232-478/+581
|\ \ \
| | * | ARM: fix the cockup in the previous patchRussell King2018-12-071-2/+2
| | * | ARM: ensure that processor vtables is not lost after bootRussell King2018-12-061-0/+10
| | * | ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2018-11-124-15/+61
| | * | ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2018-11-122-16/+27
| | * | ARM: clean up per-processor check_bugs method callRussell King2018-11-122-2/+3
| | * | ARM: split out processor lookupRussell King2018-11-122-12/+20
| | * | ARM: make lookup_processor_type() non-__initRussell King2018-11-121-3/+3
| | * | ARM: 8810/1: vfp: Fix wrong assignement to ufp_excJulien Thierry2018-11-121-1/+1
| | * | ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mmArd Biesheuvel2018-11-061-1/+1
| * | | ARM: sa1100/cerf: switch to using gpio_led_register_device()Russell King2018-12-042-10/+2
| * | | ARM: sa1100/assabet: switch to using gpio ledsRussell King2018-12-042-86/+28
| * | | ARM: sa1100/assabet: add gpio keys support for right-hand two buttonsRussell King2018-12-041-0/+30
| * | | ARM: sa1111: remove legacy GPIO interfacesRussell King2018-12-042-63/+0
| * | | pcmcia: sa1100*: remove redundant bvd1/bvd2 settingRussell King2018-12-041-2/+2
| * | | ARM: pxa/lubbock: switch PCMCIA to MAX1600 libraryRussell King2018-12-043-90/+37
| * | | ARM: pxa/mainstone: switch PCMCIA to MAX1600 library and gpiod APIsRussell King2018-12-045-79/+93
| * | | ARM: sa1100/neponset: switch PCMCIA to MAX1600 library and gpiod APIsRussell King2018-12-043-61/+38
| * | | ARM: sa1100/jornada720: switch PCMCIA to gpiod APIsRussell King2018-12-042-28/+67
| * | | pcmcia: add MAX1600 libraryRussell King2018-12-044-0/+158
| * | | ARM: sa1100: explicitly register sa11x0-pcmcia devicesRussell King2018-12-042-10/+1
| | |/ | |/|
* | | ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+Vincent Whitchurch2018-11-123-10/+39
* | | ARM: 8812/1: Optimise copy_{from/to}_user for !CPU_USE_DOMAINSVincent Whitchurch2018-11-123-8/+48
* | | ARM: 8811/1: always list both ldrd/strd registers explicitlyNicolas Pitre2018-11-124-49/+49
* | | ARM: 8808/1: kexec:offline panic_smp_self_stop CPUYufen Wang2018-11-081-0/+15
* | | ARM: 8807/1: mm: Facilitate debugging CONFIG_KUSER_HELPERS disabledFlorian Fainelli2018-11-081-0/+6
* | | ARM: 8805/2: remove unneeded naked function usageNicolas Pitre2018-11-087-194/+178
* | | ARM: 8804/1: zImage: atags_to_fdt: add serial-number for ATAG_SERIALBen Dooks2018-11-081-0/+23
* | | ARM: Kconfig: remove useless "default n"Russell King2018-11-084-4/+0
* | | ARM: Kconfig: remove useless parenthesisRussell King2018-11-081-12/+12
|/ /
* | Linux 4.20-rc1v4.20-rc1Linus Torvalds2018-11-051-2/+2
* | Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\ \
| * | ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * | Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * | ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * | ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * | ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * | ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * | ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * | ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * | ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * | ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * | ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * | ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * | ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81