summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-2/+2
|\
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-1/+1
|\ \ | |/ |/|
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-141-1/+7
|\
| * arch/blackfin: add option to skip sync on DMA mapAlexander Duyck2016-12-141-1/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-2/+2
|\ \ | |/ |/|
| * ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-2/+2
* | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-131-6/+4
|\ \
| * | blackfin: make-bf561/coreb.c explicitly non-modularPaul Gortmaker2016-11-101-6/+4
| |/
* | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
* | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
* | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-1/+0
|/
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-2/+3
|\
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-2/+3
* | Merge branch 'work.uaccess' into for-linusAl Viro2016-10-141-12/+20
|\ \ | |/ |/|
| * blackfin: no access_ok() for __copy_{to,from}_user()Al Viro2016-09-151-12/+20
* | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* | Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-10-051-1/+1
|\ \
| * | blackfin: do away with ARCH_REQUIRE_GPIOLIBLinus Walleij2016-08-081-1/+1
* | | Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-031-12/+1
|\ \ \
| * \ \ Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-052-2/+4
| |\ \ \
| * | | | miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan2016-08-311-12/+1
| | |/ / | |/| |
* | | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-153-6/+9
|\ \ \ \
| * \ \ \ Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-4/+5
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | blackfin: fix copy_from_user()Al Viro2016-09-131-4/+5
| | |/
| * / net: smc91x: fix SMC accessesRussell King2016-08-282-2/+4
| |/
* | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
* | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-241-2/+2
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-4/+4
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-21/+5
|\
| * blackfin/perf: Convert hotplug notifier to state machineThomas Gleixner2016-07-141-21/+5
* | Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-261-2/+0
|\ \
| * | [media] ezkit/cobalt: drop unused op_656_range settingHans Verkuil2016-07-121-2/+0
| |/
* | locking/atomic, arch/blackfin: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-163-12/+40
* | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-2/+3
|/
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-0/+1
* exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
* Blackfin: comment spelling s/divsor/divisor/Geert Uytterhoeven2016-04-181-1/+1
* blackfin: Fix misspelling of 'register' in comment.Adam Buchbinder2016-04-181-1/+1
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-2/+2
|\
| * ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-03-175-5/+5
|\ \
| * | Merge tag 'v4.5' into nextDmitry Torokhov2016-03-159-153/+49
| |\|
| * | Input: ad7879 - move header to platform_data directoryStefan Agner2016-03-085-5/+5
* | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-179-13/+15
|\ \ \