summaryrefslogtreecommitdiffstats
path: root/crypto/jitterentropy-kcapi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells5-185/+228
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells4-5/+18
2018-04-09afs: Rearrange status mappingDavid Howells5-129/+216
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells5-44/+59
2018-04-09afs: Init inode before accessing cacheDavid Howells1-5/+2
2018-04-09afs: Introduce a statistics proc fileDavid Howells4-1/+57
2018-04-09afs: Dump bad status recordDavid Howells1-0/+35
2018-04-09afs: Implement @cell substitution handlingDavid Howells3-1/+89
2018-04-09afs: Implement @sys substitution handlingDavid Howells5-2/+380
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells8-63/+552
2018-04-09afs: Don't over-increment the cell usage count when pinning itDavid Howells2-3/+4
2018-04-09afs: Fix checker warningsDavid Howells11-50/+35
2018-04-09vfs: Remove the const from dir_context::actorDavid Howells1-1/+1
2018-04-09selinux: fix missing dput() before selinuxfs unmountStephen Smalley1-0/+1
2018-04-09Fix subtle macro variable shadowing in min_not_zero()Linus Torvalds1-8/+9
2018-04-08getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro1-1/+2
2018-04-08alpha: io: reorder barriers to guarantee writeX() and iowriteX() orderingSinan Kaya1-7/+7
2018-04-08alpha: Implement CPU vulnerabilities sysfs functions.Michael Cree3-1/+47
2018-04-08alpha: rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-04-08alpha: rtc: remove unused set_mmss opsAlexandre Belloni1-99/+0
2018-04-07treewide: fix up files incorrectly marked executableLinus Torvalds2-0/+0
2018-04-07MAINTAINERS: Update LEAKING_ADDRESSESTobin C. Harding1-0/+3
2018-04-07leaking_addresses: check if file name contains addressTobin C. Harding1-0/+12
2018-04-07leaking_addresses: explicitly name variable used in regexTobin C. Harding1-1/+1
2018-04-07leaking_addresses: remove version numberTobin C. Harding1-2/+0
2018-04-07leaking_addresses: skip '/proc/1/syscall'Tobin C. Harding1-0/+1
2018-04-07leaking_addresses: skip all /proc/PID except /proc/1Tobin C. Harding1-0/+12
2018-04-07leaking_addresses: cache architecture nameTobin C. Harding1-3/+5
2018-04-07leaking_addresses: simplify path skippingTobin C. Harding1-61/+29
2018-04-07leaking_addresses: do not parse binary filesTobin C. Harding1-0/+4
2018-04-07leaking_addresses: add 32-bit supportTobin C. Harding1-11/+82
2018-04-07leaking_addresses: add is_arch() wrapper subroutineTobin C. Harding1-12/+14
2018-04-07leaking_addresses: use system command to get archTobin C. Harding1-6/+6
2018-04-07leaking_addresses: add support for 5 page table levelsTobin C. Harding1-7/+25
2018-04-07leaking_addresses: add support for kernel config fileTobin C. Harding1-1/+65
2018-04-07leaking_addresses: add range check for vsyscall memoryTobin C. Harding1-6/+14
2018-04-07leaking_addresses: indent dependant optionsTobin C. Harding1-8/+8
2018-04-07leaking_addresses: remove command examplesTobin C. Harding1-11/+0
2018-04-07leaking_addresses: remove mention of kptr_restrictTobin C. Harding1-3/+0
2018-04-07leaking_addresses: fix typo function not calledTobin C. Harding1-1/+1
2018-04-07pstore: fix crypto dependencies without compressionTobias Regnery1-2/+2
2018-04-06make lookup_one_len() safe to use with directory locked sharedAl Viro1-1/+3
2018-04-06new helper: __lookup_slow()Al Viro1-9/+18
2018-04-06merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro1-56/+34
2018-04-06kvm: x86: fix a prototype warningPeng Hao1-1/+1
2018-04-06ARM: sa1100/simpad: switch simpad CF to use gpiod APIsRussell King2-9/+14
2018-04-06ARM: sa1100/shannon: convert to generic CF socketsRussell King6-109/+40
2018-04-06ARM: sa1100/nanoengine: convert to generic CF socketsRussell King5-138/+23
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells5-119/+279
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells21-166/+127