summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* mm: <asm-generic/pgtable.h> must include <linux/mm_types.h>Ben Hutchings2011-02-281-0/+2
* tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-031-5/+4
* tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-031-3/+5
* tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-021-4/+3
* module: show version information for built-in modules in sysfsDmitry Torokhov2011-01-241-0/+7
* fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli2011-01-161-11/+3
* thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli2011-01-131-0/+1
* thp: add pmd mangling generic functionsAndrea Arcangeli2011-01-131-60/+154
* thp: special pmd_trans_* functionsAndrea Arcangeli2011-01-131-0/+11
* thp: mm: define MADV_HUGEPAGEAndrea Arcangeli2011-01-131-0/+2
* Revert "gpiolib: annotate gpio-intialization with __must_check"Linus Torvalds2011-01-131-5/+5
* gpiolib: annotate gpio-intialization with __must_checkWolfram Sang2011-01-131-5/+5
* include/asm-generic/vmlinux.lds.h: make readmostly section correctly alignShaohua Li2011-01-131-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-01-101-0/+30
|\
| * asm-generic/io.h: add reads[bwl]/writes[bwl] helpersMike Frysinger2011-01-101-0/+30
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-101-2/+11
|\ \ | |/ |/|
| * of: Add support for linking device tree blobs into vmlinuxDirk Brandewie2010-12-231-2/+11
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-4/+4
|\ \
| * | core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-4/+4
| |/
* | TTY: Add tty ioctl to figure device node of the system console.Werner Fink2010-12-161-0/+1
|/
* asm-generic/stat.h: support 64-bit file time_t for stat()Chris Metcalf2010-11-011-7/+7
* audit: make link()/linkat() match "attribute change" predicateAl Viro2010-10-301-0/+4
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-10-281-1/+2
|\
| * initramfs: fix initramfs size calculationHendrik Brueckner2010-09-291-1/+2
* | taskstats: use real microsecond granularity for CPU timesMichael Holzheu2010-10-271-3/+3
* | gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.hAnton Vorontsov2010-10-271-2/+2
* | vmlinux.lds.h: lower init ramfs alignment to 4Mike Frysinger2010-10-261-1/+1
* | vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATAMike Frysinger2010-10-261-0/+1
* | [S390] add support for nonquiescing sskeMartin Schwidefsky2010-10-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-221-0/+2
|\ \
| * | ioctl: Use asm-generic/ioctls.h on cris (enables termiox)Jeff Mahoney2010-10-221-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-221-5/+9
|\ \ \
| * | | percpu: Optimize __get_cpu_var()Brian Gerst2010-09-101-4/+3
| * | | x86, percpu: Optimize this_cpu_ptrBrian Gerst2010-09-101-2/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2010-10-226-40/+83
|\ \ \ \
| * | | | asm-generic/io.h: allow people to override individual funcsMike Frysinger2010-10-181-0/+26
| * | | | bitops: remove duplicated extern declarationsAkinobu Mita2010-10-091-2/+12
| * | | | bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-091-0/+25
| * | | | asm-generic: kdebug.h: Checkpatch cleanupAndrea Gelmini2010-10-091-1/+1
| * | | | asm-generic: fcntl: make exported headers use strict posix typesLucian Adrian Grijincu2010-10-091-1/+1
| * | | | asm-generic: cmpxchg does not handle non-long argumentsMathieu Lacage2010-10-091-19/+1
| * | | | asm-generic: make atomic_add_unless a functionMathieu Lacage2010-10-091-17/+17
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-213-31/+27
|\ \ \ \
| * | | | Fix IRQ flag handling namingDavid Howells2010-10-074-32/+27
| |/ / /
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-212-0/+8
|\ \ \ \
| * | | | x86-32, percpu: Correct the ordering of the percpu readmostly sectionH. Peter Anvin2010-10-211-1/+1
| * | | | percpu: Introduce a read-mostly percpu APIShaohua Li2010-10-201-0/+4
| * | | | x86, mm: Avoid unnecessary TLB flushShaohua Li2010-08-231-0/+4
* | | | | jump label: Base patch for jump labelJason Baron2010-09-221-0/+10
* | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-152-6/+23
|\ \ \ \ \ | | |/ / / | |/| | |
OpenPOWER on IntegriCloud