summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/msr.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142Thomas Gleixner2019-05-301-6/+1Star
* 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/+0Star
* x86/msr: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-54/+15Star
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
* new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-23/+1Star
* 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-151-3/+3
* more file_inode() open-coded instancesAl Viro2013-02-271-5/+4Star
* 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/+0Star
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* 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-271-1/+1
* x86, msr/cpuid: Register enough minors for the MSR and CPUID driversH. Peter Anvin2009-12-161-2/+2
* x86, msr: Remove incorrect, duplicated code in the MSR driverH. Peter Anvin2009-12-141-3/+2Star
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-061-10/+6Star
|\
| * x86, msr: Remove the bkl from msr_open()Frederic Weisbecker2009-10-071-10/+6Star
* | 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-09-011-0/+51
* x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-09-011-8/+2Star
* Driver Core: x86: add nodename for cpuid and msr drivers.Kay Sievers2009-06-161-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-261-10/+18
* x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin2008-08-261-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-221-2/+2
* x86: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-4/+12
* PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-201-3/+1Star
* x86: coding style fixes to arch/x86/kernel/msr.cPaolo Ciarrocchi2008-04-171-2/+2
* x86: cpuid, msr: use inode mutex instead of big kernel lockH. Peter Anvin2008-02-041-5/+9
* x86: fix section mismatch warnings when referencing notifiersSam Ravnborg2008-02-011-1/+1
* PM: Acquire device locks on suspendRafael J. Wysocki2008-01-251-3/+3
* x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis2007-10-191-1/+1
* x86 msr driver: Misc cpuinit annotationsSatyam Sharma2007-10-181-1/+1
* cpu hotplug: msr: fix cpu hotplug error handlingAkinobu Mita2007-10-181-15/+20
* i386: Misc cpuinit annotationsSatyam Sharma2007-10-171-2/+2
* Delete filenames in comments.Dave Jones2007-10-131-2/+0Star
* i386: move kernelThomas Gleixner2007-10-111-0/+224