aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+13
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-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-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-247/+0
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+48
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size changeAneesh Kumar K.V1-6/+21
2016-07-26mm: 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/crypto-2.6Linus Torvalds2-4/+75
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+9
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-30/+166
2016-07-15vmlinux.lds: account for destructor sectionsDmitry Vyukov1-0/+4
2016-07-14sched/cputime: Count actually elapsed irq & softirq timeRik van Riel1-0/+2
2016-07-07locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() APIDavidlohr Bueso1-0/+22
2016-06-20vmlinux.lds.h: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()Peter Zijlstra3-5/+95
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-1/+1
2016-06-14locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra1-0/+39
2016-06-13vmlinux.lds.h: allow arch specific handling of ro_after_init data sectionHeiko Carstens1-1/+9
2016-06-08locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock()Pan Xinhui1-3/+2
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra2-2/+6
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low1-16/+0
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low1-3/+3
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra1-36/+17
2016-06-04char/genrtc: remove the rest of the driverArnd Bergmann1-51/+0
2016-06-04rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann1-201/+5
2016-05-31asm-generic/io.h: add io{read,write}64 accessorsHoria Geantă2-0/+71
2016-05-31asm-generic/io.h: allow barriers in io{read,write}{16,32}beHoria Geantă1-4/+4
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-05-20locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra1-1/+26
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+8
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins1-0/+8
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+2
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-15/+14
2016-05-17sched/preempt: Fix preempt_count manipulationsPeter Zijlstra1-2/+2
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+10
2016-05-13SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan1-15/+0
2016-05-13seccomp: Get compat syscalls from asm-generic headerMatt Redfearn1-0/+14
2016-05-09Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel1-2/+2
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar1-2/+6
2016-05-03io-64-nonatomic: Add relaxed accessor variantsRobin Murphy1-2/+2
2016-04-21asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier1-2/+6
2016-04-13x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov1-1/+3
2016-04-13locking/rwsem: Introduce basis for down_write_killable()Michal Hocko1-0/+12
2016-04-13locking/rwsem: Get rid of __down_write_nested()Michal Hocko1-6/+1