summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-6/+6
* Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-301-2/+1
|\
| * xtensa: Partially Revert "xtensa: Remove unnecessary of_platform_populate wit...Rob Herring2016-07-262-2/+9
| * xtensa: Fix build error due to missing include fileGuenter Roeck2016-07-261-0/+1
| * xtensa: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-232-11/+2
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-17/+9
|\ \
| * | xtensa/perf: Convert the hotplug notifier to state machine callbacksSebastian Andrzej Siewior2016-07-141-17/+9
* | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-252-6/+56
|\ \ \
| * | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | | locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-161-4/+50
| * | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-2/+8
| | |/ | |/|
* | | Merge 4.7-rc6 into tty-nextGreg Kroah-Hartman2016-07-041-1/+1
|\ \ \ | | |/ | |/|
| * | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-1/+1
| |/
* / tty: stop defining STD_COM_FLAGS in driversJiri Slaby2016-06-251-1/+0
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-251-5/+5
|\
| * Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-201-5/+5
| |\
| | * perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-5/+5
* | | arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov2016-05-232-2/+0
* | | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
* | | exit_thread: remove empty bodiesJiri Slaby2016-05-201-0/+1
* | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-171-1/+0
|\ \ \
| * | | xtensa: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-04-261-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-161-2/+2
|\ \ \ | | |/ | |/|
| * | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-2/+2
| |/
* | locking/rwsem, xtensa: Drop superfluous arch specific implementationMichal Hocko2016-04-132-121/+1
* | locking/rwsem: Drop explicit memory barriersMichal Hocko2016-04-131-12/+2
|/
* Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linuxLinus Torvalds2016-03-2033-78/+2593
|\
| * xtensa: add test_kc705_hifi variantMax Filippov2016-03-173-0/+1048
| * xtensa: add Three Core HiFi-2 MX Variant.Piet Delaney2016-03-173-0/+705
| * xtensa: support hardware breakpoints/watchpointsMax Filippov2016-03-1115-13/+649
| * xtensa: use context structure for debug exceptionsMax Filippov2016-03-116-18/+39
| * xtensa: remove remaining non-functional KGDB bitsMax Filippov2016-03-112-20/+0
| * xtensa: clear all DBREAKC registers on startMax Filippov2016-03-111-1/+1
| * xtensa: xtfpga: fix earlycon endiannessMax Filippov2016-03-112-2/+2
| * xtensa: xtfpga: fix i2c controller register width and endiannessMax Filippov2016-03-111-1/+2
| * xtensa: xtfpga: fix ethernet controller endiannessMax Filippov2016-03-112-0/+2
| * xtensa: xtfpga: fix serial port register width and endiannessMax Filippov2016-03-112-1/+3
| * xtensa: define CONFIG_CPU_{BIG,LITTLE}_ENDIANMax Filippov2016-03-111-0/+2
| * xtensa: fix preemption in {clear,copy}_user_highpageMax Filippov2016-03-111-4/+4
| * xtensa: ISS: don't hang if stdin EOF is reachedMax Filippov2016-03-111-4/+6
| * xtensa: support ioremap for memory outside KIO regionMax Filippov2016-01-113-4/+82
| * xtensa: use XTENSA_INT_LEVEL macro in asm/timex.hMax Filippov2016-01-111-6/+3
| * xtensa: make fake NMI configurableMax Filippov2016-01-113-7/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-7/+7
|\ \
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-1/+1
| * | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-6/+4
| * | net: Facility to report route quality of connected socketsTom Herbert2016-02-251-0/+2