summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel2020-08-211-1/+4
* include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann2020-06-031-1/+1
* asm-generic: fix -Wtype-limits compiler warningsQian Cai2019-08-251-30/+20
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2019-07-101-0/+1
* locking/qspinlock: Pull in asm/byteorder.h to ensure correct endiannessDave Airlie2019-01-261-0/+2
* locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)2018-12-211-1/+1
* locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2018-12-211-2/+30
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-171-4/+4
* x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina2018-08-151-12/+13
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-08-151-0/+12
* asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov2018-05-301-0/+15
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-191-41/+9
* earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-05-011-1/+1
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-281-0/+10
* kaiser: cleanups while trying for gold linkHugh Dickins2018-01-051-10/+8
* KAISER: Kernel Address IsolationRichard Fellner2018-01-051-1/+10
* percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland2017-10-121-2/+22
* cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo2017-09-071-1/+5
* kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATI...Nicholas Piggin2017-08-301-12/+26
* asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek2017-01-121-0/+6
* x86/kbuild: enable modversions for symbols exported from asmAdam Borowski2017-01-061-0/+7
* Revert "default exported asm symbols to zero"Linus Torvalds2016-12-071-1/+0
* default exported asm symbols to zeroArnd Bergmann2016-12-021-0/+1
* mm: kmemleak: scan .data.ro_after_initJakub Kicinski2016-11-112-1/+7
* percpu: use notrace variant of preempt_disable/preempt_enableHeiko Carstens2016-11-081-2/+2
* kconfig.h: remove config_enabled() macroMasahiro Yamada2016-10-271-1/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-142-23/+128
|\
| * kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin2016-09-221-5/+10
| * kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2016-09-091-23/+29
| * EXPORT_SYMBOL() for asmAl Viro2016-08-071-0/+94
* | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2016-10-141-23/+30
|\ \
| * | percpu: improve generic percpu modify-return implementationNicholas Piggin2016-09-221-23/+30
| |/
* | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-10-141-7/+0
|\ \
| * | libata: remove <asm-generic/libata-portmap.h>Christoph Hellwig2016-09-221-7/+0
* | | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-4/+0
|\ \ \
| * | | exceptions: detritus removalAl Viro2016-09-271-4/+0
* | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+6
* | | | mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-0/+3
|/ / /
* | | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-7/+13
|\ \ \ | |/ / |/| |
| * | asm-generic: make get_user() clear the destination on errorsAl Viro2016-09-131-3/+7
| * | asm-generic: make copy_from_user() zero the destination properlyAl Viro2016-09-091-4/+6
* | | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-0/+1
|/ /
* / locking/qrwlock: Fix write unlock bug on big endian systemspan xinhui2016-08-101-2/+25
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-247/+0
|\
| * char/genrtc: remove the rest of the driverArnd Bergmann2016-06-041-51/+0
| * rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann2016-06-041-201/+5
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+1
|\ \
| * | vmlinux.lds.h: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-06-201-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-11/+48
|\ \
| * | mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-261-6/+21