Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-07-12 | 1 | -1/+2 |
|\ | |||||
| * | Merge 5.2-rc6 into char-misc-next | Greg Kroah-Hartman | 2019-06-23 | 58 | -292/+238 |
| |\ | |||||
| * \ | Merge 5.2-rc4 into char-misc-next | Greg Kroah-Hartman | 2019-06-09 | 740 | -5667/+1585 |
| |\ \ | |||||
| * | | | chardev: set variable ret to -EBUSY before checking minor range overlap | Chengguang Xu | 2019-05-24 | 1 | -1/+2 |
* | | | | Merge tag 'pstore-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-07-11 | 3 | -23/+29 |
|\ \ \ \ | |||||
| * | | | | pstore: Fix double-free in pstore_mkfile() failure path | Norbert Manthey | 2019-07-09 | 1 | -7/+6 |
| * | | | | pstore: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-07-09 | 1 | -16/+2 |
| * | | | | pstore/ram: Improve backward compatibility with older Chromebooks | Douglas Anderson | 2019-07-09 | 1 | -0/+21 |
| | |/ / | |/| | | |||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-07-11 | 4 | -87/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-28 | 5 | -21/+26 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-22 | 53 | -264/+214 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-18 | 121 | -1056/+288 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 305 | -3207/+729 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | afs: do not send list of client addresses | Florian Westphal | 2019-06-03 | 4 | -87/+1 |
* | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 2019-07-11 | 2 | -38/+79 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | binfmt_flat: don't offset the data start | Christoph Hellwig | 2019-06-24 | 1 | -12/+8 |
| * | | | | | | | | binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c | Christoph Hellwig | 2019-06-24 | 1 | -0/+6 |
| * | | | | | | | | binfmt_flat: remove the persistent argument from flat_get_addr_from_rp | Christoph Hellwig | 2019-06-24 | 1 | -3/+1 |
| * | | | | | | | | binfmt_flat: make support for old format binaries optional | Christoph Hellwig | 2019-06-24 | 2 | -8/+29 |
| * | | | | | | | | binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option | Christoph Hellwig | 2019-06-24 | 1 | -1/+4 |
| * | | | | | | | | binfmt_flat: add endianess annotations | Christoph Hellwig | 2019-06-24 | 1 | -10/+16 |
| * | | | | | | | | binfmt_flat: remove the uapi <linux/flat.h> header | Christoph Hellwig | 2019-06-24 | 1 | -0/+1 |
| * | | | | | | | | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable | Christoph Hellwig | 2019-06-24 | 2 | -2/+6 |
| * | | | | | | | | binfmt_flat: remove flat_old_ram_flag | Christoph Hellwig | 2019-06-24 | 2 | -1/+5 |
| * | | | | | | | | binfmt_flat: provide a default version of flat_get_relocate_addr | Christoph Hellwig | 2019-06-24 | 1 | -0/+4 |
| * | | | | | | | | binfmt_flat: remove flat_set_persistent | Christoph Hellwig | 2019-06-24 | 1 | -2/+0 |
| * | | | | | | | | binfmt_flat: remove flat_reloc_valid | Christoph Hellwig | 2019-06-24 | 1 | -1/+1 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-07-11 | 21 | -238/+1001 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | nfsd: Make __get_nfsdfs_client() static | YueHaibing | 2019-07-10 | 1 | -1/+1 |
| * | | | | | | | | nfsd: Make two functions static | YueHaibing | 2019-07-10 | 1 | -2/+2 |
| * | | | | | | | | nfsd: Fix misuse of strlcpy | Joe Perches | 2019-07-09 | 1 | -1/+1 |
| * | | | | | | | | nfsd: decode implementation id | J. Bruce Fields | 2019-07-04 | 4 | -12/+46 |
| * | | | | | | | | nfsd: create xdr_netobj_dup helper | J. Bruce Fields | 2019-07-03 | 1 | -7/+4 |
| * | | | | | | | | nfsd: allow forced expiration of NFSv4 clients | J. Bruce Fields | 2019-07-03 | 1 | -1/+69 |
| * | | | | | | | | nfsd: create get_nfsdfs_clp helper | J. Bruce Fields | 2019-07-03 | 1 | -8/+13 |
| * | | | | | | | | nfsd4: show layout stateids | J. Bruce Fields | 2019-07-03 | 1 | -0/+20 |
| * | | | | | | | | nfsd: show lock and deleg stateids | J. Bruce Fields | 2019-07-03 | 1 | -0/+59 |
| * | | | | | | | | nfsd4: add file to display list of client's opens | J. Bruce Fields | 2019-07-03 | 1 | -2/+147 |
| * | | | | | | | | nfsd: add more information to client info file | J. Bruce Fields | 2019-07-03 | 1 | -0/+12 |
| * | | | | | | | | nfsd: escape high characters in binary data | J. Bruce Fields | 2019-07-03 | 1 | -0/+11 |
| * | | | | | | | | nfsd: copy client's address including port number to cl_addr | J. Bruce Fields | 2019-07-03 | 1 | -1/+1 |
| * | | | | | | | | nfsd4: add a client info file | J. Bruce Fields | 2019-07-03 | 3 | -8/+148 |
| * | | | | | | | | nfsd: make client/ directory names small ints | J. Bruce Fields | 2019-07-03 | 3 | -3/+5 |
| * | | | | | | | | nfsd: add nfsd/clients directory | J. Bruce Fields | 2019-07-03 | 5 | -10/+133 |
| * | | | | | | | | nfsd4: use reference count to free client | J. Bruce Fields | 2019-07-03 | 2 | -5/+22 |
| * | | | | | | | | nfsd: rename cl_refcount | J. Bruce Fields | 2019-07-03 | 2 | -14/+14 |
| * | | | | | | | | nfsd: persist nfsd filesystem across mounts | J. Bruce Fields | 2019-07-03 | 2 | -0/+14 |
| * | | | | | | | | nfsd: fix cleanup of nfsd_reply_cache_init on failure | J. Bruce Fields | 2019-07-03 | 1 | -3/+7 |
| * | | | | | | | | nfsd4: remove outdated nfsd4_decode_time comment | J. Bruce Fields | 2019-07-03 | 1 | -4/+0 |
| * | | | | | | | | nfsd: use 64-bit seconds fields in nfsd v4 code | J. Bruce Fields | 2019-07-03 | 3 | -15/+8 |