summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openrisc: add tick timer multi-core sync logicStafford Horne2017-11-035-3/+145
* openrisc: enable LOCKDEP_SUPPORT and irqflags tracingStafford Horne2017-11-032-3/+74
* openrisc: support framepointers and STACKTRACE_SUPPORTStafford Horne2017-11-036-48/+224
* openrisc: add simple_smp dts and defconfig for simulatorsStefan Kristiansson2017-11-032-0/+129
* openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock2017-11-037-8/+194
* openrisc: sleep instead of spin on secondary waitStafford Horne2017-11-032-2/+54
* openrisc: fix initial preempt state for secondary cpu tasksStafford Horne2017-11-032-1/+2
* openrisc: initial SMP supportStefan Kristiansson2017-11-0319-113/+584
* irqchip: add initial support for ompicStafford Horne2017-11-036-0/+230
* dt-bindings: add openrisc to vendor prefixes listStafford Horne2017-11-031-0/+1
* openrisc: use qspinlocks and qrwlocksStafford Horne2017-11-034-1/+24
* openrisc: add 1 and 2 byte cmpxchg supportStafford Horne2017-11-031-32/+115
* openrisc: use shadow registers to save regs on exceptionStefan Kristiansson2017-11-032-26/+80
* dt-bindings: openrisc: Add OpenRISC platform SoCStafford Horne2017-11-032-0/+40
* Documentation: openrisc: Updates to READMEStafford Horne2017-10-301-27/+38
* Documentation: Move OpenRISC docs out of arch/Stafford Horne2017-10-303-0/+1
* MAINTAINERS: Add OpenRISC pic maintainerStafford Horne2017-10-301-0/+1
* openrisc: dts: or1ksim: Add stdout-pathStafford Horne2017-10-301-1/+6
* Linux 4.14-rc6v4.14-rc6Linus Torvalds2017-10-231-1/+1
* Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-10-239-39/+96
|\
| * staging: bcm2835-audio: Fix memory corruptionPhil Elwell2017-10-181-12/+7
| * Merge tag 'iio-fixes-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-10-158-27/+89
| |\
| | * iio: adc: at91-sama5d2_adc: fix probe error on missing trigger propertyEugen Hristev2017-10-141-16/+29
| | * iio: adc: dln2-adc: fix build errorRandy Dunlap2017-10-081-0/+2
| | * iio: dummy: events: Add missing breakLars-Peter Clausen2017-10-011-0/+1
| | * staging: iio: ade7759: fix signed extension bug on shift of a u8Colin Ian King2017-09-301-1/+1
| | * iio: pressure: zpa2326: Remove always-true check which confuses gccGeert Uytterhoeven2017-09-251-7/+3
| | * iio: proximity: as3935: noise detection + threshold changesMatt Ranostay2017-09-253-3/+53
* | | Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-234-26/+15
|\ \ \
| * | | android: binder: Fix null ptr dereference in debug msgSherry Yang2017-10-211-1/+1
| * | | android: binder: Don't get mm from taskSherry Yang2017-10-212-14/+9
| * | | vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui2017-10-201-1/+4
| * | | binder: call poll_wait() unconditionally.Martijn Coenen2017-10-201-10/+1
* | | | Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-10-2318-77/+226
|\ \ \ \
| * | | | usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman2017-10-191-4/+7
| * | | | Merge tag 'usb-serial-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-10-191-0/+1
| |\ \ \ \
| | * | | | USB: serial: metro-usb: add MS7820 device idJohan Hovold2017-10-161-0/+1
| | |/ / /
| * | | | USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern2017-10-181-2/+4
| * | | | MAINTAINERS: fix git tree url for musb moduleBin Liu2017-10-171-1/+0
| * | | | usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi2017-10-171-0/+4
| * | | | usb: musb: sunxi: Explicitly release USB PHY on exitJonathan Liu2017-10-171-0/+2
| * | | | usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu2017-10-171-4/+2
| * | | | usb: musb: musb_cppi41: Configure the number of channels for DA8xxAlexandre Bailon2017-10-171-5/+26
| * | | | usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xxAlexandre Bailon2017-10-171-3/+37
| * | | | usb: musb: musb_cppi41: Fix the address of teardown and autoreq registersAlexandre Bailon2017-10-171-4/+19
| * | | | USB: musb: fix late external abort on suspendJohan Hovold2017-10-172-2/+11
| * | | | USB: musb: fix session-bit runtime-PM quirkJohan Hovold2017-10-171-4/+4
| * | | | usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau2017-10-171-0/+3
| * | | | USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede2017-10-171-5/+1
| * | | | Merge tag 'phy-for-4.14-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2017-10-174-32/+73
| |\ \ \ \