summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86, smpboot: Mark the names[] array in __inquire_remote_apic() as constGreg Dietsche2011-07-211-1/+1
| * | | | | | | x86: Convert vmalloc()+memset() to vzalloc()Joe Perches2011-05-281-2/+1
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-2217-324/+263
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Fix write lock scalability 64-bit issueJan Beulich2011-07-216-28/+73
| * | | | | | | | x86: Unify rwsem assembly implementationJan Beulich2011-07-215-100/+62
| * | | | | | | | x86: Unify rwlock assembly implementationJan Beulich2011-07-216-90/+56
| * | | | | | | | x86, asm: Fix binutils 2.16 issue with __USER32_CSBorislav Petkov2011-06-031-1/+1
| * | | | | | | | x86, asm: Cleanup thunk_64.SBorislav Petkov2011-06-031-27/+19
| * | | | | | | | x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov2011-06-033-17/+12
| * | | | | | | | x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov2011-06-033-9/+7
| * | | | | | | | x86, asm: Thin down SAVE/RESTORE_* asm macrosBorislav Petkov2011-06-031-60/+41
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-222-26/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, ioapic: Print IR_IO_APIC_route_entry when IR is enabledNaga Chumbalkar2011-07-121-20/+49
| * | | | | | | | x86, ioapic: Print IRTE when IR is enabledNaga Chumbalkar2011-07-121-0/+10
| * | | | | | | | x86, x2apic: Preserve high 32-bits of IA32_APIC_BASE MSRNaga Chumbalkar2011-07-121-1/+1
| * | | | | | | | x86, ioapic: Also print Dest fieldNaga Chumbalkar2011-07-111-2/+2
| * | | | | | | | x86, ioapic: Format clean up for IOAPIC outputNaga Chumbalkar2011-07-111-3/+5
| * | | | | | | | x86: print APIC data a little later during bootNaga Chumbalkar2011-07-081-1/+1
* | | | | | | | | Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-225-85/+127
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Serialize EFI time accesses on rtc_lockJan Beulich2011-07-211-6/+33
| * | | | | | | | | x86: Serialize SMP bootup CMOS accesses on rtc_lockJan Beulich2011-07-211-0/+8
| * | | | | | | | | rtc: stmp3xxx: Remove UIE handlersWolfram Sang2011-07-011-43/+18
| * | | | | | | | | rtc: stmp3xxx: Get rid of mach-specific accessorsWolfram Sang2011-07-011-30/+34
| * | | | | | | | | rtc: stmp3xxx: Initialize drvdata before registering deviceWolfram Sang2011-07-011-2/+5
| * | | | | | | | | rtc: stmp3xxx: Port stmp-functions to mxs-equivalentsWolfram Sang2011-07-012-17/+17
| * | | | | | | | | rtc: stmp3xxx: Restore register definitionsWolfram Sang2011-07-011-37/+60
| * | | | | | | | | rtc: vt8500: Use define instead of hardcoded value for status bitWolfram Sang2011-07-011-2/+4
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-222-17/+76
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | time: Fix stupid KERN_WARN compile issueJohn Stultz2011-07-201-1/+1
| * | | | | | | | | | rtc: Avoid accumulating time drift in suspend/resumeJohn Stultz2011-06-211-17/+48
| * | | | | | | | | | time: Avoid accumulating time drift in suspend/resumeJohn Stultz2011-06-211-0/+22
| * | | | | | | | | | time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz2011-06-211-0/+6
* | | | | | | | | | | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-07-2240-359/+199
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mips: Fix i8253 clockevent falloutThomas Gleixner2011-07-221-1/+1
| * | | | | | | | | | | i8253: Cleanup outb/inb magicThomas Gleixner2011-07-012-6/+3
| * | | | | | | | | | | arm: Footbridge: Use common i8253 clockeventThomas Gleixner2011-07-012-52/+4
| * | | | | | | | | | | mips: Use common i8253 clockeventThomas Gleixner2011-07-012-95/+3
| * | | | | | | | | | | x86: Use common i8253 clockeventThomas Gleixner2011-07-012-91/+4
| * | | | | | | | | | | i8253: Create common clockevent implementationThomas Gleixner2011-07-013-8/+100
| * | | | | | | | | | | i8253: Export i8253_lock unconditionallyThomas Gleixner2011-06-101-2/+0
| * | | | | | | | | | | pcpskr: MIPS: Make config dependencies finer grainedRalf Baechle2011-06-091-1/+3
| * | | | | | | | | | | pcspkr: Cleanup Kconfig dependenciesRalf Baechle2011-06-098-2/+12
| * | | | | | | | | | | i8253: Move remaining content and delete asm/i8253.hRalf Baechle2011-06-094-21/+2
| * | | | | | | | | | | i8253: Consolidate definitions of PIT_LATCHRalf Baechle2011-06-094-6/+4
| * | | | | | | | | | | x86: i8253: Consolidate definitions of global_clock_eventRalf Baechle2011-06-097-5/+8
| * | | | | | | | | | | i8253: Alpha, PowerPC: Remove unused asm/8253pit.hRalf Baechle2011-06-092-6/+0
| * | | | | | | | | | | alpha: i8253: Cleanup remaining users of i8253pit.hRalf Baechle2011-06-092-2/+0
| * | | | | | | | | | | i8253: Remove I8253_LOCK configThomas Gleixner2011-06-091-0/+2
| * | | | | | | | | | | i8253: Make pcsp sound driver use the shared i8253_lockRalf Baechle2011-06-091-7/+1
| * | | | | | | | | | | i8253: Make pcspkr input driver use the shared i8253_lockRalf Baechle2011-06-091-8/+1
OpenPOWER on IntegriCloud