aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
AgeCommit message (Expand)AuthorFilesLines
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+1
2013-02-26default SET_PERSONALITY() in linux/elf.hAl Viro1-3/+0
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+2
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds5-23/+13
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-23Merge branch 'pm-cpuidle' into fixesRafael J. Wysocki1-3/+1
2013-02-23blackfin idle: Fix compile errorLars-Peter Clausen1-3/+1
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+5
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+0
2013-02-20blackfin: time-ts: Remove duplicate assignmentStephen Boyd1-6/+0
2013-02-20blackfin: pm: fix build errorSteven Miao1-0/+4
2013-02-20blackfin: sync data in blackfin write bufferSonic Zhang1-0/+1
2013-02-20blackfin: use bitmap library functionsAkinobu Mita1-16/+7
2013-02-20blackfin: mem_init: update dmc config registerBob Liu1-1/+1
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2013-02-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki1-7/+0
2013-02-17blackfin idle: delete pm_idleLen Brown1-7/+0
2013-02-14burying unused conditionalsAl Viro2-3/+0
2013-02-04arch Kconfig: Remove references to IRQ_PER_CPUJames Hogan1-1/+0
2013-02-03blackfin: switch to generic sigaltstackAl Viro2-10/+3
2013-01-29blackfin: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven1-0/+10
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+0
2013-01-21arch/blackfin: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+2
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-3/+3
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-1/+5
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-3/+1
2012-12-19new helper: current_user_stack_pointer()Al Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds38-948/+972
2012-12-14blackfin: SEC: clean up SEC interrupt initializationSonic Zhang4-146/+137
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-12-13blackfin: kgdb: call generic_exec_single() directlySonic Zhang1-2/+11
2012-12-13blackfin: anomaly: add anomaly 16000030 for bf5xxSonic Zhang7-0/+7
2012-12-13Blackfin: dpmc: use module_platform_driver macroSrinivas Kandagatla1-18/+1
2012-12-13Blackfin: remove unused is_in_rom()Tobias Klauser1-17/+0
2012-12-13Blackfin: remove unnecessary prototype for kobjsize()Tobias Klauser1-2/+0
2012-12-13Blackfin: twi: Add missing __iomem annotationLars-Peter Clausen1-1/+1
2012-12-13Blackfin: Annotate strnlen_user and strlen_user 'src' parameter with __userLars-Peter Clausen1-4/+4
2012-12-13Blackfin: Annotate clear_user 'to' parameter with __userLars-Peter Clausen1-2/+2
2012-12-13Blackfin: Add missing __user annotations to put_userLars-Peter Clausen1-4/+4
2012-12-13Blackfin: Annotate strncpy_from_user src parameter with __userLars-Peter Clausen1-2/+2
2012-12-13blackfin: Use Kbuild infrastructure for kvm_para.hSteven Rostedt2-1/+1
2012-12-13UAPI: (Scripted) Disintegrate arch/blackfin/include/asmDavid Howells22-749/+802
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-184/+36
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-03treewide: Fix typos in various driversMasanari Iida1-1/+1
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-3/+3
2012-11-28bfin: switch to generic vfork, get rid of pointless wrappersAl Viro5-54/+7
2012-11-19treewide: fix printk typo in multiple driversMasanari Iida1-1/+1
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker1-1/+0
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-08arch: Change defconfigs to point to g_mass_storage.Michal Nazarewicz3-3/+3
2012-10-14blackfin: switch to generic sys_execve()Al Viro2-20/+1
2012-10-14blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro5-109/+27
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-5/+0
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse19-188/+588
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas1-0/+1
2012-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds11-31/+416
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds5-0/+99
2012-10-08Blackfin: smp: add smp_mb() to keep coherencySteven Miao1-2/+2
2012-10-08Blackfin: drop irq enable in init_arch_irq()Steven Miao1-1/+0
2012-10-08Blackfin: fix wrong place disabled irqSteven Miao2-4/+1
2012-10-08Blackfin: update defconfig for bf609-ezkitBob Liu1-10/+6
2012-10-08Blackfin: add bf548 v0.4 revisionSonic Zhang1-1/+1
2012-10-08Blackfin: bf60x: Add bf608 and bf609 specific perpheral MMRsSonic Zhang1-0/+271
2012-10-08Blackfin: cpufreq: fix dpm_state_tableJames Cosin1-3/+2
2012-10-08Blackfin: bfin_gpio: proc: fix return valueSteven Miao1-2/+2
2012-10-08Blackfin: CM-BF537E: Update SPORT support in board file.Harald Krapfenbauer1-5/+125
2012-10-08Blackfin: bf537: fix lq035 platform device nameScott Jiang1-1/+1
2012-10-08Blackfin: bf533-ezkit: enable flash drivers by defaultMike Frysinger1-2/+5
2012-10-06cross-arch: don't corrupt personality flags upon exec()Jiri Kosina1-1/+2
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-10-01sanitize tsk_is_polling()Al Viro1-3/+0
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-09-29defconfigs: remove CONFIG_MTD_NAND_VERIFY_WRITEHuang Shijie1-1/+0
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells2-3/+3
2012-09-22Merge tag 'v3.6-rc6' into for-3.7Mark Brown4-158/+69
2012-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds4-158/+69
2012-09-11kbuild: add symbol prefix arg to kallsymsJames Hogan1-1/+0
2012-09-07blackfin: smp: adapt to generic smp helpersSteven Miao3-157/+69
2012-08-17blackfin: add platform device for ad1836 machine driverScott Jiang5-0/+99
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-1/+0
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-1/+1
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2-1/+1
2012-07-30Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds3-111/+0
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-07-24bf60x: fix build warningBob Liu4-10/+9
2012-07-24PM: add BF60x flash suspend and resume supportSteven Miao1-1/+16
2012-07-24blackfin: twi: read twi mmr via bfin_read macroSonic Zhang1-2/+2
2012-07-24dpm: deepsleep: reserve stackSteven Miao1-1/+1
2012-07-24bf60x: cpufreq: fix anomaly 05000273Sonic Zhang1-1/+2
2012-07-24bf609: add adv7511 display supportScott Jiang1-11/+90
2012-07-24blackfin: cplb-nompu: fix ROM cplb size for bf609-ezkitBob Liu1-0/+8
2012-07-24bf60x: Add double fault, hardware error and NMI SEC handlerSonic Zhang2-1/+35
2012-07-24bf60x: update anomaly id in serial and twi driver headers.Sonic Zhang2-2/+2
2012-07-24bf60x: vs6624 pin updateVivi Li1-1/+3
2012-07-24bf60x: add default anomaly setting.Sonic Zhang1-0/+2
2012-07-24bf60x: update bf60x anomaly list.Sonic Zhang1-88/+56
2012-07-24bf60x: sec: Enable sec interrupt source priority configuration.Sonic Zhang5-1/+190
2012-07-24bf60x: sec: Clean up interrupt initialization code for SEC.Sonic Zhang3-87/+125
2012-07-24bf609: reuse bf5xx-i2s-pcm.c as i2s pcm driverScott Jiang1-2/+2
2012-07-24bf561: add capabilities in adv7183_inputsScott Jiang1-0/+3
2012-07-24bf609: convert vs6624 blank_clocks to black_pixelsScott Jiang1-1/+1
2012-07-24blackfin: fix musb macro nameBob Liu2-4/+4
2012-07-24cleanup: sec and linkport only built on bf60xSteven Miao1-0/+2
2012-07-24bfin: pint: add pint suspend and resumeSteven Miao1-0/+4
2012-07-24bf60x: pm: add pint suspend and resume supportSteven Miao5-21/+76
2012-07-24bf609: add HDMI support for adv7842Scott Jiang1-7/+20
2012-07-24bf609: add CVBS and S-Video support for adv7842Scott Jiang1-5/+18
2012-07-24gpiokeys: add gpio keyboard platform deviceSteven Miao1-0/+22
2012-07-24bf60x: pm: pass wakeup paramSteven Miao1-9/+10
2012-07-24bf60x: pm: add smc nor flash syscore opsSteven Miao2-1/+25
2012-07-24bfin: simple_timer: add READ_COUNTER ioctl and add NOIRQ timer modeSteven Miao1-0/+6
2012-07-24blackfin: bf609-ezkit: add probe_type for norflashBob Liu1-0/+3
2012-07-24i2c: i2c-bfin-twi: Always access 16 bit MMR by bfin 16 bit access Macro.Sonic Zhang1-2/+2
2012-07-24bf609: add ssm2602 support on bf609 platformScott Jiang1-0/+5
2012-07-24blackfin: mach-common: ints-priority add irq_set_wakeBob Liu1-1/+5
2012-07-24v4l2: add adv7842 video decoder driverScott Jiang1-0/+99
2012-07-24cache: enable L2 sram icache in menuconfigSteven Miao1-1/+1
2012-07-24cpufreq: change debug message level to show clock change errorSteven Miao2-2/+3
2012-07-24bf60x: Add wake up latency bench for deep sleep mode.Sonic Zhang1-0/+2
2012-07-24bfin: pm: add deepsleep for bf60xSonic Zhang7-127/+197
2012-07-24irq: set cgu event handle to fasteoi handleSteven Miao1-1/+1
2012-07-24blackfin: Kconfig: fix ROM range for bf60xBob Liu1-1/+2
2012-07-24bfin: reorg clock init steps for bf609Bob Liu4-133/+224
2012-07-24bfin-dma: only use MDMA3 on bf609Steven Miao1-2/+2
2012-07-24bf609: bfin_crc: Remove unused CRC TX DMA platform resources.Sonic Zhang1-5/+0
2012-07-24pm: dpmc macro typo fixSteven Miao1-1/+1
2012-07-24bf60x: bfin_crc: move structure bfin_crc out of head file.Sonic Zhang1-14/+0
2012-07-24bf60x: Enable Blackfin CRC crypto driver by default.Sonic Zhang1-0/+2
2012-07-24bf609: crypto: Add blackfin crypto crc driver platform data.Sonic Zhang1-0/+41
2012-07-24blackfin: Call sg_for_each to pass through the whole sg list.Sonic Zhang1-4/+6
2012-07-24bfin: add 32M, 16M and 8M uncached DMA region optionsScott Jiang2-1/+13
2012-07-24bf609: change ad7877 cs and irq pinScott Jiang1-4/+4
2012-07-16arch: Use eth_random_addrJoe Perches1-1/+1
2012-07-02pwm: Move Blackfin PWM driver to PWM frameworkThierry Reding3-111/+0
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven1-1/+0
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-52/+19
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2012-06-01blackfin: check __get_user() return valueAl Viro1-16/+14
2012-06-01whack-a-mole with TIF_FREEZEAl Viro1-2/+0
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2-3/+1
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-17/+7
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-05-31blackfin: fix possible deadlock in decode_address()Anton Vorontsov1-3/+3
2012-05-31blackfin: a couple of task->mm handling fixesAnton Vorontsov1-13/+13
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro1-3/+0
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra1-1/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+3
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+5
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-21blackfin: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-21blackfin: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+4
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-53/+3
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-2/+0
2012-05-21blackfin: Use generic time configAnna-Maria Gleixner1-5/+3
2012-05-21blackfin: fix build after add bf60x mach/pm.hSteven Miao2-1/+3
2012-05-21blackfin: twi: include linux/i2c.hSonic Zhang1-0/+1
2012-05-21blackfin: bf60x: add head file for crc controllerSonic Zhang1-0/+139
2012-05-21blackfin: bf60x: twi: work around temporary anomaly 0501001Sonic Zhang1-0/+27
2012-05-21blackfin: twi: Move TWI MMR access macro to twi head fileSonic Zhang1-0/+44
2012-05-21blackfin: twi: Move TWI peripheral pin request array to platform dataSonic Zhang17-1/+102
2012-05-21blackfin: bf60x: anomaly: Add a temporary anomaly 0501001Sonic Zhang2-0/+14
2012-05-21blackfin: bf60x: Rename the DDR controller macroSonic Zhang4-56/+56
2012-05-21blackfin: mach-bf609: pm: cleanup bfin_deepsleepSteven Miao1-8/+7
2012-05-21blackfin: bf60x: cleanup get clock codeSonic Zhang1-42/+22
2012-05-21blackfin: bf60x: pm: Add a debug option to calculate kernel wakeup time.Sonic Zhang6-0/+74
2012-05-21blackfin: bf60x: add wakeup source selectSteven Miao6-29/+192
2012-05-21blackfin: bf60x: make clock changeable in kernel menuconfigBob Liu5-29/+197
2012-05-21blackfin:mach-bf609: fix norflash for bf609-ezkitBob Liu2-5/+6
2012-05-21blackfin: mach-bf609: add can_wakeup to ethernet deviceBob Liu1-0/+1
2012-05-21blackfin: remove redundant CONFIG_BF60x macroSonic Zhang1-6/+0
2012-05-21blackfin: rotary: Add pm_wakeup flag to platform data structure.Sonic Zhang4-0/+4
2012-05-21bfin_gpio: fix bf548-ezkit kernel fail to bootSteven Miao1-1/+2
2012-05-21bfin_dma: fix initcall return error in proc_dma_init()Steven Miao1-1/+2
2012-05-21Blackfin: delete fork funcMike Frysinger3-12/+2
2012-05-21Blackfin: fix unused clk var warningMike Frysinger1-0/+2
2012-05-21blackfin: SMP: pda: "next" field of blackfin_pda only used in SMP kernelSteven Miao1-0/+2
2012-05-21blackfin: GPIO: Implement more GPIO APIsSonic Zhang1-0/+44