aboutsummaryrefslogtreecommitdiff
path: root/arch/metag
AgeCommit message (Expand)AuthorFilesLines
2016-12-14arch/metag: add option to skip DMA sync as a part of map and unmapGravatar Alexander Duyck 1-3/+13
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1
2016-10-25locking/mutex: Kill arch specific codeGravatar Peter Zijlstra 1-1/+0
2016-10-14Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-10-07metag: Only define atomic_dec_if_positive conditionallyGravatar Guenter Roeck 1-2/+1
2016-09-13metag: copy_from_user() should zero the destination on access_ok() failureGravatar Al Viro 1-1/+2
2016-08-09metag: Drop show_mem() from mem_init()Gravatar James Hogan 1-1/+0
2016-08-05Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 6-7/+7
2016-08-04metag: Fix __cmpxchg_u32 asm constraint for CMPGravatar James Hogan 1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-8/+8
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-19/+7
2016-07-26mm: do not pass mm_struct into handle_mm_faultGravatar Kirill A. Shutemov 1-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-10/+73
2016-07-15metag: Remove duplicate KERN_<LEVEL> prefixGravatar Joe Perches 1-1/+1
2016-07-15metag: Fix typosGravatar Andrea Gelmini 4-5/+5
2016-07-15metag/perf: Convert to hotplug state machineGravatar Richard Cochran 1-19/+7
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IGravatar Michal Hocko 1-3/+2
2016-06-23metag: Remove unnecessary of_platform_populate with default match tableGravatar Kefeng Wang 1-4/+1
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Gravatar Peter Zijlstra 1-2/+0
2016-06-16locking/atomic, arch/metag: Implement atomic_fetch_{add,sub,and,or,xor}()Gravatar Peter Zijlstra 3-8/+63
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsGravatar Peter Zijlstra 1-2/+12
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+5
2016-05-24Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanGravatar Zhaoxiu Zeng 1-0/+1
2016-05-20exit_thread: accept a task parameter to be exitedGravatar Jiri Slaby 1-3/+3
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 2-2/+1
2016-05-19metag: mm: use hugetlb_bad_size()Gravatar Vaishali Thakkar 1-0/+1
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+0
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 4-8/+8
2016-05-16perf core: Add a 'nr' field to perf_event_callchain_contextGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextGravatar Arnaldo Carvalho de Melo 1-5/+5
2016-05-16Merge tag 'metag-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 3-2/+4
2016-05-05asm-generic: Drop renameat syscall from default listGravatar James Hogan 1-0/+2
2016-05-03metag: Fix atomic_*_return inline asm constraintsGravatar James Hogan 1-1/+1
2016-05-03metag: perf: fix build on Meta1Gravatar James Hogan 1-0/+3
2016-04-29metag: ftrace: remove the misleading comment for ftrace_dyn_arch_initGravatar Li Bin 1-1/+0
2016-04-27perf core: Allow setting up max frame stack depth via sysctlGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-04-26metag: remove ARCH_WANT_OPTIONAL_GPIOLIBGravatar Linus Walleij 1-1/+0
2016-04-18metag: Fix misspellings in comments.Gravatar Adam Buchbinder 4-8/+8
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-0/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+3
2016-03-18Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-4/+0
2016-03-17mm: cleanup *pte_alloc* interfacesGravatar Kirill A. Shutemov 1-1/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-4/+3
2016-03-01arch/hotplug: Call into idle with a proper stateGravatar Thomas Gleixner 1-1/+1