summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: Fix memory/cpu hotplug section mismatch and oops.Paul Mundt2007-06-151-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney...Linus Torvalds2007-06-1560-2049/+1070
|\
| * Blackfin SMC91X ethernet supporting driver: SMC91C111 LEDs are note drived in...Jean-Christian de Rivaz2007-06-111-0/+2
| * Blackfin SPI driver: fix bug SPI DMA incomplete transmissionBryan Wu2007-06-111-5/+10
| * Blackfin SPI driver: tweak spi cleanup function to match newer kernel changesMike Frysinger2007-06-111-1/+1
| * Blackfin RTC drivers: update MAINTAINERS informationMike Frysinger2007-06-111-0/+8
| * Blackfin serial driver: decouple PARODD and CMSPAR checking from PARENBMike Frysinger2007-06-111-6/+5
| * Blackfin serial driver: actually implement the break_ctl() functionMike Frysinger2007-06-111-0/+8
| * Blackfin serial driver: ignore framing and parity errorsMike Frysinger2007-06-111-0/+2
| * Blackfin serial driver: hook up our UARTs STP bit with userspaces CMSPARMike Frysinger2007-06-111-0/+2
| * Blackfin arch: move HI/LO macros into blackfin.h and punt the rest of macros....Mike Frysinger2007-06-112-96/+5
| * Blackfin arch: redo our linker script a bitMike Frysinger2007-06-111-111/+56
| * Blackfin arch: make sure we initialize our L1 Data B section properly based o...Mike Frysinger2007-06-141-2/+3
| * Blackfin arch: fix bug can not wakeup from sleep via push buttonsMichael Hennerich2007-06-142-2/+11
| * Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-lineMike Frysinger2007-06-111-4/+3
| * Blackfin arch: add missing gpio.h header to fix compiling in some pm configur...Michael Hennerich2007-06-111-1/+1
| * Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1Michael Hennerich2007-06-111-1/+1
| * Blackfin arch: fix spelling typo in outputMike Frysinger2007-06-111-1/+1
| * Blackfin arch: try to split up functions like this into smaller units accordi...Aubrey Li2007-06-141-112/+121
| * Blackfin arch: add proper ENDPROC()Mike Frysinger2007-06-1121-8/+72
| * Blackfin arch: move more of our startup code to .init so it can be freed once...Mike Frysinger2007-06-114-20/+29
| * Blackfin arch: unify differences between our diff head.S files -- no function...Mike Frysinger2007-06-113-27/+32
| * Blackfin arch: update defconfigsMike Frysinger2007-06-115-214/+528
| * Blackfin arch: scrub old console definesMike Frysinger2007-06-111-35/+0
| * Blackfin arch: fixup Blackfin MAINTIANERS team member listBryan Wu2007-06-111-34/+36
| * Blackfin arch: implement a basic /proc/sram file for L1 allocation visibilityMike Frysinger2007-06-141-12/+80
| * Blackfin arch: mark our memory init functions with __init so they get freed a...Mike Frysinger2007-06-112-14/+14
| * Blackfin arch: all symbols were offset by 4k, since we didn't have the __text...Robin Getz2007-06-111-0/+1
| * Blackfin arch: fix bug ad1836 fails to build properly for BF533-EZKITRoy Huang2007-06-141-0/+22
| * Blackfin arch: spelling fixesSimon Arlott2007-06-1114-17/+17
| * Blackfin arch: DMA code minor naming convention fixAubrey Li2007-06-111-3/+3
| * Blackfin arch: remove defconfig fileMike Frysinger2007-06-111-1327/+0
* | Merge branch 'splice-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-06-151-9/+17
|\ \
| * | splice: only check do_wakeup in splice_to_pipe() for a real pipeJens Axboe2007-06-151-6/+7
| * | splice: fix leak of pages on short splice to pipeJens Axboe2007-06-151-1/+2
| * | splice: adjust balance_dirty_pages_ratelimited() callJens Axboe2007-06-151-2/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-06-153-9/+28
|\ \ \
| * | | KVM: Prevent guest fpu state from leaking into the hostAvi Kivity2007-06-153-9/+28
| |/ /
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-06-1510-107/+222
|\ \ \
| * | | [MIPS] Fix builds where MSC01E_xxx is undefined.Chris Dearman2007-06-141-1/+4
| * | | [MIPS] Separate performance counter interruptsChris Dearman2007-06-144-46/+135
| * | | [MIPS] Malta: Fix for SOCitSC based MaltasChris Dearman2007-06-146-64/+87
| | |/ | |/|
* | | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2007-06-154-1/+13
|\ \ \
| * | | [AVR32] Define ARCH_KMALLOC_MINALIGN to L1_CACHE_BYTESHaavard Skinnemoen2007-06-141-0/+9
| * | | [AVR32] STK1000: Set SPI_MODE_3 in the ltv350qv board infoHaavard Skinnemoen2007-06-141-0/+1
| * | | [AVR32] gpio_*_cansleep() fixDavid Brownell2007-06-141-0/+2
| * | | [AVR32] ratelimit segfault reporting rateAndrea Righi2007-06-141-1/+1
| |/ /
* | | block: always requeue !fs requests at the frontTejun Heo2007-06-151-0/+9
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-06-153-3/+19
|\ \ \ | |_|/ |/| |
| * | [POWERPC] Fix console output getting dropped on platforms without udbg_putcMilton Miller2007-06-141-1/+7
OpenPOWER on IntegriCloud