index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CREDITS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-31
mtd: fsmc_nand.c: Use default timings if none are provided in the dts
Stefan Roese
1
-1
/
+6
2015-03-31
jffs2: remove an unneeded condition
Dan Carpenter
1
-1
/
+0
2015-03-31
mtd: nand: Prevent possible kernel lockup in nand_command()
Roger Quadros
1
-4
/
+23
2015-03-27
mtd: spi-nor: factor out replace-able flash_{lock,unlock}
Brian Norris
2
-19
/
+43
2015-03-24
mtd: nand: fix spelling of REPLACEABLE
Brian Norris
1
-1
/
+1
2015-03-24
Documentation: devicetree: fix spelling in pxa3xx-nand binding
Brian Norris
1
-1
/
+1
2015-03-11
mtd: clean up whitespace in linux/mtd/map.h
Arnd Bergmann
1
-18
/
+24
2015-03-11
mtd: cfi: reduce stack size
Arnd Bergmann
1
-1
/
+11
2015-03-11
mtd: nand: fully initialize mtd_oob_ops
Brian Norris
1
-4
/
+4
2015-03-11
mtd: blkdevs: remove dead code
Brian Norris
1
-3
/
+0
2015-03-11
mtd: nand: denali: drop dead code
Brian Norris
1
-3
/
+0
2015-03-11
mtd: nand: fixup bounds checks for nand_{lock,unlock}()
Brian Norris
1
-2
/
+2
2015-03-11
mtd: tests: fix more potential integer overflows
Brian Norris
5
-10
/
+10
2015-03-11
mtd: onenand: drop dead code
Brian Norris
1
-9
/
+3
2015-03-11
mtd: docg3: drop dead code
Brian Norris
1
-4
/
+1
2015-03-11
mtd: mxc-nand: Warn on unimplemented commands
Uwe Kleine-König
1
-0
/
+4
2015-03-11
mtd: mxc-nand: Implement support for PARAM command
Uwe Kleine-König
1
-0
/
+7
2015-03-11
mtd: mxc-nand: Allow to use column addresses different from 0
Uwe Kleine-König
1
-11
/
+29
2015-03-11
mtd: mxc-nand: Do the word to byte mangling in the read_byte callback
Uwe Kleine-König
1
-24
/
+10
2015-03-11
mtd: mxc-nand: Only enable hardware checksumming for fully detected flashes
Uwe Kleine-König
1
-7
/
+7
2015-03-11
mtd: mxc-nand: Add a timeout when waiting for interrupt
Uwe Kleine-König
1
-11
/
+36
2015-03-11
mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regs
Boris Brezillon
2
-3
/
+3
2015-03-03
mtd: atmel_nand: fix typo in dev_err error message
Colin Ian King
1
-1
/
+1
2015-02-28
mtd: s3c2410: drop useless / misspelled debug prints
Brian Norris
1
-3
/
+0
2015-02-28
mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0
Antoine Ténart
1
-0
/
+2
2015-02-28
mtd: pxa3xx_nand: fix driver when num_cs is 0
Robert Jarzmik
1
-0
/
+2
2015-02-28
mtd: pxa3xx-nand: handle PIO in threaded interrupt
Robert Jarzmik
1
-3
/
+19
2015-02-28
mtd: nand: pxa3xx: Fix PIO FIFO draining
Maxime Ripard
1
-6
/
+42
2015-02-27
mtd: nand: sunxi: fix generic nand binding reference
Baruch Siach
1
-1
/
+1
2015-02-24
mtd: block2mtd: wait until block devices are presented
Felix Fietkau
1
-15
/
+43
2015-02-23
Linux 4.0-rc1
v4.0-rc1
Linus Torvalds
1
-4
/
+4
2015-02-22
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
Al Viro
1
-2
/
+6
2015-02-22
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-02-22
debugfs: leave freeing a symlink body until inode eviction
Al Viro
1
-17
/
+17
2015-02-22
Documentation/filesystems/Locking: ->get_sb() is long gone
Al Viro
1
-2
/
+0
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
3
-26
/
+22
2015-02-22
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
1
-1
/
+1
2015-02-22
Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
4
-9
/
+9
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
34
-71
/
+71
2015-02-22
SELinux: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
Smack: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
David Howells
1
-3
/
+1
2015-02-22
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode
David Howells
1
-1
/
+1
2015-02-22
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb
David Howells
2
-12
/
+12
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
2
-8
/
+27
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
2
-1
/
+27
2015-02-22
VFS: Add a whiteout dentry type
David Howells
1
-6
/
+18
2015-02-22
VFS: Introduce inode-getting helpers for layered/unioned fs environments
David Howells
1
-0
/
+57
2015-02-21
kernel: make READ_ONCE() valid on const arguments
Linus Torvalds
1
-3
/
+3
2015-02-21
blk-throttle: check stats_cpu before reading it from sysfs
Thadeu Lima de Souza Cascardo
1
-0
/
+3
[next]