aboutsummaryrefslogtreecommitdiff
path: root/arch/tile
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesGravatar Ingo Molnar 2-13/+10
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Josh Poimboeuf 2-13/+10
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackGravatar Josh Poimboeuf 1-1/+1
2016-08-04tile: support static_key usage in non-module __exit sectionsGravatar Chris Metcalf 1-0/+12
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-14/+14
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeGravatar Andy Lutomirski 1-27/+0
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-5/+6
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-4/+4
2016-07-28mm: move page mapped accounting to the nodeGravatar Mel Gorman 1-1/+1
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-4/+4
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 6-17/+45
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 10-116/+203
2016-07-25tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOGravatar James Hogan 2-0/+3
2016-06-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-06-24tile: get rid of superfluous __GFP_REPEATGravatar Michal Hocko 1-1/+1
2016-06-24Clarify naming of thread info/stack allocatorsGravatar Linus Torvalds 2-2/+3
2016-06-24tile: support gcc 7 optimization to use __multi3Gravatar Chris Metcalf 1-1/+5
2016-06-24locking/atomic, arch/tile: Fix tilepro buildGravatar Peter Zijlstra 4-35/+40
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Gravatar Peter Zijlstra 1-2/+0
2016-06-16locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Gravatar Peter Zijlstra 6-94/+159
2016-06-15tile 32-bit big-endian: fix bugs in syscall argument orderGravatar Chris Metcalf 2-16/+32
2016-06-14tile/ptrace: run seccomp after ptraceGravatar Kees Cook 1-5/+6
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Gravatar Andy Lutomirski 1-1/+1
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsGravatar Peter Zijlstra 2-0/+12
2016-06-14locking/barriers, tile: Provide TILE specific smp_acquire__after_ctrl_dep()Gravatar Peter Zijlstra 1-0/+7
2016-06-07tile: allow disabling CONFIG_EARLY_PRINTKGravatar Chris Metcalf 1-0/+5
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2016-05-24Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2016-05-23Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+0
2016-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 7-50/+50
2016-05-23arch/defconfig: remove CONFIG_RESOURCE_COUNTERSGravatar Konstantin Khlebnikov 2-2/+0
2016-05-23Fix typoGravatar Andrea Gelmini 1-2/+2
2016-05-23Fix typoGravatar Andrea Gelmini 1-2/+2
2016-05-23Fix typoGravatar Andrea Gelmini 1-1/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIGravatar Petr Mladek 1-0/+1
2016-05-20exit_thread: accept a task parameter to be exitedGravatar Jiri Slaby 1-2/+2
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-0/+1
2016-05-19arch: fix has_transparent_hugepage()Gravatar Hugh Dickins 1-1/+0
2016-05-19tile: mm: use hugetlb_bad_size()Gravatar Vaishali Thakkar 1-1/+6
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-3/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountGravatar Joonsoo Kim 1-1/+1
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextGravatar Arnaldo Carvalho de Melo 1-3/+3
2016-05-09net: dsa: mv88e6xxx: factorize the switch driverGravatar Vivien Didelot 2-4/+2
2016-05-05asm-generic: Drop renameat syscall from default listGravatar James Hogan 1-0/+1
2016-04-28tile: sort the "select" lines in the TILE/TILEGX configsGravatar Chris Metcalf 1-39/+28
2016-04-26tile: clarify barrier semantics of atomic_add_returnGravatar Chris Metcalf 1-2/+15
2016-04-26tile/defconfigs: Remove CONFIG_IPV6_PRIVACYGravatar Borislav Petkov 2-2/+0
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 3-22/+22
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-0/+1