aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linuxLinus Torvalds8-78/+53
2015-11-09xtensa: support DMA to high memoryMax Filippov1-14/+31
2015-11-03xtensa: drop unused sections and remapped reset handlersMax Filippov2-48/+0
2015-11-03xtensa: fix secondary core boot in SMPMax Filippov4-12/+14
2015-11-02xtensa: nommu: provide correct KIO addressesMax Filippov1-1/+1
2015-11-02xtensa: fixes for configs without loop optionMax Filippov2-3/+7
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier1-1/+1
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-0/+4
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+6
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+26
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+0
2015-08-20xtensa: improve vmlinux.lds.S sed post-processingMax Filippov1-4/+5
2015-08-17xtensa: drop unused irq_err_countMax Filippov1-3/+0
2015-08-17xtensa: implement fake NMIMax Filippov5-17/+126
2015-08-17xtensa: don't touch EXC_TABLE_FIXUP in _switch_toMax Filippov1-4/+0
2015-08-17xtensa: fix kernel register spillingMax Filippov1-2/+2
2015-08-17xtensa: reorganize irq flags tracingMax Filippov2-26/+18
2015-08-17xtensa: implement counting and sampling perf eventsMax Filippov2-0/+451
2015-08-17xtensa: add profiling IRQ type to xtensa_irq_mapMax Filippov1-0/+6
2015-08-17xtensa: move oprofile stack tracing to stacktrace.cMax Filippov1-1/+166
2015-08-17xtensa: keep exception/interrupt stack continuousMax Filippov1-15/+28
2015-08-17xtensa: reimplement DMA API using common helpersMax Filippov1-30/+173
2015-08-10xtensa/time: Migrate to new 'set-state' interfaceViresh Kumar1-27/+26
2015-07-29xtensa/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-4/+6
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi1-4/+0
2015-07-15xtensa: fix threadptr reload on return to userspaceMax Filippov1-1/+2
2015-04-17Merge tag 'xtensa-20150416' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-0/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds2-9/+10
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+0
2015-04-14Merge tag 'v4.0' into for_nextChris Zankel2-6/+3
2015-04-12xtensa: Remove signal translation and exec_domainRichard Weinberger1-9/+2
2015-04-12xtensa: Autogenerate offsets in struct thread_infoRichard Weinberger1-0/+8
2015-04-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro1-5/+0
2015-04-10xtensa: Fix fix linker script transformation for .text / .text.fixupGuenter Roeck1-0/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-2/+13
2015-02-13xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-5/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-11-10Merge tag 'xtensa-for-next-20141021-2' of git://github.com/jcmvbkbc/linux-xtensa into for_nextChris Zankel2-0/+7
2014-10-21xtensa: move vecbase SR initialization to _startupMax Filippov1-0/+5
2014-10-21xtensa: nommu: don't provide arch_get_unmapped_areaMax Filippov1-0/+2
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-1/+1
2014-08-31Merge tag 'xtensa-20140830' of git://github.com/czankel/xtensa-linuxLinus Torvalds6-72/+139
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar1-0/+1
2014-08-18Merge tag 'xtensa-for-next-20140815' into for_nextChris Zankel6-72/+139
2014-08-14xtensa: deprecate fast_xtensa and fast_spill_registers syscallsMax Filippov1-0/+28
2014-08-14xtensa: don't allow overflow/underflow on unaligned stackMax Filippov3-7/+10
2014-08-14xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov1-7/+5
2014-08-14xtensa: allow single-stepping through unaligned load/storeMax Filippov1-0/+8
2014-08-14xtensa: move invalid unaligned instruction handler closer to its usersMax Filippov1-33/+29