| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2005-11-07 | 4 | -29/+8 |
|\ |
|
| * | [CPUFREQ] kzalloc conversions for i386 drivers. | Dave Jones | 2005-10-20 | 4 | -15/+6 |
| * | [CPUFREQ] Remove preempt_disable from powernow-k8 | Dave Jones | 2005-09-23 | 1 | -14/+2 |
* | | [PATCH] unexport phys_proc_id and cpu_core_id | Adrian Bunk | 2005-11-07 | 1 | -2/+0 |
* | | [PATCH] Kprobes: preempt_disable/enable() simplification | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -10/+15 |
* | | [PATCH] Kprobes: Use RCU for (un)register synchronization - arch changes | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -15/+7 |
* | | [PATCH] Kprobes: Track kprobe on a per_cpu basis - i386 changes | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -57/+69 |
* | | [PATCH] Kprobes: rearrange preempt_disable/enable() calls | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -17/+18 |
* | | [PATCH] consolidate sys_ptrace() | Christoph Hellwig | 2005-11-07 | 1 | -42/+2 |
* | | [PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menu | Prasanna S Panchamukhi | 2005-11-07 | 3 | -16/+13 |
* | | [PATCH] x86: add MCE resume | Shaohua Li | 2005-11-07 | 8 | -12/+10 |
* | | [PATCH] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h> | Adrian Bunk | 2005-11-07 | 1 | -0/+1 |
* | | [PATCH] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h> | Adrian Bunk | 2005-11-07 | 1 | -0/+1 |
* | | [PATCH] arch/i386/kernel/ldt.c should #include <asm/mmu_context.h> | Adrian Bunk | 2005-11-07 | 1 | -0/+1 |
* | | [PATCH] i386: LVT entries remaining unmasked on reboot | Zwane Mwaikambo | 2005-11-07 | 1 | -2/+8 |
* | | [PATCH] arch/i386: Use ARRAY_SIZE macro | Tobias Klauser | 2005-11-07 | 5 | -7/+6 |
* | | [PATCH] reset tss->io_bitmap_owner in sys_ioperm() | Bart Oldeman | 2005-11-05 | 1 | -0/+3 |
* | | [PATCH] toshiba_ohci1394_dmi_table should be __devinitdata, not __devinit | Roland Dreier | 2005-11-01 | 1 | -1/+1 |
* | | Revert "i386: move apic init in init_IRQs" | Linus Torvalds | 2005-10-31 | 5 | -97/+70 |
* | | [PATCH] i386: CONFIG_PC removal | Arthur Othieno | 2005-10-31 | 1 | -5/+0 |
* | | [PATCH] fix missing includes | Tim Schmielau | 2005-10-30 | 5 | -0/+5 |
* | | [PATCH] hpet-RTC: cache the comparator register | Clemens Ladisch | 2005-10-30 | 1 | -1/+4 |
* | | [PATCH] hpet-RTC: fix timer config register accesses | Clemens Ladisch | 2005-10-30 | 1 | -7/+2 |
* | | [PATCH] hpet-RTC: disable interrupt when no longer needed | Clemens Ladisch | 2005-10-30 | 1 | -1/+5 |
* | | [PATCH] sparse cleanups: NULL pointers, C99 struct init. | Randy Dunlap | 2005-10-30 | 1 | -1/+1 |
* | | [PATCH] jiffies_64 cleanup | Thomas Gleixner | 2005-10-30 | 1 | -4/+0 |
* | | [PATCH] unify sys_ptrace prototype | Christoph Hellwig | 2005-10-30 | 1 | -1/+1 |
* | | [PATCH] i386: use -mcpu, not -mtune, for GCCs older than 3.4 | Paolo 'Blaisorblade' Giarrusso | 2005-10-30 | 1 | -5/+13 |
* | | [PATCH] uml: reuse i386 cpu-specific tuning | Paolo 'Blaisorblade' Giarrusso | 2005-10-30 | 4 | -337/+345 |
* | | [PATCH] create and destroy cache sysfs entries based on cpu notifiers | Ashok Raj | 2005-10-30 | 1 | -17/+43 |
* | | [PATCH] i386: srat on non-acpi hw fix | Magnus Damm | 2005-10-30 | 1 | -1/+6 |
* | | [PATCH] i386 mpparse: Only ignore lapic information we can't store | Eric W. Biederman | 2005-10-30 | 1 | -16/+19 |
* | | [PATCH] kdump/i386: apic verification failure fix | Vivek Goyal | 2005-10-30 | 1 | -2/+1 |
* | | [PATCH] Clean up mtrr compat ioctl code | Brian Gerst | 2005-10-30 | 1 | -45/+74 |
* | | [PATCH] x86: vmx cpu feature detection | Kamble, Nitin A | 2005-10-30 | 1 | -1/+1 |
* | | [PATCH] i386 kexec-on-panic: Don't shutdown the apics. | Eric W. Biederman | 2005-10-30 | 1 | -7/+0 |
* | | [PATCH] i386: move apic init in init_IRQs | Eric W. Biederman | 2005-10-30 | 5 | -71/+100 |
* | | [PATCH] i386 nmi_watchdog: Merge check_nmi_watchdog fixes from x86_64 | Eric W. Biederman | 2005-10-30 | 1 | -2/+37 |
* | | [PATCH] i386 io_apic.c: Memorize at bootup where the i8259 is connected | Eric W. Biederman | 2005-10-30 | 1 | -35/+112 |
* | | [PATCH] ES7000 platform update | Natalie.Protasevich@unisys.com | 2005-10-30 | 2 | -5/+17 |
* | | [PATCH] x86: when L3 is present show its size in /proc/cpuinfo | Venkatesh Pallipadi | 2005-10-30 | 1 | -7/+1 |
* | | [PATCH] fixup bogus e820 entry with mem= | Dave Hansen | 2005-10-30 | 1 | -7/+17 |
* | | [PATCH] asus vt8235 router buggy bios workaround | aleksey_gorelov@phoenix.com | 2005-10-30 | 1 | -19/+36 |
* | | [PATCH] x86: bug fix in P6 Machine check initialization | Venkatesh Pallipadi | 2005-10-30 | 1 | -3/+8 |
* | | [PATCH] x86: add an accessor function for getting the per-CPU gdt | Zachary Amsden | 2005-10-30 | 3 | -24/+27 |
* | | [PATCH] x86: bogus tls from gdt | Zachary Amsden | 2005-10-30 | 1 | -6/+0 |
* | | [PATCH] x86: hot plug CPU to support physical add of new processors | Natalie Protasevich | 2005-10-30 | 3 | -7/+11 |
* | | [PATCH] intel_cacheinfo: remove MAX_CACHE_LEAVES limit | Siddha, Suresh B | 2005-10-30 | 1 | -12/+6 |
* | | [PATCH] x86: initialise tss->io_bitmap_owner to something | Bart Oldeman | 2005-10-30 | 1 | -0/+1 |
* | | [PATCH] FPU context corrupted after resume | Shaohua Li | 2005-10-30 | 1 | -7/+5 |