summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | x86/mrst: Add SFI platform device parsing codeFeng Tang2010-11-095-7/+527
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-01-062-24/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86, microcode, AMD: Cleanup code a bitBorislav Petkov2010-11-102-20/+11
| * | | | | | | | | | x86, microcode, AMD: Replace vmalloc+memset with vzallocJesper Juhl2010-11-101-9/+10
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-063-65/+86
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | apic, amd: Make firmware bug messages more meaningfulRobert Richter2010-10-252-7/+9
| * | | | | | | | | | mce, amd: Remove goto in threshold_create_device()Robert Richter2010-10-251-2/+2
| * | | | | | | | | | mce, amd: Add helper functions to setup APICRobert Richter2010-10-251-29/+38
| * | | | | | | | | | mce, amd: Shorten local variables mci_misc_{hi,lo}Robert Richter2010-10-251-13/+13
| * | | | | | | | | | mce, amd: Implement mce_threshold_block_init() helper functionRobert Richter2010-10-251-19/+29
* | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-065-11/+50
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: Fix included-by file reference commentsKees Cook2010-11-181-3/+3
| * | | | | | | | | | | x86, cpu: Only CPU features determine NX capabilitiesKees Cook2010-11-101-1/+1
| * | | | | | | | | | | x86, cpu: Call verify_cpu during 32bit CPU startupKees Cook2010-11-102-0/+7
| * | | | | | | | | | | x86, cpu: Clear XD_DISABLED flag on Intel to regain NXKees Cook2010-11-101-8/+40
| * | | | | | | | | | | x86, cpu: Rename verify_cpu_64.S to verify_cpu.SKees Cook2010-11-103-2/+2
* | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-0614-92/+129
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu2011-01-056-32/+19
| * | | | | | | | | | | | Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar2011-01-049525-539053/+996015
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu2010-12-234-2/+28
| * | | | | | | | | | | | x86, acpi: Add MAX_LOCAL_APIC for 32bitYinghai Lu2010-12-233-2/+3
| * | | | | | | | | | | | x86: io_apic: Split setup_ioapic_ids_from_mpc()Sebastian Andrzej Siewior2010-12-062-12/+17
| * | | | | | | | | | | | x86: io_apic: Fix CONFIG_X86_IO_APIC=n breakageThomas Gleixner2010-10-241-1/+1
| * | | | | | | | | | | | x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings()Thomas Gleixner2010-10-233-10/+6
| * | | | | | | | | | | | x86: Allow platforms to force enable apicThomas Gleixner2010-10-232-33/+55
* | | | | | | | | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-0612-224/+244
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86, cacheinfo: Cleanup L3 cache index disable supportHans Rosenfeld2010-11-183-84/+74
| * | | | | | | | | | | | | x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld2010-11-186-88/+118
| * | | | | | | | | | | | | x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld2010-11-1812-119/+119
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-0613-124/+289
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | MAINTAINERS: Update timer related entriesThomas Gleixner2010-12-141-0/+16
| * | | | | | | | | | | | | timers: Use this_cpu_readChristoph Lameter2010-12-121-2/+2
| * | | | | | | | | | | | | timerqueue: Make timerqueue_getnext() static inlineThomas Gleixner2010-12-112-15/+14
| * | | | | | | | | | | | | hrtimer: fix timerqueue conversion flubJohn Stultz2010-12-101-5/+2
| * | | | | | | | | | | | | hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz2010-12-103-77/+49
| * | | | | | | | | | | | | timers: Fixup allmodconfig build issueJohn Stultz2010-12-101-2/+5
| * | | | | | | | | | | | | timers: Rename timerlist infrastructure to timerqueueJohn Stultz2010-12-104-58/+58
| * | | | | | | | | | | | | timers: Introduce timerlist infrastructure.John Stultz2010-12-023-1/+156
| * | | | | | | | | | | | | hrtimer: Remove stale comment on curr_timerYong Zhang2010-11-101-1/+0
| * | | | | | | | | | | | | timer: Warn when del_timer_sync() is called in hardirq contextYong Zhang2010-10-221-1/+5
| * | | | | | | | | | | | | timer: Del_timer_sync() can be used in softirq contextYong Zhang2010-10-221-5/+3
| * | | | | | | | | | | | | timer: Make try_to_del_timer_sync() the same on SMP and UPYong Zhang2010-10-222-16/+5
| * | | | | | | | | | | | | posix-timers: Annotate lock_timer()Namhyung Kim2010-10-211-2/+8
| * | | | | | | | | | | | | timer: Permit statically-declared work with deferrable timersPhil Carmody2010-10-213-14/+34
| * | | | | | | | | | | | | time: Use ARRAY_SIZE macro in timecompare.cNikitas Angelinas2010-10-211-2/+3
| * | | | | | | | | | | | | timer: Initialize the field slack of timer_listChangli Gao2010-10-211-0/+1
| * | | | | | | | | | | | | timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATSRichard Kennedy2010-10-211-1/+1
| * | | | | | | | | | | | | time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen2010-10-211-2/+7
* | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-0629-597/+930
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown2011-01-052-6/+6