summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 4793/1: S3C24XX: Add IRQ->GPIO pin mapping functionBen Dooks2008-01-281-0/+16
* [ARM] 4791/1: S3C2412: Make fclk a parent of msysclkBen Dooks2008-01-281-0/+2
* [ARM] 4790/1: S3C2412: Fix parent selection for msysclk.Ben Dooks2008-01-282-1/+3
* [ARM] 4788/1: S3C24XX: Fix paramet to s3c2410_dma_ctrl if S3C2410_DMAF_AUTOST...Ben Dooks2008-01-281-1/+2
* [ARM] 4787/1: S3C24XX: s3c2410_dma_request() should return the allocated chan...Ben Dooks2008-01-281-1/+1
* [ARM] 4784/1: S3C24XX: Fix GPIO restore glitchesBen Dooks2008-01-281-33/+214
* [ARM] 4783/1: S3C24XX: Add s3c2410_gpio_getpull()Ben Dooks2008-01-281-0/+13
* [ARM] 4781/1: S3C24XX: DMA suspend and resume supportBen Dooks2008-01-281-1/+25
* [ARM] 4780/1: S3C2412: Allow for seperate DMA channels for TX and RXBen Dooks2008-01-282-6/+49
* [ARM] 4779/1: S3C2412: Add s3c2412_gpio_set_sleepcfg() callBen Dooks2008-01-282-0/+61
* [ARM] 4778/1: S3C2412: Add armclk and init from DVS stateBen Dooks2008-01-281-0/+50
* [ARM] 4777/1: S3C24XX: Ensure clk_set_rate() checks the set_rate method for t...Ben Dooks2008-01-281-0/+19
* [ARM] 4731/1: S3C2412: Check for incomplete sleepBen Dooks2008-01-283-15/+72
* [ARM] 4730/1: S3C2412: Ensure the PWRCFG has the right mode for RTC wakeBen Dooks2008-01-282-1/+25
* [ARM] 4729/1: VR1000: Do not add IIS device on initialisationBen Dooks2008-01-281-1/+0
* [ARM] 4728/1: BAST: Do not add IIS device on initialisationBen Dooks2008-01-281-1/+0
* [ARM] 4727/1: S3C2412: Remove unused GPESLPCONBen Dooks2008-01-281-1/+0
* [ARM] 4725/1: S3C2412: Fix IIS and SDI definitions in DMA mapBen Dooks2008-01-281-4/+5
* [ARM] 4724/1: S3C2412: Select S3C2410 base GPIO implementationBen Dooks2008-01-281-0/+1
* [ARM] 4723/1: BAST: Fix LCD driver default display settingBen Dooks2008-01-281-1/+1
* sched: latencytop supportArjan van de Ven2008-01-251-0/+27
* sched: high-res preemption tickPeter Zijlstra2008-01-253-3/+9
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-255-25/+25
* sched: remove printk_clock references from ia64Ingo Molnar2008-01-252-15/+0
* sched: remove printk_clock()Ingo Molnar2008-01-252-38/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2008-01-2533-505/+3529
|\
| * [AVR32] extint: Set initial irq type to low levelHaavard Skinnemoen2008-01-251-3/+3
| * [AVR32] extint: change set_irq_type() handlingDavid Brownell2008-01-251-11/+7
| * [AVR32] NMI debuggingHaavard Skinnemoen2008-01-257-10/+155
| * [AVR32] constify function pointer tablesJan Engelhardt2008-01-252-2/+2
| * [AVR32] ATNGW100: Update defconfigHaavard Skinnemoen2008-01-251-151/+262
| * [AVR32] ATSTK1002: Update defconfigHaavard Skinnemoen2008-01-251-150/+483
| * [AVR32] Kconfig: Choose daughterboard instead of CPUHaavard Skinnemoen2008-01-252-24/+28
| * [AVR32] Add support for ATSTK1003 and ATSTK1004Haavard Skinnemoen2008-01-258-20/+1975
| * [AVR32] Clean up external DAC setup codeHaavard Skinnemoen2008-01-252-16/+17
| * [AVR32] ATSTK1000: Move gpio-leds setup to setup.cHaavard Skinnemoen2008-01-254-66/+72
| * [AVR32] Add support for AT32AP7001 and AT32AP7002Haavard Skinnemoen2008-01-258-21/+51
| * [AVR32] Provide more CPU information in /proc/cpuinfo and dmesgHaavard Skinnemoen2008-01-251-26/+68
| * [AVR32] Oprofile supportHaavard Skinnemoen2008-01-254-0/+247
| * [AVR32] Include instrumentation menuHaavard Skinnemoen2008-01-252-10/+2
| * [AVR32] Enable debugging only when neededHaavard Skinnemoen2008-01-255-9/+171
| * [AVR32] Remove redundant try_to_freeze() call from do_signal()Haavard Skinnemoen2008-01-251-7/+0
| * [AVR32] Drop GFP_COMP for DMA memory allocationsHaavard Skinnemoen2008-01-251-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-01-2512-1063/+2509
|\ \
| * | [CRYPTO] twofish: Merge common glue codeSebastian Siewior2008-01-143-103/+6
| * | [CRYPTO] salsa20: Add x86-64 assembly versionTan Swee Heng2008-01-113-0/+924
| * | [CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)Tan Swee Heng2008-01-113-0/+1243
| * | [CRYPTO] s390-aes: Use correct encrypt/decrypt function in fallbackSebastian Siewior2008-01-111-8/+2
| * | [CRYPTO] aes_s390: Add fallback driverSebastian Siewior2008-01-111-21/+205
| * | [CRYPTO] aes-asm: Merge common glue codeSebastian Siewior2008-01-113-77/+20
OpenPOWER on IntegriCloud