Age | Commit message (Expand) | Author | Files | Lines |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142 |  Thomas Gleixner | 1 | -6/+1 |
2018-10-29 | x86: Clean up 'sizeof x' => 'sizeof(x)' |  Jordan Borgner | 1 | -4/+4 |
2016-12-25 | x86/msr: Remove bogus cleanup from the error path |  Thomas Gleixner | 1 | -1/+0 |
2016-11-22 | x86/msr: Convert to hotplug state machine |  Sebastian Andrzej Siewior | 1 | -54/+15 |
2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* |  Borislav Petkov | 1 | -1/+1 |
2015-12-23 | new helpers: no_seek_end_llseek{,_size}() |  Al Viro | 1 | -23/+1 |
2014-10-17 | x86, msr: Use seek definitions instead of hard-coded values |  Fabian Frederick | 1 | -2/+2 |
2014-10-17 | x86, msr: Convert printk to pr_foo() |  Fabian Frederick | 1 | -2/+3 |
2014-10-17 | x86, msr: Use PTR_ERR_OR_ZERO |  Fabian Frederick | 1 | -1/+1 |
2014-03-20 | x86, msr: Fix CPU hotplug callback registration |  Srivatsa S. Bhat | 1 | -7/+9 |
2013-10-08 | x86, msr: Use file_inode(), not f_mapping->host |  Andre Richter | 1 | -1/+1 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files |  Paul Gortmaker | 1 | -3/+3 |
2013-02-27 | more file_inode() open-coded instances |  Al Viro | 1 | -5/+4 |
2013-01-24 | x86/msr: Add capabilities check |  Alan Cox | 1 | -0/+3 |
2012-09-23 | Use get_online_cpus to avoid races involving CPU hotplug |  Silas Boyd-Wickizer | 1 | -0/+5 |
2012-03-28 | Disintegrate asm/system.h for X86 |  David Howells | 1 | -1/+0 |
2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * |  Al Viro | 1 | -1/+1 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> |  Arnd Bergmann | 1 | -1/+0 |
2010-05-27 | x86: convert cpu notifier to return encapsulate errno value |  Akinobu Mita | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 1 | -0/+1 |
2010-01-26 | x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID drivers. |  Russ Anderson | 1 | -1/+1 |
2009-12-15 | x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers |  H. Peter Anvin | 1 | -2/+2 |
2009-12-14 | x86, msr: Remove incorrect, duplicated code in the MSR driver |  H. Peter Anvin | 1 | -3/+2 |
2009-12-05 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -10/+6 |
2009-10-07 | x86, msr: Remove the bkl from msr_open() |  Frederic Weisbecker | 1 | -10/+6 |
2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions |  Kay Sievers | 1 | -2/+2 |
2009-08-31 | x86, msr: Export the register-setting MSR functions via /dev/*/msr |  H. Peter Anvin | 1 | -0/+51 |
2009-08-31 | x86, msr: Have the _safe MSR functions return -EIO, not -EFAULT |  H. Peter Anvin | 1 | -8/+2 |
2009-06-15 | Driver Core: x86: add nodename for cpuid and msr drivers. |  Kay Sievers | 1 | -0/+6 |
2009-01-12 | x86: msr.c fix style problems |  Jaswinder Singh Rajput | 1 | -1/+1 |
2009-01-03 | x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids |  Mike Travis | 1 | -1/+1 |
2008-10-16 | device create: misc: convert device_create_drvdata to device_create |  Greg Kroah-Hartman | 1 | -2/+2 |
2008-08-25 | x86: msr: correct return value on partial operations |  H. Peter Anvin | 1 | -10/+18 |
2008-08-25 | x86: msr: propagate errors from smp_call_function_single() |  H. Peter Anvin | 1 | -4/+10 |
2008-08-15 | x86, msr: fix NULL pointer deref due to msr_open on nonexistent CPUs |  Darrick J. Wong | 1 | -1/+1 |
2008-07-21 | device create: x86: convert device_create to device_create_drvdata |  Greg Kroah-Hartman | 1 | -2/+2 |
2008-05-18 | x86: cdev lock_kernel() pushdown |  Jonathan Corbet | 1 | -4/+12 |
2008-04-19 | PM: Remove destroy_suspended_device() |  Rafael J. Wysocki | 1 | -3/+1 |
2008-04-17 | x86: coding style fixes to arch/x86/kernel/msr.c |  Paolo Ciarrocchi | 1 | -2/+2 |
2008-02-04 | x86: cpuid, msr: use inode mutex instead of big kernel lock |  H. Peter Anvin | 1 | -5/+9 |
2008-02-01 | x86: fix section mismatch warnings when referencing notifiers |  Sam Ravnborg | 1 | -1/+1 |
2008-01-24 | PM: Acquire device locks on suspend |  Rafael J. Wysocki | 1 | -3/+3 |
2007-10-19 | x86: convert cpuinfo_x86 array to a per_cpu array |  Mike Travis | 1 | -1/+1 |
2007-10-18 | x86 msr driver: Misc cpuinit annotations |  Satyam Sharma | 1 | -1/+1 |
2007-10-18 | cpu hotplug: msr: fix cpu hotplug error handling |  Akinobu Mita | 1 | -15/+20 |
2007-10-17 | i386: Misc cpuinit annotations |  Satyam Sharma | 1 | -2/+2 |
2007-10-13 | Delete filenames in comments. |  Dave Jones | 1 | -2/+0 |
2007-10-11 | i386: move kernel |  Thomas Gleixner | 1 | -0/+224 |