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
*
md/async: don't pass a memory pointer as a page pointer.
NeilBrown
2009-10-16
3
-18
/
+17
*
md: Fix handling of raid5 array which is being reshaped to fewer devices.
NeilBrown
2009-10-16
2
-20
/
+19
*
md: fix problems with RAID6 calculations for DDF.
NeilBrown
2009-10-16
2
-8
/
+14
*
md/raid456: downlevel multicore operations to raid_run_ops
Dan Williams
2009-10-16
2
-36
/
+51
*
md: drivers/md/unroll.pl replaced with awk analog
Vladimir Dronnikov
2009-10-16
6
-58
/
+54
*
md: remove clumsy usage of do_sync_mapping_range from bitmap code
NeilBrown
2009-10-16
1
-4
/
+5
*
md: raid1/raid10: handle allocation errors during array setup.
NeilBrown
2009-10-16
2
-4
/
+5
*
md/raid5: initialize conf->device_lock earlier
Dan Williams
2009-10-16
1
-13
/
+12
*
md/raid1/raid10: add a cond_resched
NeilBrown
2009-10-16
2
-0
/
+2
*
Revert "md: do not progress the resync process if the stripe was blocked"
NeilBrown
2009-10-16
1
-13
/
+6
*
Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2009-09-24
1
-1
/
+6
|
\
|
*
[PATCH] Fix idle time field in /proc/uptime
Michael Abbott
2009-09-24
1
-1
/
+6
*
|
Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2009-09-24
27
-117
/
+439
|
\
\
|
*
|
microblaze: Disable heartbeat/enable emaclite in defconfigs
Michal Simek
2009-09-24
2
-28
/
+37
|
*
|
microblaze: Support simpleImage.dts make target
Michal Simek
2009-09-24
4
-6
/
+66
|
*
|
microblaze: Fix _start symbol to physical address
Michal Simek
2009-09-22
1
-0
/
+1
|
*
|
microblaze: Use LOAD_OFFSET macro to get correct LMA for all sections
Michal Simek
2009-09-22
1
-15
/
+19
|
*
|
microblaze: Create the LOAD_OFFSET macro used to compute VMA vs LMA offsets
John Williams
2009-09-22
1
-0
/
+3
|
*
|
microblaze: Copy ppc asm-compat.h for clean handling of constants in asm and C
John Williams
2009-09-22
1
-0
/
+17
|
*
|
microblaze: Actually show KiB rather than pages in "Freeing initrd memory:"
Lennart Sorensen
2009-09-22
1
-1
/
+2
|
*
|
microblaze: Support ptrace syscall tracing.
Michal Simek
2009-09-22
2
-12
/
+122
|
*
|
microblaze: Updated CPU version and FPGA family codes in PVR
John Williams
2009-09-22
1
-0
/
+3
|
*
|
microblaze: Generate correct signal and siginfo for integer div-by-zero
Michal Simek
2009-09-22
1
-1
/
+1
|
*
|
microblaze: Don't be noisy when userspace causes hardware exceptions
Michal Simek
2009-09-22
1
-11
/
+20
|
*
|
microblaze: Remove ipc.h file which points to non-existing asm-generic file
Michal Simek
2009-09-22
1
-1
/
+0
|
*
|
microblaze: Clear sticky FSR register after generating exception signals
John Williams
2009-09-22
1
-0
/
+2
|
*
|
microblaze: Ensure CPU usermode is set on new userspace processes
John Williams
2009-09-22
1
-0
/
+1
|
*
|
microblaze: Use correct kbuild variable KBUILD_CFLAGS
John Williams
2009-09-22
1
-2
/
+2
|
*
|
microblaze: Save and restore msr in hw exception
Michal Simek
2009-09-22
1
-2
/
+6
|
*
|
microblaze: Add architectural support for USB EHCI host controllers
Julie Zhu
2009-09-22
3
-1
/
+4
|
*
|
microblaze: Implement include/asm/syscall.h.
Michal Simek
2009-09-21
1
-0
/
+99
|
*
|
microblaze: Improve checking mechanism for MSR instruction
Michal Simek
2009-09-21
1
-8
/
+5
|
*
|
microblaze: Add checking mechanism for MSR instruction
Michal Simek
2009-09-21
3
-4
/
+27
|
*
|
microblaze: Cleanup linker script using new linker script macros.
Tim Abbott
2009-09-21
1
-31
/
+8
|
*
|
microblaze: Enable GCOV_PROFILE_ALL
Michal Simek
2009-09-21
1
-1
/
+1
|
*
|
gcov: Fix DEBUG_FS symbol
Michal Simek
2009-09-21
1
-1
/
+1
|
*
|
mtd: Enable Open Firmware initialisation of MTD devices and maps for MicroBlaze
John Williams
2009-09-21
2
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2009-09-24
3
-18
/
+165
|
\
\
\
|
*
|
|
module: don't call percpu_modfree on NULL pointer.
Rusty Russell
2009-09-25
1
-1
/
+1
|
*
|
|
module: fix memory leak when load fails after srcversion/version allocated
Rusty Russell
2009-09-25
1
-0
/
+12
|
*
|
|
module: preferred way to use MODULE_AUTHOR
Johannes Berg
2009-09-25
1
-1
/
+4
|
*
|
|
param: allow whitespace as kernel parameter separator
Peter Oberparleiter
2009-09-25
1
-3
/
+4
|
*
|
|
module: reduce string table for loaded modules (v2)
Jan Beulich
2009-09-25
2
-13
/
+57
|
*
|
|
module: reduce symbol table for loaded modules (v2)
Jan Beulich
2009-09-25
2
-7
/
+94
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2009-09-24
31
-1981
/
+2740
|
\
\
\
|
*
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Chris Mason
2009-09-24
31
-1981
/
+2740
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Btrfs: hash the btree inode during fill_super
Yan Zheng
2009-09-24
1
-0
/
+1
|
|
*
|
Btrfs: relocate file extents in clusters
Yan, Zheng
2009-09-24
1
-89
/
+148
|
|
*
|
Btrfs: don't rename file into dummy directory
Yan, Zheng
2009-09-24
1
-0
/
+3
|
|
*
|
Btrfs: check size of inode backref before adding hardlink
Yan, Zheng
2009-09-24
3
-24
/
+37
[next]