Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2c9ede55ecec58099b72e4bb8eab719f32f72c31
/
arch
/
x86
/
kernel
/
cpuid.c
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
a94247e
x86: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
da48247
x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID drivers.
by Russ Anderson
· 15 years ago
0b962d4
x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
by H. Peter Anvin
· 15 years ago
83be7d7
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
5a94361
x86, cpuid: Simplify the code in cpuid_open
by John Kacur
· 15 years ago
170a0bc
x86, cpuid: Remove the bkl from cpuid_open()
by John Kacur
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
07e9bb8
Driver Core: x86: add nodename for cpuid and msr drivers.
by Kay Sievers
· 16 years ago
7d3b56b
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
9628937
x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids
by Mike Travis
· 16 years ago
f634fa9
x86: cpuid.c fix style problems
by Jaswinder Singh Rajput
· 16 years ago
a9b1261
device create: misc: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
94d4ac2
Merge branch 'x86/urgent' into x86/cleanups
by H. Peter Anvin
· 16 years ago
9ea2b82
x86: cpuid: correct return value on partial operations
by H. Peter Anvin
· 16 years ago
4b46ca7
x86: cpuid: propagate error from smp_call_function_single()
by H. Peter Anvin
· 16 years ago
8aeb402
arch/x86/kernel/cpuid.c: removed duplicated #include
by Huang Weiyi
· 16 years ago
3bfd49c
device create: x86: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 17 years ago
1a781a7
Merge branch 'generic-ipi' into generic-ipi-for-linus
by Ingo Molnar
· 17 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 17 years ago
5119e92
x86: cdev lock_kernel() pushdown
by Jonathan Corbet
· 17 years ago
b844eba
PM: Remove destroy_suspended_device()
by Rafael J. Wysocki
· 17 years ago
2b06ac8
x86: cpuid, msr: use inode mutex instead of big kernel lock
by H. Peter Anvin
· 17 years ago
2347d93
x86: cpuid: allow querying %ecx-sensitive CPUID levels
by H. Peter Anvin
· 17 years ago
c72258c
x86: fix section mismatch warnings when referencing notifiers
by Sam Ravnborg
· 17 years ago
ade1af7
x86: remove unneded casts
by Jan Engelhardt
· 17 years ago
775b64d
PM: Acquire device locks on suspend
by Rafael J. Wysocki
· 17 years ago
92cb761
x86: convert cpuinfo_x86 array to a per_cpu array
by Mike Travis
· 17 years ago
1f503e7
i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE.
by Akinobu Mita
· 17 years ago
4a40cb1
i386: simplify smp_call_function_single() call sequence in cpuid
by Avi Kivity
· 17 years ago
1e32b07
i386: misc cpuinit annotations
by Satyam Sharma
· 17 years ago
835c34a
Delete filenames in comments.
by Dave Jones
· 17 years ago
9a163ed
i386: move kernel
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/kernel/cpuid.c]
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
ad4e680
[PATCH] i386: use smp_call_function_single()
by Alexey Dobriyan
· 18 years ago
5dfe4c9
[PATCH] mark struct file_operations const 2
by Arjan van de Ven
· 18 years ago
aab4c5a
[PATCH] i386: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
4522d58
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
02316067
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
by Ingo Molnar
· 18 years ago
db91b88
[PATCH] i386: Fix double #includes in arch/i386
by Nicolas Kaiser
· 18 years ago
07accdc
Driver core: convert cpuid code to use struct device
by Greg Kroah-Hartman
· 18 years ago
b6a7c79
[PATCH] Fix modular cpuid.ko
by OGAWA Hirofumi
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
74b85f3
[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only
by Chandra Seetharaman
· 19 years ago
efe87d2
[PATCH] x86 cpuid and msr notifier callback section mismatches
by Randy Dunlap
· 19 years ago
6b7f430
[PATCH] arch/i386/kernel/cpuid.c: unused variable
by Daniel Marjamaki
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
8874b41
[PATCH] class: convert arch/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago