index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Lines
2011-03-23
asm-generic: use little-endian bitops
Akinobu Mita
-2
/
+2
2011-03-23
bitops: introduce little-endian bitops for most architectures
Akinobu Mita
-4
/
+1
2011-03-23
asm-generic: change little-endian bitops to take any pointer types
Akinobu Mita
-24
/
+53
2011-03-23
asm-generic: rename generic little-endian bitops functions
Akinobu Mita
-25
/
+25
2011-03-23
bitops: merge little and big endian definisions in asm-generic/bitops/le.h
Akinobu Mita
-26
/
+20
2011-03-22
add the common dma_addr_t typedef to include/linux/types.h
FUJITA Tomonori
-27
/
+0
2011-03-22
include/asm-generic/unistd.h: fix syncfs syscall number
Andrew Morton
-1
/
+1
2011-03-21
introduce sys_syncfs to sync a single file system
Sage Weil
-1
/
+3
2011-03-20
asm-generic: support clock_adjtime() in <asm-generic/unistd.h>
Chris Metcalf
-1
/
+3
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-2
/
+2
2011-03-17
Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-0
/
+2
2011-03-17
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...
Linus Torvalds
-17
/
+87
2011-03-17
mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally
Huang Ying
-0
/
+2
2011-03-17
asm-generic headers: add arch-specific __strnlen_user calling in uaccess.h
GuanXuetao
-3
/
+5
2011-03-17
asm-generic headers: add ftrace.h
GuanXuetao
-0
/
+16
2011-03-17
asm-generic headers: add sizes.h
GuanXuetao
-0
/
+47
2011-03-17
asm-generic: fix inX/outX functions for architectures that have PCI
GuanXuetao
-14
/
+19
2011-03-16
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-0
/
+1
2011-03-16
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
-13
/
+22
2011-03-15
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+3
2011-03-15
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+7
2011-03-15
Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+4
2011-03-15
New kind of open files - "location only".
Al Viro
-0
/
+4
2011-03-15
unistd.h: Add new syscalls numbers to asm-generic
Aneesh Kumar K.V
-1
/
+5
2011-03-11
futex: Sanitize futex ops argument types
Michel Lespinasse
-4
/
+4
2011-03-11
futex: Sanitize cmpxchg_futex_value_locked API
Michel Lespinasse
-1
/
+2
2011-03-08
x86: Separate out entry text section
Jiri Olsa
-0
/
+7
2011-03-04
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
-0
/
+2
2011-03-01
asm-generic/user.h: Fix spelling in comment
Tobias Klauser
-2
/
+2
2011-02-28
mm: <asm-generic/pgtable.h> must include <linux/mm_types.h>
Ben Hutchings
-0
/
+2
2011-02-24
Merge 2.6.38-rc6 into tty-next
Greg Kroah-Hartman
-12
/
+12
2011-02-17
tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys
Kay Sievers
-0
/
+1
2011-02-16
Merge commit 'v2.6.38-rc5' into sched/core
Ingo Molnar
-12
/
+12
2011-02-03
tracing: Replace syscall_meta_data struct array with pointer array
Steven Rostedt
-5
/
+4
2011-02-03
tracepoints: Fix section alignment using pointer array
Mathieu Desnoyers
-3
/
+5
2011-02-02
tracing: Replace trace_event struct array with pointer array
Steven Rostedt
-4
/
+3
2011-01-26
time: Add nsecs_to_cputime64 interface for asm-generic
Venkatesh Pallipadi
-0
/
+3
2011-01-25
percpu: align percpu readmostly subsection to cacheline
Tejun Heo
-13
/
+22
2011-01-24
module: show version information for built-in modules in sysfs
Dmitry Torokhov
-0
/
+7
2011-01-16
fix non-x86 build failure in pmdp_get_and_clear
Andrea Arcangeli
-11
/
+3
2011-01-13
thp: mm: define MADV_NOHUGEPAGE
Andrea Arcangeli
-0
/
+1
2011-01-13
thp: add pmd mangling generic functions
Andrea Arcangeli
-60
/
+154
2011-01-13
thp: special pmd_trans_* functions
Andrea Arcangeli
-0
/
+11
2011-01-13
thp: mm: define MADV_HUGEPAGE
Andrea Arcangeli
-0
/
+2
2011-01-13
Revert "gpiolib: annotate gpio-intialization with __must_check"
Linus Torvalds
-5
/
+5
2011-01-13
gpiolib: annotate gpio-intialization with __must_check
Wolfram Sang
-5
/
+5
2011-01-13
include/asm-generic/vmlinux.lds.h: make readmostly section correctly align
Shaohua Li
-1
/
+2
2011-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
-0
/
+30
2011-01-10
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
-2
/
+11
2011-01-10
asm-generic/io.h: add reads[bwl]/writes[bwl] helpers
Mike Frysinger
-0
/
+30
[prev]
[next]