summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-152-9/+10
|\
| * xtensa: Remove signal translation and exec_domainRichard Weinberger2015-04-121-9/+2
| * xtensa: Autogenerate offsets in struct thread_infoRichard Weinberger2015-04-121-0/+8
* | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-141-5/+0
|\ \
| * | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-111-5/+0
| |/
* | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-2/+13
|/
* xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-5/+2
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* Merge tag 'xtensa-for-next-20141021-2' of git://github.com/jcmvbkbc/linux-xte...Chris Zankel2014-11-102-0/+7
|\
| * xtensa: move vecbase SR initialization to _startupMax Filippov2014-10-211-0/+5
| * xtensa: nommu: don't provide arch_get_unmapped_areaMax Filippov2014-10-211-0/+2
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-1/+1
|\ \ | |/ |/|
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-1/+1
* | Merge tag 'xtensa-20140830' of git://github.com/czankel/xtensa-linuxLinus Torvalds2014-08-316-72/+139
|\ \
| * \ Merge tag 'xtensa-for-next-20140815' into for_nextChris Zankel2014-08-186-72/+139
| |\ \
| | * | xtensa: deprecate fast_xtensa and fast_spill_registers syscallsMax Filippov2014-08-141-0/+28
| | * | xtensa: don't allow overflow/underflow on unaligned stackMax Filippov2014-08-143-7/+10
| | * | xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov2014-08-141-7/+5
| | * | xtensa: allow single-stepping through unaligned load/storeMax Filippov2014-08-141-0/+8
| | * | xtensa: move invalid unaligned instruction handler closer to its usersMax Filippov2014-08-141-33/+29
| | * | xtensa: make fast_unaligned store restartableMax Filippov2014-08-141-32/+19
| | * | xtensa: add double exception fixup handler for fast_unalignedMax Filippov2014-08-141-0/+43
| | * | xtensa: fix kernel/user jump out of fast_unalignedMax Filippov2014-08-141-1/+1
| | * | xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_missMax Filippov2014-08-141-1/+1
| | * | xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DSMax Filippov2014-08-141-4/+8
| | * | xtensa: fix address checks in dma_{alloc,free}_coherentAlan Douglas2014-08-141-6/+6
| | |/
* | | flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-291-0/+1
|/ /
* | xtensa: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-27/+16
|/
* Merge tag 'xtensa-for-next-20140715' of git://github.com/jcmvbkbc/linux-xtens...Chris Zankel2014-07-152-24/+138
|\
| * xtensa: add fixup for double exception raised in window overflowMax Filippov2014-06-092-24/+138
* | Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-133-35/+33
|\ \ | |/
| * Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linuxLinus Torvalds2014-05-053-35/+33
| |\
| | * xtensa: optimize local_flush_tlb_kernel_rangeMax Filippov2014-04-061-0/+15
| | * xtensa: handle memmap kernel optionMax Filippov2014-04-021-0/+1
| | * xtensa: keep sysmem banks ordered in mem_reserveMax Filippov2014-04-021-1/+1
| | * xtensa: split bootparam and kernel meminfoMax Filippov2014-04-021-34/+9
| | * xtensa: export __{invalidate,flush}_dcache_rangeMax Filippov2014-04-021-0/+6
| | * xtensa: Export __invalidate_icache_rangeGeert Uytterhoeven2014-04-021-0/+1
* | | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-1/+1
* | | of/fdt: consolidate built-in dtb section variablesRob Herring2014-04-301-1/+0
|/ /
* | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-125-221/+235
|\ \ | |/
| * Merge tag 'xtensa-for-next-20140221-1' into for_nextChris Zankel2014-02-241-0/+2
| |\
| | * xtensa: support common clock frameworkMax Filippov2014-02-211-0/+2
| * | xtensa: fix fast_syscall_spill_registersChris Zankel2014-01-292-3/+1
| * | xtensa: fix fast_syscall_spill_registersChris Zankel2014-01-281-209/+174
| * | xtensa: save current register frame in fast_syscall_spill_registers_fixupMax Filippov2014-01-251-0/+12
| * | xtensa: introduce spill_registers_kernel macroMax Filippov2014-01-251-12/+48
| * | xtensa: export ccount_freqMax Filippov2014-01-191-0/+1
| |/
* | xtensa: Use irq_set_affinity instead of homebrewn codeThomas Gleixner2014-03-041-19/+3
|/
* xtensa: remap io area defined in device treeBaruch Siach2014-01-151-0/+37
OpenPOWER on IntegriCloud