aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Merge tag 'xtensa-20150416' of git://github.com/czankel/xtensa-linuxGravatar Linus Torvalds 11-41/+346
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-22/+10
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-5/+0
2015-04-14Merge tag 'xtensa-for-next-20150413' of git://github.com/jcmvbkbc/linux-xtens...Gravatar Chris Zankel 3-14/+52
2015-04-14Merge tag 'v4.0' into for_nextGravatar Chris Zankel 5-67/+49
2015-04-13xtensa: xtfpga: add CY7C67300 USB controller supportGravatar Max Filippov 2-0/+37
2015-04-13xtensa: ISS: fix locking in TAP network adapterGravatar Max Filippov 1-14/+15
2015-04-12xtensa: Remove signal translation and exec_domainGravatar Richard Weinberger 2-11/+2
2015-04-12xtensa: Autogenerate offsets in struct thread_infoGravatar Richard Weinberger 2-11/+8
2015-04-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupGravatar Al Viro 1-5/+0
2015-04-10xtensa: Fix fix linker script transformation for .text / .text.fixupGravatar Guenter Roeck 1-0/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Gravatar Yijing Wang 1-2/+13
2015-03-13Merge tag 'xtensa-for-next-20150304' of git://github.com/jcmvbkbc/linux-xtens...Gravatar Chris Zankel 6-27/+87
2015-03-04xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_rangeGravatar Max Filippov 1-1/+1
2015-03-04xtensa: wire bpf and execveat syscallsGravatar Max Filippov 1-1/+5
2015-02-27xtensa: xtfpga: fix hardware lockup caused by LCD driverGravatar Max Filippov 5-25/+81
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-45/+45
2015-02-13xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-5/+2
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 2-6/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsGravatar Kirill A. Shutemov 1-1/+1
2015-02-10xtensa: drop _PAGE_FILE and pte_file()-related helpersGravatar Kirill A. Shutemov 1-10/+0
2015-02-07xtensa: xtfpga: provide defconfig with audio subsystemGravatar Max Filippov 1-0/+142
2015-02-07xtensa: xtfpga: add audio card to xtfpga DTSGravatar Max Filippov 1-0/+64
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportGravatar Linus Torvalds 1-0/+2
2015-01-13xtensa: macro whitespace fixesGravatar Michael S. Tsirkin 1-45/+45
2014-12-16Merge tag 'xtensa-next-20141215' of git://github.com/czankel/xtensa-linuxGravatar Linus Torvalds 41-3042/+149
2014-12-15xtensa: disable link optimizationGravatar Chris Zankel 2-1/+2
2014-12-15xtensa/uaccess: fix sparse errorsGravatar Michael S. Tsirkin 1-2/+2
2014-12-15Merge tag 'xtensa-for-next-20141213' of git://github.com/jcmvbkbc/linux-xtens...Gravatar Chris Zankel 2-1/+7
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-1/+5
2014-12-10net, lib: kill arch_fast_hash library bitsGravatar Daniel Borkmann 1-1/+0
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+0
2014-12-09xtensa: fix kmap_prot definitionGravatar Max Filippov 1-1/+1
2014-12-09xtensa: add power management menu to KconfigGravatar Max Filippov 1-0/+6
2014-12-05net: sock: allow eBPF programs to be attached to socketsGravatar Alexei Starovoitov 1-0/+3
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-4/+296
2014-11-11net: introduce SO_INCOMING_CPUGravatar Eric Dumazet 1-0/+2
2014-11-10Merge tag 'xtensa-for-next-20141021-2' of git://github.com/jcmvbkbc/linux-xte...Gravatar Chris Zankel 39-3038/+138
2014-10-23Merge tag 'xtensa-for-next-20141021-1' of git://github.com/jcmvbkbc/linux-xte...Gravatar Chris Zankel 6-4/+296
2014-10-21xtensa: remove s6000 variant and s6105 platformGravatar Daniel Glöckner 22-3006/+0
2014-10-21xtensa: make PLATFORM_DEFAULT_MEM parameters configurableGravatar Max Filippov 2-2/+38
2014-10-21xtensa: nommu: clean up memory map dumpGravatar Max Filippov 2-6/+12
2014-10-21xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_STARTGravatar Max Filippov 1-0/+11
2014-10-21xtensa: nommu: set up cache and atomctl in initialize_mmuGravatar Max Filippov 2-2/+36
2014-10-21xtensa: move vecbase SR initialization to _startupGravatar Max Filippov 2-3/+5
2014-10-21xtensa: nommu: fix uImage load addressGravatar Max Filippov 1-0/+4
2014-10-21xtensa: nommu: fix load address definitionsGravatar Max Filippov 1-3/+4
2014-10-21xtensa: nommu: fix Image.elf reset code and ld scriptGravatar Max Filippov 2-6/+6
2014-10-21xtensa: nommu: add MMU dependency to DEBUG_TLB_SANITYGravatar Max Filippov 1-1/+1
2014-10-21xtensa: nommu: don't build most of the cache flushing codeGravatar Max Filippov 3-5/+6