summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-09-24OMAP: hwmod: Set autoidle after smartidle during _sysc_enableHema HK1-6/+11
2010-09-24OMAP4: PM: Declare idle modules as functional tooRajendra Nayak1-4/+5
2010-09-24OMAP: omap_device: Fix to support multiple hwmods for a single deviceKishon Vijay Abraham I1-21/+14
2010-09-22OMAP: hwmod: improve documentation, clean up function namesPaul Walmsley2-29/+123
2010-09-22OMAP: hwmod: Handle opt clocks node using clk_add_aliasPartha Basak1-1/+42
2010-09-21OMAP: hwmod: Enable module wakeup if in smartidleRajendra Nayak1-2/+4
2010-09-21OMAP: hwmod: Fix softreset for modules with optional clocksBenoit Cousson2-5/+51
2010-09-21OMAP: hwmod: Fix softreset status check for some new OMAP4 IPsBenoit Cousson2-6/+19
2010-09-21OMAP: hwmod: add an hardreset API for use by other core codePaul Walmsley2-0/+82
2010-09-21OMAP: hwmod: Force a softreset during _setupBenoit Cousson1-9/+9
2010-09-21OMAP: hwmod: Add hardreset management supportBenoît Cousson2-8/+177
2010-09-21OMAP2/3: PRM: add module hard reset supportPaul Walmsley3-1/+116
2010-09-21OMAP4: PRM: add module hard reset supportBenoît Cousson3-2/+129
2010-09-21OMAP4: prcm: Add temporarily helper functions for rmw and read inside the PRMBenoit Cousson2-0/+26
2010-09-21OMAP: hwmod: separate list locking and hwmod hardware lockingKevin Hilman2-32/+33
2010-09-21OMAP4: prcm: Fix global warm reset bit positionRajeev Kulkarni1-2/+3
2010-09-21OMAP: hwmod: Fix omap_hwmod_reset wrong state testLiam Girdwood1-4/+2
2010-09-21OMAP: hwmod: Do not disable clocks if hwmod already in idleBenoit Cousson1-3/+7
2010-09-21OMAP: hwmod: Rename dma_ch to dma_reqBenoit Cousson2-11/+11
2010-09-20frv: double syscall restarts, syscall restart in sigreturn()Al Viro1-1/+3
2010-09-20frv: handling of restart into restart_syscall is fsckedAl Viro1-1/+1
2010-09-20frv: avoid infinite loop of SIGSEGV deliveryAl Viro1-2/+2
2010-09-20frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro1-16/+22
2010-09-20frv: restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3
2010-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds13-131/+88
2010-09-19Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-66/+107
2010-09-18alpha: deal with multiple simultaneously pending signalsAl Viro1-5/+11
2010-09-18alpha: fix a 14 years old bug in sigreturn tracingAl Viro1-2/+11
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro3-69/+2
2010-09-18alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro1-1/+2
2010-09-18alpha: Shift perf event pending work earlier in timer interruptMichael Cree1-5/+5
2010-09-18alpha: wire up fanotify and prlimit64 syscallsMikael Pettersson2-1/+7
2010-09-18alpha: kill big kernel lockArnd Bergmann2-8/+0
2010-09-18alpha: fix build breakage in asm/cacheflush.hTejun Heo1-0/+2
2010-09-18alpha: remove unnecessary cast from void* in assignment.matt mooney2-2/+2
2010-09-18alpha: Use static const char * const where possibleJoe Perches4-38/+46
2010-09-18ARM: S3C64XX: Add IORESOURCE_IRQ_HIGHLEVEL flag to dm9000 on mach-real6410Darius Augulis1-1/+1
2010-09-18ARM: S3C64XX: Fix coding style errors on mach-real6410Darius Augulis1-52/+52
2010-09-18ARM: S3C64XX: Prototype SPI devicesMark Brown1-0/+1
2010-09-17arm: fix really nasty sigreturn bugAl Viro1-0/+2
2010-09-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-39/+23
2010-09-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-31/+11
2010-09-16Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds12-51/+94
2010-09-15[IA64] Optimize ticket spinlocks in fsys_rt_sigprocmaskPetr Tesarik1-31/+11
2010-09-15arch/tile: fix formatting bug in register dumpsChris Metcalf1-1/+1
2010-09-15arch/tile: fix memcpy_fromio()/memcpy_toio() signaturesChris Metcalf1-4/+4
2010-09-15arch/tile: Save and restore extra user state for tilegxChris Metcalf4-7/+34
2010-09-15arch/tile: Change struct sigcontext to be more usefulChris Metcalf5-27/+36
2010-09-15arch/tile: finish const-ifying sys_execve()Chris Metcalf3-12/+19
2010-09-14Merge ssh://master.kernel.org/home/hpa/tree/secLinus Torvalds9-16/+22