summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2014-11-18upstream: Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-20/+0
2014-11-18arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst3-13/+9
2014-11-18drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski1-28/+0
2014-05-30mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman1-8/+23
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-1/+1
2013-10-13mm: Fix generic hugetlb pte check return type.David Miller1-2/+2
2013-08-20Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-1/+1
2013-06-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra1-16/+1
2013-06-05KVM: add kvm_para_available to asm-generic/kvm_para.hJames Hogan1-0/+5
2013-05-22kernel: Fix s390 absolute memory access for /dev/memMichael Holzheu1-0/+4
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+19
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+2
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker5-7/+66
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-17/+0
2013-04-29mm: allow arch code to control the user page table ceilingHugh Dickins1-0/+10
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer1-0/+40
2013-04-26cputime_nsecs: use math64.h for nsec resolution conversion helpersKevin Hilman1-9/+19
2013-04-12x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen1-1/+6
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell2-15/+5
2013-03-13asm-generic: move cmpxchg*_local defs to cmpxchg.hJonas Bonn2-6/+10
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-17/+0
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+10
2013-03-02asm-generic/unistd.h: handle symbol prefixes in cond_syscallJames Hogan1-1/+8
2013-03-02asm-generic/io.h: check CONFIG_VIRT_TO_BUSJames Hogan1-0/+2
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+17
2013-02-26Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-4/+4
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2013-02-26Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-44/+42
2013-02-24cputime: Constify timeval_to_cputime(timeval) argumentLi Zhong1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-19/+0
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-13/+17
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+21
2013-02-20Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-0/+10
2013-02-19generic: Use raw local irq variant for generic cmpxchgIngo Molnar1-4/+4
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-10/+0
2013-02-14asm-generic/io.h: convert readX defines to functionsHeiko Carstens1-3/+17
2013-02-14burying unused conditionalsAl Viro2-10/+0
2013-02-12asm-generic: io: Fix ioread16/32be and iowrite16/32beMichal Simek1-4/+4
2013-02-11gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot1-0/+3
2013-02-11asm-generic headers: Allow yet more arch overrides in checksum.hVineet Gupta1-0/+4
2013-02-11asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()Vineet Gupta1-0/+11
2013-02-11asm-generic headers: uaccess.h to conditionally define segment_eq()Vineet Gupta1-1/+2
2013-02-09gpiolib: link all gpio_chips using a listAlexandre Courbot1-0/+2
2013-02-05Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/...Grant Likely1-44/+37
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar3-60/+182
2013-02-04gpiolib: remove gpiochip_reserve()Alexandre Courbot1-1/+0
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro1-4/+0
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-5/+0