| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Implement atomic[64]_dec_if_positive() | Luca Barbieri | 2010-03-01 | 2 | -0/+46 |
* | x86-32: Rewrite 32-bit atomic64 functions in assembly | Luca Barbieri | 2010-02-25 | 5 | -290/+664 |
* | x86-32: Allow UP/SMP lock replacement in cmpxchg64 | Luca Barbieri | 2010-02-25 | 1 | -1/+2 |
* | x86: Add support for lock prefix in alternatives | Luca Barbieri | 2010-02-25 | 2 | -5/+9 |
* | x86: Mark atomic irq ops raw for 32bit legacy | Ingo Molnar | 2010-02-16 | 1 | -2/+2 |
* | x86: Merge show_regs() | Brian Gerst | 2010-01-13 | 3 | -12/+7 |
* | x86: Macroise x86 cache descriptors | Dave Jones | 2010-01-13 | 1 | -41/+43 |
* | x86-32: clean up rwsem inline asm statements | Linus Torvalds | 2010-01-12 | 1 | -15/+15 |
* | x86: Merge asm/atomic_{32,64}.h | Brian Gerst | 2010-01-07 | 3 | -592/+297 |
* | x86: Sync asm/atomic_32.h and asm/atomic_64.h | Brian Gerst | 2010-01-07 | 2 | -34/+89 |
* | x86: Split atomic64_t functions into seperate headers | Brian Gerst | 2010-01-07 | 4 | -367/+386 |
* | x86-64: Modify memcpy()/memset() alternatives mechanism | Jan Beulich | 2009-12-30 | 2 | -27/+14 |
* | x86-64: Modify copy_user_generic() alternatives mechanism | Jan Beulich | 2009-12-30 | 5 | -10/+31 |
* | x86: Lift restriction on the location of FIX_BTMAP_* | Jan Beulich | 2009-12-30 | 2 | -5/+15 |
* | Merge branch 'misc-2.6.33' into release | Len Brown | 2009-12-24 | 1 | -1/+3 |
|\ |
|
| * | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi... | Andrew Morton | 2009-12-22 | 1 | -1/+3 |
* | | Merge branch 'pdc' into release | Len Brown | 2009-12-24 | 3 | -102/+27 |
|\ \ |
|
| * | | ACPI: processor: unify arch_acpi_processor_cleanup_pdc | Alex Chiang | 2009-12-22 | 2 | -26/+1 |
| * | | ACPI: processor: finish unifying arch_acpi_processor_init_pdc() | Alex Chiang | 2009-12-22 | 2 | -34/+19 |
| * | | ACPI: processor: factor out common _PDC settings | Alex Chiang | 2009-12-22 | 1 | -9/+1 |
| * | | ACPI: processor: unify arch_acpi_processor_init_pdc | Alex Chiang | 2009-12-22 | 1 | -33/+1 |
| * | | ACPI: processor: introduce arch_has_acpi_pdc | Alex Chiang | 2009-12-22 | 2 | -3/+8 |
| |/ |
|
* | | Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/o... | Linus Torvalds | 2009-12-23 | 1 | -1/+1 |
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-19 | 9 | -25/+74 |
|\ \ |
|
| * | | hw-breakpoints: Fix hardware breakpoints -> perf events dependency | Frederic Weisbecker | 2009-12-18 | 1 | -0/+2 |
| * | | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia... | Frederic Weisbecker | 2009-12-17 | 3 | -3/+33 |
| * | | perf events, x86/stacktrace: Make stack walking optional | Frederic Weisbecker | 2009-12-17 | 8 | -25/+42 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-19 | 25 | -311/+278 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu system | Suresh Siddha | 2009-12-17 | 8 | -41/+22 |
| * | | x86: Fix objdump version check in arch/x86/tools/chkobjdump.awk | akpm@linux-foundation.org | 2009-12-17 | 1 | -1/+1 |
| * | | x86: Reenable TSC sync check at boot, even with NONSTOP_TSC | Pallipadi, Venkatesh | 2009-12-17 | 2 | -1/+1 |
| * | | x86: Don't use POSIX character classes in gen-insn-attr-x86.awk | Roland Dreier | 2009-12-17 | 1 | -6/+4 |
| * | | x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMA | Yinghai Lu | 2009-12-16 | 1 | -1/+1 |
| * | | x86: Fix checking of SRAT when node 0 ram is not from 0 | Yinghai Lu | 2009-12-16 | 2 | -1/+5 |
| * | | x86, cpuid: Add "volatile" to asm in native_cpuid() | Suresh Siddha | 2009-12-16 | 1 | -1/+1 |
| * | | x86, msr: msrs_alloc/free for CONFIG_SMP=n | Borislav Petkov | 2009-12-16 | 4 | -215/+218 |
| * | | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space | Andreas Herrmann | 2009-12-16 | 3 | -38/+17 |
| * | | x86: Add IA32_TSC_AUX MSR and use it | Sheng Yang | 2009-12-16 | 2 | -2/+3 |
| * | | x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers | H. Peter Anvin | 2009-12-15 | 2 | -4/+5 |
* | | | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cpumask: rename tsk_cpumask to tsk_cpus_allowed | Rusty Russell | 2009-12-17 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2009-12-17 | 3 | -3/+4 |
|\ \ \ |
|
| * | | | kbuild: move utsrelease.h to include/generated | Sam Ravnborg | 2009-12-12 | 2 | -2/+2 |
| * | | | kbuild: move compile.h to include/generated | Sam Ravnborg | 2009-12-12 | 1 | -1/+1 |
| * | | | kbuild: move asm-offsets.h to include/generated | Sam Ravnborg | 2009-12-12 | 1 | -0/+1 |
* | | | | x86/ptrace: make genregs[32]_get/set more robust | Linus Torvalds | 2009-12-17 | 1 | -8/+8 |
| |/ /
|/| | |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-12-16 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'bugzilla-14700' into release | Len Brown | 2009-12-15 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f. | Zhao Yakui | 2009-12-14 | 1 | -1/+1 |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 2009-12-16 | 1 | -1/+0 |
|\ \ \ \ \ |
|