aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* vmlinux.lds.h: Coalesce LLVM dead code elimination sectionsDanny Lin2020-12-281-2/+2
* FROMLIST: BACKPORT: kbuild: fix dynamic ftrace with clang LTOSami Tolvanen2020-12-281-0/+1
* FROMLIST: kbuild: fix LD_DEAD_CODE_DATA_ELIMINATIONSami Tolvanen2020-12-281-5/+5
* kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATI...Nicholas Piggin2020-12-281-12/+26
* kbuild: keep data tables through dead code eliminationNicholas Piggin2020-12-281-34/+34
* kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin2020-12-281-5/+10
* kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2020-12-281-23/+29
* Merge branch 'kernel.lnx.4.4.r38-rel' of https://github.com/android-linux-sta...OdSazib2020-12-263-2/+8
|\
| * Merge 4.4.226 into kernel.lnx.4.4.r38-relNathan Chancellor2020-06-032-1/+7
| |\
| | * asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek2020-06-031-0/+6
| | * include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann2020-06-031-1/+1
| | * sched/preempt: Fix preempt_count manipulationsPeter Zijlstra2020-05-101-2/+2
| * | Merge 4.4.212 into kernel.lnx.4.4.r38-relNathan Chancellor2020-01-291-1/+1
| |\|
| | * rtc: cmos: ignore bogus century byteEric Wong2020-01-291-1/+1
* | | uapi: export all headers under uapi directoriesNicolas Dichtel2020-06-011-1/+0
|/ /
* | Merge android-4.4.190 (ac7fbca) into msm-4.4Srinivasarao P2019-08-262-31/+21
|\ \
| * | Merge 4.4.190 into android-4.4Greg Kroah-Hartman2019-08-252-31/+21
| |\|
| | * asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann2019-08-251-1/+1
| | * asm-generic: fix -Wtype-limits compiler warningsQian Cai2019-08-251-30/+20
* | | Merge android-4.4.185 (14e1196) into msm-4.4Srinivasarao P2019-07-111-0/+1
|\| |
| * | Merge 4.4.185 into android-4.4Greg Kroah-Hartman2019-07-101-0/+1
| |\|
| | * bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2019-07-101-0/+1
| | * asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland2019-04-031-6/+6
* | | Merge android-4.4.150 (5541782) into msm-4.4Srinivasarao P2018-08-281-4/+4
|\| |
| * | Merge 4.4.149 into android-4.4Greg Kroah-Hartman2018-08-171-4/+4
| |\|
| | * ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-171-4/+4
* | | Merge android-4.4.148 (f057ff9) into msm-4.4Srinivasarao P2018-08-241-0/+12
|\| |
| * | Merge 4.4.148 into android-4.4Greg Kroah-Hartman2018-08-151-0/+12
| |\|
| | * x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina2018-08-151-6/+6
| | * x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-08-151-0/+12
* | | Merge android-4.4.135 (c9d74f2) into msm-4.4Srinivasarao P2018-06-271-0/+15
|\| |
| * | Merge 4.4.134 into android-4.4Greg Kroah-Hartman2018-05-301-0/+15
| |\|
| | * asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov2018-05-301-0/+15
* | | Merge android-4.4.133 (3f51ea2) into msm-4.4Srinivasarao P2018-05-311-41/+9
|\| |
| * | Merge 4.4.133 into android-4.4Greg Kroah-Hartman2018-05-261-41/+9
| |\|
| | * futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-261-41/+9
* | | Merge android-4.4.127 (d6bbe8b) into msm-4.4Srinivasarao P2018-04-201-0/+10
|\| |
| * | Merge 4.4.125 into android-4.4Greg Kroah-Hartman2018-03-291-0/+10
| |\|
| | * mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-281-0/+10
* | | Merge android-4.4.113 (ef588ef) into msm-4.4Srinivasarao P2018-01-242-0/+101
|\| |
| * | Merge 4.4.113 into android-4.4Greg Kroah-Hartman2018-01-232-0/+101
| |\|
| | * EXPORT_SYMBOL() for asmAl Viro2018-01-231-0/+94
| | * x86/kbuild: enable modversions for symbols exported from asmAdam Borowski2018-01-231-0/+7
* | | Merge android-4.4.110 (5cc8c2e) into msm-4.4Srinivasarao P2018-01-181-0/+7
|\| |
| * | Merge 4.4.110 into android-4.4Greg Kroah-Hartman2018-01-061-0/+7
| |\|
| | * kaiser: cleanups while trying for gold linkHugh Dickins2018-01-051-10/+8
| | * KAISER: Kernel Address IsolationRichard Fellner2018-01-051-1/+10
| | * mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang2017-11-211-1/+3
* | | Merge android-4.4.106 (2fea039) into msm-4.4Srinivasarao P2018-01-182-4/+10
|\| |
| * | BACKPORT: irq: Make the irqentry text section unconditionalMasami Hiramatsu2017-12-142-8/+4