summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel
AgeCommit message (Expand)Author
2012-05-21blackfin: fix build after add bf60x mach/pm.hSteven Miao
2012-05-21blackfin: bf60x: Rename the DDR controller macroSonic Zhang
2012-05-21blackfin: bf60x: cleanup get clock codeSonic Zhang
2012-05-21blackfin: bf60x: make clock changeable in kernel menuconfigBob Liu
2012-05-21bfin_gpio: fix bf548-ezkit kernel fail to bootSteven Miao
2012-05-21bfin_dma: fix initcall return error in proc_dma_init()Steven Miao
2012-05-21Blackfin: delete fork funcMike Frysinger
2012-05-21Blackfin: fix unused clk var warningMike Frysinger
2012-05-21blackfin: bf60x: fix compiling warningBob Liu
2012-05-21blackfin: bf60x: enable gptimer clock sourceSteven Miao
2012-05-21blackfin: cplb: add support for bf60xBob Liu
2012-05-21blackfin: add bf60x to current frameworkBob Liu
2012-03-31new helper: ext2_image_size()Al Viro
2012-03-21blackfin:dma: rename bfin_dma_5xx.c to bfin_dma.cBob Liu
2012-03-21Disintegrate asm/system.h for Blackfin [ver #2]David Howells
2012-03-21blackfin: cplb-mpu: fix page mask table overflowBarry Song
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2012-01-09blackfin: time-ts: rm unused func broadcast_timer_setup()Bob Liu
2012-01-09bf54x: get mem size: missing break in switchSteven Miao
2012-01-09blackfin: smp: cleanup smp codeBob Liu
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker
2011-10-31blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-26Blackfin: irq: remove IRQF_DISABLEDYong Zhang
2011-10-25Blackfin: kgdb_test: rework code to avoid -O0 usageSonic Zhang
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-07-23Blackfin: bf526: restrict reboot workaround to 0.0 siliconMike Frysinger
2011-07-23Blackfin: bf54x: fix GPIO resume codeMike Frysinger
2011-07-23Blackfin: bf538: pull gpio/port logic out of core hibernate pathsMike Frysinger
2011-07-23Blackfin: debug-mmrs: generalize pint logicMike Frysinger
2011-07-23Blackfin: bf54x: tweak MMR pint namesMike Frysinger
2011-07-23Blackfin: pwm: implement linux/pwm.h APIMike Frysinger
2011-07-23Blackfin: make sure percpu section is aligned in XIP buildsSteven Miao
2011-07-23Blackfin: gptimers: use bfin read/write helpersMike Frysinger
2011-07-23Blackfin: gptimers: use register structs from common headerMike Frysinger
2011-07-23Blackfin: debug-mmrs: use new gptimer_group layout to simplify codeMike Frysinger
2011-07-23Blackfin: debug-mmrs: prevent macro arg from expandingMike Frysinger
2011-07-23Blackfin: exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-23Blackfin: debug-mmrs: disable PERIPHERAL_MAP for IMDMA channelsMike Frysinger
2011-07-23Blackfin: debug-mmrs: fix typo in single dmac setupMike Frysinger
2011-07-23Blackfin: optimize double fault boot checkingMike Frysinger
2011-07-23Blackfin: time: replace magic numbers with definesMike Frysinger
2011-05-28Blackfin: debug-mmrs: include RSI_PID[4567] MMRsMike Frysinger
2011-05-28Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppiMike Frysinger
2011-05-25Blackfin: use new common PERCPU_INPUT defineMike Frysinger
2011-05-25Blackfin: work around anomaly 05000480Steven Miao
2011-05-25Blackfin: switch /proc/gpio to seq_fileAlexey Dobriyan
2011-05-25Blackfin: convert old cpumask API to new oneKOSAKI Motohiro