summaryrefslogtreecommitdiffstats
path: root/arch/metag/include
Commit message (Expand)AuthorAgeFilesLines
* metag: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-6/+0
* arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-7/+7
* arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-111-3/+4
* net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
* Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-132-120/+77
|\
| * locking,arch,metag: Fold atomic_opsPeter Zijlstra2014-08-142-120/+77
* | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
|/
* arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-0/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-4/+2
|\
| * Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-224-8/+6
| |\
| * | metag: Remove TIF_POLLING_NRFLAGJames Hogan2014-05-221-4/+2
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-033-11/+4
|\ \ \ | |_|/ |/| |
| * | arch,metag: Convert smp_mb__*()Peter Zijlstra2014-04-183-11/+4
| |/
* | metag: Remove _STK_LIM_MAX overrideJames Hogan2014-05-152-8/+1
* | parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller2014-05-151-1/+1
* | metag: Reduce maximum stack size to 256MBJames Hogan2014-05-151-0/+2
* | metag: fix memory barriersMikulas Patocka2014-05-151-0/+3
|/
* Merge tag 'metag-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-021-27/+0
|\
| * sched: remove unused SCHED_INIT_NODEVincent Guittot2014-03-191-27/+0
* | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
* | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\
| * lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
* | metag: use generic fixmap.hMark Salter2014-01-231-31/+1
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-201-0/+15
|\ \
| * | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-121-0/+15
| |/
* | smp, metag: kill SMP single function call interruptJiang Liu2013-12-051-2/+0
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | metag: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-2/+6
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-123-24/+2
|\ \
| * | of: remove empty arch prom.h headersRob Herring2013-10-091-20/+0
| * | of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring2013-10-091-1/+0
| * | metag: move setup_machine_fdt declaration from prom.hRob Herring2013-10-092-2/+1
| * | metag: use common of_flat_dt_match_machineRob Herring2013-10-092-2/+2
* | | Merge tag 'metag-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-121-12/+7
|\ \ \ | |_|/ |/| |
| * | metag: handle low level kicks directlyJames Hogan2013-11-061-12/+7
| |/
* | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
* | sched/balancing: Periodically decay max cost of idle balanceJason Low2013-09-201-0/+1
* | sched/balancing: Consider max cost of idle balance per sched domainJason Low2013-09-201-0/+1
|/
* Merge tag 'metag-fixes-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-101-1/+2
|\
| * metag: checksum.h: fix carry in csum_tcpudp_nofoldJames Hogan2013-07-091-1/+2
* | Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-064-2/+13
|\ \
| * | metag/traps: Mark die() as __noreturn to match the declaration.Markos Chandras2013-06-131-2/+2
| * | metag/processor.h: Add missing cpuinfo_op declaration.Markos Chandras2013-06-131-0/+2
| * | metag/asm/irq.h: Declare init_IRQMarkos Chandras2013-06-131-0/+1
| * | metag: init common clk and use "core" clkJames Hogan2013-06-131-0/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-021-3/+0
|\ \ \ | |_|/ |/| |
| * | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
| |/
* | metag: fix mm/hugetlb.c build breakageJames Hogan2013-06-191-0/+1
|/
OpenPOWER on IntegriCloud