index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
cpumask.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-01
cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS
Rusty Russell
1
-1
/
+10
2008-12-30
cpumask: make set_cpu_*/init_cpu_* out-of-line
Rusty Russell
1
-46
/
+7
2008-12-30
cpumask: make cpumask.h eat its own dogfood.
Rusty Russell
1
-37
/
+38
2008-12-30
cpumask: switch over to cpu_online/possible/active/present_mask: core
Rusty Russell
1
-46
/
+29
2008-12-19
cpumask: Add alloc_cpumask_var_node()
Mike Travis
1
-0
/
+7
2008-12-13
cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACK
Rusty Russell
1
-4
/
+7
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-30
/
+57
2008-11-09
cpumask: introduce new API, without changing anything, v3
Rusty Russell
1
-6
/
+52
2008-11-07
cpumask: new API, v2
Rusty Russell
1
-0
/
+11
2008-11-06
cpumask: introduce new API, without changing anything
Rusty Russell
1
-2
/
+500
2008-07-30
cpumask: statement expressions confuse some versions of gcc
Stephen Rothwell
1
-1
/
+1
2008-07-28
cpu masks: optimize and clean up cpumask_of_cpu()
Linus Torvalds
1
-3
/
+23
2008-07-26
cpumask: make cpumask_of_cpu_map generic
Mike Travis
1
-38
/
+3
2008-07-23
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+5
2008-07-20
cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUP
Mike Travis
1
-7
/
+26
2008-07-18
cpumask: Provide a generic set of CPUMASK_ALLOC macros
Mike Travis
1
-0
/
+21
2008-07-18
cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr
Mike Travis
1
-5
/
+27
2008-07-18
cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...
Max Krasnyansky
1
-1
/
+5
2008-07-06
Revert "cpumask: introduce new APIs"
Ingo Molnar
1
-4
/
+0
2008-07-06
Merge commit 'v2.6.26-rc9' into cpus4096
Ingo Molnar
1
-0
/
+4
2008-07-04
cpumask: introduce new APIs
Stephen Rothwell
1
-0
/
+4
2008-05-23
cpumask: make for_each_cpu_mask a bit smaller
Alexander van Heukelum
1
-8
/
+8
2008-05-23
x86: Add performance variants of cpumask operators
Mike Travis
1
-30
/
+62
2008-05-13
cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len
Paul Jackson
1
-7
/
+0
2008-04-28
mempolicy: add bitmap_onto() and bitmap_fold() operations
Paul Jackson
1
-1
/
+21
2008-04-19
x86: convert cpumask_of_cpu macro to allocated array
Mike Travis
1
-3
/
+9
2008-04-19
cpumask: add CPU_MASK_ALL_PTR macro
Mike Travis
1
-0
/
+6
2008-04-19
cpumask: add cpumask_scnprintf_len function
Mike Travis
1
-0
/
+7
2008-01-30
x86: avoid build warning
Ingo Molnar
1
-2
/
+2
2008-01-06
CPU hotplug: fix cpu_is_offline() on !CONFIG_HOTPLUG_CPU
Ingo Molnar
1
-0
/
+2
2007-02-20
[PATCH] Convert highest_possible_processor_id to nr_cpu_ids
Christoph Lameter
1
-2
/
+2
2006-10-11
[PATCH] bitmap: parse input from kernel and user buffers
Reinette Chatre
1
-7
/
+7
2006-06-25
[PATCH] for_each_cpu_mask() warning fix
Andrew Morton
1
-1
/
+2
2006-06-25
[PATCH] remove for_each_cpu()
Andrew Morton
1
-1
/
+0
2006-03-28
[PATCH] for_each_possible_cpu: defines for_each_possible_cpu
KAMEZAWA Hiroyuki
1
-2
/
+3
2006-03-25
[PATCH] cpumask: uninline any_online_cpu()
Andrew Morton
1
-10
/
+3
2006-03-25
[PATCH] cpumask: uninline highest_possible_processor_id()
Andrew Morton
1
-9
/
+6
2006-03-25
[PATCH] cpumask: uninline next_cpu()
Andrew Morton
1
-7
/
+4
2006-03-25
[PATCH] cpumask: uninline first_cpu()
Andrew Morton
1
-5
/
+6
2006-02-10
[PATCH] x86: don't initialise cpu_possible_map to all ones
Andrew Morton
1
-1
/
+1
2006-02-07
[PATCH] remove bogus asm/bug.h includes.
Al Viro
1
-1
/
+0
2005-10-30
[PATCH] cpusets: bitmap and mask remap operators
Paul Jackson
1
-0
/
+20
2005-10-16
[PATCH]: highest_possible_processor_id() has to be a macro
Al Viro
1
-9
/
+7
2005-10-13
[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.
David S. Miller
1
-0
/
+12
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+395