You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rusty Russell
29c0177e6a
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.
...
Impact: change calling convention of existing cpumask APIs
Most cpumask functions started with cpus_: these have been replaced by
cpumask_ ones which take struct cpumask pointers as expected.
These four functions don't have good replacement names; fortunately
they're rarely used, so we just change them over.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: paulus@samba.org
Cc: mingo@redhat.com
Cc: tony.luck@intel.com
Cc: ralf@linux-mips.org
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: cl@linux-foundation.org
Cc: srostedt@redhat.com
16 years ago
..
power
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
17 years ago
Kconfig
Fix typo in the FIRMWARE_IN_KERNEL help
17 years ago
Makefile
Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
17 years ago
attribute_container.c
SCSI: convert struct class_device to struct device
17 years ago
base.h
driver-core: use klist for class device list and implement iterator
17 years ago
bus.c
Driver core: add bus_sort_breadthfirst() function
17 years ago
class.c
driver-core: use klist for class device list and implement iterator
17 years ago
core.c
kobject: Fix kobject_rename and !CONFIG_SYSFS
17 years ago
cpu.c
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.
16 years ago
dd.c
device model: Do a quickcheck for driver binding before doing an expensive check
17 years ago
devres.c
…
dma-mapping.c
…
driver.c
drivers/base/driver.c: remove unused to_dev() macro
17 years ago
firmware.c
…
firmware_class.c
firmware: use dev_printk when possible
17 years ago
hypervisor.c
…
init.c
Driver core: coding style fixes
17 years ago
isa.c
isa: set 24-bit dma_mask for ISA devices
17 years ago
map.c
…
memory.c
memory_probe: fix wrong sysfs file attribute
17 years ago
module.c
…
node.c
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.
16 years ago
platform.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
17 years ago
sys.c
sysfs: Fix return values for sysdev_store_{ulong,int}
17 years ago
topology.c
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.
16 years ago
transport_class.c
SCSI: convert struct class_device to struct device
17 years ago