summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpuid.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-051-11/+6
|\
| * x86, cpuid: Simplify the code in cpuid_openJohn Kacur2009-10-081-8/+6
| * x86, cpuid: Remove the bkl from cpuid_open()John Kacur2009-10-071-3/+0
* | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
|/
* Driver Core: x86: add nodename for cpuid and msr drivers.Kay Sievers2009-06-151-0/+6
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-1/+1
|\
| * x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis2009-01-031-1/+1
* | x86: cpuid.c fix style problemsJaswinder Singh Rajput2009-01-021-3/+3
|/
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin2008-08-251-4/+11
|\
| * x86: cpuid: correct return value on partial operationsH. Peter Anvin2008-08-251-5/+9
| * x86: cpuid: propagate error from smp_call_function_single()H. Peter Anvin2008-08-251-1/+4
* | arch/x86/kernel/cpuid.c: removed duplicated #includeHuang Weiyi2008-08-111-1/+0
|/
* device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+2
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-1/+1
|\
| * smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
* | x86: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-8/+17
|/
* PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-191-3/+1
* x86: cpuid, msr: use inode mutex instead of big kernel lockH. Peter Anvin2008-02-041-4/+3
* x86: cpuid: allow querying %ecx-sensitive CPUID levelsH. Peter Anvin2008-02-041-25/+20
* x86: fix section mismatch warnings when referencing notifiersSam Ravnborg2008-02-011-1/+1
* x86: remove unneded castsJan Engelhardt2008-01-301-1/+1
* PM: Acquire device locks on suspendRafael J. Wysocki2008-01-241-3/+3
* x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis2007-10-191-1/+1
* i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE.Akinobu Mita2007-10-191-13/+19
* i386: simplify smp_call_function_single() call sequence in cpuidAvi Kivity2007-10-171-19/+3
* i386: misc cpuinit annotationsSatyam Sharma2007-10-171-2/+4
* Delete filenames in comments.Dave Jones2007-10-131-2/+0
* i386: move kernelThomas Gleixner2007-10-111-0/+242