summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* numa_emulation: fix cpumask_of_node()Andrea Arcangeli2012-03-221-1/+1
* hugetlb: remove prev_vma from hugetlb_get_unmapped_area_topdown()Xiao Guangrong2012-03-221-13/+5Star
* mm: search from free_area_cache for the bigger sizeXiao Guangrong2012-03-221-17/+17
* hugetlb: try to search again if it is really neededXiao Guangrong2012-03-221-4/+6
* sparc: use block_sigmask()Matt Fleming2012-03-223-17/+3Star
* xtensa: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-221-14/+3Star
* xtensa: don't mask signals if we fail to setup signal stackMatt Fleming2012-03-221-4/+7
* xtensa: no need to reset handler if SA_ONESHOTMatt Fleming2012-03-221-3/+0Star
* xtensa: don't reimplement force_sigsegv()Matt Fleming2012-03-221-3/+1Star
* mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-221-0/+2
* Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-03-213-2/+18
|\
| * Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown2012-03-181-2/+0Star
| |\
| | * ARM: U300: Don't specify regulator consumers by struct deviceAxel Lin2012-02-171-2/+0Star
| * | ARM i.MX 3ds debugboard: register a dummy regulator for the smsc911x deviceSascha Hauer2012-03-031-0/+9
| * | ARM i.MX pcm037: register a dummy regulator for the smsc911x deviceSascha Hauer2012-03-031-0/+9
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-216-1/+7
|\ \ \
| * | | of: Only compile OF_DYNAMIC on PowerPC pseries and iseriesGrant Likely2012-02-214-0/+4
| * | | drivercore: Output common devicetree information in ueventGrant Likely2012-02-011-1/+1
| * | | of: Add of_property_match_string() to find index into a string listGrant Likely2012-01-281-0/+2
* | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2174-2384/+400Star
|\ \ \ \
| * | | | irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely2012-02-272-18/+2Star
| * | | | irq_domain/mips: Allow irq_domain on MIPSGrant Likely2012-02-243-18/+2Star
| * | | | irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2012-02-234-93/+32Star
| * | | | ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.cPaul Gortmaker2012-02-232-6/+6
| * | | | irq_domain/microblaze: Convert microblaze to use irq_domainsGrant Likely2012-02-165-99/+45Star
| * | | | irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely2012-02-166-81/+6Star
| * | | | irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-1622-22/+22
| * | | | irq_domain/c6x: Use library of xlate functionsGrant Likely2012-02-162-13/+2Star
| * | | | irq_domain/c6x: constify irq_domain structuresGrant Likely2012-02-163-3/+3
| * | | | irq_domain/c6x: Convert c6x to use generic irq_domain support.Mark Salter2012-02-164-849/+21Star
| * | | | irq_domain: constify irq_domain_opsGrant Likely2012-02-161-1/+1
| * | | | irq_domain: Remove irq_domain_add_simple()Grant Likely2012-02-166-13/+10Star
| * | | | irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely2012-02-166-64/+52Star
| * | | | irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely2012-02-163-5/+2Star
| * | | | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-1632-101/+51Star
| * | | | irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely2012-02-163-646/+1Star
| * | | | irq_domain/powerpc: Eliminate virq_is_host()Grant Likely2012-02-163-14/+6Star
| * | | | irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() insteadGrant Likely2012-02-142-198/+69Star
| * | | | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-1442-343/+272Star
| * | | | irq_domain: convert microblaze from irq_host to irq_domainGrant Likely2012-02-143-5/+3Star
| * | | | irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely2012-02-141-7/+7
* | | | | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-2110-209/+204Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-domains'Rafael J. Wysocki2012-03-161-0/+2
| |\ \ \ \ \
| | * | | | | PM / shmobile: Make TMU driver use pm_genpd_dev_always_on()Rafael J. Wysocki2012-03-161-0/+2
| * | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2012-03-048-203/+197Star
| |\| | | | |
| | * | | | | Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g...Rafael J. Wysocki2012-02-018-203/+197Star
| | |\ \ \ \ \
| | | * | | | | ARM: EXYNOS: Hook up power domains to generic power domain infrastructureThomas Abraham2012-01-278-203/+197Star
| | | | |/ / / | | | |/| | |
| * | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-03-041-6/+5Star
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleepRafael J. Wysocki2012-02-094-3/+4
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | | | |_|_|/ | | | |/| | |
| | * | | | | PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-291-6/+5Star