| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo... | Linus Torvalds | 2007-10-22 | 2 | -4/+4 |
|\ |
|
| * | Blackfin arch: use KBUILD_CFLAGS and KBUILD_AFLAGS in Makefile | Bryan Wu | 2007-10-22 | 1 | -2/+2 |
| * | Blackfin arch: Javier Herrer writes: fix building when icache and dcache is d... | Mike Frysinger | 2007-10-22 | 1 | -2/+2 |
* | | Update arch/ to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -2/+1 |
|/ |
|
* | Blackfin arch: update boards files | Bryan Wu | 2007-10-21 | 1 | -1/+1 |
* | Blackfin arch: dma add some API and cleanup bf54x DMA definition | Bryan Wu | 2007-10-22 | 2 | -0/+27 |
* | Blackfin arch: cleanup and promote the general purpose timers api to a core b... | Mike Frysinger | 2007-10-21 | 4 | -2/+274 |
* | Blackfin arch: add a cheesy install target | Mike Frysinger | 2007-10-22 | 2 | -0/+60 |
* | Blackfin arch: add functions for converting between sclks and usecs | Mike Frysinger | 2007-10-21 | 1 | -1/+13 |
* | Blackfin arch: add assembly function for doing 64bit unsigned division | Mike Frysinger | 2007-10-21 | 2 | -1/+376 |
* | Blackfin arch: -mno-fdpic works | Mike Frysinger | 2007-10-21 | 1 | -0/+2 |
* | Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_nam... | Mike Frysinger | 2007-10-21 | 15 | -24/+24 |
* | Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mm... | Bernd Schmidt | 2007-10-21 | 1 | -0/+2 |
* | Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else | Robin Getz | 2007-10-21 | 1 | -39/+61 |
* | Blackfin arch: Optimization - no need to make additional math here | Michael Hennerich | 2007-10-21 | 1 | -3/+3 |
* | Blackfin arch: force irq_flags into the .data section | Mike Frysinger | 2007-10-22 | 2 | -2/+14 |
* | Blackfin arch BF548 defconfig: enable watchdog by default | Mike Frysinger | 2007-10-22 | 1 | -1/+8 |
* | Blackfin arch: add new processor ADSP-BF52x arch/mach support | Michael Hennerich | 2007-10-21 | 15 | -19/+3243 |
* | typo fixes | Matt LaPlante | 2007-10-20 | 1 | -35/+36 |
* | Combine instrumentation menus in kernel/Kconfig.instrumentation | Mathieu Desnoyers | 2007-10-19 | 2 | -30/+1 |
* | PM: Rework struct platform_suspend_ops | Rafael J. Wysocki | 2007-10-18 | 1 | -48/+5 |
* | PM: Rename struct pm_ops and related things | Rafael J. Wysocki | 2007-10-18 | 1 | -2/+2 |
* | PM: Move definition of struct pm_ops to suspend.h | Rafael J. Wysocki | 2007-10-18 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-10-16 | 2 | -3/+3 |
|\ |
|
| * | kbuild: enable 'make AFLAGS=...' to add additional options to AS | Sam Ravnborg | 2007-10-15 | 1 | -1/+1 |
| * | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2007-10-14 | 1 | -1/+1 |
| * | kconfig: syntax cleanup - drop support for "depends/requires/def_boolean" | Adrian Bunk | 2007-10-12 | 1 | -1/+1 |
* | | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2007-10-16 | 1 | -6/+0 |
* | | Input: add support for Blackfin BF54x Keypad controller | Michael Hennerich | 2007-10-13 | 1 | -3/+3 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2007-10-12 | 3 | -3/+3 |
|\ \ |
|
| * | | USB: re-remove <linux/usb_sl811.h> | David Brownell | 2007-10-12 | 3 | -3/+3 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2007-10-12 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | [CPUFREQ] move policy's governor initialisation out of low-level drivers into... | Thomas Renninger | 2007-10-04 | 1 | -2/+0 |
* | | Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT and DEBUG_KERNEL... | Robin Getz | 2007-10-10 | 1 | -18/+0 |
* | | Blackfin arch: fix typo in register name | Mike Frysinger | 2007-10-10 | 1 | -1/+1 |
* | | Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NU... | Bernd Schmidt | 2007-10-10 | 1 | -1/+2 |
* | | Blackfin arch: Export strcpy - occasionally get module link failures otherwise | Bernd Schmidt | 2007-10-10 | 1 | -0/+1 |
* | | Blackfin arch: the load address is not safe to point to as a workaround for A... | Robin Getz | 2007-10-10 | 1 | -4/+13 |
* | | Blackfin arch: show_mem can not be marked as init, since it is called during ... | Robin Getz | 2007-10-10 | 1 | -1/+1 |
* | | Blackfin arch: flush/inv the correct range when using write back cache and fi... | Michael Hennerich | 2007-10-10 | 1 | -9/+30 |
* | | Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and... | Michael Hennerich | 2007-10-10 | 1 | -70/+107 |
* | | Blackfin arch: Print out debug info, as early as possible | Robin Getz | 2007-10-09 | 6 | -6/+122 |
* | | Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt ... | Robin Getz | 2007-10-09 | 2 | -21/+25 |
* | | Blackfin arch: fix endless loop bug when a double fault happens | Robin Getz | 2007-10-09 | 2 | -15/+62 |
* | | Blackfin arch: Initial patch to add earlyprintk support | Robin Getz | 2007-10-09 | 3 | -0/+176 |
* | | Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible ... | Bryan Wu | 2007-10-09 | 1 | -6/+6 |
* | | Blackfin arch: add more common defines for output sections | Mike Frysinger | 2007-10-11 | 1 | -0/+6 |
* | | Blackfin arch: cleanup IO and DMA_IO API function definitions according to ot... | Bryan Wu | 2007-09-12 | 1 | -3/+3 |
* | | Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz) | Mike Frysinger | 2007-09-12 | 1 | -1/+1 |
* | | Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_reset | Michael Hennerich | 2007-10-11 | 1 | -0/+78 |