| Commit message (Expand) | Author | Age | Files | Lines |
* | Add cmpxchg_local to frv | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+24 |
* | Unexport asm/page.h | Kirill A. Shutemov | 2008-02-07 | 1 | -1/+0 |
* | Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed | Kirill A. Shutemov | 2008-02-07 | 2 | -6/+0 |
* | timerfd: fix remaining architectures | Andrew Morton | 2008-02-05 | 1 | -1/+1 |
* | frv: remove dead config symbol from FRV code | Jiri Olsa | 2008-02-05 | 1 | -4/+0 |
* | FRV: move DMA macros to scatterlist.h for consistency. | Robert P. J. Day | 2008-02-05 | 2 | -10/+10 |
* | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 2008-02-05 | 2 | -5/+5 |
* | include/asm-frv/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
* | move frv docs one level up | Adrian Bunk | 2008-02-03 | 5 | -5/+5 |
* | [NET]: Introducing socket mark socket option. | Laszlo Attila Toth | 2008-01-31 | 1 | -0/+2 |
* | ide: remove stale ide.h "configuration options" | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -6/+0 |
* | frv: Remove bogus NO_IRQ = -1 define | Alan Cox | 2007-11-09 | 1 | -3/+0 |
* | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 2007-10-24 | 1 | -2/+1 |
* | frv: update comment in scatterlist to reflect new setup | Jens Axboe | 2007-10-23 | 1 | -4/+4 |
* | Add CONFIG_DEBUG_SG sg validation | Jens Axboe | 2007-10-22 | 1 | -0/+3 |
* | Change table chaining layout | Jens Axboe | 2007-10-22 | 1 | -1/+1 |
* | forbid asm/bitops.h direct inclusion | Jiri Slaby | 2007-10-19 | 1 | -0/+4 |
* | remove unused flush_tlb_pgtables | Benjamin Herrenschmidt | 2007-10-19 | 1 | -2/+0 |
* | bitops: introduce lock ops | Nick Piggin | 2007-10-18 | 1 | -0/+1 |
* | remove include/asm-*/ipc.h | Adrian Bunk | 2007-10-17 | 1 | -1/+0 |
* | remove strict ansi check from __u64 in asm/types.h | Olaf Hering | 2007-10-17 | 1 | -3/+3 |
* | kill DECLARE_MUTEX_LOCKED | Christoph Hellwig | 2007-10-17 | 1 | -1/+0 |
* | include/asm-frv/thread_info.h: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-16 | 1 | -3/+2 |
* | remove frv usage of flush_tlb_pgtables() | Benjamin Herrenschmidt | 2007-10-16 | 1 | -2/+1 |
* | frv: missing casts in cmpxchg() | Al Viro | 2007-10-14 | 1 | -1/+4 |
* | FRV: connect up fallocate | David Howells | 2007-08-11 | 1 | -1/+2 |
* | FRV: Enable the MB86943 PCI arbiter correctly | David Howells | 2007-08-01 | 1 | -0/+3 |
* | remove unused TIF_NOTIFY_RESUME flag | Stephane Eranian | 2007-07-31 | 1 | -7/+5 |
* | arch: personality independent stack top | Peter Zijlstra | 2007-07-19 | 1 | -0/+1 |
* | fbdev: detect primary display device | Antonino A. Daplas | 2007-07-17 | 1 | -0/+6 |
* | fbdev: move arch-specific bits to their respective subdirectories | Antonino A. Daplas | 2007-07-17 | 1 | -0/+6 |
* | mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty | Martin Schwidefsky | 2007-07-17 | 1 | -8/+0 |
* | FRV: Connect up new syscalls | David Howells | 2007-07-16 | 1 | -1/+5 |
* | page table handling cleanup | Jan Beulich | 2007-07-16 | 1 | -6/+0 |
* | frv: missing __clear_user() | Al Viro | 2007-07-15 | 1 | -0/+2 |
* | PCI: remove pci_dac_dma_... APIs | Jan Beulich | 2007-07-11 | 1 | -3/+0 |
* | PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries() | Michael Ellerman | 2007-07-11 | 1 | -4/+0 |
* | lots-of-architectures: enable arbitary speed tty support | Alan Cox | 2007-07-10 | 1 | -0/+11 |
* | frv: fix fallout from "remove sched.h from mm.h" patch | Alexey Dobriyan | 2007-07-01 | 1 | -1/+1 |
* | frv: build fix | Peter Zijlstra | 2007-06-07 | 1 | -0/+1 |
* | Consolidate asm/poll.h | Stephen Rothwell | 2007-05-11 | 1 | -15/+3 |
* | FRV: Replace pgd management via slabs through quicklists | Christoph Lameter | 2007-05-09 | 1 | -0/+4 |
* | FRV: Miscellaneous fixes | David Howells | 2007-05-08 | 1 | -3/+13 |
* | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe... | Mathieu Desnoyers | 2007-05-08 | 2 | -77/+84 |
* | Clean up mostly unused IOSPACE macros | David Gibson | 2007-05-08 | 1 | -4/+0 |
* | move die notifier handling to common code | Christoph Hellwig | 2007-05-08 | 1 | -0/+1 |
* | kconfig: centralize the selection of semaphore debugging in lib/Kconfig.debug | Robert P. J. Day | 2007-05-08 | 1 | -8/+6 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2007-05-05 | 1 | -0/+1 |
|\ |
|
| * | [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction | Jeremy Fitzhardinge | 2007-05-02 | 1 | -0/+1 |
* | | PCI: scatterlist.h needs types.h | Jean Delvare | 2007-05-02 | 1 | -0/+2 |
|/ |
|