aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita3-31/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2-19/+0
2011-03-23asm-generic: use little-endian bitopsAkinobu Mita1-2/+2
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita3-4/+1
2011-03-23asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita1-24/+53
2011-03-23asm-generic: rename generic little-endian bitops functionsAkinobu Mita3-25/+25
2011-03-23bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita1-26/+20
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-27/+0
2011-03-22include/asm-generic/unistd.h: fix syncfs syscall numberAndrew Morton1-1/+1
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil1-1/+3
2011-03-20asm-generic: support clock_adjtime() in <asm-generic/unistd.h>Chris Metcalf1-1/+3
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32Linus Torvalds4-17/+87
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying1-0/+2
2011-03-17asm-generic headers: add arch-specific __strnlen_user calling in uaccess.hGuanXuetao1-3/+5
2011-03-17asm-generic headers: add ftrace.hGuanXuetao1-0/+16
2011-03-17asm-generic headers: add sizes.hGuanXuetao1-0/+47
2011-03-17asm-generic: fix inX/outX functions for architectures that have PCIGuanXuetao1-14/+19
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+1
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-13/+22
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+7
2011-03-15Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2011-03-15New kind of open files - "location only".Al Viro1-0/+4
2011-03-15unistd.h: Add new syscalls numbers to asm-genericAneesh Kumar K.V1-1/+5
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse1-4/+4
2011-03-11futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse1-1/+2
2011-03-08x86: Separate out entry text sectionJiri Olsa2-0/+7
2011-03-04Merge branch 'sched/urgent' into sched/coreIngo Molnar1-0/+2
2011-03-01asm-generic/user.h: Fix spelling in commentTobias Klauser1-2/+2
2011-02-28mm: <asm-generic/pgtable.h> must include <linux/mm_types.h>Ben Hutchings1-0/+2
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman1-12/+12
2011-02-17tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers1-0/+1
2011-02-16Merge commit 'v2.6.38-rc5' into sched/coreIngo Molnar1-12/+12
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt1-5/+4
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers1-3/+5
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt1-4/+3
2011-01-26time: Add nsecs_to_cputime64 interface for asm-genericVenkatesh Pallipadi1-0/+3
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-13/+22
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov1-0/+7
2011-01-16fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli1-11/+3
2011-01-13thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli1-0/+1
2011-01-13thp: add pmd mangling generic functionsAndrea Arcangeli1-60/+154
2011-01-13thp: special pmd_trans_* functionsAndrea Arcangeli1-0/+11
2011-01-13thp: mm: define MADV_HUGEPAGEAndrea Arcangeli1-0/+2
2011-01-13Revert "gpiolib: annotate gpio-intialization with __must_check"Linus Torvalds1-5/+5
2011-01-13gpiolib: annotate gpio-intialization with __must_checkWolfram Sang1-5/+5
2011-01-13include/asm-generic/vmlinux.lds.h: make readmostly section correctly alignShaohua Li1-1/+2
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds1-0/+30