aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | [ARM] 4801/1: pxa: fix building issues of missing pxa2xx-regs.heric miao2008-02-043-0/+3
| | | | | * | [ARM] pxa: introduce sysdev for pxa3xx static memory controllereric miao2008-02-042-1/+89
| | | | | * | [ARM] pxa: add preliminary suspend/resume code for pxa3xxeric miao2008-02-044-14/+183
| | | | | * | [ARM] pxa: introduce sysdev for GPIO register saving/restoringeric miao2008-02-045-38/+64
| | | | | * | [ARM] pxa: introduce sysdev for IRQ register saving/restoringeric miao2008-02-045-16/+122
| | | | | * | [ARM] pxa: fix the warning of undeclared "struct pxaohci_platform_data"eric miao2008-02-041-0/+1
| | | | | * | [ARM] pxa: change set_kset_name() to direct name assignment for MFP sysclasseric miao2008-02-041-1/+1
| | | | | |/
| | | | * | [ARM] 4736/1: Export atags to userspace and allow kexec to use customised atagsRichard Purdie2008-02-048-56/+110
| | | | |/
| | | * | [ARM] 4810/1: - Fix 'section mismatch' building warningsKristoffer Ericson2008-02-042-2/+2
| | | * | [ARM] xtime_seqlock: fix more ARM machines for xtime deadlockingPeter Zijlstra2008-02-044-11/+0
| | | * | [ARM] 21285 serial: fix build errorRussell King2008-02-041-2/+6
| | | |/
| | * | [ARM] 4809/2: ixp4xx: Merge dsmg600-power.c into dsmg600-setup.cRod Whitby2008-02-043-135/+88
| | * | [ARM] 4808/2: ixp4xx: Merge nas100d-power.c into nas100d-setup.cRod Whitby2008-02-043-133/+87
| | * | [ARM] 4807/2: ixp4xx: Merge nslu2-power.c into nslu2-setup.cRod Whitby2008-02-044-117/+48
| | * | [ARM] 4806/1: ixp4xx: Ethernet support for the nslu2 and nas100d boardsRod Whitby2008-02-043-2/+93
| | * | [ARM] 4805/1: ixp4xx: Use leds-gpio driver instead of IXP4XX-GPIO-LED driverRod Whitby2008-02-044-59/+46
| | * | [ARM] 4715/2: Ethernet support for IXDP425 boardsRod Whitby2008-02-041-1/+28
| | * | [ARM] 4714/2: Headers for IXP4xx built-in Ethernet and WAN driversKrzysztof Halasa2008-02-041-0/+21
| | * | [ARM] 4713/3: Adds drivers for IXP4xx QMgr and NPE featuresKrzysztof Halasa2008-02-046-0/+1196
| | * | [ARM] 4712/2: Adds functions to read and write IXP4xx "feature" bitsKrzysztof Halasa2008-02-045-8/+52
| | * | [ARM] 4774/2: ixp4xx: Register dsmg600 rtc i2c_board_infoRod Whitby2008-02-041-0/+10
| | * | [ARM] 4773/2: ixp4xx: Register nas100d rtc i2c_board_infoRod Whitby2008-02-041-0/+10
| | * | [ARM] 4772/2: ixp4xx: Register nslu2 rtc i2c_board_infoRod Whitby2008-02-041-0/+10
| | * | [ARM] 4769/2: ixp4xx: Button updates for the dsmg600 boardRod Whitby2008-02-042-19/+18
| | * | [ARM] 4768/2: ixp4xx: Button and LED updates for the nas100d boardRod Whitby2008-02-043-24/+83
| | * | [ARM] 4767/2: ixp4xx: Add bitops.h include to io.hRod Whitby2008-02-041-0/+2
| | * | [ARM] 4766/2: ixp4xx: Update ixp4xx_defconfig, enabling all supported boardsRod Whitby2008-02-041-333/+645
| | |/
| * | [ARM] 4802/1: Fix typo and remove vague commentMarc Pignat2008-02-041-1/+1
| * | [ARM] 4660/3: at91: allow selecting UART for early kernel messagesGuennadi Liakhovetski2008-02-049-11/+81
| * | [ARM] 4739/1: at91sam9263: make gpio bank C and D irqs workDavid Brownell2008-02-042-29/+63
| |/
* | Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-02-042-89/+108
|\ \
| * | Explain kmem_cache_cpu fieldsChristoph Lameter2008-02-041-5/+5
| * | SLUB: Do not upset lockdeproot2008-02-041-0/+8
| * | SLUB: Fix coding style violationsPekka Enberg2008-02-041-23/+23
| * | Add parameter to add_partial to avoid having two functionsChristoph Lameter2008-02-041-16/+15
| * | SLUB: rename defrag to remote_node_defrag_ratioChristoph Lameter2008-02-042-9/+13
| * | Move count_partial before kmem_cache_shrinkChristoph Lameter2008-02-041-13/+13
| * | SLUB: Fix sysfs refcountingChristoph Lameter2008-02-041-2/+13
| * | slub: fix shadowed variable sparse warningsHarvey Harrison2008-02-041-21/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-0468-814/+821
|\ \ \
| * | | x86: fix RTC lockdep warning: potential hardirq recursionAndrew Morton2008-02-041-4/+7
| * | | x86: cpa, micro-optimizationThomas Gleixner2008-02-041-4/+2
| * | | x86: cpa, clean up code flowIngo Molnar2008-02-041-11/+9
| * | | x86: cpa, eliminate CPA_ enumIngo Molnar2008-02-041-19/+15
| * | | x86: cpa, cleanupsIngo Molnar2008-02-041-6/+15
| * | | x86: implement gbpages support in change_page_attr()Andi Kleen2008-02-041-2/+15
| * | | x86: support gbpages in pagetable dumpAndi Kleen2008-02-041-1/+2
| * | | x86: add gbpages support to lookup_addressAndi Kleen2008-02-041-0/+5
| * | | x86: add pgtable accessor functions for gbpagesAndi Kleen2008-02-042-0/+8
| * | | x86: add PUD_PAGE_SIZEAndi Kleen2008-02-041-0/+3