| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'metag-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2015-04-24 | 1 | -3/+7 |
|\ |
|
| * | metag: copy_thread(): rename 'arg' argument to 'kthread_arg' | Alex Dowad | 2015-03-16 | 1 | -3/+7 |
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 2 | -4/+0 |
|\ \ |
|
| * | | arch: Remove exec_domain from remaining archs | Richard Weinberger | 2015-04-12 | 2 | -4/+0 |
* | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-04-14 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() | Al Viro | 2015-04-11 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-03-27 | 1 | -3/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | metag: Use common outgoing-CPU-notification code | Paul E. McKenney | 2015-03-11 | 1 | -3/+2 |
* | | | metag: Fix ioremap_wc/ioremap_cached build errors | James Hogan | 2015-03-23 | 3 | -94/+106 |
| |/
|/| |
|
* | | metag: Fix KSTK_EIP() and KSTK_ESP() macros | James Hogan | 2015-02-24 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 1 | -10/+15 |
|\ |
|
| * | metag: fix put_user sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -8/+13 |
| * | metag/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
* | | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 2 | -6/+2 |
* | | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi | 2015-02-11 | 1 | -6/+0 |
* | | metag: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 1 | -6/+0 |
* | | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 2015-01-29 | 1 | -0/+2 |
|/ |
|
* | arch: Add lightweight memory barriers dma_rmb() and dma_wmb() | Alexander Duyck | 2014-12-11 | 1 | -7/+7 |
* | arch: Cleanup read_barrier_depends() and comments | Alexander Duyck | 2014-12-11 | 1 | -3/+4 |
* | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 2014-12-10 | 1 | -1/+0 |
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 1 | -7/+7 |
|\ |
|
| * | metag: Replace __get_cpu_var uses for address calculation | Christoph Lameter | 2014-08-26 | 1 | -7/+7 |
* | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 2 | -120/+77 |
|\ \ |
|
| * | | locking,arch,metag: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 2 | -120/+77 |
* | | | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 2014-09-13 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge tag 'metag-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-08-13 | 2 | -3/+3 |
|\ \ |
|
| * | | metag: cachepart: Fix failure check | Andrey Utkin | 2014-07-18 | 1 | -2/+2 |
| * | | metag: hugetlbpage: Remove null pointer checks that could never happen | Rickard Strandqvist | 2014-06-16 | 1 | -1/+1 |
* | | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-09 | 1 | -7/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | metag: Use sigsp() | Richard Weinberger | 2014-08-06 | 1 | -7/+3 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-08-04 | 1 | -10/+9 |
|\ \ |
|
| * | | metag, perf: Use common PMU interrupt disabled code | Vince Weaver | 2014-06-18 | 1 | -10/+9 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-08-04 | 1 | -0/+1 |
|\ \ |
|
| * | | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 2014-07-17 | 1 | -0/+1 |
| |/ |
|
* | | metag: ftrace: Remove check of obsolete variable function_trace_stop | Steven Rostedt (Red Hat) | 2014-07-18 | 2 | -15/+0 |
|/ |
|
* | hugetlb: restrict hugepage_migration_support() to x86_64 | Naoya Horiguchi | 2014-06-04 | 1 | -5/+0 |
* | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-04 | 1 | -4/+0 |
|\ |
|
| * | of/fdt: consolidate built-in dtb section variables | Rob Herring | 2014-04-30 | 1 | -4/+0 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-06-03 | 1 | -4/+2 |
|\ \ |
|
| * \ | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes | Ingo Molnar | 2014-05-22 | 4 | -8/+6 |
| |\ \ |
|
| * | | | metag: Remove TIF_POLLING_NRFLAG | James Hogan | 2014-05-22 | 1 | -4/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 3 | -11/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | arch,metag: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 3 | -11/+4 |
| |/ |
|
* | | metag: Remove _STK_LIM_MAX override | James Hogan | 2014-05-15 | 2 | -8/+1 |
* | | parisc,metag: Do not hardcode maximum userspace stack size | Helge Deller | 2014-05-15 | 1 | -1/+1 |
* | | metag: Reduce maximum stack size to 256MB | James Hogan | 2014-05-15 | 1 | -0/+2 |
* | | metag: fix memory barriers | Mikulas Patocka | 2014-05-15 | 1 | -0/+3 |
|/ |
|
* | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 2014-04-07 | 1 | -1/+1 |
* | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-04-03 | 1 | -4/+1 |
|\ |
|
| * | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 2014-03-07 | 1 | -1/+1 |