Commit Graph

126 Commits (aee3a29240ad167ad7875d859506d8bb90431c70)

Author SHA1 Message Date
Robin Getz aee3a29240 [Blackfin] arch: print out list of modules if kernel is crashing and tell people if the kernel is tainted 17 years ago
Robin Getz 6b5eace2f1 [Blackfin] arch: Don't oops_in_progress if single step is comming from the kernel 17 years ago
Michael Hennerich a546b0ac59 [Blackfin] arch: Fix BUG - kernel sometimes would stuck with KEYBOARD_GPIO on 17 years ago
Joe Perches 79f1ec862a [Blackfin] arch: Spelling fixes 17 years ago
Michael Hennerich fac3cf432e [Blackfin] arch: Fix gpio label handling 17 years ago
Mike Frysinger 1545a1111a [Blackfin] arch: add support for BF523/BF524/BF526 17 years ago
Mike Frysinger 54a1668ce5 [Blackfin] arch: scrub dead alive/idle LED code 17 years ago
Robin Getz b03b08ba9c [Blackfin] arch: Clean up dump_bfin_mem 17 years ago
Robin Getz d8f66c8c1e [Blackfin] arch: fix bug gdb testing on hardware has regression 17 years ago
Robin Getz 13fe24f37d [Blackfin] arch: fix bug - trap_tests fails to recover on some tests. 17 years ago
Mike Frysinger 49dce9124b Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicated 17 years ago
Robin Getz fb322915a0 Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get confused 17 years ago
Robin Getz 569a50ca3f Blackfin arch: Ensure we printk out strings with the proper loglevel 17 years ago
Mike Frysinger c3a9f435ae Blackfin arch: cplb and map header file cleanup 17 years ago
Mike Frysinger 81a487a59f Blackfin arch: cleanup the cplb declares 17 years ago
Mike Frysinger 8d6c242062 Blackfin arch: rename _return_from_exception to _bfin_return_from_exception and export it 17 years ago
Mike Frysinger d0025e5edf Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined 17 years ago
Cliff Cai 28a44d4bd6 Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usage 17 years ago
Robin Getz 90c7f4686f Blackfin arch: cleanup kernel exception message, don't insult the customer. 17 years ago
Bernd Schmidt af8a5af3ff Blackfin arch: fix bug kernel not to boot up with mtd filesystems 17 years ago
Robin Getz 4c26c6c9bf Blackfin arch: print out modules that are loaded if we get a kernel oops 17 years ago
Michael Hennerich 5c91fb902d Blackfin arch: Add assembly function insl_16 17 years ago
Mike Frysinger 1754a5d9f9 Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd 17 years ago
Adrian Bunk 8d2e24c3c1 Blackfin arch: unexport get_wchan 17 years ago
Adrian Bunk 05c484355f Blackfin arch: remove dump_thread() 17 years ago
Robin Getz 839e01c2bf Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation 17 years ago
Robin Getz 6a3f0b460c Blackfin arch: fix bug cplbmgr.S does not exit properly on error condition 17 years ago
Robin Getz 4a589e1ef6 Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets confused 17 years ago
Robin Getz f26fbc48f1 Blackfin arch: ensure we work around ANOMALY_05000261 for null pointers 17 years ago
Mike Frysinger 36208059c1 Blackfin arch: reclaim a few bytes from the end of our init section 17 years ago
Robin Getz 9f336a5326 Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things. 17 years ago
Robin Getz aa770aa790 Blackfin arch: Fix random crash issue found by Michael. 17 years ago
Robin Getz 7728ec33fa Blackfin arch: fix bug: tell users if the kernel is recovering from a fault condition 17 years ago
Mike Frysinger 4ad1ec7154 Blackfin arch: add support for checking/clearing overruns in generic purpose Timer API 17 years ago
Robin Getz 226eb1ef52 Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code. 17 years ago
Robin Getz 885be03b06 Blackfin arch: fix bug: kernel prints out error message twice 17 years ago
Adrian Bunk 82861924a5 blackfin: fix sg fallout 17 years ago
Jens Axboe 58b053e4ce Update arch/ to use sg helpers 17 years ago
Mike Frysinger da27abb799 Blackfin arch: Javier Herrer writes: fix building when icache and dcache is disabled 17 years ago
Bryan Wu 452af71f36 Blackfin arch: dma add some API and cleanup bf54x DMA definition 17 years ago
Mike Frysinger 780431e397 Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component 17 years ago
Mike Frysinger 2f6cf7bfc6 Blackfin arch: add functions for converting between sclks and usecs 17 years ago
Mike Frysinger 066954a389 Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage 17 years ago
Bernd Schmidt c1e7399da7 Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput calls 17 years ago
Robin Getz 73b0c0b0c1 Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else 17 years ago
Michael Hennerich 590031450a Blackfin arch: add new processor ADSP-BF52x arch/mach support 17 years ago
Alexey Dobriyan 1bcf548293 Consolidate PTRACE_DETACH 18 years ago
Michael Hennerich cda6a20b68 Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi> 18 years ago
Michael Hennerich c58c2140f0 Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driver 18 years ago
Bryan Wu d31c5ab147 Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin arch 18 years ago