aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-04-22Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/...Gravatar Linus Torvalds 1-1/+1
2018-04-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+0
2018-04-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-15/+16
2018-04-21Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2018-04-20kasan: add no_sanitize attribute for clang buildsGravatar Andrey Konovalov 1-0/+3
2018-04-20writeback: safer lock nestingGravatar Greg Thelen 2-14/+21
2018-04-20fork: unconditionally clear stack on forkGravatar Kees Cook 1-5/+1
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-4/+15
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+5
2018-04-20Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-1/+1
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+8
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-6/+13
2018-04-20Merge tag 'for-linus-4.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-16/+306
2018-04-19coresight: Move to SPDX identifierGravatar Mathieu Poirier 1-12/+1
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiGravatar Toshiaki Makita 1-2/+5
2018-04-17timekeeping: Remove __current_kernel_time()Gravatar Baolin Wang 1-3/+0
2018-04-17timers: Remove stale struct tvec_base forward declarationGravatar Liu, Changcheng 1-2/+0
2018-04-17perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Gravatar Alexey Budankov 1-3/+15
2018-04-17xen/sndif: Sync up with the canonical definition in XenGravatar Oleksandr Andrushchenko 1-16/+306
2018-04-17livepatch: Allow to call a custom callback when freeing shadow variablesGravatar Petr Mladek 1-2/+3
2018-04-17livepatch: Initialize shadow variables safely by a custom callbackGravatar Petr Mladek 1-4/+10
2018-04-16textsearch: fix kernel-doc warnings and add kernel-api sectionGravatar Randy Dunlap 1-2/+2
2018-04-16drm: Fix HDCP downstream dev count readGravatar Ramalingam C 1-1/+1
2018-04-16mm,vmscan: Allow preallocating memory for register_shrinker().Gravatar Tetsuo Handa 1-2/+5
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-19/+74
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+3
2018-04-14random: add new ioctl RNDRESEEDCRNGGravatar Theodore Ts'o 1-0/+3
2018-04-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-28/+83
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codeGravatar Philipp Rudo 1-0/+30
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressGravatar Philipp Rudo 1-11/+6
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Gravatar Philipp Rudo 1-4/+9
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constGravatar Philipp Rudo 1-6/+11
2018-04-13include/linux/kexec.h: silence compile warningsGravatar Philipp Rudo 1-0/+2
2018-04-13kexec_file, x86: move re-factored code to generic sideGravatar AKASHI Takahiro 1-0/+19
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsGravatar AKASHI Takahiro 1-7/+6
2018-04-13Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-0/+1
2018-04-13Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-04-13Merge tag 'chrome-platform-for-linus-4.17' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 3-31/+5
2018-04-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 24-46/+1001
2018-04-13Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+1
2018-04-13fsnotify: fix typo in a comment about mark->g_listGravatar Amir Goldstein 1-1/+1
2018-04-13firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matchesGravatar Alex Hung 1-0/+1
2018-04-12lan78xx: PHY DSP registers initialization to address EEE link drop issues wit...Gravatar Raghuram Chary J 1-0/+8
2018-04-12Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2018-04-12Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 6-36/+218
2018-04-12Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-1/+114
2018-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+1
2018-04-12Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+25