aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-18asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix buildKirill A. Shutemov1-4/+2
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanupOlof Johansson1-1/+12
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2-2/+11
2013-01-10irqchip: add basic infrastructureThomas Petazzoni1-1/+11
2013-01-04mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko1-0/+9
2013-01-03include: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2013-01-02clocksource: add common of_clksrc_init() functionStephen Warren1-0/+9
2012-12-26CONFIG_GENERIC_SIGALTSTACK build breakage with asm-generic/syscalls.hVineet Gupta1-0/+2
2012-12-25asm-generic/dma-mapping-broken.h: Provide dma_alloc_attrs()/dma_free_attrs()Geert Uytterhoeven1-0/+16
2012-12-21Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-32/+5
2012-12-17asm-generic: io: don't perform swab during {in,out} string functionsWill Deacon1-6/+6
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+110
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+20
2012-12-12asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov1-0/+26
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-22/+0
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+16
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+4
2012-12-11mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli1-0/+106
2012-12-11x86/mm: Introduce pte_accessible()Rik van Riel1-0/+4
2012-12-09asm-generic/mmu.h: Add support for FDPICLars-Peter Clausen1-0/+5
2012-12-09asm-generic/mmu.h: Remove unused vmlist field from mm_context_tLars-Peter Clausen1-1/+0
2012-11-30s390/pci: base supportJan Glauber1-1/+20
2012-11-29unify default ptrace_signal_deliverAl Viro1-2/+0
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-12/+0
2012-11-28consolidate sys_execve() prototypeAl Viro1-7/+0
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro1-4/+3
2012-11-21gpiolib: rename pin range argumentsLinus Walleij1-2/+2
2012-11-21gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij1-2/+4
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+16
2012-11-11gpiolib: iron out include ladder mistakesLinus Walleij1-21/+35