summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pcmcia' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-10-104-102/+183
|\
| * pcmcia: soc_common: add driver-data pointerRussell King2016-09-221-0/+1
| * pcmcia: soc_common: add support for voltage sense GPIOsRussell King2016-09-222-2/+8
| * pcmcia: soc_common: constify pcmcia_low_level ops pointerRussell King2016-09-222-2/+2
| * pcmcia: soc_common: switch to a per-socket cpufreq notifierRussell King2016-09-222-54/+26
| * pcmcia: soc_common: add support for Vcc and Vpp regulatorsRussell King2016-09-222-1/+47
| * pcmcia: soc_common: add CF socket state helperRussell King2016-09-224-16/+16
| * pcmcia: soc_common: restore previous socket state on errorRussell King2016-09-221-4/+10
| * pcmcia: soc_common: add support for reset and bus enable GPIOsRussell King2016-09-222-0/+19
| * pcmcia: soc_common: request legacy detect GPIO with active lowRussell King2016-09-221-5/+8
| * pcmcia: soc_common: ignore invalid interruptsRussell King2016-09-221-4/+6
| * pcmcia: soc_common: switch to using gpio_descsRussell King2016-09-222-11/+41
| * pcmcia: soc_common: use devm_gpio_request_one()Russell King2016-09-221-8/+4
* | Merge tag 'nios2-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-10-102-14/+9
|\ \
| * | nios2: use of_property_read_boolLey Foon Tan2016-10-062-14/+9
* | | Merge tag 'cris-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2016-10-1022-217/+83
|\ \ \
| * | | cris: return of class_create should be consideredyizhouzhou@ict.ac.cn2016-09-231-0/+6
| * | | CRIS: defconfig: remove MTDRAM_ABS_POSFabian Frederick2016-09-234-4/+0
| * | | CRIS v32: remove some double unlocksDan Carpenter2016-09-232-2/+0
| * | | Fix typoAndrea Gelmini2016-09-231-1/+1
| * | | Fix typoAndrea Gelmini2016-09-231-1/+1
| * | | Fix typoAndrea Gelmini2016-09-231-1/+1
| * | | Fix typoAndrea Gelmini2016-09-231-1/+1
| * | | Fix typoAndrea Gelmini2016-09-231-1/+1
| * | | Fix typoAndrea Gelmini2016-09-231-1/+1
| * | | Fix typoAndrea Gelmini2016-09-231-1/+1
| * | | cris: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-231-1/+1
| * | | cris: v10: axisflashmap: remove unused ifdefsNiklas Cassel2016-09-231-19/+0
| * | | cris: use generic io.hNiklas Cassel2016-09-221-170/+1
| * | | cris: fix Kconfig mismatch when building with CONFIG_PCINiklas Cassel2016-09-221-1/+1
| * | | cris: cardbus: fix header include pathNiklas Cassel2016-09-221-1/+1
| * | | cris: add dev88_defconfigNiklas Cassel2016-09-221-0/+49
| * | | cris: irq: stop loop from accessing array out of boundsNiklas Cassel2016-09-221-2/+1
| * | | cris: fasttimer: fix mixed declarations and code compile warningNiklas Cassel2016-09-221-8/+7
| * | | cris: intmem: fix pointer comparison compile warningNiklas Cassel2016-09-221-2/+2
| * | | cris: intmem: fix device_initcall compile warningJesper Nilsson2016-09-221-1/+8
* | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-1025-50/+2127
|\ \ \ \
| * | | | x86/pkeys: Update documentationDave Hansen2016-10-051-9/+5
| * | | | x86/mm/pkeys: Do not skip PKRU register if debug registers are not usedNicolas Iooss2016-09-131-6/+7
| * | | | x86/pkeys: Fix pkeys build breakage for some non-x86 archesDave Hansen2016-09-131-0/+5
| * | | | x86/pkeys: Add self-testsDave Hansen2016-09-093-1/+1631
| * | | | x86/pkeys: Allow configuration of init_pkruDave Hansen2016-09-091-0/+66
| * | | | x86/pkeys: Default to a restrictive init PKRUDave Hansen2016-09-095-0/+52
| * | | | pkeys: Add details of system call use to Documentation/Dave Hansen2016-09-091-0/+62
| * | | | generic syscalls: Wire up memory protection keys syscallsDave Hansen2016-09-092-1/+19
| * | | | x86: Wire up protection keys system callsDave Hansen2016-09-092-0/+10
| * | | | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-0912-27/+221
| * | | | x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen2016-09-093-1/+13
| * | | | mm: Implement new pkey_mprotect() system callDave Hansen2016-09-094-23/+45
| * | | | x86/pkeys: Add fault handling for PF_PK page fault bitDave Hansen2016-09-091-0/+9