summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-01-29config: replace stack protector config [1/1]Tao Zeng4-1/+8
2018-10-02ANDROID: kbuild: disable LTO_CLANG with KASANSami Tolvanen1-0/+1
2018-08-15Merge 4.9.120 into android-4.9Greg Kroah-Hartman106-393/+2714
2018-08-15cpu/hotplug: Provide knobs to control SMTThomas Gleixner6-0/+215
2018-03-02ANDROID: kbuild: change LTO into a choiceSami Tolvanen1-1/+12
2018-02-28add support for clang Control Flow Integrity (CFI)Sami Tolvanen13-2/+444
2018-02-28FROMLIST: BACKPORT: kbuild: fix dynamic ftrace with clang LTOSami Tolvanen9-7/+52
2018-02-28FROMLIST: BACKPORT: kbuild: add support for clang LTOSami Tolvanen5-34/+276
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-22/+725
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds262-1403/+1094
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy8-1/+689
2016-09-22kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin2-6/+13
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar838-4534/+7735
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin7-63/+104
2016-09-09kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell3-15/+85
2016-09-07seccomp: Remove 2-phase API documentationMickaël Salaün1-11/+0
2016-08-24fork: Add generic vmalloced stack supportAndy Lutomirski4-21/+126
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds28-22/+555
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds43-54/+2252
2016-07-26gcc-plugins: disable under COMPILE_TESTKees Cook2-2/+3
2016-07-26mm: Implement stack frame object validationKees Cook4-0/+63
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds10-39/+41
2016-06-18isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray4-2/+14
2016-06-07Add sancov pluginEmese Revfy7-10/+184
2016-06-07Add Cyclomatic complexity GCC pluginEmese Revfy4-0/+87
2016-06-07GCC plugin infrastructureEmese Revfy22-5/+1872
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds17-150/+734
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin6-4/+299
2016-05-21lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng18-10/+107
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek24-107/+306
2016-05-21exit_thread: remove empty bodiesJiri Slaby36-140/+24
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf4-5/+57
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig70-633/+369
2016-01-21dma-mapping: make the generic coherent dma mmap implementation optionalChristoph Hellwig2-2/+5
2016-01-15mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman5-0/+142
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young32-1527/+1560
2015-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds29-1119/+936
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov4-7/+1
2015-08-03locking/static_keys: Add selftestPeter Zijlstra2-1/+44
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar7-18/+27
2015-06-26clone: support passing tls argument via C rather than pt_regs magicJosh Triplett6-21/+59
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds299-9760/+8755
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook9-25/+14
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook14-14/+37
2015-04-14lib/ioremap.c: add huge I/O map capability interfacesToshi Kani5-0/+52
2015-04-14mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov2-0/+9
2015-04-11oprofile: Disable oprofile NMI timer on ppc64Anton Blanchard1-1/+1
2014-09-03seccomp: Document two-phase seccomp and arch-provided seccomp_dataAndy Lutomirski1-0/+11
2014-07-18seccomp: add "seccomp" syscallKees Cook8-6/+65
[next]