index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: spi-nor: Improve Kconfig help text for SPI_FSL_QUADSPI
Fabio Estevam
2015-08-14
1
-1
/
+2
*
mtd: spi-nor: add driver for NXP SPI Flash Interface (SPIFI)
Joachim Eastwood
2015-08-14
3
-0
/
+494
*
doc: dt: add documentation for nxp,lpc1773-spifi
Joachim Eastwood
2015-08-14
1
-0
/
+58
*
nand: pxa3xx: Increase initial buffer size
Ezequiel Garcia
2015-08-14
1
-6
/
+9
*
mtd: brcmnand: Fix misuse of IS_ENABLED
Axel Lin
2015-08-08
1
-2
/
+2
*
mtd: spi-nor: fsl-quadspi: fix unsupported cmd when run flash_erase
Frank Li
2015-08-06
1
-8
/
+4
*
mtd: spi-nor: fsl-quadspi: reset the module in the probe
Frank Li
2015-08-06
1
-0
/
+8
*
mtd: spi-nor: fsl-quadspi: workaround qspi can't wakeup from wait mode
Frank Li
2015-08-06
1
-5
/
+21
*
mtd: spi-nor: fsl-quadspi: i.MX6SX: fixed the random QSPI access failed issue
Allen Xu
2015-08-06
1
-25
/
+56
*
Documentation: fsl-quadspi: Add fsl, imx6ul-qspi compatible string
Frank Li
2015-08-06
1
-1
/
+1
*
mtd: spi-nor: fsl-quadspi: add i.mx6ul support
Frank Li
2015-08-06
1
-0
/
+11
*
Documentation: fsl-quadspi: Add fsl, imx7d-qspi compatible string
Frank Li
2015-08-06
1
-1
/
+2
*
mtd: spi-nor: fsl-quadspi: add imx7d support
Frank Li
2015-08-06
1
-0
/
+26
*
mtd: spi-nor: fsl-quadspi: use quirk to distinguish different qspi version
Han Xu
2015-08-06
1
-8
/
+16
*
mtd: spi-nor: fsl-quadspi: dynamically map memory space for AHB read
Han Xu
2015-08-06
1
-7
/
+48
*
mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor"
Brian Norris
2015-07-21
2
-11
/
+15
*
mtd: nand: sunxi: Set serial access mode correctly
Roy Spliet
2015-07-20
1
-5
/
+12
*
mtd: nand: sunxi: Replace failsafe timing cfg with calculated value
Roy Spliet
2015-07-20
1
-5
/
+68
*
mtd: spi-nor: set SECT_4K for n25q064 SPI flash
Alexey Firago
2015-07-20
1
-1
/
+1
*
mtd: fsl-quadspi: Actually clear TX FIFO upon write
Alexander Stein
2015-07-20
1
-1
/
+1
*
mtd: r852: make ecc_reg 32-bit in r852_ecc_correct
Nicolas Iooss
2015-07-20
1
-1
/
+1
*
nand: davinci: add support for 4K page size nand devices
Sandeep Paulraj
2015-07-20
1
-11
/
+31
*
Merge MTD 4.2-rc fixes into MTD -next
Brian Norris
2015-07-07
2
-5
/
+11
|
\
|
*
mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflict
Scott Wood
2015-07-07
1
-5
/
+5
|
*
MAINTAINERS: mtd: docg3: add docg3 maintainer
Robert Jarzmik
2015-07-06
1
-0
/
+6
*
|
mtd: nandsim: fix double free
shengyong
2015-07-07
1
-18
/
+7
*
|
mtd: nandsim: fix free of NULL pointer
shengyong
2015-07-07
1
-1
/
+2
*
|
Merge 4.2-rc1 into MTD -next
Brian Norris
2015-07-06
10327
-236809
/
+1026828
|
\
|
|
*
Linux 4.2-rc1
v4.2-rc1
Linus Torvalds
2015-07-05
1
-2
/
+2
|
*
Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...
Linus Torvalds
2015-07-05
7
-45
/
+1004
|
|
\
|
|
*
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
qipeng.zha
2015-06-30
5
-0
/
+864
|
|
*
tc1100-wmi: Delete an unnecessary check before the function call "kfree"
Markus Elfring
2015-06-27
1
-1
/
+1
|
|
*
dell-laptop: Fix allocating & freeing SMI buffer page
Pali Rohár
2015-06-25
1
-5
/
+3
|
|
*
dell-laptop: Show info about WiGig and UWB in debugfs
Pali Rohár
2015-06-22
1
-0
/
+17
|
|
*
dell-laptop: Update information about wireless control
Pali Rohár
2015-06-22
1
-39
/
+119
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-07-05
99
-553
/
+784
|
|
\
\
|
|
*
|
9p: cope with bogus responses from server in p9_client_{read,write}
Al Viro
2015-07-04
1
-0
/
+8
|
|
*
|
p9_client_write(): avoid double p9_free_req()
Al Viro
2015-07-04
1
-0
/
+1
|
|
*
|
9p: forgetting to cancel request on interrupted zero-copy RPC
Al Viro
2015-07-04
1
-1
/
+2
|
|
*
|
dax: bdev_direct_access() may sleep
Matthew Wilcox
2015-07-04
1
-0
/
+6
|
|
*
|
block: Add support for DAX reads/writes to block devices
Matthew Wilcox
2015-07-04
2
-2
/
+8
|
|
*
|
dax: Use copy_from_iter_nocache
Matthew Wilcox
2015-07-04
1
-1
/
+1
|
|
*
|
dax: Add block size note to documentation
Matthew Wilcox
2015-07-04
1
-2
/
+4
|
|
*
|
fs/file.c: __fget() and dup2() atomicity rules
Eric Dumazet
2015-07-01
1
-2
/
+8
|
|
*
|
fs/file.c: don't acquire files->file_lock in fd_install()
Eric Dumazet
2015-07-01
3
-19
/
+55
|
|
*
|
fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...
Wang YanQing
2015-07-01
1
-1
/
+1
|
|
*
|
vfs: avoid creation of inode number 0 in get_next_ino
Carlos Maiolino
2015-07-01
1
-1
/
+5
|
|
*
|
namei: make set_root_rcu() return void
Al Viro
2015-06-29
1
-3
/
+3
|
|
*
|
make simple_positive() public
Al Viro
2015-06-24
14
-60
/
+25
|
|
*
|
ufs: use dir_pages instead of ufs_dir_pages()
Fabian Frederick
2015-06-24
1
-9
/
+4
[next]