summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2008-02-293-1/+7
|\
| * avr32: Fix OCD refcounting bugHaavard Skinnemoen2008-02-271-0/+1
| * avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loopHaavard Skinnemoen2008-02-151-0/+3
| * avr32: Use correct config symbol in atstk1004 board codeHaavard Skinnemoen2008-02-131-1/+1
| * avr32: Fix broken pte dump code in do_page_fault()Haavard Skinnemoen2008-02-131-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-02-2923-393/+267
|\ \
| * | [Blackfin] arch: kill section mismatch warningsBryan Wu2008-02-292-4/+9
| * | [Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist ...Mike Frysinger2008-02-291-7/+27
| * | [Blackfin] arch: make sure we have proper description/copyright/license linesMike Frysinger2008-02-251-4/+4
| * | [Blackfin] arch: Fix CONFIG_PM support for BF561Michael Hennerich2008-02-251-4/+2
| * | [Blackfin] arch: Remove DPMC char driver optionMichael Hennerich2008-02-251-131/+0
| * | [Blackfin] arch: Cleanup abd Simplify:Michael Hennerich2008-02-251-106/+51
| * | [Blackfin] arch: fix bug - linux-2.6.24 (delayed) disable IRQ feature not fun...Michael Hennerich2008-02-251-0/+3
| * | [Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like ...Mike Frysinger2008-02-251-0/+1
| * | [Blackfin] arch: punt the simple ad5304 spi driver now that the generic spide...Mike Frysinger2008-02-254-72/+0
| * | [Blackfin] arch: fix bug - Move IWR Enable All to the end of init_arch_irq ot...Michael Hennerich2008-02-251-4/+10
| * | [Blackfin] arch: grab mac address from OTP on BF527-EZKITMike Frysinger2008-02-251-6/+11
| * | [Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UA...Sonic Zhang2008-02-251-7/+8
| * | [Blackfin] arch: add board resources for new simple-gpio char driverMike Frysinger2008-02-226-0/+89
| * | [Blackfin] arch: fix bug - set right partition size in the board filesMike Frysinger2008-02-256-25/+25
| * | [Blackfin] arch: Update default configSonic Zhang2008-02-226-21/+18
| * | [Blackfin] arch: add fixed code to the memory map outputMike Frysinger2008-02-221-1/+3
| * | [Blackfin] arch: add handling for the mach symlink in the `make V=1` caseMike Frysinger2008-02-221-0/+1
| * | [Blackfin] arch: respect `make -s` when creating the asm/mach symlinkMike Frysinger2008-02-221-1/+3
| * | [Blackfin] arch: fix bug add missing header fileMike Frysinger2008-02-221-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-02-2924-49/+50
|\ \ \
| * | | arch/sh/drivers/dma/dma-sh.c: Correct use of ! and &Julia Lawall2008-02-271-1/+1
| * | | serial: Move asm-sh/sci.h to linux/serial_sci.h.Paul Mundt2008-02-2618-18/+18
| * | | sh: revert dreamcast pci changeMagnus Damm2008-02-261-22/+22
| * | | sh: fix rtc_resources setup for sh770xRafael Ignacio Zurita2008-02-261-3/+3
| * | | sh: heartbeat: ioremap is expected to succeedRoel Kluin2008-02-261-1/+1
| * | | sh: Storage class should be before const qualifierTobias Klauser2008-02-261-2/+2
| * | | sh: SH5-103 needs to select CPU_SH5.Paul Mundt2008-02-251-0/+1
| * | | sh: Rename SH-3 CCR3 reg to avoid synclink_cs clash.Paul Mundt2008-02-251-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-295-20/+16
|\ \ \
| * | | [SPARC64]: Adjust kernel PC validation test in fault handler.David S. Miller2008-02-281-1/+1
| * | | [SPARC64]: Loosen checks in exception table handling.David S. Miller2008-02-261-10/+2
| * | | [SPARC64]: Fix section mismatch from kernel_map_rangeSam Ravnborg2008-02-241-1/+2
| * | | [SPARC64]: Fix section mismatchs from dr_cpu_dataSam Ravnborg2008-02-242-8/+8
| * | | [SPARC]: Fix build in arch/sparc/kernel/led.cDavid S. Miller2008-02-241-0/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-2620-138/+121
|\ \ \
| * | | x86: fix boot failure on 486 due to TSC breakageMikael Pettersson2008-02-262-2/+2
| * | | x86: fix build on non-C locales.Priit Laes2008-02-261-1/+1
| * | | x86: make c_idle.work have a static address.Glauber Costa2008-02-261-1/+1
| * | | x86: don't save unreliable stack trace entriesVegard Nossum2008-02-261-0/+4
| * | | x86: don't make swapper_pg_pmd globalAdrian Bunk2008-02-261-1/+1
| * | | x86: don't print a warning when MTRR are blank and running in KVMJoerg Roedel2008-02-261-2/+6
| * | | x86: fix execve with -fstack-protectIngo Molnar2008-02-262-5/+7
| * | | x86: fix vsyscall wreckageThomas Gleixner2008-02-261-49/+3
| * | | x86: rename KERNEL_TEXT_SIZE => KERNEL_IMAGE_SIZEIngo Molnar2008-02-261-1/+1
OpenPOWER on IntegriCloud