summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2017-10-12percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland
2017-09-07cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo
2017-08-30kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATI...Nicholas Piggin
2017-01-12asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek
2017-01-06x86/kbuild: enable modversions for symbols exported from asmAdam Borowski
2016-12-07Revert "default exported asm symbols to zero"Linus Torvalds
2016-12-02default exported asm symbols to zeroArnd Bergmann
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski
2016-11-08percpu: use notrace variant of preempt_disable/preempt_enableHeiko Carstens
2016-10-27kconfig.h: remove config_enabled() macroMasahiro Yamada
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie
2016-09-27exceptions: detritus removalAl Viro
2016-09-22percpu: improve generic percpu modify-return implementationNicholas Piggin
2016-09-22libata: remove <asm-generic/libata-portmap.h>Christoph Hellwig
2016-09-22kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-13asm-generic: make get_user() clear the destination on errorsAl Viro
2016-09-09asm-generic: make copy_from_user() zero the destination properlyAl Viro
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf
2016-08-10locking/qrwlock: Fix write unlock bug on big endian systemspan xinhui
2016-08-07EXPORT_SYMBOL() for asmAl Viro
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-15vmlinux.lds: account for destructor sectionsDmitry Vyukov
2016-07-14sched/cputime: Count actually elapsed irq & softirq timeRik van Riel
2016-07-07locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() APIDavidlohr Bueso
2016-06-20vmlinux.lds.h: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra
2016-06-14locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra
2016-06-13vmlinux.lds.h: allow arch specific handling of ro_after_init data sectionHeiko Carstens
2016-06-08locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock()Pan Xinhui
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low