Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 | |
| | * | | | | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 2016-09-27 | 1 | -2/+6 | |
| * | | | | | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-28 | 2 | -2/+2 | |
| * | | | | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-28 | 6 | -17/+17 | |
* | | | | | | Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-10-11 | 24 | -390/+976 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linux | Brian Norris | 2016-10-09 | 2 | -0/+105 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | mtd: introduce the mtd_pairing_scheme concept | Boris Brezillon | 2016-09-15 | 2 | -0/+105 | |
| * | | | | | | | mtd: nand: fix trivial spelling error | Brian Norris | 2016-10-03 | 1 | -1/+1 | |
| * | | | | | | | Merge tag 'for-4.9' of github.com:linux-nand/linux | Brian Norris | 2016-10-03 | 22 | -390/+853 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | mtd: nand: Provide nand_cleanup() function to free NAND related resources | Richard Weinberger | 2016-09-23 | 1 | -7/+15 | |
| | * | | | | | | | mtd: Kill the OF_MTD Kconfig option | Boris Brezillon | 2016-09-23 | 1 | -4/+0 | |
| | * | | | | | | | mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTD | Boris Brezillon | 2016-09-23 | 1 | -1/+1 | |
| | * | | | | | | | mtd: nand: Fix nand_command_lp() for 8bits opcodes | Boris Brezillon | 2016-09-23 | 1 | -1/+4 | |
| | * | | | | | | | mtd: nand: sunxi: Support ECC maximization | Boris Brezillon | 2016-09-23 | 1 | -0/+29 | |
| | * | | | | | | | mtd: nand: Support maximizing ECC when using software BCH | Boris Brezillon | 2016-09-23 | 1 | -0/+20 | |
| | * | | | | | | | mtd: nand: Add an option to maximize the ECC strength | Boris Brezillon | 2016-09-23 | 1 | -0/+3 | |
| | * | | | | | | | mtd: nand: mxc: Add timing setup for v2 controllers | Sascha Hauer | 2016-09-23 | 1 | -2/+82 | |
| | * | | | | | | | mtd: nand: mxc: implement onfi get/set features | Sascha Hauer | 2016-09-23 | 1 | -0/+55 | |
| | * | | | | | | | mtd: nand: sunxi: switch from manual to automated timing config | Sascha Hauer | 2016-09-23 | 1 | -62/+14 | |
| | * | | | | | | | mtd: nand: automate NAND timings selection | Boris Brezillon | 2016-09-23 | 1 | -0/+157 | |
| | * | | | | | | | mtd: nand: Expose data interface for ONFI mode 0 | Sascha Hauer | 2016-09-23 | 1 | -0/+11 | |
| | * | | | | | | | mtd: nand: Add function to convert ONFI mode to data_interface | Sascha Hauer | 2016-09-23 | 1 | -0/+29 | |
| | * | | | | | | | mtd: nand: convert ONFI mode into data interface | Sascha Hauer | 2016-09-23 | 1 | -206/+224 | |
| | * | | | | | | | mtd: nand: Create a NAND reset function | Sascha Hauer | 2016-09-23 | 1 | -5/+20 | |
| | * | | | | | | | mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devices | Roger Quadros | 2016-09-23 | 1 | -4/+4 | |
| | * | | | | | | | mtd: brcmnand: iProc big endian and ONFI support | Ray Jui | 2016-09-23 | 3 | -15/+28 | |
| | * | | | | | | | mtd: nand_bbt: scan for next free bbt block if writing bbt fails | Kyle Roeschley | 2016-09-23 | 1 | -6/+45 | |
| | * | | | | | | | mtd: nand_bbt: Move BBT block selection logic out of write_bbt() | Boris Brezillon | 2016-09-23 | 1 | -36/+74 | |
| | * | | | | | | | mtd: nand: timings: Reorder tRR_min def in mode 0 | Boris Brezillon | 2016-09-23 | 1 | -1/+1 | |
| | * | | | | | | | mtd: nand: timings: Fix tADL_min for ONFI 4.0 chips | Boris Brezillon | 2016-09-23 | 1 | -6/+6 | |
| | * | | | | | | | mtd: nand: gpmi: get correct free oob space | Han Xu | 2016-09-23 | 1 | -1/+2 | |
| | * | | | | | | | mtd: nand: sh_flctl: handle dma_submit() errors | Brian Norris | 2016-09-23 | 1 | -1/+7 | |
| | * | | | | | | | mtd: nand: s3c2410: Register cpufreq notifier only on S3C24xx | Krzysztof Kozlowski | 2016-09-23 | 1 | -2/+2 | |
| | * | | | | | | | mtd: nand: Get rid of needless 'goto' | Andrey Smirnov | 2016-09-23 | 1 | -12/+6 | |
| | * | | | | | | | mtd: nand: Error out if cmd_ctrl() is missing | Andrey Smirnov | 2016-09-23 | 1 | -0/+9 | |
| | * | | | | | | | Kconfig: nand: Remove redundant dependency on MTD_NAND | Andrey Smirnov | 2016-09-23 | 1 | -1/+1 | |
| | * | | | | | | | Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOC | Andrey Smirnov | 2016-09-23 | 1 | -1/+1 | |
| | * | | | | | | | mtd: nand: import nand_hw_control_init() | Marc Gonzalez | 2016-09-23 | 13 | -26/+13 | |
| | |/ / / / / / | ||||||
| * | | | | | | | mtdpart: Propagate _get/put_device() | Richard Weinberger | 2016-09-28 | 1 | -0/+18 | |
* | | | | | | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-11 | 3 | -12/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-08 | 3 | -12/+0 | |
| * | | | | | | | | Merge commit '2c563880ea' into work.xattr | Al Viro | 2016-10-08 | 33 | -530/+296 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-10-10 | 56 | -1445/+3383 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2016-10-10 | 5 | -59/+57 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | crypto: vmx - Fix memory corruption caused by p8_ghash | Marcelo Cerri | 2016-10-02 | 1 | -15/+16 | |
| * | | | | | | | | | | crypto: caam - treat SGT address pointer as u64 | Tudor Ambarus | 2016-10-02 | 3 | -7/+9 | |
| * | | | | | | | | | | crypto: ccp - Make syslog errors human-readable | Gary R Hook | 2016-10-02 | 4 | -0/+61 | |
| * | | | | | | | | | | crypto: ccp - clean up data structure | Gary R Hook | 2016-10-02 | 4 | -9/+12 | |
| * | | | | | | | | | | crypto: vmx - Ensure ghash-generic is enabled | Marcelo Cerri | 2016-10-02 | 1 | -0/+1 | |
| * | | | | | | | | | | crypto: caam - Unmap region obtained by of_iomap | Arvind Yadav | 2016-10-02 | 1 | -0/+1 |