summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-261-4/+4
|\
| * serial: bfin: ctsrts: enfore Kconfig naming conventionValentin Rothberg2015-05-061-4/+4
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-252-2/+1
|\ \
| * | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| * | remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-1/+1
| |/
* | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
* | blackfin: Fix build errorGuenter Roeck2015-06-101-0/+1
|/
* Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-04-242-30/+17
|\
| * blackfin: Wire up missing syscallsChen Gang2015-04-241-1/+11
| * dma: fix build error after update to v3.19Steven Miao2015-04-231-8/+0
| * blackfin: io: define __raw_readx/writex with bfin_readx/writexSteven Miao2015-04-231-21/+6
* | blackfin: Remove exec_domain usageRichard Weinberger2015-04-121-2/+0
* | blackfin: Autogenerate offsets in struct thread_infoRichard Weinberger2015-04-121-9/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-02-211-116/+0
|\
| * Input: bfin_rotary - move platform header to linux/platform_dataSonic Zhang2015-02-151-116/+0
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-16/+16
|\ \
| * | blackfin: macro whitespace fixesMichael S. Tsirkin2015-01-131-11/+11
| * | blackfin: fix put_user sparse errorsMichael S. Tsirkin2015-01-131-4/+4
| * | blackfin/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-1/+1
| |/
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-4/+0
* | blackfin: drop pte_file()Kirill A. Shutemov2015-02-101-5/+0
|/
* Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-141-4/+3
|\
| * tty: bfin, define inlined structuresJiri Slaby2014-11-251-4/+3
* | arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-111-0/+51
* | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\
| * blackfin: Replace __get_cpu_var usesChristoph Lameter2014-08-261-1/+1
* | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
|/
* arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-1/+1
* Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-121-0/+2
|\
| * Revert "blackfin: dma: current count mmr is read only"Steven Miao2014-06-111-0/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-10/+1
|\ \
| * | ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro2014-05-211-10/+1
| |/
* | sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2014-06-041-1/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-12/+5
|\ \
| * | arch,blackfin: Convert smp_mb__*()Peter Zijlstra2014-04-182-12/+5
| |/
* | Merge tag 'spi-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2014-06-031-258/+0
|\ \
| * | spi: convert spi-bfin-v3.c to a multiplatform driverScott Jiang2014-04-141-258/+0
| |/
* / PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-271-5/+0
|/
* Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-123-133/+4
|\
| * blackfin: dma: current count mmr is read onlySonic Zhang2014-04-121-2/+0
| * bfin_crc: Move architecture independant crc header file out of the blackfin f...Sonic Zhang2014-04-121-125/+0
| * blackfin: portmux: cleanup head fileSteven Miao2014-04-121-6/+4
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-091-124/+19
|\ \
| * | i2c: bfin-twi: remove unnecessary Blackfin SSYNC from the driverSonic Zhang2014-03-091-2/+21
| * | i2c: bfin-twi: move bits macros and structs in header from arch include to ge...Sonic Zhang2014-03-091-125/+1
| |/
* | Merge tag 'pinctrl-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-011-9/+0
|\ \
| * | pinctrl: Move pint PM storage structure out of blackfin architecture.Sonic Zhang2014-02-101-9/+0
| |/
* | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
* | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-3/+3
|/