index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpuid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
1
-4
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142
Thomas Gleixner
1
-6
/
+1
2018-03-27
x86/cpuid: Allow cpuid_read() to schedule
Eric Dumazet
1
-8
/
+26
2016-12-13
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-55
/
+14
2016-11-23
x86/cpuid: Move the hotplug callbacks to online
Thomas Gleixner
1
-5
/
+6
2016-11-23
x86/cpuid: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-53
/
+11
2016-11-16
x86/cpuid: Cleanup cpuid_regs definitions
He Chen
1
-4
/
+0
2015-12-23
new helpers: no_seek_end_llseek{,_size}()
Al Viro
1
-23
/
+1
2015-07-20
x86: Drop bogus __ref / __refdata annotations
Mathias Krause
1
-1
/
+1
2014-10-18
x86, cpuid: Use PTR_ERR_OR_ZERO
Fabian Frederick
1
-1
/
+1
2014-03-20
x86, cpuid: Fix CPU hotplug callback registration
Srivatsa S. Bhat
1
-7
/
+8
2013-07-15
x86: delete __cpuinit usage from all x86 files
Paul Gortmaker
1
-4
/
+3
2013-02-23
new helper: file_inode(file)
Al Viro
1
-2
/
+2
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-04
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 imp...
Tejun Heo
1
-0
/
+1
2010-01-27
x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID dr...
Russ Anderson
1
-1
/
+1
2009-12-16
x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
H. Peter Anvin
1
-2
/
+3
2009-12-06
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-11
/
+6
2009-10-09
x86, cpuid: Simplify the code in cpuid_open
John Kacur
1
-8
/
+6
2009-10-08
x86, cpuid: Remove the bkl from cpuid_open()
John Kacur
1
-3
/
+0
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-2
/
+2
2009-06-16
Driver Core: x86: add nodename for cpuid and msr drivers.
Kay Sievers
1
-0
/
+6
2009-01-03
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
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
2009-01-02
x86: cpuid.c fix style problems
Jaswinder Singh Rajput
1
-3
/
+3
2008-10-16
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-2
/
+2
2008-08-26
Merge branch 'x86/urgent' into x86/cleanups
H. Peter Anvin
1
-4
/
+11
2008-08-26
x86: cpuid: correct return value on partial operations
H. Peter Anvin
1
-5
/
+9
2008-08-26
x86: cpuid: propagate error from smp_call_function_single()
H. Peter Anvin
1
-1
/
+4
2008-08-11
arch/x86/kernel/cpuid.c: removed duplicated #include
Huang Weiyi
1
-1
/
+0
2008-07-22
device create: x86: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+2
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
1
-1
/
+1
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
1
-1
/
+1
2008-05-19
x86: cdev lock_kernel() pushdown
Jonathan Corbet
1
-8
/
+17
2008-04-20
PM: Remove destroy_suspended_device()
Rafael J. Wysocki
1
-3
/
+1
2008-02-04
x86: cpuid, msr: use inode mutex instead of big kernel lock
H. Peter Anvin
1
-4
/
+3
2008-02-04
x86: cpuid: allow querying %ecx-sensitive CPUID levels
H. Peter Anvin
1
-25
/
+20
2008-02-01
x86: fix section mismatch warnings when referencing notifiers
Sam Ravnborg
1
-1
/
+1
2008-01-30
x86: remove unneded casts
Jan Engelhardt
1
-1
/
+1
2008-01-25
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-19
i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE.
Akinobu Mita
1
-13
/
+19
2007-10-17
i386: simplify smp_call_function_single() call sequence in cpuid
Avi Kivity
1
-19
/
+3
2007-10-17
i386: misc cpuinit annotations
Satyam Sharma
1
-2
/
+4
2007-10-13
Delete filenames in comments.
Dave Jones
1
-2
/
+0
2007-10-11
i386: move kernel
Thomas Gleixner
1
-0
/
+242