index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-21
drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offline
Jan Beulich
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-03-19
sysdev: the cpu probe/release attributes should be sysdev_class_attributes
Stephen Rothwell
1
-8
/
+8
2010-03-07
sysdev: fix up the probe/release attributes
Greg Kroah-Hartman
1
-8
/
+8
2010-03-07
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
1
-2
/
+6
2010-03-07
sysdev: Convert node driver
Andi Kleen
1
-40
/
+17
2010-03-07
sysdev: Convert cpu driver sysdev class attributes
Andi Kleen
1
-16
/
+21
2010-03-07
sysdev: Pass attribute in sysdev_class attributes show/store
Andi Kleen
1
-3
/
+6
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-1
/
+1
2009-12-09
powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...
Gautham R Shenoy
1
-0
/
+2
2009-12-09
sysfs/cpu: Add probe/release files
Nathan Fontenot
1
-0
/
+32
2009-11-25
percpu: Fix kdump failure if booted with percpu_alloc=page
Vivek Goyal
1
-1
/
+1
2009-03-30
cpumask: use new cpumask_ functions in core code.
Rusty Russell
1
-1
/
+1
2009-01-11
cpumask: convert misc driver functions
Rusty Russell
1
-1
/
+1
2009-01-03
cpumask: fix compile error when CONFIG_NR_CPUS is not defined
Mike Travis
1
-1
/
+1
2008-12-19
cpumask: add sysfs displays for configured and disabled cpu maps
Mike Travis
1
-0
/
+44
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-1
/
+1
2008-07-23
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2008-07-21
sysdev: Pass the attribute to the low level sysdev show/store function
Andi Kleen
1
-4
/
+6
2008-05-23
cpu: change some globals to statics in drivers/base/cpu.c v2
Mike Travis
1
-2
/
+2
2008-05-01
cpu: change cpu_sys_devices from array to per_cpu variable
Mike Travis
1
-5
/
+5
2008-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
1
-2
/
+2
2008-04-19
driver core: cpu: fix section mismatch in cpu.c:store_online
Sam Ravnborg
1
-2
/
+2
2008-04-19
cpumask: add show cpu map functions
Mike Travis
1
-0
/
+48
2008-02-06
register_cpu __devinit or __cpuinit
Randy Dunlap
1
-1
/
+1
2008-01-24
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
1
-1
/
+1
2007-07-31
CPU online file permission
Ulrich Drepper
1
-1
/
+1
2007-02-17
Replace remaining references to "driverfs" with "sysfs".
Robert P. J. Day
1
-1
/
+1
2006-12-07
[PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpu
Siddha, Suresh B
1
-3
/
+3
2006-12-04
[PATCH] severing module.h->sched.h
Al Viro
1
-0
/
+1
2006-06-27
[PATCH] sched: mc/smt power savings sched policy
Siddha, Suresh B
1
-1
/
+9
2006-06-27
[PATCH] node hotplug: register cpu: remove node struct
KAMEZAWA Hiroyuki
1
-10
/
+8
2006-03-25
[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()
Ashok Raj
1
-8
/
+1
2006-03-20
[PATCH] get_cpu_sysdev() signedness fix
Andrew Morton
1
-1
/
+1
2006-01-10
[PATCH] kdump: export per cpu crash notes pointer through sysfs (fix)
Vivek Goyal
1
-2
/
+0
2006-01-10
[PATCH] kdump: export per cpu crash notes pointer through sysfs
Vivek Goyal
1
-0
/
+32
2006-01-04
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
1
-2
/
+2
2005-10-30
[PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu.
Ashok Raj
1
-2
/
+14
2005-10-28
[PATCH] drivers/base - fix sparse warnings
Ben Dooks
1
-0
/
+1
2005-06-25
[PATCH] generate hotplug events for cpu online
Nathan Lynch
1
-0
/
+2
2005-06-25
[PATCH] make smp_prepare_cpu to a weak function
Ashok Raj
1
-4
/
+5
2005-06-25
[PATCH] cpu state clean after hot remove
Li Shaohua
1
-1
/
+7
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+104