summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
AgeCommit message (Expand)AuthorLines
2018-03-16arch: remove blackfin portArnd Bergmann-123639/+0
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro-18/+1
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-17/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+19
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-34/+0
2018-01-15signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDEDEric W. Biederman-2/+0
2018-01-15signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.hEric W. Biederman-32/+0
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells-2/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd-1/+0
2018-01-02blackfin: Use generic clkdev.h headerStephen Boyd-17/+1
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner-0/+1
2017-11-29make kernel-side POLL... arch-independentAl Viro-1/+18
2017-11-27define __poll_t, annotate constantsAl Viro-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-2/+2
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook-2/+1
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+32
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-48/+0
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+56
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+57
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+57
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman-0/+12
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+42
2017-10-30i2c: gpio: Augment all boardfiles to use open drainLinus Walleij-8/+8
2017-10-30i2c: gpio: Convert to use descriptorsLinus Walleij-17/+56
2017-10-19blackfin: Fix local <asm/gpio.h> includesLinus Walleij-3/+26
2017-10-19pinctrl: adi2: Fix Kconfig build problemLinus Walleij-2/+6
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon-6/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon-4/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon-10/+0
2017-09-20blackfin: ezbrd: Remove non-functional DSA/KSZ8893M codeFlorian Fainelli-47/+0
2017-09-20blackfin: tcm-bf518: Remove dsa.h inclusionFlorian Fainelli-1/+0
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-11/+19
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds-3/+3
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+133
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon-3/+3
2017-08-27blackfin: merge the two TWI header filesWolfram Sang-2/+133
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney-23/+21
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney-5/+0
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon-3/+3
2017-07-24module: Fix pr_fmt() bug for header use of printkJoe Perches-18/+21
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman-11/+19
2017-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf-2/+2
2017-07-17Blackfin: flat: Use %x to format u32Geert Uytterhoeven-2/+2
2017-07-16blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changesGeert Uytterhoeven-2/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-17/+21
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-23/+23
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin-1/+3
2017-07-10blackfin: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada-23/+23