summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2013-12-201-3/+2Star
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-191-1/+1
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-171-24/+11Star
|\
| * sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra2013-12-111-24/+11Star
* | word-at-a-time: provide generic big-endian zero_bytemask implementationWill Deacon2013-12-121-0/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-241-0/+14
|\
| * crypto: create generic version of ablk_helperArd Biesheuvel2013-09-231-0/+14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\ \
| * | __page_to_pfn: Fix typo in commentZhang Yanfei2013-10-141-1/+1
| |/
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-151-0/+1
|\ \
| * | kernel: add support for init_array constructorsFrantisek Hrbata2013-10-171-0/+1
* | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-2/+10
|\ \ \
| * | | bitops/find: clarify and extend documentationCody P Schafer2013-11-131-2/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
* | | | Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-121-160/+65Star
|\ \ \ \
| * | | | gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot2013-10-191-160/+62Star
| * | | | Merge tag 'v3.12-rc4' into develLinus Walleij2013-10-162-2/+3
| |\| | |
| * | | | gpio: add API to be strict about GPIO IRQ usageLinus Walleij2013-10-161-0/+3
| | |/ / | |/| |
* | | | Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+10
|\ \ \ \
| * | | | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert2013-10-161-0/+10
| | |/ / | |/| |
* | | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-092-2/+3
|\| | |
| * | | mm: Fix generic hugetlb pte check return type.David Miller2013-10-031-2/+2
| * | | include/asm-generic/vtime.h: avoid zero-length fileAndrew Morton2013-09-301-0/+1
| |/ /
* | | sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra2013-09-281-8/+0Star
* | | sched, x86: Optimize the preempt_schedule() callPeter Zijlstra2013-09-251-0/+10
* | | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-251-0/+35
* | | sched: Create more preempt_count accessorsPeter Zijlstra2013-09-251-0/+14
* | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+54
|/ /
* | Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2013-09-091-28/+0Star
|\ \ | |/ |/|
| * drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski2013-08-271-28/+0Star
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-041-0/+0
|\ \
| * | vtime: Describe overriden functions in dedicated arch headersFrederic Weisbecker2013-08-141-0/+0
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-041-1/+6
|\ \
| * \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-09-031-1/+6
| |\ \
| | * | tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)2013-07-261-1/+6
| | |/
* | / s390/mm: implement software referenced bitsMartin Schwidefsky2013-08-291-4/+0Star
|/ /
* | Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-1/+1
* | mm: save soft-dirty bits on file pagesCyrill Gorcunov2013-08-141-0/+15
* | mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2013-08-141-0/+15
|/
* Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-071-12/+0Star
|\
| * modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker2013-06-261-12/+0Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-2/+3
|\ \
| * | mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V2013-06-201-2/+3
| |/
* | rapidio: convert switch drivers to modulesAlexandre Bounine2013-07-041-7/+0Star
* | vmlinux.lds: add comments for global variables and clean up useless declarationsJiang Liu2013-07-041-1/+20
* | mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-041-0/+22
* | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-031-5/+5
|\ \
| * | asm-generic: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-5/+5
* | | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-033-13/+9Star
|\ \ \