summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-191-2/+2
|\
| * xtensa: define __smp_xxxMichael S. Tsirkin2016-01-121-2/+2
* | arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang2016-01-161-0/+1
* | mm: define MADV_FREE for some archesMinchan Kim2016-01-161-0/+1
* | mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-131-0/+3
|\ \
| * | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-051-0/+3
| |/
* / convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-9/+3Star
|/
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-111-1/+2
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-1/+2
* | Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linuxLinus Torvalds2015-11-1029-248/+1210
|\ \
| * | xtensa: implement dma_to_phys and phys_to_dmaMax Filippov2015-11-081-0/+10
| * | xtensa: support DMA to high memoryMax Filippov2015-11-082-17/+39
| * | Revert "xtensa: cache inquiry and unaligned cache handling functions"Max Filippov2015-11-031-95/+0Star
| * | xtensa: drop unused sections and remapped reset handlersMax Filippov2015-11-035-93/+0Star
| * | xtensa: fix secondary core boot in SMPMax Filippov2015-11-035-16/+19
| * | xtensa: add FORCE_MAX_ZONEORDER to KconfigMax Filippov2015-11-031-0/+14
| * | xtensa: nommu: provide defconfig for de212 on kc705Max Filippov2015-11-021-0/+131
| * | xtensa: nommu: xtfpga: add kc705 DTSMax Filippov2015-11-021-0/+17
| * | xtensa: add de212 core variantMax Filippov2015-11-023-0/+900
| * | xtensa: nommu: select HAVE_FUTEX_CMPXCHGMax Filippov2015-11-021-0/+1
| * | xtensa: nommu: fix default memory start addressMax Filippov2015-11-021-1/+1
| * | xtensa: nommu: provide correct KIO addressesMax Filippov2015-11-023-11/+15
| * | xtensa: nommu: fix USER_RING definitionMax Filippov2015-11-021-0/+4
| * | xtensa: xtfpga: fix integer overflow in TASK_SIZEMax Filippov2015-11-021-2/+4
| * | xtensa: fix build for configs without cache optionsMax Filippov2015-11-022-4/+35
| * | xtensa: fixes for configs without loop optionMax Filippov2015-11-027-9/+20
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+0Star
|\ \ \
| * | | mm: make compound_head() robustKirill A. Shutemov2015-11-071-1/+0Star
* | | | Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-062-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | xtensa: enable building of all dtbsRob Herring2015-10-272-1/+10
* | | | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-061-0/+6
| |_|/ |/| |
* | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-051-1/+1
|\ \ \
| * \ \ Merge branch 'acpi-init'Rafael J. Wysocki2015-10-251-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-10-011-1/+1
| | |/
* | | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-062-0/+5
|\| |
| * | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
| |\ \ | | |/ | |/|
| | * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
| * | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-0/+4
* | | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-2/+2
|/ /
* | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-11/+0Star
* | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-6/+0Star
* | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-9/+0Star
* | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0Star
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-31/+0Star
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-0/+1
|\ \
| * | arch: introduce memremap()Dan Williams2015-08-141-0/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-042-70/+4Star
|\ \ \
| * \ \ Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-121-69/+4Star
| |\ \ \
| | * | | atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-10/+0Star