index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
cpumask: convert rest of files in kernel/
Rusty Russell
2009-01-01
5
-27
/
+34
|
|
|
*
cpumask: convert kernel/cpu.c
Rusty Russell
2009-01-01
1
-19
/
+29
|
|
|
*
cpumask: convert kernel/profile.c
Rusty Russell
2009-01-01
1
-13
/
+25
|
|
|
*
cpumask: convert RCU implementations
Rusty Russell
2009-01-01
4
-38
/
+44
|
|
|
*
cpumask: convert kernel/irq
Rusty Russell
2009-01-01
4
-15
/
+33
|
|
|
*
cpumask: convert kernel time functions
Rusty Russell
2009-01-01
4
-63
/
+66
|
|
|
*
cpumask: convert kernel/workqueue.c
Rusty Russell
2009-01-01
1
-12
/
+14
|
|
|
*
cpumask: convert kernel/compat.c
Rusty Russell
2009-01-01
1
-19
/
+30
|
|
|
*
cpumask: remove any_online_cpu() users: mm/
Rusty Russell
2009-01-01
1
-1
/
+1
|
|
|
*
cpumask: remove any_online_cpu() users: kernel/
Rusty Russell
2009-01-01
2
-4
/
+4
|
|
|
*
cpumask: convert kernel trace functions further
Rusty Russell
2009-01-01
6
-10
/
+16
|
|
|
*
cpumask: convert kernel trace functions
Rusty Russell
2009-01-01
3
-51
/
+64
|
|
|
*
cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): ia64
Rusty Russell
2009-01-01
1
-0
/
+2
|
|
|
*
cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): powerpc
Rusty Russell
2009-01-01
1
-0
/
+2
|
|
|
*
cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): s390
Rusty Russell
2009-01-01
1
-0
/
+1
|
|
|
*
cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): sparc
Rusty Russell
2009-01-01
1
-0
/
+2
|
|
|
*
cpumask: Use find_last_bit()
Rusty Russell
2009-01-01
1
-6
/
+1
|
|
|
*
bitmap: find_last_bit()
Rusty Russell
2009-01-01
4
-1
/
+62
|
|
|
*
m68knommu: define __fls
Rusty Russell
2009-01-01
1
-0
/
+1
|
|
|
*
m68k: define __fls
Rusty Russell
2009-01-01
1
-0
/
+5
|
|
|
*
blackfin: define __fls
Rusty Russell
2009-01-01
1
-0
/
+1
|
|
|
*
avr32: define __fls
Rusty Russell
2009-01-01
1
-0
/
+5
|
|
|
*
parisc: remove gratuitous cpu_online_map declaration.
Rusty Russell
2009-01-01
1
-2
/
+0
|
|
|
*
cpumask: Use accessors code in core
Rusty Russell
2009-01-01
1
-3
/
+3
|
|
|
*
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: core
Rusty Russell
2009-01-01
3
-3
/
+3
|
|
|
*
percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32r
Rusty Russell
2009-01-01
1
-1
/
+1
|
|
|
*
percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbios
Rusty Russell
2009-01-01
1
-1
/
+1
|
|
|
*
cpumask: fix bogus kernel-doc
Li Zefan
2009-01-01
1
-1
/
+1
|
|
|
*
cpumask: Remove IA64 definition of total_cpus now it's in core code
Rusty Russell
2009-01-01
1
-1
/
+0
|
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
2008-12-31
2084
-50193
/
+144083
|
|
|
|
\
|
|
|
*
|
cpumask: Use nr_cpu_ids in seq_cpumask
Rusty Russell
2008-12-30
1
-1
/
+1
|
|
|
*
|
cpumask: use new cpumask API in drivers/infiniband/hw/ipath
Rusty Russell
2008-12-30
1
-4
/
+4
|
|
|
*
|
cpumask: use new cpumask API in drivers/infiniband/hw/ehca
Rusty Russell
2008-12-30
1
-5
/
+5
|
|
|
*
|
cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.c
Rusty Russell
2008-12-30
1
-4
/
+3
|
|
|
*
|
cpumask: arch_send_call_function_ipi_mask: core
Rusty Russell
2008-12-30
1
-1
/
+7
|
|
|
*
|
cpumask: smp_call_function_many()
Rusty Russell
2008-12-30
2
-97
/
+57
|
|
|
*
|
cpumask: make set_cpu_*/init_cpu_* out-of-line
Rusty Russell
2008-12-30
2
-46
/
+54
|
|
|
*
|
cpumask: make cpumask.h eat its own dogfood.
Rusty Russell
2008-12-30
1
-37
/
+38
|
|
|
*
|
cpumask: switch over to cpu_online/possible/active/present_mask: core
Rusty Russell
2008-12-30
2
-72
/
+52
|
|
|
*
|
bitmap: fix seq_bitmap and seq_cpumask to take const pointer
Rusty Russell
2008-12-30
2
-3
/
+5
|
|
|
*
|
bitmap: test for constant as well as small size for inline versions
Rusty Russell
2008-12-30
1
-16
/
+19
|
|
|
*
|
cpumask: make CONFIG_NR_CPUS always valid.
Rusty Russell
2008-12-30
1
-8
/
+8
|
|
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
2008-12-30
2974
-81236
/
+144501
|
|
|
|
\
\
|
|
|
*
|
|
cpumask: Replace cpu_coregroup_map with cpu_coregroup_mask
Rusty Russell
2008-12-26
2
-5
/
+5
|
|
|
*
|
|
cpumask: cpu_coregroup_mask(): s390
Rusty Russell
2008-12-26
2
-0
/
+6
|
|
|
*
|
|
cpumask: cpu_coregroup_mask(): sparc
Rusty Russell
2008-12-26
1
-0
/
+1
|
|
|
*
|
|
cpumask: cpu_coregroup_mask(): x86
Rusty Russell
2008-12-26
2
-3
/
+9
|
|
|
*
|
|
cpumask: alpha: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_t...
Rusty Russell
2008-12-26
2
-0
/
+22
|
|
|
*
|
|
cpumask: Mips: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...
Rusty Russell
2008-12-26
1
-1
/
+3
|
|
|
*
|
|
cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...
Rusty Russell
2008-12-26
4
-29
/
+30
[prev]
[next]