Age | Commit message (Expand) | Author | Files | Lines |
2017-03-15 | openrisc: Export symbols needed by modules | Stafford Horne | 2 | -0/+5 |
2017-03-15 | openrisc: fix issue handling 8 byte get_user calls | Stafford Horne | 1 | -1/+1 |
2017-03-15 | openrisc: xchg: fix `computed is not used` warning | Stafford Horne | 1 | -2/+6 |
2017-03-09 | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2017-02-28 | scripts/spelling.txt: add "efective" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-28 | scripts/spelling.txt: add "aligment" pattern and fix typo instances | Masahiro Yamada | 3 | -7/+7 |
2017-02-28 | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 1 | -0/+1 |
2017-02-26 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+3 |
2017-02-25 | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 23 | -187/+1058 |
2017-02-24 | openrisc: head: Init r0 to 0 on start | Stafford Horne | 1 | -1/+4 |
2017-02-24 | openrisc: Export ioremap symbols used by modules | Stafford Horne | 1 | -0/+2 |
2017-02-24 | arch/openrisc/lib/memcpy.c: use correct OR1200 option | Valentin Rothberg | 1 | -1/+1 |
2017-02-24 | openrisc: head: Remove unused strings | Stafford Horne | 1 | -11/+0 |
2017-02-24 | openrisc: head: Move init strings to rodata section | Stafford Horne | 1 | -0/+1 |
2017-02-24 | openrisc: entry: Fix delay slot detection | Stafford Horne | 1 | -2/+2 |
2017-02-24 | openrisc: entry: Whitespace and comment cleanups | Stafford Horne | 1 | -20/+18 |
2017-02-24 | openrisc: Add .gitignore | Stafford Horne | 1 | -0/+1 |
2017-02-24 | openrisc: Add optimized memcpy routine | Stafford Horne | 4 | -2/+128 |
2017-02-24 | openrisc: Add optimized memset | Olof Kindgren | 4 | -1/+107 |
2017-02-24 | openrisc: Initial support for the idle state | Sebastian Macke | 1 | -0/+11 |
2017-02-24 | openrisc: Fix the bitmask for the unit present register | Sebastian Macke | 1 | -2/+2 |
2017-02-24 | openrisc: remove unnecessary stddef.h include | Stefan Kristiansson | 1 | -1/+0 |
2017-02-24 | openrisc: add futex_atomic_* implementations | Stefan Kristiansson | 2 | -1/+135 |
2017-02-24 | openrisc: add optimized atomic operations | Stefan Kristiansson | 2 | -1/+126 |
2017-02-24 | openrisc: add cmpxchg and xchg implementations | Stefan Kristiansson | 2 | -2/+83 |
2017-02-24 | openrisc: add atomic bitops | Stefan Kristiansson | 2 | -1/+124 |
2017-02-22 | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
2017-02-06 | openrisc: add l.lwa/l.swa emulation | Stefan Kristiansson | 3 | -2/+206 |
2017-02-06 | openrisc: head: refactor out tlb flush into it's own function | Stefan Kristiansson | 1 | -16/+22 |
2017-02-06 | openrisc: head: use THREAD_SIZE instead of magic constant | Stefan Kristiansson | 1 | -1/+3 |
2017-02-06 | openrisc: tlb miss handler optimizations | Stefan Kristiansson | 1 | -95/+46 |
2017-02-06 | openrisc: add cache way information to cpuinfo | Stefan Kristiansson | 2 | -31/+38 |
2017-02-06 | openrisc: use SPARSE_IRQ | Jonas Bonn | 2 | -0/+2 |
2017-02-01 | sched/cputime: Remove generic asm headers | Frederic Weisbecker | 1 | -1/+0 |
2017-01-26 | openrisc: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2 | -2/+2 |
2017-01-24 | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 1 | -1/+1 |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2 | -3/+3 |
2017-01-02 | openrisc: Add _text symbol to fix ksym build error | Stafford Horne | 1 | -0/+2 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -2/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 5 | -5/+5 |
2016-12-15 | arch/openrisc: add option to skip DMA sync as a part of mapping | Alexander Duyck | 1 | -0/+3 |
2016-12-12 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -28/+0 |
2016-12-12 | openrisc: include l.swa in check for write data pagefault | Stefan Kristiansson | 1 | -1/+1 |
2016-12-12 | openrisc: Updates after openrisc.net has been lost | Stafford Horne | 2 | -5/+5 |
2016-12-12 | openrisc: Consolidate setup to use memblock instead of bootmem | Stafford Horne | 6 | -33/+14 |