summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-26Merge 4.9.153 into android-4.9Greg Kroah-Hartman45-70/+255
2019-01-26locking/qspinlock: Pull in asm/byteorder.h to ensure correct endiannessDave Airlie1-0/+2
2018-12-21Merge 4.9.147 into android-4.9Greg Kroah-Hartman53-328/+603
2018-12-21locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)1-1/+1
2018-12-21locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon5-71/+46
2018-08-17Merge 4.9.121 into android-4.9Greg Kroah-Hartman19-401/+356
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya4-13/+15
2018-08-15Merge 4.9.120 into android-4.9Greg Kroah-Hartman106-393/+2714
2018-08-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina1-12/+13
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen5-7/+113
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman348-2235/+3819
2018-05-30asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov1-0/+15
2018-05-19Merge 4.9.101 into android-4.9Greg Kroah-Hartman60-584/+384
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby20-472/+126
2018-05-02Merge 4.9.98 into android-4.9Greg Kroah-Hartman65-231/+584
2018-05-01earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz4-12/+24
2018-03-29Merge 4.9.91 into android-4.9Greg Kroah-Hartman64-291/+545
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani4-2/+48
2018-03-14kbuild: fix --gc-sectionsSami Tolvanen1-3/+3
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: kbuild: fix LD_DEAD_CODE_DATA_ELIMINATIONSami Tolvanen1-18/+18
2018-01-05Merge 4.9.75 into android-4.9Greg Kroah-Hartman46-100/+1382
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins4-27/+20
2018-01-05KAISER: Kernel Address IsolationRichard Fellner22-16/+449
2017-12-18BACKPORT: irq: Make the irqentry text section unconditionalMasami Hiramatsu6-42/+7
2017-10-12percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland1-2/+22
2017-09-07cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2017-08-30kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATI...Nicholas Piggin1-12/+26
2017-01-12asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek1-0/+6
2017-01-06x86/kbuild: enable modversions for symbols exported from asmAdam Borowski2-0/+23
2016-12-07Revert "default exported asm symbols to zero"Linus Torvalds1-1/+0
2016-12-02default exported asm symbols to zeroArnd Bergmann1-0/+1
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski4-1/+10
2016-11-08percpu: use notrace variant of preempt_disable/preempt_enableHeiko Carstens1-2/+2
2016-10-28kconfig.h: remove config_enabled() macroMasahiro Yamada3-7/+6
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds262-1403/+1094
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds4-117/+148
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds16-238/+361
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds38-270/+262
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf49-22/+93
2016-10-08mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie3-4/+3
2016-09-28exceptions: detritus removalAl Viro8-29/+1
2016-09-22percpu: improve generic percpu modify-return implementationNicholas Piggin1-23/+30
2016-09-22libata: remove <asm-generic/libata-portmap.h>Christoph Hellwig2-8/+2
2016-09-22kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin2-6/+13
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-170/+179
2016-09-13asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2016-09-09asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin7-63/+104
[next]