Age | Commit message (Expand) | Author | Files | Lines |
2008-02-07 | local_t m32r use architecture specific cmpxchg_local | Mathieu Desnoyers | 1 | -1/+361 |
2008-02-07 | Fix m32r __xchg | Mathieu Desnoyers | 1 | -3/+1 |
2008-02-07 | New cmpxchg_local (optimized for UP case) for m32r | Mathieu Desnoyers | 1 | -10/+101 |
2008-02-07 | Sanitize the type of struct user.u_ar0 | H. Peter Anvin | 1 | -1/+1 |
2008-02-07 | Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed | Kirill A. Shutemov | 2 | -4/+0 |
2008-02-06 | Fix __const_udelay declaration and definition mismatches | Jeff Dike | 1 | -1/+1 |
2008-02-06 | timerfd: fix remaining architectures | Andrew Morton | 1 | -1/+1 |
2008-02-05 | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 1 | -5/+5 |
2008-02-05 | m32r: remove dead config symbols from M32R code | Jiri Olsa | 2 | -4/+2 |
2008-02-01 | [NET]: Introducing socket mark socket option. | Laszlo Attila Toth | 1 | -0/+2 |
2008-01-30 | core: remove last users of empty FASTCALL macro | Harvey Harrison | 1 | -1/+1 |
2007-11-27 | m32r: Update sys_rt_sigsuspend | Hirokazu Takata | 1 | -3/+8 |
2007-11-27 | m32r: Ignore warnings for unused syscalls | Hirokazu Takata | 1 | -0/+24 |
2007-11-27 | m32r: Add missing syscalls | Hirokazu Takata | 1 | -1/+41 |
2007-10-22 | Add CONFIG_DEBUG_SG sg validation | Jens Axboe | 1 | -0/+3 |
2007-10-22 | Change table chaining layout | Jens Axboe | 1 | -1/+1 |
2007-10-20 | ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2007-10-19 | forbid asm/bitops.h direct inclusion | Jiri Slaby | 1 | -0/+4 |
2007-10-19 | remove asm/bitops.h includes | Jiri Slaby | 1 | -1/+1 |
2007-10-19 | remove unused flush_tlb_pgtables | Benjamin Herrenschmidt | 1 | -3/+0 |
2007-10-19 | bitops: introduce lock ops | Nick Piggin | 1 | -0/+1 |
2007-10-17 | remove include/asm-*/ipc.h | Adrian Bunk | 1 | -1/+0 |
2007-10-17 | remove strict ansi check from __u64 in asm/types.h | Olaf Hering | 1 | -3/+3 |
2007-10-17 | kill DECLARE_MUTEX_LOCKED | Christoph Hellwig | 1 | -1/+0 |
2007-10-16 | m32r: convert to generic sys_ptrace | Christoph Hellwig | 1 | -1/+4 |
2007-10-16 | include/asm-m32r/thread_info.h: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 1 | -3/+2 |
2007-10-03 | Binfmt_flat: Add minimum support for the Blackfin relocations | Bernd Schmidt | 1 | -1/+2 |
2007-09-06 | m32r: Rename STI/CLI macros | Hirokazu Takata | 1 | -8/+8 |
2007-09-03 | m32r: Define symbols to unify platform-dependent ICU checks | Hirokazu Takata | 1 | -0/+20 |
2007-08-01 | remove unused TIF_NOTIFY_RESUME flag | Stephane Eranian | 1 | -6/+4 |
2007-07-19 | [PATCH] sched: sched_cacheflush is now unused | Ralf Baechle | 1 | -10/+0 |
2007-07-19 | arch: personality independent stack top | Peter Zijlstra | 1 | -0/+1 |
2007-07-17 | fbdev: detect primary display device | Antonino A. Daplas | 1 | -0/+6 |
2007-07-17 | fbdev: move arch-specific bits to their respective subdirectories | Antonino A. Daplas | 1 | -0/+13 |
2007-07-17 | Add __GFP_MOVABLE for callers to flag allocations from high memory that may b... | Mel Gorman | 1 | -1/+2 |
2007-07-17 | mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty | Martin Schwidefsky | 1 | -6/+0 |
2007-07-16 | dma-mapping: prevent dma dependent code from linking on !HAS_DMA archs | Dan Williams | 1 | -6/+0 |
2007-07-16 | m32r: enable arbitary speed tty rate setting | Alan Cox | 3 | -3/+12 |
2007-07-16 | page table handling cleanup | Jan Beulich | 1 | -34/+0 |
2007-07-11 | lots-of-architectures: enable arbitary speed tty support | Alan Cox | 1 | -0/+11 |
2007-05-16 | m32r: __xchg() should be always_inline | Al Viro | 1 | -1/+2 |
2007-05-11 | Consolidate asm/poll.h | Stephen Rothwell | 1 | -32/+1 |
2007-05-11 | m32r: fix pte_to_pgoff(), pgoff_to_pte() and __swp_type() macros | Hirokazu Takata | 2 | -3/+3 |
2007-05-11 | m32r: fix switch_to macro to push/pop frame pointer if needed | Hirokazu Takata | 1 | -0/+11 |
2007-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+1 |
2007-05-09 | Remove hardcoding of hard_smp_processor_id on UP systems | Fernando Luis Vazquez Cao | 1 | -1/+5 |
2007-05-09 | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 1 | -1/+1 |
2007-05-08 | Remove tas() | Jeff Dike | 1 | -2/+0 |
2007-05-08 | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe... | Mathieu Desnoyers | 1 | -8/+15 |
2007-05-08 | Clean up mostly unused IOSPACE macros | David Gibson | 1 | -4/+0 |