aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra1-16/+1
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/kernel/git/tip/tipLinus Torvalds1-9/+19
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus 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/viro/signalLinus 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/git/jhogan/metagLinus 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/git/vgupta/arcLinus 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/kernel/git/tip/tipLinus 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/viro/signalLinus Torvalds2-19/+0
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus 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/linusw/linux-gpio.git into gpio/nextGrant Likely1-44/+37
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo 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
2013-01-27Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson3-4/+20
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2-1/+15
2013-01-27cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker1-2/+8
2013-01-27cputime: Librarize per nsecs resolution cputime definitionsFrederic Weisbecker3-61/+163
2013-01-24clk: add common of_clk_init() functionPrashant Gaikwad1-0/+10
2013-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-0/+16
2013-01-22gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo1-6/+0
2013-01-22gpio: fix warning of 'struct gpio_chip' declarationShawn Guo1-37/+37
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+2