aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2-28/+14
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+15
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-13/+29
2013-12-20mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov1-3/+2
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-1/+1
2013-12-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+11
2013-12-12word-at-a-time: provide generic big-endian zero_bytemask implementationWill Deacon1-0/+8
2013-12-11sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra1-24/+11
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+14
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+1
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-2/+10
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-13bitops/find: clarify and extend documentationCody P Schafer1-2/+10
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-160/+65
2013-11-12Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+10
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-10-19gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot1-160/+62
2013-10-17kernel: add support for init_array constructorsFrantisek Hrbata1-0/+1
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert1-0/+10
2013-10-16Merge tag 'v3.12-rc4' into develLinus Walleij2-2/+3
2013-10-16gpio: add API to be strict about GPIO IRQ usageLinus Walleij1-0/+3
2013-10-14__page_to_pfn: Fix typo in commentZhang Yanfei1-1/+1
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2-2/+3
2013-10-02mm: Fix generic hugetlb pte check return type.David Miller1-2/+2
2013-09-30include/asm-generic/vtime.h: avoid zero-length fileAndrew Morton1-0/+1
2013-09-28sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra1-8/+0
2013-09-25sched, x86: Optimize the preempt_schedule() callPeter Zijlstra1-0/+10
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-0/+35
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra1-0/+14
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+54
2013-09-24crypto: create generic version of ablk_helperArd Biesheuvel1-0/+14
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-28/+0
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+0
2013-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+6
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky1-4/+0
2013-08-27drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski1-28/+0
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-1/+1
2013-08-14vtime: Describe overriden functions in dedicated arch headersFrederic Weisbecker1-0/+0
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov1-0/+15
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov1-0/+15
2013-07-26tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)1-1/+6
2013-07-07Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-12/+0
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+3
2013-07-03rapidio: convert switch drivers to modulesAlexandre Bounine1-7/+0
2013-07-03vmlinux.lds: add comments for global variables and clean up useless declarationsJiang Liu1-1/+20
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-0/+22
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2013-07-02Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-13/+9