summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-10-10hexagon: modify ffs() and fls() to return intRandy Dunlap1-2/+2
2018-10-10arch/hexagon: fix kernel/dma.c build warningRandy Dunlap1-1/+1
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby20-472/+126
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf49-22/+93
2016-09-13hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski111-804/+705
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick36-53/+46
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds186-4134/+7363
2016-07-27Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds66-230/+2207
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-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko27-52/+47
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra23-64/+0
2016-06-16locking/atomic, arch/hexagon: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-5/+28
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra20-32/+145
2016-06-07hexagon: update TODO listLinus Walleij1-2/+1
2016-05-24Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-0/+20
2016-05-24vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko9-10/+21
2016-05-21exit_thread: remove empty bodiesJiri Slaby36-140/+24
2016-05-04asm-generic: Drop renameat syscall from default listJames Hogan12-0/+20
2016-04-18hexagon: Fix misspellings in comments.Adam Buchbinder5-6/+6
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1281-33900/+78920
2016-03-14ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck34-150/+106
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner22-21/+22
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig70-633/+369
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar689-3952/+7239
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds25-37/+188
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra24-53/+53
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds165-4353/+4768
2015-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2-18/+1
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig24-169/+28
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig18-98/+25
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig18-146/+19
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig19-99/+39
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig25-569/+70
2015-09-09Revert "Hexagon: fix signal.c compile error"Mike Frysinger1-2/+0
2015-09-08hexagon/time: Migrate to new 'set-state' interfaceViresh Kumar1-16/+1
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra29-68/+19
2015-07-27hexagon: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+6
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour60-435/+46
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf22-8/+93
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds57-97/+57
2015-06-25mm: new mm hook frameworkLaurent Dufour31-0/+466
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds138-972/+1442
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig30-30/+0
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand12-59/+118
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner17-31/+0
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds85-675/+86
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger21-39/+0
2015-04-12whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro6-8/+0
[next]