summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorLines
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-6/+6
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-17/+9
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov-1/+1
2016-07-26xtensa: Partially Revert "xtensa: Remove unnecessary of_platform_populate wit...Rob Herring-2/+9
2016-07-26xtensa: Fix build error due to missing include fileGuenter Roeck-0/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+56
2016-07-14xtensa/perf: Convert the hotplug notifier to state machine callbacksSebastian Andrzej Siewior-17/+9
2016-07-04Merge 4.7-rc6 into tty-nextGreg Kroah-Hartman-1/+1
2016-06-25tty: stop defining STD_COM_FLAGS in driversJiri Slaby-1/+0
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko-1/+1
2016-06-23xtensa: Remove unnecessary of_platform_populate with default match tableKefeng Wang-11/+2
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra-2/+0
2016-06-16locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra-4/+50
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra-2/+8
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+5
2016-05-23arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov-2/+0
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby-2/+2
2016-05-20exit_thread: remove empty bodiesJiri Slaby-0/+1
2016-05-20Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar-5/+5
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-1/+0
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo-5/+5
2016-05-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-1/+1
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo-2/+2
2016-04-26xtensa: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij-1/+0
2016-04-13locking/rwsem, xtensa: Drop superfluous arch specific implementationMichal Hocko-121/+1
2016-04-13locking/rwsem: Drop explicit memory barriersMichal Hocko-12/+2
2016-03-20Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linuxLinus Torvalds-78/+2593
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-7/+7
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-4/+0
2016-03-17mm: remove VM_FAULT_MINORJan Kara-1/+1
2016-03-17xtensa: add test_kc705_hifi variantMax Filippov-0/+1048
2016-03-17xtensa: add Three Core HiFi-2 MX Variant.Piet Delaney-0/+705
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-5/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+0
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas-5/+0
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck-1/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck-6/+4
2016-03-11xtensa: support hardware breakpoints/watchpointsMax Filippov-13/+649
2016-03-11xtensa: use context structure for debug exceptionsMax Filippov-18/+39
2016-03-11xtensa: remove remaining non-functional KGDB bitsMax Filippov-20/+0
2016-03-11xtensa: clear all DBREAKC registers on startMax Filippov-1/+1
2016-03-11xtensa: xtfpga: fix earlycon endiannessMax Filippov-2/+2
2016-03-11xtensa: xtfpga: fix i2c controller register width and endiannessMax Filippov-1/+2
2016-03-11xtensa: xtfpga: fix ethernet controller endiannessMax Filippov-0/+2
2016-03-11xtensa: xtfpga: fix serial port register width and endiannessMax Filippov-1/+3
2016-03-11xtensa: define CONFIG_CPU_{BIG,LITTLE}_ENDIANMax Filippov-0/+2