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
*
mmc: core: Detect card removal on I/O error
Ulf Hansson
2012-03-27
2
-3
/
+22
*
mmc: dw_mmc: Regression fix for non-IDMAC DMA
Seungwon Jeon
2012-03-27
1
-16
/
+9
*
mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabled
Jaehoon Chung
2012-03-27
1
-1
/
+1
*
ARM: OMAP: hsmmc: add max_freq field
Daniel Mack
2012-03-27
3
-2
/
+9
*
mmc: atmel-mci: fix typo
Ludovic Desroches
2012-03-27
1
-1
/
+1
*
mmc: dw_mmc: shift with slot-id for CLKENA register
Jaehoon Chung
2012-03-25
1
-2
/
+2
*
mmc: esdhc: Workaround for data crc error on p1010rdb
Jerry Huang
2012-03-25
1
-2
/
+17
*
mmc: core: add a debug message for SET_BLOCK_COUNT
Jaehoon Chung
2012-03-25
1
-0
/
+6
*
mmc: dw_mmc: Add support for pre_req and post_req
Seungwon Jeon
2012-03-25
1
-27
/
+102
*
mmc: sdhci-tegra: Explicitly support Tegra30
Stephen Warren
2012-03-25
1
-13
/
+87
*
mmc: esdhc: Implement power management for ESDHC
Jerry Huang
2012-03-25
1
-0
/
+18
*
mmc: sdhci: Add platform suspend/resume hooks.
Chris Ball
2012-03-25
2
-0
/
+8
*
mmc: dw_mmc: Override blk_settings with platdata on IDMAC
Jaehoon Chung
2012-03-25
1
-8
/
+8
*
mmc: Support of PCI mode in the dw_mmc driver
Shashidhar Hiremath
2012-03-25
7
-104
/
+385
*
mmc: dw_mmc: add support for eMMC Power Off Notify feature
Jaehoon Chung
2012-03-25
1
-0
/
+5
*
mmc: MMC-4.5 Data Tag Support
Saugata Das
2012-03-25
4
-5
/
+35
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-21
186
-4141
/
+5360
|
\
|
*
ext4: initialization of ext4_li_mtx needs to be done earlier
Al Viro
2012-03-20
1
-2
/
+3
|
*
debugfs-related mode_t whack-a-mole
Al Viro
2012-03-20
6
-7
/
+7
|
*
hfsplus: add an ioctl to bless files
Matthew Garrett
2012-03-20
3
-0
/
+40
|
*
hfsplus: change finder_info to u32
Matthew Garrett
2012-03-20
1
-1
/
+1
|
*
hfsplus: initialise userflags
Matthew Garrett
2012-03-20
1
-0
/
+2
|
*
qnx4: new helper - try_extent()
Al Viro
2012-03-20
1
-8
/
+15
|
*
qnx4: get rid of qnx4_bread/qnx4_getblk
Al Viro
2012-03-20
3
-36
/
+3
|
*
take removal of PF_FORKNOEXEC to flush_old_exec()
Al Viro
2012-03-20
7
-10
/
+1
|
*
trim includes in inode.c
Al Viro
2012-03-20
1
-11
/
+1
|
*
um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...
Al Viro
2012-03-20
2
-3
/
+10
|
*
um: embed ->stub_pages[] into mmu_context
Al Viro
2012-03-20
2
-19
/
+6
|
*
gadgetfs: list_for_each_safe() misuse
Al Viro
2012-03-20
1
-6
/
+3
|
*
ocfs2: fix leaks on failure exits in module_init
Al Viro
2012-03-20
1
-19
/
+21
|
*
ecryptfs: make register_filesystem() the last potential failure exit
Al Viro
2012-03-20
1
-8
/
+8
|
*
ntfs: forgets to unregister sysctls on register_filesystem() failure
Al Viro
2012-03-20
1
-0
/
+2
|
*
logfs: missing cleanup on register_filesystem() failure
Al Viro
2012-03-20
1
-1
/
+4
|
*
jfs: mising cleanup on register_filesystem() failure
Al Viro
2012-03-20
1
-1
/
+7
|
*
make configfs_pin_fs() return root dentry on success
Al Viro
2012-03-20
3
-13
/
+11
|
*
configfs: configfs_create_dir() has parent dentry in dentry->d_parent
Al Viro
2012-03-20
1
-15
/
+5
|
*
configfs: sanitize configfs_create()
Al Viro
2012-03-20
1
-28
/
+27
|
*
configfs: kill configfs_sb
Al Viro
2012-03-20
5
-25
/
+26
|
*
configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in root
Al Viro
2012-03-20
4
-15
/
+7
|
*
__register_binfmt() made void
Al Viro
2012-03-20
12
-23
/
+27
|
*
autofs: set things up *before* registering fs type
Al Viro
2012-03-20
1
-3
/
+3
|
*
anon_inodes: move allocation of anon_inode into ->mount()
Al Viro
2012-03-20
1
-53
/
+56
|
*
9p: make register_filesystem() the last failure exit
Al Viro
2012-03-20
1
-8
/
+8
|
*
usbfs: kill racy detection of simple_pin_fs()
Al Viro
2012-03-20
1
-9
/
+1
|
*
make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal one
Al Viro
2012-03-20
1
-1
/
+1
|
*
ibmasmfs: make register_filesystem the last failure exit
Al Viro
2012-03-20
1
-6
/
+5
|
*
spufs: make register_filesystem the last potential failure exit
Al Viro
2012-03-20
1
-5
/
+5
|
*
kill reiserfs_fs_{i,sb}.h
Al Viro
2012-03-20
3
-619
/
+597
|
*
move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h
Al Viro
2012-03-20
29
-2362
/
+2354
|
*
kill pointless includes of reiserfs_fs_{i,sb}.h
Al Viro
2012-03-20
5
-6
/
+0
[next]