index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpuid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
1
-55
/
+14
|
\
|
*
x86/cpuid: Move the hotplug callbacks to online
Thomas Gleixner
2016-11-22
1
-5
/
+6
|
*
x86/cpuid: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-11-22
1
-53
/
+11
*
|
x86/cpuid: Cleanup cpuid_regs definitions
He Chen
2016-11-16
1
-4
/
+0
|
/
*
new helpers: no_seek_end_llseek{,_size}()
Al Viro
2015-12-23
1
-23
/
+1
*
x86: Drop bogus __ref / __refdata annotations
Mathias Krause
2015-07-20
1
-1
/
+1
*
x86, cpuid: Use PTR_ERR_OR_ZERO
Fabian Frederick
2014-10-17
1
-1
/
+1
*
x86, cpuid: Fix CPU hotplug callback registration
Srivatsa S. Bhat
2014-03-20
1
-7
/
+8
*
x86: delete __cpuinit usage from all x86 files
Paul Gortmaker
2013-07-14
1
-4
/
+3
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-2
/
+2
*
Use get_online_cpus to avoid races involving CPU hotplug
Silas Boyd-Wickizer
2012-09-23
1
-0
/
+5
*
Disintegrate asm/system.h for X86
David Howells
2012-03-28
1
-1
/
+0
*
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
2012-01-03
1
-1
/
+1
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
1
-1
/
+0
*
x86: convert cpu notifier to return encapsulate errno value
Akinobu Mita
2010-05-27
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID dr...
Russ Anderson
2010-01-26
1
-1
/
+1
*
x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
H. Peter Anvin
2009-12-15
1
-2
/
+3
*
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-12-05
1
-11
/
+6
|
\
|
*
x86, cpuid: Simplify the code in cpuid_open
John Kacur
2009-10-08
1
-8
/
+6
|
*
x86, cpuid: Remove the bkl from cpuid_open()
John Kacur
2009-10-07
1
-3
/
+0
*
|
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2009-09-19
1
-2
/
+2
|
/
*
Driver Core: x86: add nodename for cpuid and msr drivers.
Kay Sievers
2009-06-15
1
-0
/
+6
*
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-01-03
1
-1
/
+1
|
\
|
*
x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids
Mike Travis
2009-01-03
1
-1
/
+1
*
|
x86: cpuid.c fix style problems
Jaswinder Singh Rajput
2009-01-02
1
-3
/
+3
|
/
*
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
1
-2
/
+2
*
Merge branch 'x86/urgent' into x86/cleanups
H. Peter Anvin
2008-08-25
1
-4
/
+11
|
\
|
*
x86: cpuid: correct return value on partial operations
H. Peter Anvin
2008-08-25
1
-5
/
+9
|
*
x86: cpuid: propagate error from smp_call_function_single()
H. Peter Anvin
2008-08-25
1
-1
/
+4
*
|
arch/x86/kernel/cpuid.c: removed duplicated #include
Huang Weiyi
2008-08-11
1
-1
/
+0
|
/
*
device create: x86: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+2
*
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
2008-07-15
1
-1
/
+1
|
\
|
*
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2008-06-26
1
-1
/
+1
*
|
x86: cdev lock_kernel() pushdown
Jonathan Corbet
2008-05-18
1
-8
/
+17
|
/
*
PM: Remove destroy_suspended_device()
Rafael J. Wysocki
2008-04-19
1
-3
/
+1
*
x86: cpuid, msr: use inode mutex instead of big kernel lock
H. Peter Anvin
2008-02-04
1
-4
/
+3
*
x86: cpuid: allow querying %ecx-sensitive CPUID levels
H. Peter Anvin
2008-02-04
1
-25
/
+20
*
x86: fix section mismatch warnings when referencing notifiers
Sam Ravnborg
2008-02-01
1
-1
/
+1
*
x86: remove unneded casts
Jan Engelhardt
2008-01-30
1
-1
/
+1
*
PM: Acquire device locks on suspend
Rafael J. Wysocki
2008-01-24
1
-3
/
+3
*
x86: convert cpuinfo_x86 array to a per_cpu array
Mike Travis
2007-10-19
1
-1
/
+1
*
i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE.
Akinobu Mita
2007-10-19
1
-13
/
+19
*
i386: simplify smp_call_function_single() call sequence in cpuid
Avi Kivity
2007-10-17
1
-19
/
+3
*
i386: misc cpuinit annotations
Satyam Sharma
2007-10-17
1
-2
/
+4
*
Delete filenames in comments.
Dave Jones
2007-10-13
1
-2
/
+0
*
i386: move kernel
Thomas Gleixner
2007-10-11
1
-0
/
+242