| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | | [ARM] xtime_seqlock: fix more ARM machines for xtime deadlocking | Peter Zijlstra | 2008-02-04 | 4 | -11/+0 |
| | | |/ |
|
| | * | | [ARM] 4809/2: ixp4xx: Merge dsmg600-power.c into dsmg600-setup.c | Rod Whitby | 2008-02-04 | 3 | -135/+88 |
| | * | | [ARM] 4808/2: ixp4xx: Merge nas100d-power.c into nas100d-setup.c | Rod Whitby | 2008-02-04 | 3 | -133/+87 |
| | * | | [ARM] 4807/2: ixp4xx: Merge nslu2-power.c into nslu2-setup.c | Rod Whitby | 2008-02-04 | 3 | -98/+46 |
| | * | | [ARM] 4806/1: ixp4xx: Ethernet support for the nslu2 and nas100d boards | Rod Whitby | 2008-02-04 | 3 | -2/+93 |
| | * | | [ARM] 4805/1: ixp4xx: Use leds-gpio driver instead of IXP4XX-GPIO-LED driver | Rod Whitby | 2008-02-04 | 4 | -59/+46 |
| | * | | [ARM] 4715/2: Ethernet support for IXDP425 boards | Rod Whitby | 2008-02-04 | 1 | -1/+28 |
| | * | | [ARM] 4713/3: Adds drivers for IXP4xx QMgr and NPE features | Krzysztof Halasa | 2008-02-04 | 4 | -0/+1031 |
| | * | | [ARM] 4712/2: Adds functions to read and write IXP4xx "feature" bits | Krzysztof Halasa | 2008-02-04 | 1 | -0/+1 |
| | * | | [ARM] 4774/2: ixp4xx: Register dsmg600 rtc i2c_board_info | Rod Whitby | 2008-02-04 | 1 | -0/+10 |
| | * | | [ARM] 4773/2: ixp4xx: Register nas100d rtc i2c_board_info | Rod Whitby | 2008-02-04 | 1 | -0/+10 |
| | * | | [ARM] 4772/2: ixp4xx: Register nslu2 rtc i2c_board_info | Rod Whitby | 2008-02-04 | 1 | -0/+10 |
| | * | | [ARM] 4769/2: ixp4xx: Button updates for the dsmg600 board | Rod Whitby | 2008-02-04 | 1 | -13/+17 |
| | * | | [ARM] 4768/2: ixp4xx: Button and LED updates for the nas100d board | Rod Whitby | 2008-02-04 | 2 | -15/+74 |
| | * | | [ARM] 4766/2: ixp4xx: Update ixp4xx_defconfig, enabling all supported boards | Rod Whitby | 2008-02-04 | 1 | -333/+645 |
| | |/ |
|
| * | | [ARM] 4660/3: at91: allow selecting UART for early kernel messages | Guennadi Liakhovetski | 2008-02-04 | 1 | -0/+30 |
| * | | [ARM] 4739/1: at91sam9263: make gpio bank C and D irqs work | David Brownell | 2008-02-04 | 2 | -29/+63 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 2008-02-04 | 42 | -679/+707 |
|\ \ |
|
| * | | x86: cpa, micro-optimization | Thomas Gleixner | 2008-02-04 | 1 | -4/+2 |
| * | | x86: cpa, clean up code flow | Ingo Molnar | 2008-02-04 | 1 | -11/+9 |
| * | | x86: cpa, eliminate CPA_ enum | Ingo Molnar | 2008-02-04 | 1 | -19/+15 |
| * | | x86: cpa, cleanups | Ingo Molnar | 2008-02-04 | 1 | -6/+15 |
| * | | x86: implement gbpages support in change_page_attr() | Andi Kleen | 2008-02-04 | 1 | -2/+15 |
| * | | x86: support gbpages in pagetable dump | Andi Kleen | 2008-02-04 | 1 | -1/+2 |
| * | | x86: add gbpages support to lookup_address | Andi Kleen | 2008-02-04 | 1 | -0/+5 |
| * | | x86: switch direct mapping setup over to set_pte | Andi Kleen | 2008-02-04 | 1 | -4/+2 |
| * | | x86: fix page-present check in cpa_flush_range | Thomas Gleixner | 2008-02-04 | 1 | -1/+1 |
| * | | x86: remove cpa warning | Ingo Molnar | 2008-02-04 | 1 | -3/+1 |
| * | | x86: remove now unused clear_kernel_mapping | Andi Kleen | 2008-02-04 | 1 | -43/+0 |
| * | | x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_ma... | Andi Kleen | 2008-02-04 | 1 | -1/+2 |
| * | | x86: cpa selftest, skip non present entries | Thomas Gleixner | 2008-02-04 | 1 | -1/+2 |
| * | | x86: CPA fix pagetable split | Thomas Gleixner | 2008-02-04 | 1 | -3/+7 |
| * | | x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE | Andi Kleen | 2008-02-04 | 5 | -13/+13 |
| * | | x86: cpa, fix lookup_address | Thomas Gleixner | 2008-02-04 | 1 | -1/+9 |
| * | | x86: AMD Athlon X2 hard hang fix | Ingo Molnar | 2008-02-04 | 1 | -0/+11 |
| * | | x86: cpa, preserve large pages if possible | Thomas Gleixner | 2008-02-04 | 1 | -12/+130 |
| * | | x86: cpa, check if we changed anything and tlb flushing is necessary | Thomas Gleixner | 2008-02-04 | 1 | -1/+17 |
| * | | x86: introduce struct cpa_data | Thomas Gleixner | 2008-02-04 | 1 | -37/+38 |
| * | | x86: cpa, only flush the cache if the caching attributes have changed | Andi Kleen | 2008-02-04 | 1 | -7/+24 |
| * | | x86: CPA return early when requested feature is not available | Thomas Gleixner | 2008-02-04 | 1 | -2/+12 |
| * | | x86: fix EFI mapping | Huang, Ying | 2008-02-04 | 2 | -38/+41 |
| * | | x86: no CPA on iounmap | Thomas Gleixner | 2008-02-04 | 1 | -3/+0 |
| * | | x86: ioremap remove the range check of cpa | Thomas Gleixner | 2008-02-04 | 1 | -15/+2 |
| * | | x86: simplify __ioremap | Thomas Gleixner | 2008-02-04 | 1 | -8/+6 |
| * | | x86: CPA use the existing pfn in split as well | Thomas Gleixner | 2008-02-04 | 1 | -4/+7 |
| * | | x86: use the pfn from the page when change its attributes | Arjan van de Ven | 2008-02-04 | 1 | -14/+17 |
| * | | x86: teach the static_protection function about high mappings | Arjan van de Ven | 2008-02-04 | 1 | -4/+31 |
| * | | x86: add cpu mtrr init function definitions to mtrr.h | Harvey Harrison | 2008-02-04 | 2 | -4/+4 |
| * | | x86: add cpu init function defintions to cpu.h | Harvey Harrison | 2008-02-04 | 2 | -10/+9 |
| * | | x86: small sparse fix in process_32.c | Harvey Harrison | 2008-02-04 | 1 | -1/+1 |