summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2011-03-01Merge remote-tracking branch 'tty/tty-next'Stephen Rothwell
2011-03-01Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell
2011-03-01Merge remote-tracking branch 'kvm/linux-next'Stephen Rothwell
2011-02-28Merge remote branch 'tip/sched/core' into HEADAvi Kivity
2011-02-28mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying
2011-02-26asm-generic headers: add arch-specific __strnlen_user calling in uaccess.hGuanXuetao
2011-02-26asm-generic headers: add ftrace.hGuanXuetao
2011-02-26asm-generic headers: add sizes.hGuanXuetao
2011-02-26asm-generic: fix inX/outX functions for architectures that have PCIGuanXuetao
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman
2011-02-17tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt
2011-01-26time: Add nsecs_to_cputime64 interface for asm-genericVenkatesh Pallipadi
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov
2011-01-16fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli
2011-01-13thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli
2011-01-13thp: add pmd mangling generic functionsAndrea Arcangeli
2011-01-13thp: special pmd_trans_* functionsAndrea Arcangeli
2011-01-13thp: mm: define MADV_HUGEPAGEAndrea Arcangeli
2011-01-13Revert "gpiolib: annotate gpio-intialization with __must_check"Linus Torvalds
2011-01-13gpiolib: annotate gpio-intialization with __must_checkWolfram Sang
2011-01-13include/asm-generic/vmlinux.lds.h: make readmostly section correctly alignShaohua Li
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-01-10asm-generic/io.h: add reads[bwl]/writes[bwl] helpersMike Frysinger
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2010-12-23of: Add support for linking device tree blobs into vmlinuxDirk Brandewie
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-12-16TTY: Add tty ioctl to figure device node of the system console.Werner Fink
2010-11-01asm-generic/stat.h: support 64-bit file time_t for stat()Chris Metcalf
2010-10-30audit: make link()/linkat() match "attribute change" predicateAl Viro
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2010-10-27taskstats: use real microsecond granularity for CPU timesMichael Holzheu
2010-10-27gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.hAnton Vorontsov
2010-10-26vmlinux.lds.h: lower init ramfs alignment to 4Mike Frysinger
2010-10-26vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATAMike Frysinger
2010-10-25[S390] add support for nonquiescing sskeMartin Schwidefsky
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds
2010-10-22ioctl: Use asm-generic/ioctls.h on cris (enables termiox)Jeff Mahoney
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-10-21x86-32, percpu: Correct the ordering of the percpu readmostly sectionH. Peter Anvin
2010-10-20percpu: Introduce a read-mostly percpu APIShaohua Li
2010-10-18asm-generic/io.h: allow people to override individual funcsMike Frysinger
2010-10-09bitops: remove duplicated extern declarationsAkinobu Mita