| Commit message (Expand) | Author | Age |
... | |
| | * | | | | | | | | | x86: Simplify flush_write_buffers() | Brian Gerst | 2010-02-05 |
| | * | | | | | | | | | x86: Clean up mem*io functions. | Brian Gerst | 2010-02-05 |
| | * | | | | | | | | | x86-64: Use BUILDIO in io_64.h | Brian Gerst | 2010-02-05 |
| | * | | | | | | | | | x86-64: Reorganize io_64.h | Brian Gerst | 2010-02-05 |
| | * | | | | | | | | | x86-32: Remove _local variants of in/out from io_32.h | Brian Gerst | 2010-02-05 |
| | * | | | | | | | | | x86-32: Move XQUAD definitions to numaq.h | Brian Gerst | 2010-02-05 |
| * | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-02-28 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | x86, cacheinfo: Enable L3 CID only on AMD | Borislav Petkov | 2010-02-19 |
| | * | | | | | | | | | | x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1 | Borislav Petkov | 2010-02-19 |
| | * | | | | | | | | | | x86, cpu: Print AMD virtualization features in /proc/cpuinfo | Joerg Roedel | 2010-02-13 |
| | * | | | | | | | | | | x86, cacheinfo: Calculate L3 indices | Borislav Petkov | 2010-01-22 |
| | * | | | | | | | | | | x86, cacheinfo: Add cache index disable sysfs attrs only to L3 caches | Borislav Petkov | 2010-01-22 |
| | * | | | | | | | | | | x86, cacheinfo: Fix disabling of L3 cache indices | Borislav Petkov | 2010-01-22 |
| | * | | | | | | | | | | intel-agp: Switch to wbinvd_on_all_cpus | Borislav Petkov | 2010-01-22 |
| | * | | | | | | | | | | x86, lib: Add wbinvd smp helpers | Borislav Petkov | 2010-01-22 |
| * | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-02-28 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | x86: Remove trailing spaces in messages | Frans Pop | 2010-02-07 |
| | * | | | | | | | | | | | x86, mtrr: Remove unused mtrr/state.c | Borislav Petkov | 2010-02-04 |
| | * | | | | | | | | | | | x86, trivial: Fix grammo in tsc comment about Geode TSC reliability | Thadeu Lima de Souza Cascardo | 2010-01-18 |
| * | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-02-28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | x86: Mark atomic irq ops raw for 32bit legacy | Ingo Molnar | 2010-02-16 |
| | | |_|_|_|_|_|_|/ / / /
| | |/| | | | | | | | | | |
|
| | * | | | | | | | | | | | x86: Merge show_regs() | Brian Gerst | 2010-01-13 |
| | * | | | | | | | | | | | x86: Macroise x86 cache descriptors | Dave Jones | 2010-01-13 |
| | * | | | | | | | | | | | x86-32: clean up rwsem inline asm statements | Linus Torvalds | 2010-01-12 |
| | * | | | | | | | | | | | x86: Merge asm/atomic_{32,64}.h | Brian Gerst | 2010-01-07 |
| | * | | | | | | | | | | | x86: Sync asm/atomic_32.h and asm/atomic_64.h | Brian Gerst | 2010-01-07 |
| | * | | | | | | | | | | | x86: Split atomic64_t functions into seperate headers | Brian Gerst | 2010-01-07 |
| | * | | | | | | | | | | | x86-64: Modify memcpy()/memset() alternatives mechanism | Jan Beulich | 2009-12-30 |
| | * | | | | | | | | | | | x86-64: Modify copy_user_generic() alternatives mechanism | Jan Beulich | 2009-12-30 |
| | * | | | | | | | | | | | x86: Lift restriction on the location of FIX_BTMAP_* | Jan Beulich | 2009-12-30 |
| | * | | | | | | | | | | | x86, core: Optimize hweight32() | Akinobu Mita | 2009-12-28 |
| * | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-02-28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | sched: Fix SCHED_MC regression caused by change in sched cpu_power | Suresh Siddha | 2010-02-26 |
| | * | | | | | | | | | | | | sched: Don't use possibly stale sched_class | Thomas Gleixner | 2010-02-17 |
| | * | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core | Thomas Gleixner | 2010-02-16 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | kthread, sched: Remove reference to kthread_create_on_cpu | Anton Blanchard | 2010-02-09 |
| | * | | | | | | | | | | | | | sched: cpuacct: Use bigger percpu counter batch values for stats counters | Anton Blanchard | 2010-02-08 |
| | * | | | | | | | | | | | | | percpu_counter: Make __percpu_counter_add an inline function on UP | Anton Blanchard | 2010-02-08 |
| | * | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2010-02-08 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | sched: Remove member rt_se from struct rt_rq | Yong Zhang | 2010-02-04 |
| | * | | | | | | | | | | | | | | sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu] | Yong Zhang | 2010-02-04 |
| | * | | | | | | | | | | | | | | sched: Remove unused update_shares_locked() | Peter Zijlstra | 2010-02-02 |
| | * | | | | | | | | | | | | | | sched: Use for_each_bit | Akinobu Mita | 2010-02-02 |
| | * | | | | | | | | | | | | | | sched: Queue a deboosted task to the head of the RT prio queue | Thomas Gleixner | 2010-01-22 |
| | * | | | | | | | | | | | | | | sched: Implement head queueing for sched_rt | Thomas Gleixner | 2010-01-22 |
| | * | | | | | | | | | | | | | | sched: Extend enqueue_task to allow head queueing | Thomas Gleixner | 2010-01-22 |
| | * | | | | | | | | | | | | | | sched: Remove USER_SCHED | Dhaval Giani | 2010-01-21 |
| | * | | | | | | | | | | | | | | sched: Fix the place where group powers are updated | Gautham R Shenoy | 2010-01-21 |
| | * | | | | | | | | | | | | | | sched: Assume *balance is valid | Peter Zijlstra | 2010-01-21 |
| | * | | | | | | | | | | | | | | sched: Remove load_balance_newidle() | Peter Zijlstra | 2010-01-21 |