Age | Commit message (Expand) | Author | Files | Lines |
2017-05-10 | uapi: export all headers under uapi directories | Nicolas Dichtel | 1 | -8/+0 |
2017-05-02 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
2017-05-02 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2017-05-02 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -14/+8 |
2017-04-26 | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 1 | -1/+0 |
2017-04-14 | c6x/timer64: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 1 | -0/+2 |
2017-04-03 | debug: Fix __bug_table[] in arch linker scripts | Peter Zijlstra | 1 | -0/+2 |
2017-03-29 | Merge branch 'regset' (PTRACE_SETREGSET data leakage) | Linus Torvalds | 1 | -41/+0 |
2017-03-29 | c6x/ptrace: Remove useless PTRACE_SETREGSET implementation | Dave Martin | 1 | -41/+0 |
2017-03-29 | c6x: switch to RAW_COPY_USER | Al Viro | 2 | -6/+7 |
2017-03-29 | c6x: remove duplicate definition of __access_ok | Al Viro | 1 | -4/+0 |
2017-03-28 | asm-generic/uaccess.h: don't mess with __copy_{to,from}_user | Al Viro | 1 | -3/+0 |
2017-03-28 | new helper: uaccess_kernel() | Al Viro | 1 | -1/+1 |
2017-03-28 | add asm-generic/extable.h | Al Viro | 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 | 1 | -0/+1 |
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-01 | sched/cputime: Remove generic asm headers | Frederic Weisbecker | 1 | -1/+0 |
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 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-15 | arch/c6x: add option to skip sync on DMA map and unmap | Alexander Duyck | 1 | -4/+10 |
2016-11-17 | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 1 | -0/+1 |
2016-10-25 | locking/mutex: Kill arch specific code | Peter Zijlstra | 1 | -6/+0 |
2016-10-08 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 1 | -0/+1 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 3 | -9/+8 |
2016-06-23 | c6x: Remove unnecessary of_platform_populate with default match table | Kefeng Wang | 2 | -18/+1 |
2016-05-25 | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2016-05-21 | exit_thread: remove empty bodies | Jiri Slaby | 1 | -4/+0 |
2016-05-05 | asm-generic: Drop renameat syscall from default list | James Hogan | 1 | -0/+1 |
2016-04-18 | c6x: Fix misspellings in comments. | Adam Buchbinder | 2 | -2/+2 |
2016-03-26 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 1 | -0/+1 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2016-03-18 | mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUG | Andrew Morton | 1 | -0/+1 |
2016-03-14 | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 1 | -2/+2 |
2016-02-09 | locking/lockdep: Eliminate lockdep_init() | Andrey Ryabinin | 1 | -2/+0 |
2016-01-21 | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2 | -3/+0 |
2016-01-21 | c6x: convert to dma_map_ops | Christoph Hellwig | 4 | -147/+58 |
2016-01-13 | Merge branch 'for-linux-next' of git://linux-c6x.org/git/projects/linux-c6x-u... | Linus Torvalds | 2 | -22/+1 |
2015-12-04 | locking/cmpxchg, arch: Remove tas() definitions | Davidlohr Bueso | 1 | -2/+0 |
2015-10-13 | irqdomain: Use irq_domain_get_of_node() instead of direct field access | Marc Zyngier | 1 | -1/+1 |
2015-10-04 | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 1 | -0/+1 |
2015-09-16 | c6x: Use generic clkdev.h header | Stephen Boyd | 2 | -22/+1 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
2015-09-02 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+4 |