| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-03 | 2 | -1/+2 |
|\ |
|
| * | Merge branch 'timers/urgent' into WIP.timers | Thomas Gleixner | 2017-06-04 | 1 | -2/+0 |
| |\ |
|
| * | | signal: Remove non-uapi <asm/siginfo.h> | Christoph Hellwig | 2017-06-04 | 2 | -1/+2 |
* | | | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 2017-06-28 | 2 | -10/+0 |
| |/
|/| |
|
* | | kthread: fix boot hang (regression) on MIPS/OpenRISC | Vegard Nossum | 2017-05-29 | 1 | -2/+0 |
|/ |
|
* | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-11 | 2 | -11/+0 |
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 1 | -1/+0 |
*---. | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 7 | -48/+23 |
|\ \ \ |
|
| | | * | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 5 | -3/+13 |
| | | |\
| | |/ /
| |/| | |
|
| | | * | openrisc: Export symbols needed by modules | Stafford Horne | 2017-03-16 | 2 | -0/+5 |
| | | * | openrisc: fix issue handling 8 byte get_user calls | Stafford Horne | 2017-03-16 | 1 | -1/+1 |
| | | * | openrisc: xchg: fix `computed is not used` warning | Stafford Horne | 2017-03-16 | 1 | -2/+6 |
| | | * | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov | 2017-03-09 | 1 | -0/+1 |
| |_|/
|/| | |
|
| | * | openrisc: switch to RAW_COPY_USER | Al Viro | 2017-03-28 | 2 | -22/+7 |
| | * | openrisc: switch to generic extable.h | Al Viro | 2017-03-28 | 2 | -17/+2 |
| |/ |
|
| * | new helper: uaccess_kernel() | Al Viro | 2017-03-28 | 1 | -1/+1 |
| * | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-05 | 1 | -2/+0 |
| * | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 2017-03-05 | 1 | -3/+0 |
|/ |
|
* | 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 | 2 | -0/+2 |
* | 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 code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | scripts/spelling.txt: add "efective" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -1/+1 |
* | scripts/spelling.txt: add "aligment" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 3 | -7/+7 |
* | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 2017-02-27 | 1 | -0/+1 |
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 2 | -3/+3 |
|\ |
|
| * | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |
| * | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 2 | -3/+3 |
* | | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2017-02-24 | 23 | -187/+1058 |
|\ \ |
|
| * | | openrisc: head: Init r0 to 0 on start | Stafford Horne | 2017-02-25 | 1 | -1/+4 |
| * | | openrisc: Export ioremap symbols used by modules | Stafford Horne | 2017-02-25 | 1 | -0/+2 |
| * | | arch/openrisc/lib/memcpy.c: use correct OR1200 option | Valentin Rothberg | 2017-02-25 | 1 | -1/+1 |
| * | | openrisc: head: Remove unused strings | Stafford Horne | 2017-02-25 | 1 | -11/+0 |
| * | | openrisc: head: Move init strings to rodata section | Stafford Horne | 2017-02-25 | 1 | -0/+1 |
| * | | openrisc: entry: Fix delay slot detection | Stafford Horne | 2017-02-25 | 1 | -2/+2 |
| * | | openrisc: entry: Whitespace and comment cleanups | Stafford Horne | 2017-02-25 | 1 | -20/+18 |
| * | | openrisc: Add .gitignore | Stafford Horne | 2017-02-25 | 1 | -0/+1 |
| * | | openrisc: Add optimized memcpy routine | Stafford Horne | 2017-02-25 | 4 | -2/+128 |
| * | | openrisc: Add optimized memset | Olof Kindgren | 2017-02-25 | 4 | -1/+107 |
| * | | openrisc: Initial support for the idle state | Sebastian Macke | 2017-02-25 | 1 | -0/+11 |
| * | | openrisc: Fix the bitmask for the unit present register | Sebastian Macke | 2017-02-25 | 1 | -2/+2 |
| * | | openrisc: remove unnecessary stddef.h include | Stefan Kristiansson | 2017-02-25 | 1 | -1/+0 |
| * | | openrisc: add futex_atomic_* implementations | Stefan Kristiansson | 2017-02-25 | 2 | -1/+135 |
| * | | openrisc: add optimized atomic operations | Stefan Kristiansson | 2017-02-25 | 2 | -1/+126 |
| * | | openrisc: add cmpxchg and xchg implementations | Stefan Kristiansson | 2017-02-25 | 2 | -2/+83 |
| * | | openrisc: add atomic bitops | Stefan Kristiansson | 2017-02-25 | 2 | -1/+124 |
| * | | openrisc: add l.lwa/l.swa emulation | Stefan Kristiansson | 2017-02-06 | 3 | -2/+206 |
| * | | openrisc: head: refactor out tlb flush into it's own function | Stefan Kristiansson | 2017-02-06 | 1 | -16/+22 |
| * | | openrisc: head: use THREAD_SIZE instead of magic constant | Stefan Kristiansson | 2017-02-06 | 1 | -1/+3 |