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
*
watchdog: Remove drivers for W83697HF and W83697UG
Guenter Roeck
2014-06-10
4
-889
/
+0
*
watchdog: w83627hf_wdt: Add early_disable module parameter
Guenter Roeck
2014-06-10
1
-3
/
+12
*
ARM: mvebu: Add A375/A380 watchdog binding documentation
Ezequiel Garcia
2014-06-10
1
-0
/
+7
*
watchdog: orion: Add Armada 375/380 SoC support
Ezequiel Garcia
2014-06-10
1
-0
/
+103
*
watchdog: orion: Introduce per-SoC enabled() function
Ezequiel Garcia
2014-06-10
1
-2
/
+13
*
watchdog: orion: Introduce per-SoC stop() function
Ezequiel Garcia
2014-06-10
1
-1
/
+28
*
watchdog: orion: Remove unneeded atomic access
Ezequiel Garcia
2014-06-10
1
-2
/
+5
*
watchdog: orion: Introduce a SoC-specific RSTOUT mapping
Ezequiel Garcia
2014-06-10
1
-7
/
+20
*
watchdog: orion: Move the register ioremap'ing to its own function
Ezequiel Garcia
2014-06-10
1
-14
/
+24
*
watchdog: xilinx: Make of_device_id array const
Jingoo Han
2014-06-10
1
-1
/
+1
*
watchdog: imx2_wdt: convert to watchdog core api
Anatolij Gustschin
2014-06-10
2
-170
/
+123
*
watchdog: imx2_wdt: convert to use regmap API.
Xiubo Li
2014-06-10
2
-18
/
+33
*
watchdog: imx2_wdt: Sort the header files alphabetically
Xiubo Li
2014-06-10
1
-6
/
+6
*
watchdog: ath79_wdt: switch to clk_prepare/clk_disable
Gabor Juhos
2014-06-10
1
-3
/
+3
*
watchdog: ath79_wdt: avoid spurious restarts on AR934x
Gabor Juhos
2014-06-10
1
-0
/
+10
*
watchdog: shwdt: Remove unused platform_set_drvdata()
Alexander Shiyan
2014-06-10
1
-2
/
+0
*
watchdog: kempld-wdt: Use the correct value when configuring the prescaler wi...
gundberg
2014-06-10
1
-1
/
+1
*
watchdog: sunxi: Fix compilation with C=2
Emilio López
2014-06-10
1
-11
/
+11
*
watchdog: via_wdt: replace del_timer by del_timer_sync
Julia Lawall
2014-06-10
1
-1
/
+1
*
watchdog: Fix SBC8360 dependencies
Jean Delvare
2014-06-10
1
-1
/
+1
*
Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2014-06-08
2
-2
/
+2
|
\
|
*
9P: fix return value in v9fs_fid_xattr_set
Dominique Martinet
2014-06-01
1
-1
/
+1
|
*
fs/9p: adjust sscanf parameters accordingly to the variable types
Toralf Förster
2014-06-01
1
-1
/
+1
*
|
numa,sched: fix load_to_imbalanced logic inversion
Rik van Riel
2014-06-08
1
-1
/
+1
*
|
Don't trigger congestion wait on dirty-but-not-writeout pages
Linus Torvalds
2014-06-08
1
-7
/
+5
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2014-06-08
23
-440
/
+515
|
\
\
|
*
|
ext4: handle symlink properly with inline_data
Zheng Liu
2014-06-02
1
-0
/
+3
|
*
|
ext4: fix wrong assert in ext4_mb_normalize_request()
Maurizio Lombardi
2014-05-27
1
-1
/
+1
|
*
|
ext4: fix zeroing of page during writeback
Jan Kara
2014-05-27
1
-13
/
+11
|
*
|
ext4: remove unused local variable "stored" from ext4_readdir(...)
Giedrius Rekasius
2014-05-27
1
-2
/
+1
|
*
|
ext4: fix ZERO_RANGE test failure in data journalling
Namjae Jeon
2014-05-27
1
-0
/
+7
|
*
|
ext4: reduce contention on s_orphan_lock
Jan Kara
2014-05-26
1
-44
/
+65
|
*
|
ext4: use sbi in ext4_orphan_{add|del}()
Jan Kara
2014-05-26
1
-16
/
+15
|
*
|
ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()
Lukas Czerner
2014-05-12
1
-1
/
+7
|
*
|
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
liang xie
2014-05-12
10
-0
/
+33
|
*
|
ext4: remove unnecessary double parentheses
Lukas Czerner
2014-05-12
5
-11
/
+11
|
*
|
ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() fails
Andrey Tsyvarev
2014-05-12
1
-3
/
+1
|
*
|
ext4: make local functions static
Stephen Hemminger
2014-05-12
9
-54
/
+26
|
*
|
ext4: fix block bitmap validation when bigalloc, ^flex_bg
Darrick J. Wong
2014-05-12
1
-5
/
+7
|
*
|
ext4: fix block bitmap initialization under sparse_super2
Darrick J. Wong
2014-05-12
2
-15
/
+22
|
*
|
ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem
Darrick J. Wong
2014-05-12
1
-0
/
+10
|
*
|
ext4: avoid unneeded lookup when xattr name is invalid
Zhang Zhen
2014-05-12
1
-0
/
+3
|
*
|
ext4: fix data integrity sync in ordered mode
Namjae Jeon
2014-05-12
5
-11
/
+29
|
*
|
ext4: remove obsoleted check
Dmitry Monakhov
2014-04-21
1
-2
/
+1
|
*
|
ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode
Theodore Ts'o
2014-04-21
3
-19
/
+25
|
*
|
ext4: fix locking for O_APPEND writes
Theodore Ts'o
2014-04-21
1
-16
/
+26
|
*
|
ext4: factor out common code in ext4_file_write()
Theodore Ts'o
2014-04-21
1
-34
/
+22
|
*
|
ext4: move ext4_file_dio_write() into ext4_file_write()
Theodore Ts'o
2014-04-21
1
-74
/
+64
|
*
|
ext4: inline generic_file_aio_write() into ext4_file_write()
Theodore Ts'o
2014-04-21
1
-4
/
+16
|
*
|
ext4: rename uninitialized extents to unwritten
Lukas Czerner
2014-04-20
9
-163
/
+163
[next]