- 6510d41 kernel: Move arches to use common unaligned access by Harvey Harrison · 17 years ago
- 0c11700 [Blackfin] arch: add include/boot .gitignore files by Mike Frysinger · 17 years ago
- e6c91b6 [Blackfin] arch: Functional power management support: Add support for cpu frequency scaling by Michael Hennerich · 17 years ago
- 8e39df2 [Blackfin] arch: Equalize include files: Add PLL_DIV Masks by Michael Hennerich · 17 years ago
- 5be36d2 [Blackfin] arch: add Blackfin on-chip SIR IrDA driver support by Graf Yang · 17 years ago
- 4d55563 [Blackfin] arch: Update anomaly list. by Sonic Zhang · 17 years ago
- 18628e4 [Blackfin] arch: Clean up the definition and correct the commentary for current_thread_info(). by Robert P. J. Day · 17 years ago
- 2d19123 [Blackfin] arch: define our own BUG() so we can dump the blackfin hardware trace buffer by Mike Frysinger · 17 years ago
- a81501a [Blackfin] arch: Prevent potential Core Hang situation by Michael Hennerich · 17 years ago
- 7795566 [Blackfin] arch: Give the DMA base registers a more descriptive name by Bernd Schmidt · 17 years ago
- 764cb81 [Blackfin] arch: actually implement get_cycles function by Mike Frysinger · 17 years ago
- 8b6eb47 [Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin header by Mike Frysinger · 17 years ago
- 6817937 [Blackfin] arch: declare list of peripherals as const since we dont modify the incoming array by Mike Frysinger · 17 years ago
- 5d1617b [Blackfin] arch: merge ip0x-specific board changes by Mike Frysinger · 17 years ago
- 6ed8394 [Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg. by Graf Yang · 17 years ago
- d5adb02 [Blackfin] arch: This allows XIP to work with FD-PIC. by Bernd Schmidt · 17 years ago
- b85d858 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ by Harvey Harrison · 17 years ago
- 6b13483 [Blackfin] arch: remove unused/incorrect definition by Meihui Fan · 17 years ago
- 6eceb0d [Blackfin] arch: add support for the rest of the gptimers on the BF54x by Meihui Fan · 17 years ago
- a8a46a2 [Blackfin] arch: fix obvious bfin_write typos by Meihui Fan · 17 years ago
- 37167e6 [Blackfin] arch: Fix bug - Properly calculate DDR clock. by Sonic Zhang · 17 years ago
- 25bb23b [Blackfin] arch: fix some obvious typos -- some of which prevent SDH building for the BF542 by Mike Frysinger · 17 years ago
- 0e184c6 [Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used. by Mike Frysinger · 17 years ago
- 53eabf0 [Blackfin] arch: replace implied numbers with real values by Mike Frysinger · 17 years ago
- 9fcdc78 [Blackfin] arch: Add dma_map_page and dma_unmap_page stub for MMC SPI compiling by Bryan Wu · 17 years ago
- 2a0c4fd [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled. by Bernd Schmidt · 17 years ago
- b594272 [Blackfin] arch: remove TWI I2C register accessing helper macros, because we moved to use i2c new-style interface by Bryan Wu · 17 years ago
- 0ddeeca [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions by Mike Frysinger · 17 years ago
- 5a6483f include: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
- 188da98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
- 9dfcd15 ide: remove ide_default_io_ctl() macro by Bartlomiej Zolnierkiewicz · 17 years ago
- 64ac24e Generic semaphore implementation by Matthew Wilcox · 17 years ago
- dd135eb kvm: provide kvm.h for all architecture: fixes headers_install by Christian Borntraeger · 17 years ago
- 9821b1f [Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0 by Mike Frysinger · 17 years ago
- 2f775db [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscalls by Bryan Wu · 17 years ago
- db28838 [Blackfin] serial driver: Add flow control support to bf54x by Sonic Zhang · 17 years ago
- 4cb4f22 [Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as well by Sonic Zhang · 17 years ago
- 8851c71 [Blackfin] serial driver: rework break flood anomaly handling to be more robust/realistic about what we can actually work around by Mike Frysinger · 17 years ago
- 0bcfd70 [Blackfin] serial driver: fix bug - cache the bits of the LSR on systems where the LSR is read-to-clear by Mike Frysinger · 17 years ago
- 40edad3 [Blackfin] arch: add bfin_clear_PPIx_STATUS() helper funcs like we have for other parts by Mike Frysinger · 17 years ago
- fee4011 [Blackfin] arch: make sure we have proper description/copyright/license lines by Mike Frysinger · 17 years ago
- 3927819 [Blackfin] arch: Fix CONFIG_PM support for BF561 by Michael Hennerich · 17 years ago
- 464abc5 [Blackfin] arch: Cleanup abd Simplify: by Michael Hennerich · 17 years ago
- 257ce73 Add pgtable_t to remaining nommu architectures by Martin Schwidefsky · 17 years ago
- 920e526 [Blackfin] arch: import defines for BF547 -- it is just like the BF548, but no CAN by Mike Frysinger · 17 years ago
- 6e66893 [Blackfin] arch: Encourage users to use the spidev character driver: Provide platform support by Michael Hennerich · 17 years ago
- 8b01eaf [Blackfin] arch: Enable UART2 and UART3 for bf548 by Sonic Zhang · 17 years ago
- a8c1238 [Blackfin] arch: remove duplicated definitions of the line discipline numbers N_* in asm-blackfin/termios.h by Tilman Schmidt · 17 years ago
- 80f31c8 [Blackfin] arch: change the trace buffer control start/stop logic in the exception handlers by Mike Frysinger · 17 years ago
- cfefe3c [Blackfin] arch: hook up set_irq_wake in Blackfin's irq code by Michael Hennerich · 17 years ago
- 2c4f829 [Blackfin] arch: Merge BF561 support into ints-priority by Michael Hennerich · 17 years ago
- 960265e [Blackfin] arch: fix bug: redefinition warning when compile EZKIT548 by Bryan Wu · 17 years ago
- 531d7d4 asm-*/posix_types.h: scrub __GLIBC__ by Mike Frysinger · 17 years ago
- 922a70d aout: move STACK_TOP[_MAX] to asm/processor.h by David Howells · 17 years ago
- 10b8827 Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchg by Mathieu Desnoyers · 17 years ago
- 6e16d89 Sanitize the type of struct user.u_ar0 by H. Peter Anvin · 17 years ago
- 516c25a Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed by Kirill A. Shutemov · 17 years ago
- 870b8f8 remove mm_{ptov,vtop}() by Adrian Bunk · 17 years ago
- 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 17 years ago
- 408dbc0 [Blackfin] arch: remove old I2C BF54x porting. by Bryan Wu · 17 years ago
- fc97551 [Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile without it. by Bernd Schmidt · 17 years ago
- a2c8cfe [Blackfin] arch: GPIO API cleanup and anomaly update by Michael Hennerich · 17 years ago
- acbcd26 [Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with GENERIC_GPIO API interface by Michael Hennerich · 17 years ago
- b97b8a9 [Blackfin] arch: Initial checkin of the memory protection support. by Bernd Schmidt · 17 years ago
- 2047e40 [Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default - add argument or option by Michael Hennerich · 17 years ago
- 7cc1c4b [Blackfin] arch: update to latest anomaly sheets by Mike Frysinger · 17 years ago
- fac3cf4 [Blackfin] arch: Fix gpio label handling by Michael Hennerich · 17 years ago
- 3ca32c1 [Blackfin] arch: fix up coding style in uaccess.h by Bernd Schmidt · 17 years ago
- 971d5bc [Blackfin] arch: Fix bug to Enable bf548 to Re-program Clocks while Kernel boots. by Sonic Zhang · 17 years ago
- b03b08b [Blackfin] arch: Clean up dump_bfin_mem by Robin Getz · 17 years ago
- fb5f004 [Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM. by Sonic Zhang · 17 years ago
- a5bb85d [Blackfin] arch: fix bug SDIO driver fails to build for BF542/BF548 by Cliff Cai · 17 years ago
- 13fe24f [Blackfin] arch: fix bug - trap_tests fails to recover on some tests. by Robin Getz · 17 years ago
- 003d922 Blackfin SPI driver: move hard coded pin_req to board file by Bryan Wu · 17 years ago
- 62310e5 spi: spi_bfin: update handling of delay-after-deselect by Bryan Wu · 17 years ago
- cc2f81a spi: bfin spi uses portmux calls by Michael Hennerich · 17 years ago
- 131b17d spi: initial BF54x SPI support by Bryan Wu · 17 years ago
- 49dce91 Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicated by Mike Frysinger · 17 years ago
- 569a50c Blackfin arch: Ensure we printk out strings with the proper loglevel by Robin Getz · 17 years ago
- f26825d Blackfin arch: convert READY to DMA_READY as it causes build errors in common sound code otherwise by Mike Frysinger · 17 years ago
- b018785 Blackfin arch: add defines for the on-chip L1 ROM of BF54x by Mike Frysinger · 17 years ago
- c3a9f43 Blackfin arch: cplb and map header file cleanup by Mike Frysinger · 17 years ago
- 81a487a Blackfin arch: cleanup the cplb declares by Mike Frysinger · 17 years ago
- 9f2ff54 Blackfin arch: fix broken on BF52x, remove silly checks on processors for L1_SCRATCH defines by Mike Frysinger · 17 years ago
- 9e83b98 Blackfin arch: add support for working around anomaly 05000312 by Mike Frysinger · 17 years ago
- b5f87aa Blackfin arch: cleanup BF54x header file and add BF547 definition by Mike Frysinger · 17 years ago
- 8d6c242 Blackfin arch: rename _return_from_exception to _bfin_return_from_exception and export it by Mike Frysinger · 17 years ago
- d0025e5 Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined by Mike Frysinger · 17 years ago
- a961d65 Blackfin arch: More explicitly describe what the instructions do in inline assembly. by Jie Zhang · 17 years ago
- 5c91fb9 Blackfin arch: Add assembly function insl_16 by Michael Hennerich · 17 years ago
- 05c4843 Blackfin arch: remove dump_thread() by Adrian Bunk · 17 years ago
- b33d518 Blackfin arch: fix double fault definition for BF561 core A and core B by Mike Frysinger · 17 years ago
- a055b2b Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO by Mike Frysinger · 17 years ago
- 529a73f Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN by Mike Frysinger · 17 years ago
- fa43cd8 Blackfin arch: add a compatible DOUBLE_FAULT define to enable resets on double faults in either core by Mike Frysinger · 17 years ago
- 2ea4649b Blackfin arch: use a less common define name in BF549 by Mike Frysinger · 17 years ago
- 41241c1 Blackfin arch: Add missing definitions for BF561 by Mike Frysinger · 17 years ago
- be0f313 Blackfin arch: Do not pollute name space used in linux-2.6.x/sound by Michael Hennerich · 17 years ago
- 9f336a5 Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things. by Robin Getz · 17 years ago
- 15b3ad6 Blackfin arch: Add missing definitions of BF54x by Robin Getz · 17 years ago