summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-231-2/+0
|\
| * burying unused conditionalsAl Viro2013-02-141-2/+0
* | blackfin: sync data in blackfin write bufferSonic Zhang2013-02-201-0/+1
* | blackfin: mem_init: update dmc config registerBob Liu2013-02-201-1/+1
* | blackfin: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-202-1/+1
|\
| * new helper: current_user_stack_pointer()Al Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds2012-12-1826-784/+819
|\ \
| * | blackfin: SEC: clean up SEC interrupt initializationSonic Zhang2012-12-141-2/+3
| * | Blackfin: remove unused is_in_rom()Tobias Klauser2012-12-131-17/+0
| * | Blackfin: remove unnecessary prototype for kobjsize()Tobias Klauser2012-12-131-2/+0
| * | Blackfin: twi: Add missing __iomem annotationLars-Peter Clausen2012-12-131-1/+1
| * | Blackfin: Annotate strnlen_user and strlen_user 'src' parameter with __userLars-Peter Clausen2012-12-131-4/+4
| * | Blackfin: Annotate clear_user 'to' parameter with __userLars-Peter Clausen2012-12-131-2/+2
| * | Blackfin: Add missing __user annotations to put_userLars-Peter Clausen2012-12-131-4/+4
| * | Blackfin: Annotate strncpy_from_user src parameter with __userLars-Peter Clausen2012-12-131-2/+2
| * | blackfin: Use Kbuild infrastructure for kvm_para.hSteven Rostedt2012-12-132-1/+1
| * | UAPI: (Scripted) Disintegrate arch/blackfin/include/asmDavid Howells2012-12-1322-749/+802
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-122-2/+2
|\ \ \ | | |/ | |/|
| * | bfin: switch to generic vfork, get rid of pointless wrappersAl Viro2012-11-281-0/+1
| * | blackfin: switch to generic sys_execve()Al Viro2012-10-141-0/+1
| * | blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro2012-10-141-2/+0
| |/
* | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-3/+1
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-4/+0
|\ \
| * | sanitize tsk_is_polling()Al Viro2012-10-011-3/+0
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
| |/
* | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
* | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
|/
* blackfin: smp: adapt to generic smp helpersSteven Miao2012-09-071-0/+2
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+0
* blackfin: twi: read twi mmr via bfin_read macroSonic Zhang2012-07-241-2/+2
* bf60x: Add double fault, hardware error and NMI SEC handlerSonic Zhang2012-07-241-0/+2
* bf60x: update anomaly id in serial and twi driver headers.Sonic Zhang2012-07-242-2/+2
* bf60x: pm: add pint suspend and resume supportSteven Miao2012-07-242-0/+12
* bfin: simple_timer: add READ_COUNTER ioctl and add NOIRQ timer modeSteven Miao2012-07-241-0/+6
* i2c: i2c-bfin-twi: Always access 16 bit MMR by bfin 16 bit access Macro.Sonic Zhang2012-07-241-2/+2
* bfin: pm: add deepsleep for bf60xSonic Zhang2012-07-241-0/+9
* bfin: reorg clock init steps for bf609Bob Liu2012-07-241-0/+212
* pm: dpmc macro typo fixSteven Miao2012-07-241-1/+1
* bf60x: bfin_crc: move structure bfin_crc out of head file.Sonic Zhang2012-07-241-14/+0
* bfin: add 32M, 16M and 8M uncached DMA region optionsScott Jiang2012-07-241-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-2/+0
|\
| * whack-a-mole with TIF_FREEZEAl Viro2012-06-011-2/+0
* | bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\
| * kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-2/+0
|\ \
OpenPOWER on IntegriCloud