index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
percpu: make percpu symbols in x86 unique
Tejun Heo
2009-10-29
5
-80
/
+79
*
percpu: make percpu symbols in xen unique
Tejun Heo
2009-10-29
4
-107
/
+111
*
percpu: make percpu symbols in cpufreq unique
Tejun Heo
2009-10-29
3
-28
/
+28
*
percpu: make percpu symbols in oprofile unique
Tejun Heo
2009-10-29
3
-14
/
+13
*
percpu: make percpu symbols in tracer unique
Tejun Heo
2009-10-29
2
-27
/
+28
*
percpu: make percpu symbols under kernel/ and mm/ unique
Tejun Heo
2009-10-29
7
-56
/
+57
*
percpu: remove some sparse warnings
Tejun Heo
2009-10-29
4
-37
/
+39
*
percpu: make alloc_percpu() handle array types
Tejun Heo
2009-10-29
1
-2
/
+2
*
vmalloc: fix use of non-existent percpu variable in put_cpu_var()
Tejun Heo
2009-10-29
1
-2
/
+2
*
this_cpu: Use this_cpu_xx in trace_functions_graph.c
Tejun Heo
2009-10-13
1
-2
/
+2
*
this_cpu: Use this_cpu_xx for ftrace
Christoph Lameter
2009-10-12
2
-5
/
+5
*
this_cpu: Use this_cpu_xx in nmi handling
Christoph Lameter
2009-10-12
2
-8
/
+8
*
Merge branch 'for-linus' into for-next
Tejun Heo
2009-10-12
1
-2
/
+3
|
\
|
*
percpu: fix compile warnings
Tejun Heo
2009-10-12
1
-2
/
+3
*
|
this_cpu: Use this_cpu operations in RCU
Christoph Lameter
2009-10-03
1
-4
/
+4
*
|
this_cpu: Use this_cpu ops for VM statistics
Christoph Lameter
2009-10-03
1
-6
/
+4
*
|
this_cpu: Use this_cpu_ptr in crypto subsystem
Christoph Lameter
2009-10-03
1
-1
/
+1
*
|
this_cpu: xfs_icsb_modify_counters does not need "cpu" variable
Christoph Lameter
2009-10-03
1
-6
/
+6
*
|
this_cpu: Eliminate get/put_cpu
Christoph Lameter
2009-10-03
2
-27
/
+16
*
|
this_cpu: Straight transformations
Christoph Lameter
2009-10-03
4
-7
/
+5
*
|
this_cpu: Use this_cpu ops for network statistics
Christoph Lameter
2009-10-03
2
-8
/
+3
*
|
this_cpu: Use this_cpu operations for NFS statistics
Christoph Lameter
2009-10-03
1
-21
/
+3
*
|
this_cpu: Use this_cpu operations for SNMP statistics
Christoph Lameter
2009-10-03
1
-32
/
+18
*
|
this_cpu: Implement X86 optimized this_cpu operations
Christoph Lameter
2009-10-03
1
-0
/
+78
*
|
this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operations
Christoph Lameter
2009-10-03
2
-0
/
+405
*
|
percpu: kill legacy percpu allocator
Tejun Heo
2009-10-02
5
-357
/
+0
*
|
ia64: convert to dynamic percpu allocator
Tejun Heo
2009-10-02
4
-20
/
+138
*
|
ia64: allocate percpu area for cpu0 like percpu areas for other cpus
Tejun Heo
2009-10-02
3
-30
/
+57
*
|
ia64: initialize cpu maps early
Tejun Heo
2009-10-02
2
-24
/
+20
*
|
ia64: don't alias VMALLOC_END to vmalloc_end
Tejun Heo
2009-10-02
5
-9
/
+8
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2009-10-01
16
-245
/
+745
|
\
\
|
*
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Chris Mason
2009-10-01
1
-0
/
+11
|
|
\
\
|
|
*
|
Btrfs: fix data space leak fix
Josef Bacik
2009-10-01
1
-0
/
+11
|
*
|
|
Btrfs: remove duplicates of filemap_ helpers
Christoph Hellwig
2009-10-01
4
-102
/
+10
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Chris Mason
2009-10-01
14
-146
/
+727
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Btrfs: take i_mutex before generic_write_checks
Chris Mason
2009-10-01
1
-8
/
+17
|
|
*
|
Btrfs: fix arguments to btrfs_wait_on_page_writeback_range
Christoph Hellwig
2009-10-01
1
-1
/
+3
|
|
*
|
Btrfs: fix deadlock with free space handling and user transactions
Sage Weil
2009-09-29
1
-1
/
+1
|
|
*
|
Btrfs: fix error cases for ioctl transactions
Sage Weil
2009-09-29
1
-19
/
+22
|
|
*
|
Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code
Chris Ball
2009-09-29
3
-5
/
+5
|
|
*
|
Btrfs: introduce missing kfree
Julia Lawall
2009-09-29
1
-1
/
+3
|
|
*
|
Btrfs: Fix setting umask when POSIX ACLs are not enabled
Chris Ball
2009-09-29
1
-0
/
+2
|
|
*
|
Btrfs: proper -ENOSPC handling
Josef Bacik
2009-09-28
10
-115
/
+678
*
|
|
|
spi-imx: strip down chipselect function to only drive the chipselect
Uwe Kleine-König
2009-10-01
1
-33
/
+17
*
|
|
|
spi-imx: initialize complete config struct
Uwe Kleine-König
2009-10-01
1
-0
/
+1
*
|
|
|
spi-imx: no need to assert bits_per_word being initialized
Uwe Kleine-König
2009-10-01
1
-3
/
+0
*
|
|
|
spi-imx: setup mode_bits we can handle
Sascha Hauer
2009-10-01
1
-0
/
+1
*
|
|
|
spi-imx: fix initial chipselect settings
Sascha Hauer
2009-10-01
1
-1
/
+6
*
|
|
|
spi-imx: update state correctly
Sascha Hauer
2009-10-01
1
-0
/
+7
*
|
|
|
spi-imx: rename source file to spi_imx.c
Uwe Kleine-König
2009-10-01
2
-169
/
+169
[next]