| Commit message (Expand) | Author | Age | Files | Lines |
* | compat: Make compat_alloc_user_space() incorporate the access_ok() | H. Peter Anvin | 2010-09-14 | 1 | -1/+1 |
* | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 | 2 | -7/+14 |
* | defconfig reduction | Sam Ravnborg | 2010-08-14 | 5 | -5892/+4 |
* | archs: replace unifdef-y with header-y | Sam Ravnborg | 2010-08-14 | 1 | -1/+1 |
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 1 | -3/+4 |
* | parisc: fix wrong page aligned size calculation in ioremapping code | Florian Zumbiehl | 2010-08-12 | 1 | -1/+1 |
* | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 2010-08-11 | 1 | -6/+0 |
* | dma-mapping: parisc: set ARCH_DMA_MINALIGN | FUJITA Tomonori | 2010-08-11 | 1 | -0/+2 |
* | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 2010-08-11 | 1 | -6/+0 |
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 | 1 | -1/+0 |
|\ |
|
| * | remove needless ISA_DMA_THRESHOLD | FUJITA Tomonori | 2010-08-07 | 1 | -1/+0 |
* | | tty: Add EXTPROC support for LINEMODE | hyc@symas.com | 2010-08-10 | 2 | -0/+3 |
* | | tty: remove remaining Hayes ESP ioctls | Greg Kroah-Hartman | 2010-08-10 | 1 | -2/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 1 | -5/+5 |
|\ \ |
|
| * | | pass a struct path to vfs_statfs | Christoph Hellwig | 2010-08-09 | 1 | -5/+5 |
| |/ |
|
* | | kmap_atomic: make kunmap_atomic() harder to misuse | Cesar Eduardo Barros | 2010-08-09 | 1 | -1/+1 |
* | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2010-08-06 | 1 | -4/+0 |
|\ \ |
|
| * | | time: Kill off CONFIG_GENERIC_TIME | John Stultz | 2010-07-27 | 1 | -4/+0 |
| |/ |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-06 | 1 | -2/+2 |
|\ \ |
|
| * | | sched_clock: Add local_clock() API and improve documentation | Peter Zijlstra | 2010-06-09 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar | 2010-06-18 | 5 | -12/+12 |
| |\ \
| | |/ |
|
| * | | arch: Implement local64_t | Peter Zijlstra | 2010-06-09 | 1 | -0/+1 |
* | | | parisc: pass through '\t' to early (iodc) console | Kyle McMartin | 2010-08-04 | 1 | -10/+2 |
| |/
|/| |
|
* | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2010-06-01 | 5 | -12/+12 |
|\ \
| |/
|/| |
|
| * | Rename .data.lock_aligned to .data..lock_aligned. | Denys Vlasenko | 2010-03-03 | 2 | -3/+3 |
| * | Rename .data.vmpages and .data.vm0.XXX to .data..vmpages and .data..vm0.XXX. | Denys Vlasenko | 2010-03-03 | 2 | -7/+7 |
| * | Rename .data.read_mostly to .data..read_mostly. | Denys Vlasenko | 2010-03-03 | 2 | -2/+2 |
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa... | Linus Torvalds | 2010-05-30 | 6 | -76/+47 |
|\ \ |
|
| * | | parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomic | John David Anglin | 2010-05-30 | 1 | -3/+13 |
| * | | parisc: Remove unnecessary macros from entry.S | John David Anglin | 2010-05-30 | 1 | -33/+7 |
| * | | parisc: LWS fixes for syscall.S | John David Anglin | 2010-05-30 | 1 | -23/+9 |
| * | | parisc: Delete unnecessary nop's in entry.S | John David Anglin | 2010-05-30 | 1 | -7/+0 |
| * | | parisc: Avoid interruption in critical region in entry.S | John David Anglin | 2010-05-30 | 1 | -2/+3 |
| * | | parisc: invoke oom-killer from page fault | Nick Piggin | 2010-05-30 | 1 | -4/+3 |
| * | | parisc: clear floating point exception flag on SIGFPE signal | Helge Deller | 2010-05-30 | 1 | -0/+1 |
| * | | parisc: Use of align_frame provides stack frame. | Carlos O'Donell | 2010-05-30 | 1 | -4/+11 |
* | | | parisc: use asm-generic/scatterlist.h | FUJITA Tomonori | 2010-05-27 | 2 | -18/+5 |
* | | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2010-05-21 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | panic: Allow warnings to set different taint flags | Ben Hutchings | 2010-05-19 | 1 | -4/+4 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 2010-05-14 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 2010-05-17 | 1 | -2/+2 |
|/ / / |
|
* | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 8 | -5/+5 |
|/ / |
|
* | | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 2010-03-12 | 1 | -2/+0 |
* | | pci-dma: parisc: use include/linux/pci-dma.h | FUJITA Tomonori | 2010-03-12 | 2 | -13/+4 |
* | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h | Christoph Hellwig | 2010-03-12 | 1 | -5/+0 |
* | | improve sys_newuname() for compat architectures | Christoph Hellwig | 2010-03-12 | 3 | -17/+3 |
* | | parisc: use __ratelimit in unaligned.c | Akinobu Mita | 2010-03-06 | 1 | -10/+4 |
* | | parisc: Convert to read/update_persistent_clock | john stultz | 2010-03-06 | 1 | -16/+13 |