| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-08 | 1 | -21/+3 |
|\ |
|
| * | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 1 | -1/+2 |
| * | xtensa/PCI: Do not mmap PCI BARs to userspace as write-through | David Woodhouse | 2017-04-18 | 1 | -20/+1 |
* | | Merge branch 'xtensa-sim-params' into xtensa-fixes | Max Filippov | 2017-05-07 | 1 | -3/+2 |
|\ \ |
|
| * | | xtensa: ISS: update kernel command line in platform_setup | Max Filippov | 2017-03-13 | 1 | -3/+2 |
* | | | xtensa: clean up access to spilled registers locations | Max Filippov | 2017-05-01 | 3 | -36/+17 |
* | | | xtensa: use generic tracehooks | Max Filippov | 2017-05-01 | 2 | -27/+14 |
* | | | xtensa: clean up xtensa/kernel/ptrace.c | Max Filippov | 2017-05-01 | 1 | -73/+71 |
* | | | xtensa: drop unused fast_io_protect function | Max Filippov | 2017-05-01 | 1 | -24/+0 |
* | | | xtensa: use ITLB_HIT_BIT instead of hardcoded number | Max Filippov | 2017-04-28 | 1 | -2/+2 |
* | | | xtensa: fix stack dump output | Max Filippov | 2017-03-31 | 1 | -4/+2 |
| |/
|/| |
|
* | | Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2017-03-03 | 2 | -2/+46 |
|\ \ |
|
| * | | xtensa: allow merging vectors into .text section | Max Filippov | 2017-03-01 | 2 | -0/+44 |
| * | | xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD | Max Filippov | 2017-03-01 | 1 | -2/+2 |
* | | | sched/headers: Move task->mm handling methods to <linux/sched/mm.h> | Ingo Molnar | 2017-03-03 | 1 | -0/+1 |
* | | | sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 4 | -0/+4 |
* | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | | | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | | | mm: add new mmget() helper | Vegard Nossum | 2017-02-27 | 1 | -1/+1 |
* | | | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-27 | 1 | -1/+1 |
* | | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |
* | | | | mm: wire up GFP flag passing in dma_alloc_from_contiguous | Lucas Stach | 2017-02-24 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | Merge tag 'xtensa-20170202' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2017-02-02 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | xtensa: fix noMMU build on cores with MMU | Max Filippov | 2017-01-31 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-12-25 | 1 | -2/+2 |
|\ \ |
|
| * | | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 2016-12-25 | 1 | -2/+2 |
* | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-12-25 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | cpu/hotplug: Cleanup state names | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | | | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 9 | -9/+9 |
|/ / |
|
* | | Merge tag 'xtensa-20161219' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2016-12-20 | 4 | -133/+154 |
|\ \ |
|
| * | | xtensa: enable HAVE_DMA_CONTIGUOUS | Max Filippov | 2016-12-15 | 1 | -4/+17 |
| * | | xtensa: move S32C1I self-test to a separate file | Max Filippov | 2016-11-16 | 3 | -115/+129 |
| * | | xtensa: fix screen_info, clean up unused declarations in setup.c | Max Filippov | 2016-11-15 | 1 | -14/+8 |
| |/ |
|
* | | arch/xtensa: add option to skip DMA sync as a part of mapping | Alexander Duyck | 2016-12-14 | 1 | -2/+5 |
|/ |
|
* | xtensa: clean up printk usage for boot/crash logging | Max Filippov | 2016-11-06 | 2 | -59/+29 |
* | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-10-11 | 2 | -2/+2 |
|\ |
|
| * | xtensa: split uaccess.h into C and asm sides | Al Viro | 2016-09-27 | 2 | -2/+2 |
* | | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-07 | 1 | -0/+3 |
* | | Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2016-10-05 | 5 | -45/+194 |
|\ \
| |/
|/| |
|
| * | xtensa: rearrange CCOUNT calibration | Max Filippov | 2016-09-20 | 2 | -3/+39 |
| * | xtensa: initialize MMU before jumping to reset vector | Max Filippov | 2016-09-11 | 1 | -0/+108 |
| * | xtensa: fix icountlevel setting in cpu_reset | Max Filippov | 2016-09-11 | 1 | -1/+1 |
| * | xtensa: extract common CPU reset code into separate function | Max Filippov | 2016-09-11 | 1 | -0/+23 |
| * | xtensa: drop sysmem and switch to memblock | Max Filippov | 2016-07-24 | 1 | -15/+21 |
| * | xtensa: minimize use of PLATFORM_DEFAULT_MEM_{ADDR,SIZE} | Max Filippov | 2016-07-24 | 1 | -13/+0 |