aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26xtensa: fix coprocessor part of ptrace_{get,set}xregsMax Filippov1-4/+38
2018-11-26xtensa: fix coprocessor context offset definitionsMax Filippov1-8/+8
2018-11-26xtensa: enable coprocessors that are being flushedMax Filippov1-1/+4
2018-11-16Merge tag 'xtensa-20181115' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-2/+5
2018-11-14xtensa: fix boot parameters address translationMax Filippov1-2/+5
2018-11-01Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-31/+5
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-30xtensa: clean up xtensa-specific property sectionsMax Filippov1-14/+3
2018-10-30xtensa: use DWARF_DEBUG in the vmlinux.lds.SMax Filippov1-17/+1
2018-10-29xtensa: add NOTES section to the linker scriptMax Filippov1-0/+1
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+0
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook1-1/+0
2018-10-04kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker scriptNadav Amit1-2/+2
2018-08-22Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds5-126/+82
2018-08-20Merge branch 'xtensa-dma-fixes' (early part) into xtensa-fixesMax Filippov1-122/+71
2018-08-20xtensa: make bootparam parsing optionalMax Filippov1-0/+8
2018-08-20xtensa: drop variant IRQ supportMax Filippov1-1/+0
2018-08-20xtensa: drop unneeded platform/hardware.h headersMax Filippov2-3/+1
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous()Marek Szyprowski1-1/+1
2018-08-13xtensa: rework noMMU cache attributes initializationMax Filippov1-0/+2
2018-07-11xtensa: platform-specific handling of coherent memoryMax Filippov1-15/+58
2018-07-11xtensa: support DMA_ATTR_NO_KERNEL_MAPPING attributeMax Filippov1-2/+8
2018-07-11xtensa: use generic dma_noncoherent_opsChristoph Hellwig1-115/+15
2018-06-26perf/arch/xtensa: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-21/+12
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-4/+3
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds3-3/+3
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-65/+4
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+1
2018-05-22xtensa/PCI: Use dev_printk() when possibleBjorn Helgaas1-4/+2
2018-05-22xtensa/PCI: Make variables staticBjorn Helgaas1-2/+2
2018-05-22xtensa/PCI: Remove dead codeBjorn Helgaas1-59/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-9/+0
2018-04-25signal/xtensa: Use force_sig_fault where appropriateEric W. Biederman1-9/+1
2018-04-25signal/xtensa: Consistenly use SIGBUS in do_unaligned_userEric W. Biederman1-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-86/+8
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-1/+1
2018-02-28xtensa/PCI: Use generic pci_mmap_resource_range()David Woodhouse1-86/+8
2018-02-16xtensa: support DMA buffers in high memoryMax Filippov1-10/+30
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-12/+0
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+1
2018-01-30xtensa: remove arch specific early DT functionsRob Herring1-12/+0
2018-01-29Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds15-241/+189
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-7/+1
2017-12-17xtensa: use generic strncpy_from_user with KASANMax Filippov1-0/+2
2017-12-16xtensa: add support for KASANMax Filippov2-1/+9
2017-12-16xtensa: extract init_kioMax Filippov1-4/+6
2017-12-16xtensa: clean up exception handling structureMax Filippov2-20/+32
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov5-51/+38
2017-12-16xtensa: enable stack protectorMax Filippov3-0/+15