Age | Commit message (Expand) | Author | Files | Lines |
2010-03-19 | alpha: fix compile errors in dma-mapping-common.h | FUJITA Tomonori | 4 | -4/+0 |
2010-03-13 | dma-mapping: alpha: use include/linux/pci-dma-compat.h | FUJITA Tomonori | 2 | -172/+32 |
2010-03-13 | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 1 | -2/+0 |
2010-03-13 | pci-dma: alpha: use include/linux/pci-dma.h | FUJITA Tomonori | 1 | -13/+1 |
2010-03-13 | alpha: remove dma_sync_single_range | FUJITA Tomonori | 1 | -1/+0 |
2010-03-13 | alpha: use generic ptrace_resume code | Christoph Hellwig | 1 | -0/+1 |
2010-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -17/+0 |
2010-02-20 | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 1 | -1/+1 |
2010-02-02 | Merge branch 'master' into percpu | Tejun Heo | 1 | -0/+3 |
2010-01-14 | alpha: cpumask_of_node() should handle -1 as a node | Anton Blanchard | 1 | -0/+3 |
2010-01-05 | local_t: Remove cpu_local_xx macros | Christoph Lameter | 1 | -17/+0 |
2009-12-18 | alpha: Convert BUG() to use unreachable() | David Daney | 1 | -1/+2 |
2009-12-18 | alpha: Add minimal support for software performance events | Michael Cree | 2 | -1/+11 |
2009-12-18 | alpha: Wire up missing/new syscalls | Daniele Calore | 1 | -1/+15 |
2009-12-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 1 | -1/+1 |
2009-12-17 | fix up O_SYNC comments | Christoph Hellwig | 1 | -1/+1 |
2009-12-17 | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 1 | -0/+1 |
2009-12-16 | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 1 | -1/+0 |
2009-12-15 | alpha: Fix fallout from locking changes | Thomas Gleixner | 1 | -17/+17 |
2009-12-15 | locking: Convert raw_rwlock functions to arch_rwlock | Thomas Gleixner | 1 | -10/+10 |
2009-12-15 | locking: Convert raw_rwlock to arch_rwlock | Thomas Gleixner | 2 | -10/+10 |
2009-12-15 | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 1 | -9/+9 |
2009-12-15 | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED | Thomas Gleixner | 1 | -1/+1 |
2009-12-15 | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2 | -4/+4 |
2009-12-12 | kbuild: move asm-offsets.h to include/generated | Sam Ravnborg | 1 | -0/+1 |
2009-12-10 | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 1 | -3/+16 |
2009-12-08 | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+1 |
2009-12-03 | Merge branch 'master' into for-2.6.33 | Jens Axboe | 2 | -16/+17 |
2009-12-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -12/+15 |
2009-12-01 | Alpha: Rearrange thread info flags fixing two regressions | Michael Cree | 1 | -12/+15 |
2009-11-26 | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 1 | -0/+1 |
2009-11-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -4/+2 |
2009-11-17 | fcntl: Use consistent values for F_[GS]ETOWN_EX | Stephen Rothwell | 1 | -2/+0 |
2009-11-14 | alpha: Fixup recvmmsg syscall glue | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2009-11-12 | alpha: move THREAD_SIZE definition outside #ifndef ASSEMBLY | Andrew Morton | 1 | -2/+2 |
2009-11-12 | alpha: fix F_SETOWN_EX and F_GETLK64 conflict | Peter Zijlstra | 1 | -2/+2 |
2009-10-13 | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 1 | -0/+2 |
2009-09-24 | fcntl: add F_[SG]ETOWN_EX | Peter Zijlstra | 1 | -0/+2 |
2009-09-24 | cpumask: remove arch_send_call_function_ipi | Rusty Russell | 1 | -1/+0 |
2009-09-24 | cpumask: arch_send_call_function_ipi_mask: alpha | Rusty Russell | 1 | -1/+2 |
2009-09-24 | cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_node | Rusty Russell | 1 | -17/+0 |
2009-09-24 | cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha | Rusty Russell | 1 | -1/+0 |
2009-09-22 | alpha: convert to asm-generic/hardirq.h | Christoph Hellwig | 1 | -11/+3 |
2009-09-22 | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions | Arnd Bergmann | 1 | -0/+2 |
2009-09-22 | ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE | Hugh Dickins | 1 | -0/+3 |
2009-09-16 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -1/+0 |
2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2 | -92/+9 |
2009-09-15 | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 1 | -4/+0 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+2 |
2009-09-10 | PCI: remove pcibios_scan_all_fns() | Alex Chiang | 1 | -1/+0 |