- f086f23 Blackfin arch: Cleanup no functional changes by Michael Hennerich · 18 years ago
- e23a5f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 18 years ago
- 5906967 Blackfin arch: IO Port functions to read/write unalligned memory by Michael Hennerich · 18 years ago
- c6c6f75 Blackfin arch: cleanup the icplb/dcplb multiple hit checks by Mike Frysinger · 18 years ago
- 803a8d2 Blackfin arch: Add workaround to read edge triggered GPIOs by Michael Hennerich · 18 years ago
- 5ce998c Blackfin arch: Check for Anomaly 05000182 by Michael Hennerich · 18 years ago
- f52111b [PATCH] take init_files to fs/file.c by Al Viro · 18 years ago
- 96a87e2 [Blackfin] arch: fix bug - Remove module will not free L1 memory used by Meihui Fan · 18 years ago
- 60c0595 [Blackfin] arch: fix wrong header name in comment by Mike Frysinger · 18 years ago
- 8513c42 [Blackfin] arch: disable single stepping when delivering a signal by Bernd Schmidt · 18 years ago
- 7d39270 [Blackfin] arch: Delete unused (copied from m68k) entries in asm-offsets.c. by Bernd Schmidt · 18 years ago
- 1bfb4b2 [Blackfin] arch: Support for CPU_FREQ and NOHZ by Vitja Makarov · 18 years ago
- 19d6d7d [Blackfin] arch: fix bug - breaking the atomic sections code. by Bernd Schmidt · 18 years ago
- d35c7b0 unified (weak) sys_pipe implementation by Ulrich Drepper · 18 years ago
- 5544b9e blackfin: use kbuild.h instead of defining macros in asm-macros.c by Christoph Lameter · 18 years ago
- ecd0fa9 Remove the macro get_personality by WANG Cong · 18 years ago
- e6c91b6 [Blackfin] arch: Functional power management support: Add support for cpu frequency scaling by Michael Hennerich · 18 years ago
- 1e78042 [Blackfin] arch: take DDR DEVWD into consideration as well for BF548 by Michael Hennerich · 18 years ago
- 5d750b9 [Blackfin] arch: Remove the circular buffering mechanism for exceptions by Bernd Schmidt · 18 years ago
- 00d205a [Blackfin] arch: lose unnecessary dependency on CONFIG_BFIN_ICACHE for MPU by Bernd Schmidt · 18 years ago
- 565c0d3 [Blackfin] arch: fix bug - before assign new channel to the map register, need clear the bits first. by Graf Yang · 18 years ago
- 5be36d2 [Blackfin] arch: add Blackfin on-chip SIR IrDA driver support by Graf Yang · 18 years ago
- 37b6972 [Blackfin] arch: BF54x memsizes are in mbits, not mbytes by Mike Frysinger · 18 years ago
- 7f1c906 [Blackfin] arch: try to remove condition that causes double fault, by checking current before it gets dereferenced by Robin Getz · 18 years ago
- affee2b [Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQ by Michael Hennerich · 18 years ago
- a086ee2 [Blackfin] arch: detect the memory available in the system on the fly by default by Mike Frysinger · 18 years ago
- 4bea8b2 [Blackfin] arch: add implicit icplb for the bootrom so we can use the utility functions in the kernel by Mike Frysinger · 18 years ago
- bc6e0fa [Blackfin] arch: use the same style for missing L1 sections by Mike Frysinger · 18 years ago
- 9f8e895 [Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow check by Mike Frysinger · 18 years ago
- b85b82d [Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernel by Sonic Zhang · 18 years ago
- 253bcf4 [Blackfin] arch: Add a little bit more runtime info for MPU by Robin Getz · 18 years ago
- 4e354b5 [Blackfin] arch: cplb-mpu code clean up by Mike Frysinger · 18 years ago
- 7795566 [Blackfin] arch: Give the DMA base registers a more descriptive name by Bernd Schmidt · 18 years ago
- 764cb81 [Blackfin] arch: actually implement get_cycles function by Mike Frysinger · 18 years ago
- 8cab028 [Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settings by Mike Frysinger · 18 years ago
- 3132b58 [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files by Mike Frysinger · 18 years ago
- 8b6eb47 [Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin header by Mike Frysinger · 18 years ago
- 6817937 [Blackfin] arch: declare list of peripherals as const since we dont modify the incoming array by Mike Frysinger · 18 years ago
- 6ed8394 [Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg. by Graf Yang · 18 years ago
- d5adb02 [Blackfin] arch: This allows XIP to work with FD-PIC. by Bernd Schmidt · 18 years ago
- 1ebc723 [Blackfin] arch: support the reserved memory region in the MPU code by Bernd Schmidt · 18 years ago
- d56daae [Blackfin] arch: fix bug - a crash on bootup with CONFIG_MPU on the BF548 by Bernd Schmidt · 18 years ago
- 697a9d6 [Blackfin] arch: a rather old performance improvement for the signal handling code by Bernd Schmidt · 18 years ago
- b85d858 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ by Harvey Harrison · 18 years ago
- 6eceb0d [Blackfin] arch: add support for the rest of the gptimers on the BF54x by Meihui Fan · 18 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 · 18 years ago
- 6a42a91 [Blackfin] arch: update reboot code to match latest info (really just copy from u-boot) by Mike Frysinger · 18 years ago
- b4bb68f [Blackfin] arch: fix bug - Make the MPU code aware of the async banks and the uncached DMA area. by Bernd Schmidt · 18 years ago
- dbfe44f [Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU code was out-of-tree. by Bernd Schmidt · 18 years ago
- 904656c [Blackfin] arch: fix bug - grab locks when not atomic by Robin Getz · 18 years ago
- 9a62ca4 [Blackfin] arch: fix bug - when we crash, current is not valid by Robin Getz · 18 years ago
- d171c23 [Blackfin] arch: fix up gpio code style -- no functional changes by Mike Frysinger · 18 years ago
- f85c4ab [Blackfin] arch: dump the stack before printing out an error otherwise the stack dump is useless as it shows us tracing through printk by Mike Frysinger · 18 years ago
- 2e8d796 [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn. by Yi Li · 18 years ago
- 9df7a8f [Blackfin] arch: remove NOTES from linker script by Bernd Schmidt · 18 years ago
- 0ddeeca [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions by Mike Frysinger · 18 years ago
- 8b5f79f [Blackfin] arch: initial generic time and clock sources by Vitja Makarov · 18 years ago
- 349a244 [BLACKFIN] minor irq handler cleanups by Jeff Garzik · 19 years ago
- 64ac24e Generic semaphore implementation by Matthew Wilcox · 18 years ago
- 11b0be7 [Blackfin] arch: fix atomic and32/xor32 comments and ENDPROC markings by Mike Frysinger · 18 years ago
- 8b07a2a [Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist for a part) so that any parts labeled for L1 instead get placed into external memory sections by Mike Frysinger · 18 years ago
- fee4011 [Blackfin] arch: make sure we have proper description/copyright/license lines by Mike Frysinger · 18 years ago
- d45118b [Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need it by Mike Frysinger · 18 years ago
- 549aaa8 [Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UART2/3. by Sonic Zhang · 18 years ago
- 8929ecf8 [Blackfin] arch: add fixed code to the memory map output by Mike Frysinger · 18 years ago
- cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 18 years ago
- aa02cd2 xtime_lock vs update_process_times by Peter Zijlstra · 18 years ago
- 8b01eaf [Blackfin] arch: Enable UART2 and UART3 for bf548 by Sonic Zhang · 18 years ago
- c0eab3b [Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option into the function it actually gets used in by Mike Frysinger · 18 years ago
- 550d553 [Blackfin] arch: simpler header and update dates by Mike Frysinger · 18 years ago
- b7627ac [Blackfin] arch: move the init sections to the end of memory by Mike Frysinger · 18 years ago
- a3acf52 [Blackfin] arch: fix typo in printk message by Mike Frysinger · 18 years ago
- 6cda2e9 [Blackfin] arch: Fix BUG - Enable ISP1362 driver to work ok with BF561 by Michael Hennerich · 18 years ago
- cfefe3c [Blackfin] arch: hook up set_irq_wake in Blackfin's irq code by Michael Hennerich · 18 years ago
- 856783b [Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" options to blackfin, based on arch/i386/kernel/e820.c by Yi Li · 18 years ago
- c605999 [Blackfin] arch: error out if ANOMALY_05000263 applies while enabling the MPU by Mike Frysinger · 18 years ago
- 03a4482 procfs: constify function pointer tables by Jan Engelhardt · 18 years ago
- 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 18 years ago
- 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 18 years ago
- 01ba2bd all archs: consolidate init and exit sections in vmlinux.lds.h by Sam Ravnborg · 18 years ago
- ee7883b [Blackfin] arch: fix bug kernel boot message: memory information is not reasonable by Yi Li · 18 years ago
- 96a5c6f [Blackfin] arch: Fix bug - kernel build with Debug option enabled fails to boot up by Michael Hennerich · 18 years ago
- 444ad82 [Blackfin] arch: Add proper SW System Reset delay sequence by Michael Hennerich · 18 years ago
- a2c8cfe [Blackfin] arch: GPIO API cleanup and anomaly update by Michael Hennerich · 18 years ago
- acbcd26 [Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with GENERIC_GPIO API interface by Michael Hennerich · 18 years ago
- b97b8a9 [Blackfin] arch: Initial checkin of the memory protection support. by Bernd Schmidt · 18 years ago
- 2047e40 [Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default - add argument or option by Michael Hennerich · 18 years ago
- 7a1a6d0 [Blackfin] arch: move all code related to CPLB handling into a new subdirectory under kernel/ by Bernd Schmidt · 18 years ago
- aee3a29 [Blackfin] arch: print out list of modules if kernel is crashing and tell people if the kernel is tainted by Robin Getz · 18 years ago
- 6b5eace [Blackfin] arch: Don't oops_in_progress if single step is comming from the kernel by Robin Getz · 18 years ago
- a546b0a [Blackfin] arch: Fix BUG - kernel sometimes would stuck with KEYBOARD_GPIO on by Michael Hennerich · 18 years ago
- 79f1ec8 [Blackfin] arch: Spelling fixes by Joe Perches · 18 years ago
- fac3cf4 [Blackfin] arch: Fix gpio label handling by Michael Hennerich · 18 years ago
- 1545a11 [Blackfin] arch: add support for BF523/BF524/BF526 by Mike Frysinger · 18 years ago
- 54a1668 [Blackfin] arch: scrub dead alive/idle LED code by Mike Frysinger · 18 years ago
- b03b08b [Blackfin] arch: Clean up dump_bfin_mem by Robin Getz · 18 years ago
- d8f66c8 [Blackfin] arch: fix bug gdb testing on hardware has regression by Robin Getz · 18 years ago
- 13fe24f [Blackfin] arch: fix bug - trap_tests fails to recover on some tests. by Robin Getz · 18 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 · 19 years ago
- fb32291 Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get confused by Robin Getz · 19 years ago