aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove blackfin portGravatar Arnd Bergmann 95-12043/+0
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-17/+0
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-2/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildGravatar Stephen Boyd 1-1/+0
2018-01-02blackfin: Use generic clkdev.h headerGravatar Stephen Boyd 2-17/+1
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+20
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-10-19blackfin: Fix local <asm/gpio.h> includesGravatar Linus Walleij 1-0/+20
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsGravatar Will Deacon 1-6/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsGravatar Will Deacon 1-4/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Gravatar Will Deacon 1-10/+0
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+133
2017-08-27blackfin: merge the two TWI header filesGravatar Wolfram Sang 1-1/+133
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsGravatar Paul E. McKenney 1-5/+0
2017-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2017-07-20debug: Fix WARN_ON_ONCE() for modulesGravatar Josh Poimboeuf 1-2/+2
2017-07-16blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changesGravatar Geert Uytterhoeven 1-2/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-10/+15
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-23/+1
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Gravatar Nicholas Piggin 1-0/+2
2017-07-10blackfin: move generic-y of exported headers to uapi/asm/KbuildGravatar Masahiro Yamada 1-23/+1
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+0
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failGravatar Al Viro 1-10/+15
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 1-5/+0
2017-05-15kill strlen_user()Gravatar Al Viro 1-7/+0
2017-03-28bfin: switch to RAW_COPY_USERGravatar Al Viro 1-22/+4
2017-03-28blackfin: switch to generic extable.hGravatar Al Viro 2-16/+2
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 1-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hGravatar Al Viro 1-3/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+2
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Gravatar Linus Torvalds 1-0/+1
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsGravatar Bart Van Assche 1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-2/+2
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Gravatar Dave Airlie 1-0/+1
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Gravatar Benjamin Gaignard 1-0/+1
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-09-15blackfin: no access_ok() for __copy_{to,from}_user()Gravatar Al Viro 1-12/+20
2016-09-13blackfin: fix copy_from_user()Gravatar Al Viro 1-4/+5
2016-06-16locking/atomic, arch/blackfin: Implement atomic_fetch_{add,sub,and,or,xor}()Gravatar Peter Zijlstra 1-0/+8
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsGravatar Peter Zijlstra 1-2/+3
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-7/+0
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0