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
...
|
*
|
|
xfs: don't free EFIs before the EFDs are committed
Dave Chinner
2013-04-05
3
-19
/
+23
|
*
|
|
xfs: Add ratelimited printk for different alert levels
Rich Johnston
2013-04-03
2
-0
/
+27
|
*
|
|
xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()
Jan Kara
2013-03-22
1
-6
/
+6
|
*
|
|
xfs: xfs_iomap_prealloc_size() tracepoint
Brian Foster
2013-03-22
2
-0
/
+27
|
*
|
|
xfs: add quota-driven speculative preallocation throttling
Brian Foster
2013-03-22
1
-0
/
+82
|
*
|
|
xfs: xfs_dquot prealloc throttling watermarks and low free space
Brian Foster
2013-03-22
4
-7
/
+57
|
*
|
|
xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t
Brian Foster
2013-03-22
4
-11
/
+12
|
*
|
|
xfs: push rounddown_pow_of_two() to after prealloc throttle
Brian Foster
2013-03-22
1
-2
/
+17
|
*
|
|
xfs: reorganize xfs_iomap_prealloc_size to remove indentation
Brian Foster
2013-03-22
1
-31
/
+32
|
*
|
|
xfs: take inode version into account in XFS_LITINO
Christoph Hellwig
2013-03-14
5
-10
/
+13
|
*
|
|
xfs: ensure we capture IO errors correctly
Dave Chinner
2013-03-14
1
-0
/
+6
|
*
|
|
xfs: Remove obsoleted m_inode_shrink from xfs_mount structure
Jeff Liu
2013-03-14
1
-1
/
+0
|
*
|
|
xfs: rearrange some code in xfs_bmap for better locality
Dave Chinner
2013-03-07
1
-2206
/
+2069
|
*
|
|
xfs: rename random32() to prandom_u32()
Akinobu Mita
2013-03-07
4
-4
/
+4
|
*
|
|
xfs: don't verify buffers after IO errors
Dave Chinner
2013-03-07
1
-1
/
+3
|
*
|
|
xfs: fix xfs_iomap_eof_prealloc_initial_size type
Mark Tinguely
2013-03-07
1
-1
/
+1
|
*
|
|
xfs: increase prealloc size to double that of the previous extent
Brian Foster
2013-03-07
1
-1
/
+1
|
*
|
|
xfs: fix potential infinite loop in xfs_iomap_prealloc_size()
Brian Foster
2013-03-07
1
-1
/
+1
*
|
|
|
Merge tag 'for-linus-docs-2012-05-02' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-05-02
1
-28
/
+134
|
\
\
\
\
|
*
|
|
|
Docs: Move ref to Frohwalt Egerer to end of REPORTING-BUGS
Sarah Sharp
2013-04-18
1
-1
/
+2
|
*
|
|
|
Docs: Add a tips section to REPORTING-BUGS.
Sarah Sharp
2013-04-18
1
-0
/
+13
|
*
|
|
|
Docs: Expectations for bug reporters and maintainers
Sarah Sharp
2013-04-18
1
-1
/
+41
|
*
|
|
|
Docs: Add info on supported kernels to REPORTING-BUGS.
Sarah Sharp
2013-04-15
1
-0
/
+22
|
*
|
|
|
Docs: Add "Gather info" section to REPORTING-BUGS.
Sarah Sharp
2013-04-15
1
-12
/
+14
|
*
|
|
|
Docs: Step-by-step directions for reporting bugs.
Sarah Sharp
2013-04-15
1
-19
/
+46
|
*
|
|
|
Trivial: docs: Remove six-space indentation in REPORTING-BUGS.
Sarah Sharp
2013-04-15
1
-21
/
+22
*
|
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-05-02
9
-6
/
+27
|
\
\
\
\
\
|
*
|
|
|
|
x86-64, init: Do not set NX bits on non-NX capable hardware
H. Peter Anvin
2013-05-02
2
-1
/
+3
|
*
|
|
|
|
x86, gdt, hibernate: Store/load GDT for hibernate path.
Konrad Rzeszutek Wilk
2013-05-02
7
-5
/
+24
*
|
|
|
|
|
Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-05-02
2
-4
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
pinctrl: fix mutex deadlock in get_pinctrl_dev_from_of_node()
Daniel Mack
2013-04-30
1
-1
/
+1
|
*
|
|
|
|
|
pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-04-30
1
-3
/
+3
*
|
|
|
|
|
|
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-05-02
42
-497
/
+960
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
i2c: xiic: must always write 16-bit words to TX_FIFO
Steven A. Falco
2013-04-23
1
-4
/
+2
|
*
|
|
|
|
|
|
i2c: octeon: use HZ in timeout value
송은봉
2013-04-23
1
-1
/
+1
|
*
|
|
|
|
|
|
i2c: octeon: Fix i2c fail problem when a process is terminated by a signal
송은봉
2013-04-19
1
-4
/
+4
|
*
|
|
|
|
|
|
i2c: designware-pci: drop superfluous {get|put}_device
Wolfram Sang
2013-04-19
1
-4
/
+0
|
*
|
|
|
|
|
|
i2c: designware-plat: drop superfluous {get|put}_device
Wolfram Sang
2013-04-19
1
-4
/
+0
|
*
|
|
|
|
|
|
i2c: davinci: drop superfluous {get|put}_device
Wolfram Sang
2013-04-19
1
-13
/
+6
|
*
|
|
|
|
|
|
MAINTAINERS: Ben Dooks is inactive regarding I2C
Wolfram Sang
2013-04-17
1
-1
/
+0
|
*
|
|
|
|
|
|
i2c: mux: Add i2c-arb-gpio-challenge 'mux' driver
Doug Anderson
2013-04-17
4
-0
/
+345
|
*
|
|
|
|
|
|
i2c: at91: convert to dma_request_slave_channel_compat()
Ludovic Desroches
2013-04-16
1
-24
/
+25
|
*
|
|
|
|
|
|
i2c: mxs: do error checking and handling in PIO mode
Lucas Stach
2013-04-15
1
-5
/
+36
|
*
|
|
|
|
|
|
i2c: mxs: remove races in PIO code
Lucas Stach
2013-04-15
1
-13
/
+45
|
*
|
|
|
|
|
|
i2c-designware: switch to use runtime PM autosuspend
Mika Westerberg
2013-04-15
3
-3
/
+6
|
*
|
|
|
|
|
|
i2c-designware: use usleep_range() in the busy-loop
Mika Westerberg
2013-04-15
1
-1
/
+1
|
*
|
|
|
|
|
|
i2c-designware: enable/disable the controller properly
Mika Westerberg
2013-04-15
1
-6
/
+28
|
*
|
|
|
|
|
|
i2c-designware: use dynamic adapter numbering on Lynxpoint
Mika Westerberg
2013-04-15
1
-9
/
+0
|
*
|
|
|
|
|
|
i2c-designware-pci: use managed functions pcim_* and devm_*
Andy Shevchenko
2013-04-15
1
-51
/
+17
|
*
|
|
|
|
|
|
i2c-designware-pci: use dev_err() instead of printk()
Andy Shevchenko
2013-04-15
1
-2
/
+2
[prev]
[next]