summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2019-08-25asm-generic: fix -Wtype-limits compiler warningsQian Cai1-30/+20
2019-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-0/+1
2019-01-26locking/qspinlock: Pull in asm/byteorder.h to ensure correct endiannessDave Airlie1-0/+2
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 Deacon1-2/+30
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya1-4/+4
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 Kleen1-0/+12
2018-05-30asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov1-0/+15
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-41/+9
2018-05-02earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-1/+1
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+10
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins1-10/+8
2018-01-05KAISER: Kernel Address IsolationRichard Fellner1-1/+10
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 Borowski1-0/+7
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 Kicinski2-1/+7
2016-11-08percpu: use notrace variant of preempt_disable/preempt_enableHeiko Carstens1-2/+2
2016-10-28kconfig.h: remove config_enabled() macroMasahiro Yamada1-1/+1
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-23/+128
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-23/+30
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds1-7/+0
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+0
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+6
2016-10-08mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie1-0/+3
2016-09-28exceptions: detritus removalAl Viro1-4/+0
2016-09-22percpu: improve generic percpu modify-return implementationNicholas Piggin1-23/+30
2016-09-22libata: remove <asm-generic/libata-portmap.h>Christoph Hellwig1-7/+0
2016-09-22kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin1-5/+10
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+13
2016-09-14asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2016-09-10asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin1-23/+29
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-0/+1
2016-08-10locking/qrwlock: Fix write unlock bug on big endian systemspan xinhui1-2/+25
2016-08-08EXPORT_SYMBOL() for asmAl Viro1-0/+94
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-247/+0
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+48
2016-07-27mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V1-6/+21
2016-07-27mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-11/+33
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-4/+75
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+9
2016-07-26Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-30/+166