summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\
| * net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-34/+0
|\ \
| * | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0
| * | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-25/+0
| |/
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-2/+1
|\ \
| * | kbuild: remove deprecated host-progs variableMasahiro Yamada2018-08-091-2/+1
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-27/+20
|\ \
| * | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0
| * | perf/arch/xtensa: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-262-22/+17
| * | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-262-5/+4
| |/
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-32/+0
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-42/+0
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-2/+2
* Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada2018-06-151-1/+1
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-143-3/+3
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-072-67/+4
|\
| * xtensa/PCI: Use dev_printk() when possibleBjorn Helgaas2018-05-221-4/+2
| * xtensa/PCI: Make variables staticBjorn Helgaas2018-05-221-2/+2
| * xtensa/PCI: Remove dead codeBjorn Helgaas2018-05-222-61/+0
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-043-51/+28
|\ \
| * | y2038: xtensa: Extend sysvipc data structuresArnd Bergmann2018-04-203-51/+28
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\| |
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-042-21/+6
|\ \
| * | signal/xtensa: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-23/+6
| * | signal/xtensa: Consistenly use SIGBUS in do_unaligned_userEric W. Biederman2018-04-251-1/+1
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-252-0/+2
| |/
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-043-12/+0
|\ \
| * | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-081-1/+0
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-9/+0
| * | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-2/+0
| |/
* / tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
|/
* mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-111-0/+1
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-062-89/+12
|\
| * xtensa/PCI: Use generic pci_mmap_resource_range()David Woodhouse2018-02-282-89/+12
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-1/+1
|\ \
| * | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-051-1/+1
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+0
|\ \ \ | |/ / |/| |
| * | block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-1/+0
| |/
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-1/+1
|\ \
| * | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-1/+1
* | | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-021-0/+1
|\ \ \ | |/ / |/| |
| * | xtensa: add ioremap_nocache declaration before include asm-generic/io.h.Greentime Hu2018-02-221-0/+1
| |/
* | xtensa: support DMA buffers in high memoryMax Filippov2018-02-161-10/+30
* | xtensa: fix high memory/reserved memory collisionMax Filippov2018-02-151-7/+63
|/
* unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-111-19/+2