summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * crc32.txt: standardize document formatMauro Carvalho Chehab2017-07-141-34/+41
| * cputopology.txt: standardize document formatMauro Carvalho Chehab2017-07-141-15/+22
| * cpu-load: standardize document formatMauro Carvalho Chehab2017-07-141-65/+66
| * clk.txt: standardize document formatMauro Carvalho Chehab2017-07-141-83/+106
| * circular-buffers.txt: standardize document formatMauro Carvalho Chehab2017-07-141-28/+23
| * cachetlb.txt: standardize document formatMauro Carvalho Chehab2017-07-141-40/+52
| * bus-virt-phys-mapping.txt: standardize document formatMauro Carvalho Chehab2017-07-141-26/+38
| * btmrvl.txt: standardize document formatMauro Carvalho Chehab2017-07-141-30/+35
| * bt8xxgpio.txt: standardize document formatMauro Carvalho Chehab2017-07-141-12/+7
| * bcache.txt: standardize document formatMauro Carvalho Chehab2017-07-141-83/+107
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-1512-38/+168
|\ \
| * | random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior2017-07-151-2/+4
| * | random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2017-07-152-23/+57
| * | random: warn when kernel uses unseeded randomnessJason A. Donenfeld2017-06-202-2/+29
| * | net/route: use get_random_int for random counterJason A. Donenfeld2017-06-201-2/+1
| * | net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld2017-06-201-2/+1
| * | rhashtable: use get_random_u32 for hash_rndJason A. Donenfeld2017-06-201-1/+1
| * | ceph: ensure RNG is seeded before usingJason A. Donenfeld2017-06-201-1/+5
| * | iscsi: ensure RNG is seeded before useJason A. Donenfeld2017-06-202-11/+25
| * | cifs: use get_random_u32 for 32-bit lock randomJason A. Donenfeld2017-06-201-1/+1
| * | random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld2017-06-203-0/+29
| * | random: add wait_for_random_bytes() APIJason A. Donenfeld2017-06-202-10/+32
* | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-1541-163/+531
|\ \ \
| * | | isofs: Fix isofs_show_options()David Howells2017-07-131-1/+1
| * | | VFS: Kill off s_options and helpersDavid Howells2017-07-115-76/+0
| * | | orangefs: Implement show_optionsDavid Howells2017-07-111-1/+14
| * | | 9p: Implement show_optionsDavid Howells2017-07-118-10/+161
| * | | isofs: Implement show_optionsDavid Howells2017-07-112-3/+51
| * | | afs: Implement show_optionsDavid Howells2017-07-111-2/+43
| * | | affs: Implement show_optionsDavid Howells2017-07-111-5/+37
| * | | befs: Implement show_optionsDavid Howells2017-07-111-3/+21
| * | | spufs: Implement show_optionsDavid Howells2017-07-111-3/+19
| * | | bpf: Implement show_optionsDavid Howells2017-07-061-3/+13
| * | | ramfs: Implement show_optionsDavid Howells2017-07-061-11/+21
| * | | pstore: Implement show_optionsDavid Howells2017-07-063-4/+15
| * | | omfs: Implement show_optionsDavid Howells2017-07-061-3/+30
| * | | hugetlbfs: Implement show_optionsDavid Howells2017-07-062-14/+59
| * | | VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-064-9/+0
| * | | VFS: Provide empty name qstrDavid Howells2017-07-066-10/+15
| * | | VFS: Make get_filesystem() return the affected filesystemDavid Howells2017-07-062-2/+3
| * | | VFS: Clean up whitespace in fs/namespace.c and fs/super.cDavid Howells2017-07-062-4/+4
| * | | Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2017-07-062-0/+25
* | | | Merge branch 'work.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-151-63/+46
|\ \ \ \
| * | | | drm_dp_aux_dev: switch to read_iter/write_iterAl Viro2017-07-091-63/+46
* | | | | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-1524-450/+168
|\ \ \ \ \
| * | | | | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-0412-369/+0
| * | | | | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro2017-07-0412-81/+168
| |/ / / /
* | | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-152-43/+37
|\ \ \ \ \
| * | | | | get_compat_bpf_fprog(): don't copyin field-by-fieldAl Viro2017-07-041-9/+9
| * | | | | get_compat_msghdr(): get rid of field-by-field copyinAl Viro2017-07-041-17/+14