| Commit message (Expand) | Author | Age | Files | Lines |
* | asm-generic: support clock_adjtime() in <asm-generic/unistd.h> | Chris Metcalf | 2011-03-20 | 1 | -1/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-03-18 | 1 | -2/+2 |
|\ |
|
| * | asm-generic/user.h: Fix spelling in comment | Tobias Klauser | 2011-03-01 | 1 | -2/+2 |
* | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-03-18 | 1 | -0/+2 |
|\ \ |
|
| * | | mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally | Huang Ying | 2011-03-17 | 1 | -0/+2 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi... | Linus Torvalds | 2011-03-17 | 4 | -17/+87 |
|\ \ \
| |/ /
|/| | |
|
| * | | asm-generic headers: add arch-specific __strnlen_user calling in uaccess.h | GuanXuetao | 2011-03-17 | 1 | -3/+5 |
| * | | asm-generic headers: add ftrace.h | GuanXuetao | 2011-03-17 | 1 | -0/+16 |
| * | | asm-generic headers: add sizes.h | GuanXuetao | 2011-03-17 | 1 | -0/+47 |
| * | | asm-generic: fix inX/outX functions for architectures that have PCI | GuanXuetao | 2011-03-17 | 1 | -14/+19 |
* | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-03-16 | 1 | -0/+1 |
|\ \ \ |
|
| * \ \ | Merge 2.6.38-rc6 into tty-next | Greg Kroah-Hartman | 2011-02-24 | 1 | -12/+12 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys | Kay Sievers | 2011-02-17 | 1 | -0/+1 |
* | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-03-16 | 1 | -13/+22 |
|\ \ \ \ |
|
| * | | | | percpu: align percpu readmostly subsection to cacheline | Tejun Heo | 2011-01-25 | 1 | -13/+22 |
| |/ / / |
|
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-03-16 | 1 | -0/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2011-03-04 | 1 | -0/+2 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge commit 'v2.6.38-rc5' into sched/core | Ingo Molnar | 2011-02-16 | 1 | -12/+12 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | time: Add nsecs_to_cputime64 interface for asm-generic | Venkatesh Pallipadi | 2011-01-26 | 1 | -0/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-03-16 | 2 | -0/+7 |
|\ \ \ \ |
|
| * | | | | x86: Separate out entry text section | Jiri Olsa | 2011-03-08 | 2 | -0/+7 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-03-16 | 1 | -3/+4 |
|\ \ \ \ |
|
| * | | | | futex: Sanitize futex ops argument types | Michel Lespinasse | 2011-03-11 | 1 | -4/+4 |
| * | | | | futex: Sanitize cmpxchg_futex_value_locked API | Michel Lespinasse | 2011-03-11 | 1 | -1/+2 |
| |/ / / |
|
* | | | | New kind of open files - "location only". | Al Viro | 2011-03-15 | 1 | -0/+4 |
* | | | | unistd.h: Add new syscalls numbers to asm-generic | Aneesh Kumar K.V | 2011-03-15 | 1 | -1/+5 |
|/ / / |
|
* | / | mm: <asm-generic/pgtable.h> must include <linux/mm_types.h> | Ben Hutchings | 2011-03-01 | 1 | -0/+2 |
| |/
|/| |
|
* | | tracing: Replace syscall_meta_data struct array with pointer array | Steven Rostedt | 2011-02-03 | 1 | -5/+4 |
* | | tracepoints: Fix section alignment using pointer array | Mathieu Desnoyers | 2011-02-03 | 1 | -3/+5 |
* | | tracing: Replace trace_event struct array with pointer array | Steven Rostedt | 2011-02-03 | 1 | -4/+3 |
|/ |
|
* | module: show version information for built-in modules in sysfs | Dmitry Torokhov | 2011-01-24 | 1 | -0/+7 |
* | fix non-x86 build failure in pmdp_get_and_clear | Andrea Arcangeli | 2011-01-17 | 1 | -11/+3 |
* | thp: mm: define MADV_NOHUGEPAGE | Andrea Arcangeli | 2011-01-14 | 1 | -0/+1 |
* | thp: add pmd mangling generic functions | Andrea Arcangeli | 2011-01-14 | 1 | -60/+154 |
* | thp: special pmd_trans_* functions | Andrea Arcangeli | 2011-01-14 | 1 | -0/+11 |
* | thp: mm: define MADV_HUGEPAGE | Andrea Arcangeli | 2011-01-14 | 1 | -0/+2 |
* | Revert "gpiolib: annotate gpio-intialization with __must_check" | Linus Torvalds | 2011-01-14 | 1 | -5/+5 |
* | gpiolib: annotate gpio-intialization with __must_check | Wolfram Sang | 2011-01-13 | 1 | -5/+5 |
* | include/asm-generic/vmlinux.lds.h: make readmostly section correctly align | Shaohua Li | 2011-01-13 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 2011-01-11 | 1 | -0/+30 |
|\ |
|
| * | asm-generic/io.h: add reads[bwl]/writes[bwl] helpers | Mike Frysinger | 2011-01-10 | 1 | -0/+30 |
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-01-10 | 1 | -2/+11 |
|\ \
| |/
|/| |
|
| * | of: Add support for linking device tree blobs into vmlinux | Dirk Brandewie | 2010-12-23 | 1 | -2/+11 |
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-08 | 1 | -4/+4 |
|\ \ |
|
| * | | core: Replace __get_cpu_var with __this_cpu_read if not used for an address. | Christoph Lameter | 2010-12-17 | 1 | -4/+4 |
| |/ |
|
* / | TTY: Add tty ioctl to figure device node of the system console. | Werner Fink | 2010-12-17 | 1 | -0/+1 |
|/ |
|
* | asm-generic/stat.h: support 64-bit file time_t for stat() | Chris Metcalf | 2010-11-01 | 1 | -7/+7 |
* | audit: make link()/linkat() match "attribute change" predicate | Al Viro | 2010-10-30 | 1 | -0/+4 |
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2010-10-29 | 1 | -1/+2 |
|\ |
|
| * | initramfs: fix initramfs size calculation | Hendrik Brueckner | 2010-09-29 | 1 | -1/+2 |