- 02a16aa x86/MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl too by Misono Tomohiro · 4 years ago
- f77f420d x86/msr: Add a pointer to an URL which contains further details by Borislav Petkov · 4 years, 1 month ago
- b023fd5f x86/msr: Downgrade unrecognized MSR message by Borislav Petkov · 4 years, 1 month ago
- 18741a5 x86/msr: Do not allow writes to MSR_IA32_ENERGY_PERF_BIAS by Borislav Petkov · 4 years, 3 months ago
- c31feed x86/msr: Make source of unrecognised MSR writes unambiguous by Chris Down · 4 years, 4 months ago
- 1f35c9c x86/msr: Prevent userspace MSR access from dominating the console by Chris Down · 4 years, 4 months ago
- a7e1f67 x86/msr: Filter MSR writes by Borislav Petkov · 4 years, 7 months ago
- 95f5e95 x86/msr: Restrict MSR access when the kernel is locked down by Matthew Garrett · 5 years ago
- a94da20 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142 by Thomas Gleixner · 6 years ago
- 0e96f31 x86: Clean up 'sizeof x' => 'sizeof(x)' by Jordan Borgner · 6 years ago
- 59fefd0 x86/msr: Remove bogus cleanup from the error path by Thomas Gleixner · 8 years ago
- 8fba38c x86/msr: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
- b25472f new helpers: no_seek_end_llseek{,_size}() by Al Viro · 9 years ago
- 03452d2 x86, msr: Use seek definitions instead of hard-coded values by Fabian Frederick · 10 years ago
- 951a18c x86, msr: Convert printk to pr_foo() by Fabian Frederick · 10 years ago
- cba0fdb x86, msr: Use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
- de82a01 x86, msr: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
- 1224987 x86, msr: Use file_inode(), not f_mapping->host by Andre Richter · 11 years ago
- 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
- 6131ffa more file_inode() open-coded instances by Al Viro · 12 years ago
- c903f04 x86/msr: Add capabilities check by Alan Cox · 12 years ago
- a2db672 Use get_online_cpus to avoid races involving CPU hotplug by Silas Boyd-Wickizer · 12 years ago
- f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
- 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
- 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
- a94247e x86: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- da48247 x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID drivers. by Russ Anderson · 15 years ago
- 0b962d4 x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers by H. Peter Anvin · 15 years ago
- 494c2eb x86, msr: Remove incorrect, duplicated code in the MSR driver by H. Peter Anvin · 15 years ago
- 83be7d7 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- d6c3040 x86, msr: Remove the bkl from msr_open() by Frederic Weisbecker · 15 years ago
- e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
- ff55df5 x86, msr: Export the register-setting MSR functions via /dev/*/msr by H. Peter Anvin · 15 years ago
- 0cc0213 x86, msr: Have the _safe MSR functions return -EIO, not -EFAULT by H. Peter Anvin · 15 years ago
- 07e9bb8 Driver Core: x86: add nodename for cpuid and msr drivers. by Kay Sievers · 16 years ago
- 448dd2f x86: msr.c fix style problems by Jaswinder Singh Rajput · 16 years ago
- 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 16 years ago
- a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
- 85f1cb6 x86: msr: correct return value on partial operations by H. Peter Anvin · 16 years ago
- c6f3193 x86: msr: propagate errors from smp_call_function_single() by H. Peter Anvin · 16 years ago
- 967060d x86, msr: fix NULL pointer deref due to msr_open on nonexistent CPUs by Darrick J. Wong · 16 years ago
- 3bfd49c device create: x86: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
- 5119e92 x86: cdev lock_kernel() pushdown by Jonathan Corbet · 17 years ago
- b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 17 years ago
- 94a9fa4 x86: coding style fixes to arch/x86/kernel/msr.c by Paolo Ciarrocchi · 17 years ago
- 2b06ac8 x86: cpuid, msr: use inode mutex instead of big kernel lock by H. Peter Anvin · 17 years ago
- c72258c x86: fix section mismatch warnings when referencing notifiers by Sam Ravnborg · 17 years ago
- 775b64d PM: Acquire device locks on suspend by Rafael J. Wysocki · 17 years ago
- 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
- 3804898 x86 msr driver: Misc cpuinit annotations by Satyam Sharma · 17 years ago
- 881a841 cpu hotplug: msr: fix cpu hotplug error handling by Akinobu Mita · 17 years ago
- 761c4bf i386: Misc cpuinit annotations by Satyam Sharma · 17 years ago
- 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
- 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/msr.c]
- 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 18 years ago
- 78a62d2 i386: Use functions from library in msr driver by Nicolas Boichat · 18 years ago
- d958f14 [PATCH] i386: use smp_call_function_single() by Alexey Dobriyan · 18 years ago
- 5dfe4c9 [PATCH] mark struct file_operations const 2 by Arjan van de Ven · 18 years ago
- aab4c5a [PATCH] i386: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
- 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
- 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
- f475ff3 [PATCH] x86-64: remove unused variable by David Rientjes · 18 years ago
- a271aaf Driver core: convert msr code to use struct device by Greg Kroah-Hartman · 18 years ago
- 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
- e09793b [PATCH] msr.c: use register_hotcpu_notifier() by Andrew Morton · 19 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- 74b85f3 [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only by Chandra Seetharaman · 19 years ago
- efe87d2 [PATCH] x86 cpuid and msr notifier callback section mismatches by Randy Dunlap · 19 years ago
- 6926d57 [PATCH] arch/i386/kernel/msr.c: removed unused variable by Daniel Marjamaki · 19 years ago
- 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
- f2ab446 [PATCH] x86: more asm cleanups by Zachary Amsden · 19 years ago
- 8874b41 [PATCH] class: convert arch/* to use the new class api instead of class_simple by gregkh@suse.de · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago