aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-10xtensa: Mark _stext and _end as char-arrays, not single char variablesMasami Hiramatsu1-3/+3
2017-08-01xtensa: don't limit csum_partial export by CONFIG_NETMax Filippov1-2/+0
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner4-11/+5
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-06-13Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-10/+4
2017-06-05xtensa: don't use linux IRQ #0Max Filippov1-5/+0
2017-06-05xtensa: reduce double exception literal reservationMax Filippov1-3/+3
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-21/+3
2017-05-08xtensa: Use seq_puts() in c_show()Markus Elfring1-2/+1
2017-05-07Merge branch 'xtensa-sim-params' into xtensa-fixesMax Filippov1-3/+2
2017-05-01xtensa: clean up access to spilled registers locationsMax Filippov3-36/+17
2017-05-01xtensa: use generic tracehooksMax Filippov2-27/+14
2017-05-01xtensa: clean up xtensa/kernel/ptrace.cMax Filippov1-73/+71
2017-05-01xtensa: drop unused fast_io_protect functionMax Filippov1-24/+0
2017-04-28xtensa: use ITLB_HIT_BIT instead of hardcoded numberMax Filippov1-2/+2
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-04-18xtensa/PCI: Do not mmap PCI BARs to userspace as write-throughDavid Woodhouse1-20/+1
2017-03-31xtensa: fix stack dump outputMax Filippov1-4/+2
2017-03-13xtensa: ISS: update kernel command line in platform_setupMax Filippov1-3/+2
2017-03-03Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-2/+46
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar4-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-01xtensa: allow merging vectors into .text sectionMax Filippov2-0/+44
2017-03-01xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRDMax Filippov1-2/+2
2017-02-27mm: add new mmget() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach1-1/+2
2017-02-02Merge tag 'xtensa-20170202' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+1
2017-01-31xtensa: fix noMMU build on cores with MMUMax Filippov1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds9-9/+9
2016-12-20Merge tag 'xtensa-20161219' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds4-133/+154
2016-12-15xtensa: enable HAVE_DMA_CONTIGUOUSMax Filippov1-4/+17
2016-12-14arch/xtensa: add option to skip DMA sync as a part of mappingAlexander Duyck1-2/+5
2016-11-16xtensa: move S32C1I self-test to a separate fileMax Filippov3-115/+129
2016-11-15xtensa: fix screen_info, clean up unused declarations in setup.cMax Filippov1-14/+8
2016-11-06xtensa: clean up printk usage for boot/crash loggingMax Filippov2-59/+29
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2