summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+5
|\
| * Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-141-3/+3
| |\
| * | time: convert arch_gettimeoffset to a pointerStephen Warren2012-12-241-1/+5
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-4/+2Star
|\ \ \
| * | | arch/blackfin: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-4/+2Star
| | |/ | |/|
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-201-7/+0Star
|\ \ \
| * \ \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki2013-02-181-7/+0Star
| |\ \ \
| | * | | blackfin idle: delete pm_idleLen Brown2013-02-181-7/+0Star
| | |/ /
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-201-2/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | arch Kconfig: Remove references to IRQ_PER_CPUJames Hogan2013-02-041-1/+0Star
| * | | Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-01-241-1/+0Star
| |\ \ \ | | |/ / | |/| |
| | * | irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker2012-11-171-1/+0Star
* | | | blackfin: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
|/ / /
* | / ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-213-3/+1Star
|\ \
| * | new helper: current_user_stack_pointer()Al Viro2012-12-201-0/+1
| * | Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds2012-12-1838-948/+972
|\ \ \
| * | | blackfin: SEC: clean up SEC interrupt initializationSonic Zhang2012-12-144-146/+137Star
| * | | blackfin: kgdb: call generic_exec_single() directlySonic Zhang2012-12-131-2/+11
| * | | blackfin: anomaly: add anomaly 16000030 for bf5xxSonic Zhang2012-12-137-0/+7
| * | | Blackfin: dpmc: use module_platform_driver macroSrinivas Kandagatla2012-12-131-18/+1Star
| * | | Blackfin: remove unused is_in_rom()Tobias Klauser2012-12-131-17/+0Star
| * | | Blackfin: remove unnecessary prototype for kobjsize()Tobias Klauser2012-12-131-2/+0Star
| * | | 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/jik...Linus Torvalds2012-12-132-2/+2
|\ \ \
| * | | treewide: Fix typos in various driversMasanari Iida2012-12-031-1/+1
| * | | treewide: fix printk typo in multiple driversMasanari Iida2012-11-191-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-127-184/+36Star
|\ \ \ | | |/ | |/|
| * | flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-1/+1
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-3/+3
| * | bfin: switch to generic vfork, get rid of pointless wrappersAl Viro2012-11-295-54/+7Star
| * | blackfin: switch to generic sys_execve()Al Viro2012-10-152-20/+1Star
| * | blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro2012-10-155-109/+27Star
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-121-0/+1
|\ \
| * | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| |/
* / arch: Change defconfigs to point to g_mass_storage.Michal Nazarewicz2012-11-083-3/+3
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-3/+3
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-3/+3
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-5/+0Star
|\ \
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
| * | sanitize tsk_is_polling()Al Viro2012-10-011-3/+0Star
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0Star
| |/