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: revise Kconfig help for MD_MULTIPATH
NeilBrown
2009-12-14
1
-5
/
+4
*
md: add MODULE_DESCRIPTION for all md related modules.
NeilBrown
2009-12-14
9
-0
/
+9
*
raid: improve MD/raid10 handling of correctable read errors.
Robert Becker
2009-12-14
3
-0
/
+112
*
md/raid10: print more useful messages on device failure.
Robert Becker
2009-12-14
1
-3
/
+29
*
md/bitmap: update dirty flag when bitmap bits are explicitly set.
NeilBrown
2009-12-14
1
-0
/
+6
*
md: Support write-intent bitmaps with externally managed metadata.
NeilBrown
2009-12-14
4
-33
/
+137
*
md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb
NeilBrown
2009-12-14
1
-1
/
+1
*
md: support updating bitmap parameters via sysfs.
NeilBrown
2009-12-14
4
-2
/
+240
*
md: factor out parsing of fixed-point numbers
NeilBrown
2009-12-14
2
-23
/
+44
*
md: support bitmap offset appropriate for external-metadata arrays.
NeilBrown
2009-12-14
2
-5
/
+15
*
md: remove needless setting of thread->timeout in raid10_quiesce
NeilBrown
2009-12-14
2
-7
/
+1
*
md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.
NeilBrown
2009-12-14
2
-8
/
+8
*
md: move offset, daemon_sleep and chunksize out of bitmap structure
NeilBrown
2009-12-14
6
-32
/
+40
*
md: collect bitmap-specific fields into one structure.
NeilBrown
2009-12-14
3
-56
/
+63
*
md/raid1: add takeover support for raid5->raid1
NeilBrown
2009-12-14
2
-76
/
+120
*
md: add honouring of suspend_{lo,hi} to raid1.
NeilBrown
2009-12-14
1
-0
/
+22
*
md/raid5: don't complete make_request on barrier until writes are scheduled
NeilBrown
2009-12-14
1
-12
/
+39
*
md: support barrier requests on all personalities.
NeilBrown
2009-12-14
7
-7
/
+126
*
md: don't reset curr_resync_completed after an interrupted resync
NeilBrown
2009-12-14
1
-1
/
+3
*
md: adjust resync_min usefully when resync aborts.
NeilBrown
2009-12-14
1
-3
/
+7
*
md: remove sparse warning:symbol XXX was not declared.
NeilBrown
2009-12-14
2
-19
/
+19
*
md/raid5: remove some sparse warnings.
NeilBrown
2009-12-14
1
-2
/
+1
*
md/bitmap: protect against bitmap removal while being updated.
NeilBrown
2009-12-14
4
-8
/
+22
*
Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...
Linus Torvalds
2009-12-12
38
-911
/
+461
|
\
|
*
IXP4xx: GTWX5715 platform only has two PCI IRQ lines, not four.
Krzysztof Hałasa
2009-12-05
1
-21
/
+11
|
*
IXP4xx: Introduce IXP4XX_GPIO_IRQ(n) macro and convert IXP4xx platform files.
Krzysztof Hałasa
2009-12-05
10
-234
/
+169
|
*
IXP4xx: move Gemtek GTWX5715 platform macros to the platform code.
Krzysztof Hałasa
2009-12-05
3
-121
/
+43
|
*
IXP4xx: Remove unused Motorola PrPMC1100 platform macros.
Krzysztof Hałasa
2009-12-05
3
-44
/
+0
|
*
IXP4xx: move FSG platform macros to the platform code.
Krzysztof Hałasa
2009-12-05
6
-60
/
+25
|
*
IXP4xx: move DSM G600 platform macros to the platform code.
Krzysztof Hałasa
2009-12-05
5
-64
/
+35
|
*
IXP4xx: move NAS100D platform macros to the platform code.
Krzysztof Hałasa
2009-12-05
5
-64
/
+31
|
*
IXP4xx: move NSLU2 platform macros to the platform code.
Krzysztof Hałasa
2009-12-05
5
-65
/
+32
|
*
IXP4xx: move Coyote platform macros to the platform code.
Krzysztof Hałasa
2009-12-05
5
-43
/
+19
|
*
IXP4xx: move AVILA platform macros to the platform code.
Krzysztof Hałasa
2009-12-05
5
-51
/
+18
|
*
IXP4xx: move IXDP425 platform macros to the platform code.
Krzysztof Hałasa
2009-12-05
5
-52
/
+25
|
*
IXP4xx: Extend PCI MMIO indirect address space to 1 GB.
Krzysztof Hałasa
2009-12-05
4
-29
/
+29
|
*
IXP4xx: Fix compilation failure with CONFIG_IXP4XX_INDIRECT_PCI.
Krzysztof Hałasa
2009-12-05
1
-8
/
+15
|
*
IXP4xx: Drop "__ixp4xx_" prefix from in/out/ioread/iowrite functions for clar...
Krzysztof Hałasa
2009-12-05
1
-95
/
+55
|
*
IXP4xx: Rename indirect MMIO primitives from __ixp4xx_* to __indirect_*.
Krzysztof Hałasa
2009-12-05
1
-57
/
+50
|
*
IXP4xx: Ensure index is positive in irq_to_gpio() and npe_request().
Roel Kluin
2009-12-05
4
-4
/
+4
|
*
ARM: fix insl() and outsl() endianness on IXP4xx architecture.
Krzysztof Hałasa
2009-12-05
1
-3
/
+4
|
*
IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c.
Krzysztof Hałasa
2009-12-05
1
-1
/
+1
|
*
IXP4xx: change the timer base frequency to 66.666000 MHz.
Krzysztof Hałasa
2009-12-05
1
-1
/
+1
*
|
[BKL] add 'might_sleep()' to the outermost lock taker
Linus Torvalds
2009-12-12
1
-1
/
+3
*
|
tty: Fix BKL taken under a spinlock bug introduced in the BKL split
Alan Cox
2009-12-12
1
-2
/
+0
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2009-12-12
234
-2713
/
+13126
|
\
\
|
*
|
powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
Benjamin Herrenschmidt
2009-12-09
1
-1
/
+1
|
*
|
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-12-09
3651
-114842
/
+248433
|
|
\
\
|
*
|
|
MAINTAINERS: Add PowerPC patterns
Joe Perches
2009-12-09
1
-0
/
+15
|
*
|
|
powerpc/pseries: Track previous CPPR values to correctly EOI interrupts
Mark Nelson
2009-12-09
1
-5
/
+51
[next]