summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/msr.c
Commit message (Expand)AuthorAgeFilesLines
* x86/MSR: make msr_class a static const structureIvan Orlov2023-08-051-15/+16
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* x86/MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl tooMisono Tomohiro2021-01-271-0/+7
* x86/msr: Add a pointer to an URL which contains further detailsBorislav Petkov2020-12-081-1/+2
* x86/msr: Downgrade unrecognized MSR messageBorislav Petkov2020-11-191-2/+2
* x86/msr: Do not allow writes to MSR_IA32_ENERGY_PERF_BIASBorislav Petkov2020-11-161-3/+0
* x86/msr: Make source of unrecognised MSR writes unambiguousChris Down2020-08-221-2/+2
* x86/msr: Prevent userspace MSR access from dominating the consoleChris Down2020-08-221-3/+15
* x86/msr: Filter MSR writesBorislav Petkov2020-06-251-0/+69
* x86/msr: Restrict MSR access when the kernel is locked downMatthew Garrett2019-08-191-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142Thomas Gleixner2019-05-301-6/+1
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-4/+4
* x86/msr: Remove bogus cleanup from the error pathThomas Gleixner2016-12-251-1/+0
* x86/msr: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-54/+15
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
* new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-23/+1
* x86, msr: Use seek definitions instead of hard-coded valuesFabian Frederick2014-10-171-2/+2
* x86, msr: Convert printk to pr_foo()Fabian Frederick2014-10-171-2/+3
* x86, msr: Use PTR_ERR_OR_ZEROFabian Frederick2014-10-171-1/+1
* x86, msr: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-7/+9
* x86, msr: Use file_inode(), not f_mapping->hostAndre Richter2013-10-081-1/+1
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-3/+3
* more file_inode() open-coded instancesAl Viro2013-02-271-5/+4
* x86/msr: Add capabilities checkAlan Cox2013-01-241-0/+3
* Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer2012-09-231-0/+5
* Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* x86: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID dr...Russ Anderson2010-01-261-1/+1
* x86, msr/cpuid: Register enough minors for the MSR and CPUID driversH. Peter Anvin2009-12-151-2/+2
* x86, msr: Remove incorrect, duplicated code in the MSR driverH. Peter Anvin2009-12-141-3/+2
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-051-10/+6
|\
| * x86, msr: Remove the bkl from msr_open()Frederic Weisbecker2009-10-071-10/+6
* | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
|/
* x86, msr: Export the register-setting MSR functions via /dev/*/msrH. Peter Anvin2009-08-311-0/+51
* x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-08-311-8/+2
* Driver Core: x86: add nodename for cpuid and msr drivers.Kay Sievers2009-06-151-0/+6
* x86: msr.c fix style problemsJaswinder Singh Rajput2009-01-121-1/+1
* x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis2009-01-031-1/+1
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* x86: msr: correct return value on partial operationsH. Peter Anvin2008-08-251-10/+18
* x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin2008-08-251-4/+10
* x86, msr: fix NULL pointer deref due to msr_open on nonexistent CPUsDarrick J. Wong2008-08-151-1/+1
* device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+2
* x86: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-4/+12
* PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-191-3/+1
* x86: coding style fixes to arch/x86/kernel/msr.cPaolo Ciarrocchi2008-04-171-2/+2