aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
...
* | | WARN_ON_SMP(): Add comment to explain ({0;})Steven Rostedt2011-03-281-0/+7
|/ /
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-251-1/+27
|\ \ | |/ |/|
| * WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt2011-03-251-1/+27
* | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-233-31/+0
* | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-232-19/+0
* | asm-generic: use little-endian bitopsAkinobu Mita2011-03-231-2/+2
* | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-233-4/+1
* | asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita2011-03-231-24/+53
* | asm-generic: rename generic little-endian bitops functionsAkinobu Mita2011-03-233-25/+25
* | bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita2011-03-231-26/+20
* | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-221-27/+0
* | include/asm-generic/unistd.h: fix syncfs syscall numberAndrew Morton2011-03-221-1/+1
* | introduce sys_syncfs to sync a single file systemSage Weil2011-03-211-1/+3
|/
* asm-generic: support clock_adjtime() in <asm-generic/unistd.h>Chris Metcalf2011-03-201-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-2/+2
|\
| * asm-generic/user.h: Fix spelling in commentTobias Klauser2011-03-011-2/+2
* | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-03-171-0/+2
|\ \
| * | mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying2011-03-171-0/+2
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds2011-03-174-17/+87
|\ \ \ | |/ / |/| |
| * | asm-generic headers: add arch-specific __strnlen_user calling in uaccess.hGuanXuetao2011-03-171-3/+5
| * | asm-generic headers: add ftrace.hGuanXuetao2011-03-171-0/+16
| * | asm-generic headers: add sizes.hGuanXuetao2011-03-171-0/+47
| * | asm-generic: fix inX/outX functions for architectures that have PCIGuanXuetao2011-03-171-14/+19
* | | 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-151-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-152-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-151-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-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