Age | Commit message (Expand) | Author | Files | Lines |
2010-08-18 | Make do_execve() take a const filename pointer | David Howells | 1 | -2/+3 |
2010-08-15 | defconfig reduction | Sam Ravnborg | 1 | -594/+6 |
2010-08-15 | archs: replace unifdef-y with header-y | Sam Ravnborg | 1 | -2/+1 |
2010-08-14 | Mark arguments to certain syscalls as being const | David Howells | 1 | -1/+2 |
2010-08-11 | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 1 | -2/+0 |
2010-08-11 | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 1 | -6/+0 |
2010-08-11 | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN | FUJITA Tomonori | 1 | -1/+1 |
2010-08-11 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+0 |
2010-08-11 | tty: Add EXTPROC support for LINEMODE | hyc@symas.com | 2 | -0/+3 |
2010-08-10 | kmap_atomic: make kunmap_atomic() harder to misuse | Cesar Eduardo Barros | 1 | -1/+1 |
2010-08-07 | remove needless ISA_DMA_THRESHOLD | FUJITA Tomonori | 1 | -2/+0 |
2010-08-07 | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -4/+0 |
2010-08-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+2 |
2010-08-04 | Merge commit 'v2.6.35' into kbuild/kbuild | Michal Marek | 28 | -360/+123 |
2010-08-03 | frv: clean up arch/frv/Makefile | Sam Ravnborg | 1 | -20/+2 |
2010-07-27 | time: Kill off CONFIG_GENERIC_TIME | John Stultz | 1 | -4/+0 |
2010-06-18 | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar | 7 | -14/+20 |
2010-06-09 | FRV: Reinstate null behaviour for the GDB remote protocol 'p' command | David Howells | 1 | -0/+6 |
2010-06-09 | arch: Implement local64_t | Peter Zijlstra | 2 | -0/+2 |
2010-06-05 | frv: invoke oom-killer from page fault | Nick Piggin | 1 | -4/+4 |
2010-06-01 | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 5 | -10/+10 |
2010-05-28 | FRV: ARCH_KMALLOC_MINALIGN was already defined | David Howells | 2 | -4/+2 |
2010-05-27 | frv: remove "struct file *" argument from sysctl ->proc_handler | Jan Blunck | 1 | -8/+10 |
2010-05-27 | frv: use asm-generic/scatterlist.h | FUJITA Tomonori | 1 | -39/+1 |
2010-05-27 | ptrace: unify FDPIC implementations | Mike Frysinger | 1 | -20/+0 |
2010-05-25 | frv: set ARCH_KMALLOC_MINALIGN | FUJITA Tomonori | 1 | -0/+2 |
2010-05-25 | frv: extend gdbstub to support more features of gdb | David Howells | 3 | -2/+70 |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2010-05-20 | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -27/+7 |
2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 1 | -1/+1 |
2010-05-14 | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 1 | -1/+1 |
2010-04-07 | frv: fix kernel/user segment handling in NOMMU mode | David Howells | 2 | -5/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 8 | -6/+3 |
2010-03-29 | frv/chris: fix lines with a missing semicolons | David Howells | 1 | -1/+1 |
2010-03-25 | frv/PCI: remove redundant warnings | Bjorn Helgaas | 1 | -3/+1 |
2010-03-13 | frv: Convert frv to use read/update_persistent_clock | John Stultz | 1 | -27/+7 |
2010-03-13 | dma-mapping: frv: remove the obsolete and unnecessary DMA API comments | FUJITA Tomonori | 3 | -96/+5 |
2010-03-13 | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 1 | -2/+0 |
2010-03-13 | pci-dma: frv: use include/linux/pci-dma.h | FUJITA Tomonori | 1 | -7/+1 |
2010-03-13 | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h | Christoph Hellwig | 1 | -2/+0 |
2010-03-13 | Add generic sys_ipc wrapper | Christoph Hellwig | 2 | -89/+1 |
2010-03-06 | frv: remove pci_dma_sync_single() and pci_dma_sync_sg() | FUJITA Tomonori | 1 | -37/+0 |
2010-03-03 | Rename special text sections in arch/frv from .text.XXX to .text..XXX. | Denys Vlasenko | 5 | -8/+8 |
2010-03-03 | Rename .bss.stack to .bss..stack. | Denys Vlasenko | 2 | -2/+2 |
2010-03-01 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+1 |
2010-02-23 | resource/PCI: mark struct resource as const | Dominik Brodowski | 1 | -1/+1 |
2010-02-23 | resource/PCI: align functions now return start of resource | Dominik Brodowski | 1 | -8/+6 |
2010-02-20 | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 1 | -1/+1 |
2010-01-07 | FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack | Mike Frysinger | 1 | -2/+0 |
2009-12-17 | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2 | -1/+2 |