sched: clean up schedstats, cnt -> count
[safe/jmp/linux-2.6] / arch / blackfin /
2007-10-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/usb-2.6
2007-10-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
2007-10-12 David BrownellUSB: re-remove <linux/usb_sl811.h>
2007-10-04 Thomas Renninger[CPUFREQ] move policy's governor initialisation out...
2007-10-03 Michael HennerichBlackfin arch: fix PORT_J BUG for BF537/6 EMAC driver...
2007-10-03 Michael HennerichBlackfin arch: gpio pinmux and resource allocation...
2007-09-22 Bryan WuBlackfin arch: add some missing syscall
2007-08-11 Bryan WuBlackfin arch: after removing fs.h from mm.h, fix the...
2007-08-27 Michael HennerichBlackfin arch: Update/Fix PM support add new pm_ops...
2007-10-10 Robin GetzBlackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY...
2007-10-10 Mike FrysingerBlackfin arch: fix typo in register name
2007-10-10 Bernd SchmidtBlackfin arch: fix bug libstdc++ calling writev with...
2007-10-10 Bernd SchmidtBlackfin arch: Export strcpy - occasionally get module...
2007-10-10 Robin GetzBlackfin arch: the load address is not safe to point...
2007-10-10 Robin GetzBlackfin arch: show_mem can not be marked as init,...
2007-10-10 Michael HennerichBlackfin arch: flush/inv the correct range when using...
2007-10-10 Michael HennerichBlackfin arch: Comply with revised Anomaly Workarounds...
2007-10-09 Robin GetzBlackfin arch: Print out debug info, as early as possible
2007-10-09 Robin GetzBlackfin arch: Enable earlyprintk earlier - so any...
2007-10-09 Robin GetzBlackfin arch: fix endless loop bug when a double fault...
2007-10-09 Robin GetzBlackfin arch: Initial patch to add earlyprintk support
2007-10-09 Bryan WuBlackfin arch: modify the insX/outsX and dma_insX/dma_o...
2007-10-10 Mike FrysingerBlackfin arch: add more common defines for output sections
2007-09-12 Bryan WuBlackfin arch: cleanup IO and DMA_IO API function defin...
2007-09-12 Mike FrysingerBlackfin arch: fix typo pointed out by David Rowe ...
2007-10-10 Michael HennerichBlackfin arch: Workaround reboot bug, issue SSYNC at...
2007-08-28 Michael HennerichBlackfin arch: Remove legacy support
2007-10-10 Michael HennerichBlackfin arch: a few things still use bfin_read_PORT_FER()
2007-08-27 Robin GetzBlackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY...
2007-08-28 Michael HennerichBlackfin arch: Merge GPIO/Peripheral Resource Allocatio...
2007-08-27 Michael HennerichBlackfin arch: extract gpio number from PIN function
2007-10-10 Mike FrysingerBlackfin arch: rewrite our reboot code in C
2007-08-27 Mike FrysingerBlackfin arch: vmlinux.lds.S, break up our .init into...
2007-10-10 Bryan WuBlackfin arch: Board defconfig updating
2007-08-27 Mike FrysingerBlackfin arch: parse input sections properly when using...
2007-08-05 Mike FrysingerBlackfin arch: add an exception request/free api
2007-08-05 Mike FrysingerBlackfin arch: allow people to select the feature that...
2007-08-05 Jie ZhangBlackfin arch: Allow ptrace access the fixed code.
2007-08-05 Sonic ZhangBlackfin arch: Add DMA API to set curr descriptor address
2007-08-05 Mike FrysingerBlackfin arch: update BOOT_LOAD
2007-08-05 Mike FrysingerBlackfin arch: remove spurious KERN_EMERG log level...
2007-10-10 Robin GetzBlackfin arch: to do some consolidation of common code...
2007-08-03 Mike FrysingerBlackfin arch: remove unused code -- EVT0 is not contro...
2007-08-03 Michael HennerichBlackfin arch: Add option to priorize DMA over Core
2007-08-05 Michael HennerichBlackfin arch: Add support for the M25P16 SPI FLash
2007-10-10 Roy HuangBlackfin arch: add set_dma_curr_addr DMA API to support...
2007-07-25 Robin GetzBlackfin arch: Add ability to expend the hardware trace...
2007-08-03 Robin GetzBlackfin arch: Fix CCLK and SCLK checks
2007-08-03 Michael HennerichBlackfin arch: Some cosmetics based on LKML feedback...
2007-07-24 Michael HennerichBlackfin arch: add missing gpio error handling to make...
2007-07-24 Michael HennerichBlackfin arch: Add PORT_J.High (needed for BF548-EZkit...
2007-07-24 Michael HennerichBlackfin arch: Add label to call new GPIO API
2007-10-10 Michael HennerichBlackfin arch: store labels so we later know who alloca...
2007-07-24 Michael HennerichBlackfin arch: Advertise GENERIC_GPIO and remove duplic...
2007-07-25 Mike FrysingerBlackfin arch: use HI/LO macros rather than masking...
2007-07-25 Mike FrysingerBlackfin arch: use the [CS]SYNC() macros which include...
2007-07-25 Mike FrysingerBlackfin arch: revise anomaly handling by basing things...
2007-10-10 Bryan WuBlackfin arch: update platform driver resource informat...
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-24 Michael HennerichBlackfin arch: add error message when IRQ no available
2007-07-25 Bernd SchmidtBlackfin arch: Initialize the exception vectors early...
2007-07-24 Bryan WuBlackfin arch: fix a compiling warning about dma-mapping
2007-07-25 Bernd SchmidtBlackfin arch: fix bug which unaligns the init thread...
2007-07-24 Bernd SchmidtBlackfin arch: Load P0 before storing through it
2007-07-25 Sonic ZhangBlackfin arch: fix KGDB bug, dont forget last parameter.
2007-07-24 Mike FrysingerBlackfin arch: add selections for BF544 and BF542
2007-07-24 Mike FrysingerBlackfin arch: use bfin_read_SWRST() now that BF561...
2007-07-24 Mike FrysingerBlackfin arch: setup aliases for some core Core A MMRs
2007-07-12 Bryan WuBlackfin arch: add missing CONFIG_LARGE_ALLOCS when...
2007-07-12 Mike FrysingerBlackfin arch: as pointed out by Robert P. J. Day,...
2007-07-12 Mike FrysingerBlackfin arch: extract the entry point from the linked...
2007-07-12 Bryan WuBlackfin arch: clean up some coding style issues
2007-07-12 Mike FrysingerBlackfin arch: combine the common code of free_initrd_m...
2007-07-12 Michael HennerichBlackfin arch: Add Support for Peripheral PortMux and...
2007-07-12 Mike FrysingerBlackfin arch: use PAGE_SIZE when doing aligns rather...
2007-07-12 Sonic ZhangBlackfin arch: fix bug set dma_address properly in...
2007-07-12 Michael HennerichBlackfin arch: Disable CACHELINE_ALIGNED_L1 for BF54x...
2007-07-12 Alex LandauBlackfin arch: Port the dm9000 driver to Blackfin by...
2007-07-12 Michael HennerichBlackfin arch: There is no CDPRIO Bit in the EBIU_AMGCT...
2007-07-12 Mike FrysingerBlackfin arch: scrub dead code
2007-07-02 Mike FrysingerBlackfin arch: update board defconfig files
2007-07-02 Michael HennerichBlackfin arch: add BF54x missing GPIO access functions
2007-07-12 Michael HennerichBlackfin arch: Some memory and code optimizations ...
2007-07-12 Michael HennerichBlackfin arch: Enable BF54x PIN/GPIO interrupts
2007-07-12 Mike FrysingerBlackfin arch: cleanup warnings from checkpatch --...
2007-06-25 Robin GetzBlackfin arch: Fix up remaining printks with proper...
2007-06-25 Jie ZhangBlackfin arch: Add proper -mcpu option according to...
2007-06-21 Robin GetzBlackfin arch: Clean up trace buffer handling, No major...
2007-07-12 Bernd SchmidtBlackfin arch: Start untangling the CPLB handling code.
2007-06-29 Sonic ZhangBlackfin arch: kgdb specific code
2007-06-21 Michael HennerichBlackfin arch: add missing implementations SIC_IWR...
2007-06-21 Mike FrysingerBlackfin arch: need to rename function after moving...
2007-06-21 Bernd SchmidtBlackfin arch: defines and provides entry points for...
2007-07-02 Mike FrysingerBlackfin arch: new kernel config for BF548-EZKIT
2007-07-12 Roy HuangBlackfin arch: initial supporting for BF548-EZKIT
2007-06-21 Robin GetzBlackfin arch: match kernel startup messaage with new...
2007-06-21 Robin GetzBlackfin arch: update printk to use KERN_EMERG and...
2007-06-21 Robin GetzBlackfin arch: update ANOMALY handling
2007-06-11 Mike FrysingerBlackfin arch: redo our linker script a bit
2007-06-14 Mike FrysingerBlackfin arch: make sure we initialize our L1 Data...
next