summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpuid.c
Commit message (Expand)AuthorAgeFilesLines
* x86/cpuid: Allow cpuid_read() to scheduleEric Dumazet2018-03-271-8/+26
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-55/+14
|\
| * x86/cpuid: Move the hotplug callbacks to onlineThomas Gleixner2016-11-221-5/+6
| * x86/cpuid: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-53/+11
* | x86/cpuid: Cleanup cpuid_regs definitionsHe Chen2016-11-161-4/+0
|/
* new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-23/+1
* x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-201-1/+1
* x86, cpuid: Use PTR_ERR_OR_ZEROFabian Frederick2014-10-171-1/+1
* x86, cpuid: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-7/+8
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-4/+3
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* 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/+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