summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86_64: remove now unused codeThomas Gleixner2007-10-129-608/+5Star
* x86: unify timex.h variantsThomas Gleixner2007-10-126-63/+24Star
* x86: kill 8253pit.hThomas Gleixner2007-10-128-37/+5Star
* x86: disable apic timer for AMD C1E enabled CPUsThomas Gleixner2007-10-123-1/+36
* x86: Fix irq0 / local apic timer accountingThomas Gleixner2007-10-123-1/+4
* x86_64: convert to clock eventsThomas Gleixner2007-10-129-299/+158Star
* x86_64: Add (not yet used) clock event functionsThomas Gleixner2007-10-122-0/+85
* x86_64: prepare idle loop for dynamic ticksChris Wright2007-10-121-0/+4
* x86_64: remove nested irq disablesThomas Gleixner2007-10-121-6/+6
* x86_64: apic change setup_APIC_timer calling conventionThomas Gleixner2007-10-121-4/+4
* x86_64: Remove APIC_DIVISORThomas Gleixner2007-10-121-5/+3Star
* x86_64: Move apic calibration code aroundThomas Gleixner2007-10-121-9/+6Star
* x86_64: remove pit synchronizationThomas Gleixner2007-10-121-18/+0Star
* x86_64: prepare apic code for clock eventsThomas Gleixner2007-10-121-8/+15
* x86: remove never used apic_mappedYinghai Lu2007-10-122-4/+2Star
* i386: prepare sharing the PIT codeThomas Gleixner2007-10-124-33/+22Star
* i386: prepare sharing the PIT codeThomas Gleixner2007-10-122-3/+7
* i386: prepare sharing the hpet code with x86_64Thomas Gleixner2007-10-121-1/+58
* i386: prepare sharing the hpet code with x86_64Thomas Gleixner2007-10-121-8/+16
* x86_64: Consolidate tsc calibrationThomas Gleixner2007-10-124-80/+96
* x86_64: Select clocksource watchdog in KconfigThomas Gleixner2007-10-121-0/+4
* x86: Geode MFGPT clock event device supportAndres Salomon2007-10-123-0/+179
* x86: Geode Multi-Function General Purpose Timers supportAndres Salomon2007-10-125-1/+255
* x86: block irq balancing for timerVenki Pallipadi2007-10-121-1/+1
* x86: Fix irq0 / local apic timer accountingThomas Gleixner2007-10-123-1/+6
* clockevents: fix periodic broadcast for oneshot devicesThomas Gleixner2007-10-121-2/+0Star
* clockevents: Allow build w/o run-tine usage for migration purposesThomas Gleixner2007-10-124-4/+14
* clockevents: Remove unused inline functionThomas Gleixner2007-10-121-1/+0Star
* Fix up more bio falloutAl Viro2007-10-125-10/+3Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-126-92/+129
|\
| * [ZLIB]: Fix external builds of zlib_inflate code.David S. Miller2007-10-123-48/+50
| * [TG3]: Fix APE induced regressionMatt Carlson2007-10-121-3/+4
| * [SKY2]: version 1.19Stephen Hemminger2007-10-121-1/+1
| * [SKY2]: use netdevice stats structStephen Hemminger2007-10-122-22/+13Star
| * [SKY2]: fiber advertise bits initialization (trivial)Stephen Hemminger2007-10-121-2/+2
| * [SKY2]: fix power settings on Yukon XLStephen Hemminger2007-10-121-7/+6Star
| * [SKY2]: ethtool register reserved area blackoutStephen Hemminger2007-10-121-9/+53
* | missed bio_endio() in axonramAl Viro2007-10-121-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-12529-13476/+31125
|\
| * [POWERPC] Add memchr() to the bootwrapperDavid Gibson2007-10-122-0/+14
| * [POWERPC] Implement logging of unhandled signalsOlof Johansson2007-10-125-2/+71
| * [POWERPC] Add legacy serial support for OPB with flattened device treeValentine Barshak2007-10-121-2/+3
| * [POWERPC] Use 1TB segmentsPaul Mackerras2007-10-1223-258/+513
| * [POWERPC] XilinxFB: Allow fixed framebuffer base addressGrant Likely2007-10-122-6/+21
| * [POWERPC] XilinxFB: Add support for custom screen resolutionGrant Likely2007-10-122-28/+49
| * [POWERPC] XilinxFB: Use pdata to pass around framebuffer parametersGrant Likely2007-10-121-20/+23
| * [POWERPC] PCI: Add 64-bit physical address support to setup_indirect_pciValentine Barshak2007-10-122-3/+6
| * Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2007-10-1221-334/+259Star
| |\
| | * [POWERPC] Adjust TASK_SIZE on ppc32 systems to 3GB that are capableKumar Gala2007-10-111-1/+2
| | * [POWERPC] Use PAGE_OFFSET to tell if an address is user/kernel in SW TLB hand...Kumar Gala2007-10-114-22/+19Star