aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-16Blackfin: catch hardware errors earlier during bootingRobin Getz
2009-09-16Blackfin: add an early shadow consoleRobin Getz
2009-09-16Blackfin: add support for common FDPIC ptrace requestsMike Frysinger
2009-09-16Blackfin: push SRAM locks down into related ifdefsMike Frysinger
2009-09-16Blackfin: unify duplicated SMP checks in L2 cache kconfigSonic Zhang
2009-09-16Blackfin: rename PCF8574 driver configMichael Hennerich
2009-09-16Blackfin: clean up early memory setup codeRobin Getz
2009-09-16Blackfin: fix module reloc handling for all memory regionsMike Frysinger
2009-09-16Blackfin: cleanup module section checkingMike Frysinger
2009-09-16Blackfin: convert malloc()/memset() to zalloc() in module codeMike Frysinger
2009-09-16Blackfin: cleanup printk() usage in module codeMike Frysinger
2009-09-16Blackfin: reject outdated/unused/wrong relocation typesRobin Getz
2009-09-16Blackfin: convert ptrace to new memory functionsMike Frysinger
2009-09-16Blackfin: cleanup traps decode_address() a bitMike Frysinger
2009-09-16Blackfin: inline I-pipe bypass code in ret_from_exceptionPhilippe Gerum
2009-09-16Blackfin: sanitize manual control of IPEND[4]Philippe Gerum
2009-09-16Blackfin: document __ipipe_call_irqtailPhilippe Gerum
2009-09-16Blackfin: allow EVT5 to preempt irqtail prologue (CONFIG_DEBUG_HWERR)Philippe Gerum
2009-09-16Blackfin: reuse evt_evt14 handler to perform irqtail epiloguePhilippe Gerum
2009-09-16Blackfin: use generic name for EVT14 handlerPhilippe Gerum
2009-09-16Blackfin: allow high priority domains to preempt schedule_tail()Philippe Gerum
2009-09-16Blackfin: export show_stack() to modulesPhilippe Gerum
2009-09-16Blackfin: fix misnomer of some I-pipe helpersPhilippe Gerum
2009-09-16Blackfin: checkpatch --file arch/blackfin/kernel/ipipe.cPhilippe Gerum
2009-09-16Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4]Robin Getz
2009-09-16Blackfin: bf537-stamp: add resources for AD1938 audio cardBarry Song
2009-09-16Blackfin: bf537-stamp: declare SPI IRQ resourcesYi Li
2009-09-16Blackfin: bf537-stamp: update ADP5588 header nameMichael Hennerich
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pcmcia-2.6Linus Torvalds
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-09-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-16Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-16writeback: fix possible bdi writeback refcounting problemNick Piggin
2009-09-16writeback: Fix bdi use after free in wb_work_complete()Nick Piggin
2009-09-16writeback: improve scalability of bdi writeback work queuesNick Piggin
2009-09-16writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()Nick Piggin
2009-09-16writeback: use schedule_timeout_interruptible()Jens Axboe
2009-09-16writeback: add comments to bdi_work structureJens Axboe
2009-09-16writeback: splice dirty inode entries to default bdi on bdi_destroy()Jens Axboe
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe
2009-09-16writeback: inline allocation failure handling in bdi_alloc_queue_work()Jens Axboe
2009-09-16writeback: use RCU to protect bdi_listJens Axboe
2009-09-16writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeoutJens Axboe
2009-09-16fs: Assign bdi in super_blockJens Axboe
2009-09-16writeback: make wb_writeback() take an argument structureJens Axboe
2009-09-16writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_...Christoph Hellwig
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe
2009-09-16fs: remove bdev->bd_inode_backing_dev_infoJens Axboe