summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-30randstruct: Mark various structs for randomizationKees Cook38-56/+57
2017-06-30ARM: Prepare for randomized task_structArnd Bergmann3-7/+10
2017-06-23randstruct: Whitelist NIU struct page overloadingKees Cook1-0/+2
2017-06-23randstruct: Whitelist big_key path struct overloadingKees Cook1-0/+2
2017-06-23randstruct: Whitelist UNIXCB castKees Cook1-0/+2
2017-06-23randstruct: Whitelist struct security_hook_heads castKees Cook1-0/+2
2017-06-23gcc-plugins: Add the randstruct pluginKees Cook11-1/+1108
2017-05-28compiler: Add __designated_init annotationKees Cook2-0/+12
2017-05-28gcc-plugins: Detail c-common.h location for GCC 4.6Kees Cook1-0/+7
2017-05-28mtk-vcodec: Use designated initializersKees Cook3-12/+12
2017-05-28drm/amd/powerplay: Use designated initializersKees Cook1-10/+10
2017-05-28drm/amdgpu: Use designated initializersKees Cook1-5/+5
2017-05-28sgi-xp: Use designated initializersKees Cook2-30/+18
2017-05-28ocfs2: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-05-28ntfs: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-05-28NFS: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-05-22Linux 4.12-rc2v4.12-rc2Linus Torvalds1-1/+1
2017-05-22x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds1-3/+3
2017-05-22Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds1-2/+3
2017-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+5
2017-05-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+28
2017-05-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+11
2017-05-21osf_wait4(): fix infoleakAl Viro1-2/+4
2017-05-21fix unsafe_put_user()Al Viro1-1/+1
2017-05-21Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-11/+72
2017-05-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds13-36/+59
2017-05-20nvmet: release the sq ref on rdma read errorsVijay Immanuel3-0/+8
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart4-15/+3
2017-05-20nvme-fc: stop queues on error detectionJames Smart1-0/+4
2017-05-20nvme-fc: require target or discovery role for fc-nvme targetsJames Smart1-0/+6
2017-05-20nvme-fc: correct port role bitsJames Smart1-2/+2
2017-05-20nvme: unmap CMB and remove sysfs file in reset pathJon Derrick1-1/+6
2017-05-20Merge tag 'staging-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-165/+183
2017-05-20Merge tag 'usb-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds38-126/+232
2017-05-20Merge tag 'char-misc-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-11/+30
2017-05-20Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds9-40/+77
2017-05-20Merge tag 'drm-fixes-for-v4.12-rc2' of git://people.freedesktop.org/~airlied/...Linus Torvalds17-70/+94
2017-05-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds13-25/+38
2017-05-20Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-13/+35
2017-05-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+10
2017-05-20Merge tag 'iommu-fixes-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+13
2017-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds28-120/+292
2017-05-20Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-80/+47
2017-05-20Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-3/+6
2017-05-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds60-129/+281
2017-05-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-14/+53
2017-05-19Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie1-16/+31
2017-05-19Merge tag 'powerpc-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds9-6/+164
2017-05-19KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář1-1/+1
2017-05-19KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář1-1/+1