summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
AgeCommit message (Expand)AuthorLines
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-3/+3
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-65/+4
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+1
2018-05-22xtensa/PCI: Use dev_printk() when possibleBjorn Helgaas-4/+2
2018-05-22xtensa/PCI: Make variables staticBjorn Helgaas-2/+2
2018-05-22xtensa/PCI: Remove dead codeBjorn Helgaas-59/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig-9/+0
2018-04-25signal/xtensa: Use force_sig_fault where appropriateEric W. Biederman-9/+1
2018-04-25signal/xtensa: Consistenly use SIGBUS in do_unaligned_userEric W. Biederman-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+1
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-86/+8
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski-1/+1
2018-02-28xtensa/PCI: Use generic pci_mmap_resource_range()David Woodhouse-86/+8
2018-02-16xtensa: support DMA buffers in high memoryMax Filippov-10/+30
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+0
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+1
2018-01-30xtensa: remove arch specific early DT functionsRob Herring-12/+0
2018-01-29Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-241/+189
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman-7/+1
2017-12-17xtensa: use generic strncpy_from_user with KASANMax Filippov-0/+2
2017-12-16xtensa: add support for KASANMax Filippov-1/+9
2017-12-16xtensa: extract init_kioMax Filippov-4/+6
2017-12-16xtensa: clean up exception handling structureMax Filippov-20/+32
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov-51/+38
2017-12-16xtensa: enable stack protectorMax Filippov-0/+15
2017-12-10xtensa: print hardware config ID on startupMax Filippov-0/+9
2017-12-10xtensa: clean up word alignment macros in assembly codeMax Filippov-4/+1
2017-12-10xtensa: clean up fixups in assembly codeMax Filippov-28/+5
2017-12-10xtensa: use call instead of callx in assembly codeMax Filippov-48/+24
2017-12-10xtensa: build kernel with text-section-literalsMax Filippov-85/+48
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-23/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-19xtensa: make dma_cache_sync a no-opChristoph Hellwig-23/+0
2017-08-10xtensa: Mark _stext and _end as char-arrays, not single char variablesMasami Hiramatsu-3/+3
2017-08-01xtensa: don't limit csum_partial export by CONFIG_NETMax Filippov-2/+0
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner-11/+5
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano-1/+1
2017-06-13Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-10/+4
2017-06-05xtensa: don't use linux IRQ #0Max Filippov-5/+0
2017-06-05xtensa: reduce double exception literal reservationMax Filippov-3/+3
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-21/+3
2017-05-08xtensa: Use seq_puts() in c_show()Markus Elfring-2/+1
2017-05-07Merge branch 'xtensa-sim-params' into xtensa-fixesMax Filippov-3/+2
2017-05-01xtensa: clean up access to spilled registers locationsMax Filippov-36/+17
2017-05-01xtensa: use generic tracehooksMax Filippov-27/+14
2017-05-01xtensa: clean up xtensa/kernel/ptrace.cMax Filippov-73/+71
2017-05-01xtensa: drop unused fast_io_protect functionMax Filippov-24/+0
2017-04-28xtensa: use ITLB_HIT_BIT instead of hardcoded numberMax Filippov-2/+2
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse-1/+2