| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | | | | apic, amd: Make firmware bug messages more meaningful | Robert Richter | 2010-10-25 |
| * | | | | | | | | | | mce, amd: Remove goto in threshold_create_device() | Robert Richter | 2010-10-25 |
| * | | | | | | | | | | mce, amd: Add helper functions to setup APIC | Robert Richter | 2010-10-25 |
| * | | | | | | | | | | mce, amd: Shorten local variables mci_misc_{hi,lo} | Robert Richter | 2010-10-25 |
| * | | | | | | | | | | mce, amd: Implement mce_threshold_block_init() helper function | Robert Richter | 2010-10-25 |
* | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-01-06 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86: Fix included-by file reference comments | Kees Cook | 2010-11-18 |
| * | | | | | | | | | | | x86, cpu: Only CPU features determine NX capabilities | Kees Cook | 2010-11-10 |
| * | | | | | | | | | | | x86, cpu: Call verify_cpu during 32bit CPU startup | Kees Cook | 2010-11-10 |
| * | | | | | | | | | | | x86, cpu: Clear XD_DISABLED flag on Intel to regain NX | Kees Cook | 2010-11-10 |
| * | | | | | | | | | | | x86, cpu: Rename verify_cpu_64.S to verify_cpu.S | Kees Cook | 2010-11-10 |
* | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-01-06 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusion | Yinghai Lu | 2011-01-05 |
| * | | | | | | | | | | | | Merge commit 'v2.6.37-rc8' into x86/apic | Ingo Molnar | 2011-01-04 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation | Yinghai Lu | 2010-12-23 |
| * | | | | | | | | | | | | x86, acpi: Add MAX_LOCAL_APIC for 32bit | Yinghai Lu | 2010-12-23 |
| * | | | | | | | | | | | | x86: io_apic: Split setup_ioapic_ids_from_mpc() | Sebastian Andrzej Siewior | 2010-12-06 |
| * | | | | | | | | | | | | x86: io_apic: Fix CONFIG_X86_IO_APIC=n breakage | Thomas Gleixner | 2010-10-24 |
| * | | | | | | | | | | | | x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() | Thomas Gleixner | 2010-10-23 |
| * | | | | | | | | | | | | x86: Allow platforms to force enable apic | Thomas Gleixner | 2010-10-23 |
* | | | | | | | | | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-06 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | x86, cacheinfo: Cleanup L3 cache index disable support | Hans Rosenfeld | 2010-11-18 |
| * | | | | | | | | | | | | | x86, amd-nb: Cleanup AMD northbridge caching code | Hans Rosenfeld | 2010-11-18 |
| * | | | | | | | | | | | | | x86, amd-nb: Complete the rename of AMD NB and related code | Hans Rosenfeld | 2010-11-18 |
| | |_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-01-06 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | MAINTAINERS: Update timer related entries | Thomas Gleixner | 2010-12-14 |
| * | | | | | | | | | | | | | timers: Use this_cpu_read | Christoph Lameter | 2010-12-12 |
| * | | | | | | | | | | | | | timerqueue: Make timerqueue_getnext() static inline | Thomas Gleixner | 2010-12-11 |
| * | | | | | | | | | | | | | hrtimer: fix timerqueue conversion flub | John Stultz | 2010-12-11 |
| * | | | | | | | | | | | | | hrtimers: Convert hrtimers to use timerlist infrastructure | John Stultz | 2010-12-10 |
| * | | | | | | | | | | | | | timers: Fixup allmodconfig build issue | John Stultz | 2010-12-10 |
| * | | | | | | | | | | | | | timers: Rename timerlist infrastructure to timerqueue | John Stultz | 2010-12-10 |
| * | | | | | | | | | | | | | timers: Introduce timerlist infrastructure. | John Stultz | 2010-12-02 |
| * | | | | | | | | | | | | | hrtimer: Remove stale comment on curr_timer | Yong Zhang | 2010-11-10 |
| * | | | | | | | | | | | | | timer: Warn when del_timer_sync() is called in hardirq context | Yong Zhang | 2010-10-22 |
| * | | | | | | | | | | | | | timer: Del_timer_sync() can be used in softirq context | Yong Zhang | 2010-10-22 |
| * | | | | | | | | | | | | | timer: Make try_to_del_timer_sync() the same on SMP and UP | Yong Zhang | 2010-10-22 |
| * | | | | | | | | | | | | | posix-timers: Annotate lock_timer() | Namhyung Kim | 2010-10-21 |
| * | | | | | | | | | | | | | timer: Permit statically-declared work with deferrable timers | Phil Carmody | 2010-10-21 |
| * | | | | | | | | | | | | | time: Use ARRAY_SIZE macro in timecompare.c | Nikitas Angelinas | 2010-10-21 |
| * | | | | | | | | | | | | | timer: Initialize the field slack of timer_list | Changli Gao | 2010-10-21 |
| * | | | | | | | | | | | | | timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATS | Richard Kennedy | 2010-10-21 |
| * | | | | | | | | | | | | | time: Compensate for rounding on odd-frequency clocksources | Kasper Pedersen | 2010-10-21 |
* | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-06 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | sched: Change wait_for_completion_*_timeout() to return a signed long | NeilBrown | 2011-01-05 |
| * | | | | | | | | | | | | | | Merge commit 'v2.6.37' into sched/core | Ingo Molnar | 2011-01-05 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | sched, autogroup: Fix reference leak | Mike Galbraith | 2011-01-04 |
| * | | | | | | | | | | | | | | | sched, autogroup: Fix potential access to freed memory | Mike Galbraith | 2011-01-04 |
| * | | | | | | | | | | | | | | | sched: Remove redundant CONFIG_CGROUP_SCHED ifdef | Yong Zhang | 2011-01-04 |
| * | | | | | | | | | | | | | | | sched: Fix interactivity bug by charging unaccounted run-time on entity re-we... | Paul Turner | 2010-12-19 |