summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby20-472/+126
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins23-163/+152
2017-02-01tile/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2016-11-23tile: avoid using clocksource_cyc2ns with absolute cycle countChris Metcalf1-2/+2
2016-11-14tile: handle __ro_after_init like parisc doesChris Metcalf1-0/+3
2016-10-11tile: use simpler API for random address requestsJason Cooper1-2/+1
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf49-22/+93
2016-10-08arch/tile: adopt the new nmi_backtrace frameworkChris Metcalf4-63/+27
2016-10-08atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta12-17/+0
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar838-4534/+7735
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf19-128/+45
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf15-15/+34
2016-08-04tile: support static_key usage in non-module __exit sectionsChris Metcalf1-0/+12
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski111-804/+705
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski10-249/+63
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds126-2131/+7281
2016-07-28mm: move most file-based accounting to the nodeMel Gorman24-162/+155
2016-07-28mm: move page mapped accounting to the nodeMel Gorman8-21/+21
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-17/+45
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov36-51/+48
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds108-958/+3268
2016-07-25tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2-0/+3
2016-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds67-207/+178
2016-06-25tile: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds10-39/+41
2016-06-24tile: support gcc 7 optimization to use __multi3Chris Metcalf1-1/+5
2016-06-24locking/atomic, arch/tile: Fix tilepro buildPeter Zijlstra4-35/+40
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra23-64/+0
2016-06-16locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra6-94/+159
2016-06-15tile 32-bit big-endian: fix bugs in syscall argument orderChris Metcalf2-16/+32
2016-06-14tile/ptrace: run seccomp after ptraceKees Cook1-5/+6
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski11-15/+15
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra20-32/+145
2016-06-14locking/barriers, tile: Provide TILE specific smp_acquire__after_ctrl_dep()Peter Zijlstra1-0/+7
2016-06-07tile: allow disabling CONFIG_EARLY_PRINTKChris Metcalf1-0/+5
2016-05-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds56-330/+618
2016-05-24Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-0/+20
2016-05-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds129-786/+1355
2016-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds7-50/+50
2016-05-24arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov18-18/+0
2016-05-23Fix typoAndrea Gelmini1-2/+2
2016-05-23Fix typoAndrea Gelmini1-2/+2
2016-05-23Fix typoAndrea Gelmini1-1/+1
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek24-107/+306
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby17-47/+42
2016-05-21exit_thread: remove empty bodiesJiri Slaby36-140/+24
2016-05-20arch: fix has_transparent_hugepage()Hugh Dickins12-26/+23
2016-05-20tile: mm: use hugetlb_bad_size()Vaishali Thakkar1-1/+6
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton11-59/+54
[next]