summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/msr.c
AgeCommit message (Expand)AuthorLines
2021-01-27x86/MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl tooMisono Tomohiro-0/+7
2020-12-08x86/msr: Add a pointer to an URL which contains further detailsBorislav Petkov-1/+2
2020-11-19x86/msr: Downgrade unrecognized MSR messageBorislav Petkov-2/+2
2020-11-16x86/msr: Do not allow writes to MSR_IA32_ENERGY_PERF_BIASBorislav Petkov-3/+0
2020-08-22x86/msr: Make source of unrecognised MSR writes unambiguousChris Down-2/+2
2020-08-22x86/msr: Prevent userspace MSR access from dominating the consoleChris Down-3/+15
2020-06-25x86/msr: Filter MSR writesBorislav Petkov-0/+69
2019-08-19x86/msr: Restrict MSR access when the kernel is locked downMatthew Garrett-0/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142Thomas Gleixner-6/+1
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner-4/+4
2016-12-25x86/msr: Remove bogus cleanup from the error pathThomas Gleixner-1/+0
2016-11-22x86/msr: Convert to hotplug state machineSebastian Andrzej Siewior-54/+15
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov-1/+1
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro-23/+1
2014-10-17x86, msr: Use seek definitions instead of hard-coded valuesFabian Frederick-2/+2
2014-10-17x86, msr: Convert printk to pr_foo()Fabian Frederick-2/+3
2014-10-17x86, msr: Use PTR_ERR_OR_ZEROFabian Frederick-1/+1
2014-03-20x86, msr: Fix CPU hotplug callback registrationSrivatsa S. Bhat-7/+9
2013-10-08x86, msr: Use file_inode(), not f_mapping->hostAndre Richter-1/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker-3/+3
2013-02-27more file_inode() open-coded instancesAl Viro-5/+4
2013-01-24x86/msr: Add capabilities checkAlan Cox-0/+3
2012-09-23Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer-0/+5
2012-03-28Disintegrate asm/system.h for X86David Howells-1/+0
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-05-27x86: convert cpu notifier to return encapsulate errno valueAkinobu Mita-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-26x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID dr...Russ Anderson-1/+1
2009-12-15x86, msr/cpuid: Register enough minors for the MSR and CPUID driversH. Peter Anvin-2/+2
2009-12-14x86, msr: Remove incorrect, duplicated code in the MSR driverH. Peter Anvin-3/+2
2009-12-05Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+6
2009-10-07x86, msr: Remove the bkl from msr_open()Frederic Weisbecker-10/+6
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers-2/+2
2009-08-31x86, msr: Export the register-setting MSR functions via /dev/*/msrH. Peter Anvin-0/+51
2009-08-31x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin-8/+2
2009-06-15Driver Core: x86: add nodename for cpuid and msr drivers.Kay Sievers-0/+6
2009-01-12x86: msr.c fix style problemsJaswinder Singh Rajput-1/+1
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis-1/+1
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman-2/+2
2008-08-25x86: msr: correct return value on partial operationsH. Peter Anvin-10/+18
2008-08-25x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin-4/+10
2008-08-15x86, msr: fix NULL pointer deref due to msr_open on nonexistent CPUsDarrick J. Wong-1/+1
2008-07-21device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman-2/+2
2008-05-18x86: cdev lock_kernel() pushdownJonathan Corbet-4/+12
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki-3/+1
2008-04-17x86: coding style fixes to arch/x86/kernel/msr.cPaolo Ciarrocchi-2/+2
2008-02-04x86: cpuid, msr: use inode mutex instead of big kernel lockH. Peter Anvin-5/+9
2008-02-01x86: fix section mismatch warnings when referencing notifiersSam Ravnborg-1/+1
2008-01-24PM: Acquire device locks on suspendRafael J. Wysocki-3/+3