summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-0/+1
|\
| * Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-241-12/+12
| |\
| * | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers2011-02-171-0/+1
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-13/+22
|\ \ \
| * | | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-13/+22
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-161-0/+3
|\ \ \
| * \ \ Merge branch 'sched/urgent' into sched/coreIngo Molnar2011-03-041-0/+2
| |\ \ \
| * \ \ \ Merge commit 'v2.6.38-rc5' into sched/coreIngo Molnar2011-02-161-12/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | time: Add nsecs_to_cputime64 interface for asm-genericVenkatesh Pallipadi2011-01-261-0/+3
| | |_|/ | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-162-0/+7
|\ \ \ \
| * | | | x86: Separate out entry text sectionJiri Olsa2011-03-082-0/+7
| | |_|/ | |/| |
* | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-161-3/+4
|\ \ \ \
| * | | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-4/+4
| * | | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-1/+2
| |/ / /
* | | | New kind of open files - "location only".Al Viro2011-03-151-0/+4
* | | | unistd.h: Add new syscalls numbers to asm-genericAneesh Kumar K.V2011-03-151-1/+5
|/ / /
* | / mm: <asm-generic/pgtable.h> must include <linux/mm_types.h>Ben Hutchings2011-03-011-0/+2
| |/ |/|
* | tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-031-5/+4Star
* | tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-031-3/+5
* | tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-031-4/+3Star
|/
* 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-171-11/+3Star
* thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli2011-01-141-0/+1
* thp: add pmd mangling generic functionsAndrea Arcangeli2011-01-141-60/+154
* thp: special pmd_trans_* functionsAndrea Arcangeli2011-01-141-0/+11
* thp: mm: define MADV_HUGEPAGEAndrea Arcangeli2011-01-141-0/+2
* Revert "gpiolib: annotate gpio-intialization with __must_check"Linus Torvalds2011-01-141-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-111-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-081-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-171-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-291-1/+2
|\
| * initramfs: fix initramfs size calculationHendrik Brueckner2010-09-291-1/+2
* | taskstats: use real microsecond granularity for CPU timesMichael Holzheu2010-10-281-3/+3
* | gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.hAnton Vorontsov2010-10-281-2/+2
* | vmlinux.lds.h: lower init ramfs alignment to 4Mike Frysinger2010-10-271-1/+1
* | vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATAMike Frysinger2010-10-271-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-231-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-231-5/+9
|\ \ \
| * | | percpu: Optimize __get_cpu_var()Brian Gerst2010-09-101-4/+3Star
| * | | x86, percpu: Optimize this_cpu_ptrBrian Gerst2010-09-101-2/+7