summaryrefslogtreecommitdiffstats
path: root/crypto/sha256_generic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-18KEYS: load key flags and expiry time atomically in proc_keys_show()Eric Biggers1-10/+14
2017-10-18KEYS: Load key expiry time atomically in keyring_search_iterator()Eric Biggers1-1/+3
2017-10-18KEYS: load key flags and expiry time atomically in key_validate()Eric Biggers1-3/+4
2017-10-18KEYS: don't let add_key() update an uninstantiated keyDavid Howells1-0/+10
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells14-57/+80
2017-10-18KEYS: checking the input id parameters before finding asymmetric keyChun-Yi Lee1-0/+2
2017-10-18KEYS: Fix the wrong index when checking the existence of second idChun-Yi Lee1-1/+1
2017-10-18security/keys: BIG_KEY requires CONFIG_CRYPTOArnd Bergmann1-0/+1
2017-10-17tracing/samples: Fix creation and deletion of simple_thread_fn creationSteven Rostedt (VMware)1-3/+11
2017-10-17fs: Avoid invalidation in interrupt context in dio_complete()Lukas Czerner1-6/+13
2017-10-16xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann1-24/+24
2017-10-16xfs: trim writepage mapping to within eofBrian Foster3-0/+25
2017-10-16fs: invalidate page cache after end_io() in dio completionEryu Guan2-25/+36
2017-10-16xfs: cancel dirty pages on invalidationDave Chinner1-12/+22
2017-10-16Documentation: Add a file explaining the Linux kernel license enforcement policyGreg Kroah-Hartman2-0/+148
2017-10-16s390: fix zfcpdump-configDimitri John Ledkov1-0/+2
2017-10-16s390/cputime: fix guest/irq/softirq times after CPU hotplugChristian Borntraeger1-0/+3
2017-10-16Linux 4.14-rc5v4.14-rc5Linus Torvalds1-1/+1
2017-10-14x86/microcode: Do the family check firstBorislav Petkov1-9/+18
2017-10-14locking/lockdep: Disable cross-release features for nowIngo Molnar1-2/+2
2017-10-14x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski3-49/+136
2017-10-14mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying2-44/+7
2017-10-14mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon1-15/+10
2017-10-14kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2-1/+5
2017-10-14fs/binfmt_misc.c: node could be NULL when evicting inodeEryu Guan1-1/+1
2017-10-14fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox3-5/+16
2017-10-14linux/kernel.h: add/correct kernel-doc notationRandy Dunlap1-16/+74
2017-10-14tty: fall back to N_NULL if switching to N_TTY fails during hangupJohannes Weiner1-6/+5
2017-10-14Revert "vmalloc: back off when the current task is killed"Johannes Weiner1-6/+0
2017-10-14mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon1-1/+1
2017-10-14scripts/kallsyms.c: ignore symbol type 'n'Guenter Roeck1-1/+1
2017-10-14userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli1-5/+20
2017-10-14mm: only display online cpus of the numa nodeZhen Lei1-2/+10
2017-10-14mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().Zi Yan1-2/+1
2017-10-14mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin1-2/+5
2017-10-14include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann1-0/+10
2017-10-14mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi1-1/+6
2017-10-14lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests togetherRandy Dunlap1-72/+71
2017-10-14mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove1-1/+2
2017-10-13iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel1-0/+1
2017-10-13powerpc/perf: Fix IMC initialization crashAnju T Sudhakar1-1/+2
2017-10-12scripts: fix faddr2line to work on last symbolNeilBrown1-2/+3
2017-10-12drm/msm: fix _NO_IMPLICIT fencing caseRob Clark2-17/+18
2017-10-12drm/msm: fix error path cleanupRob Clark1-1/+2
2017-10-12device property: preserve usecount for node passed to of_fwnode_graph_get_por...Niklas Söderlund1-1/+1
2017-10-12drivers: of: increase MAX_RESERVED_REGIONS to 32Stewart Smith1-1/+1
2017-10-12of: do not leak console optionsSergey Senozhatsky1-2/+6
2017-10-12drm/msm/mdp5: Remove extra pm_runtime_put call in mdp5_crtc_cursor_set()Archit Taneja1-2/+0
2017-10-12drm/msm/dsi: Use correct pm_runtime_put variant during host_initArchit Taneja1-1/+1
2017-10-12ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2-8/+25