Age | Commit message (Expand) | Author | Files | Lines |
2008-04-28 | mm: introduce pte_special pte bit | Nick Piggin | 2 | -0/+4 |
2008-04-17 | Generic semaphore implementation | Matthew Wilcox | 2 | -305/+1 |
2008-04-03 | kvm: provide kvm.h for all architecture: fixes headers_install | Christian Borntraeger | 1 | -0/+6 |
2008-03-04 | m68k{,nommu}: Wire up new timerfd syscalls | Geert Uytterhoeven | 1 | -2/+4 |
2008-02-08 | CONFIG_HIGHPTE vs. sub-page page tables. | Martin Schwidefsky | 3 | -11/+21 |
2008-02-08 | avoid overflows in kernel/time.c | H. Peter Anvin | 1 | -1/+1 |
2008-02-08 | asm-*/posix_types.h: scrub __GLIBC__ | Mike Frysinger | 1 | -6/+2 |
2008-02-08 | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT | David Howells | 1 | -0/+67 |
2008-02-08 | aout: move STACK_TOP[_MAX] to asm/processor.h | David Howells | 2 | -7/+5 |
2008-02-07 | m68k: kill page walker compile warning | Geert Uytterhoeven | 1 | -1/+2 |
2008-02-07 | Add cmpxchg_local to m86k | Mathieu Desnoyers | 1 | -3/+24 |
2008-02-07 | Sanitize the type of struct user.u_ar0 | H. Peter Anvin | 1 | -2/+1 |
2008-02-07 | Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed | Kirill A. Shutemov | 2 | -7/+0 |
2008-02-06 | cleanup after APUS removal | Adrian Bunk | 1 | -2/+0 |
2008-02-05 | mac68k: remove dead code | Finn Thain | 1 | -2/+0 |
2008-02-05 | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 2 | -9/+9 |
2008-02-01 | [NET]: Introducing socket mark socket option. | Laszlo Attila Toth | 1 | -0/+2 |
2008-01-29 | ext4: Add ext4_find_next_bit() | Aneesh Kumar K.V | 1 | -0/+2 |
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 hwif->ack_intr hook | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-19 | forbid asm/bitops.h direct inclusion | Jiri Slaby | 1 | -0/+4 |
2007-10-19 | remove unused flush_tlb_pgtables | Benjamin Herrenschmidt | 1 | -10/+0 |
2007-10-19 | bitops: introduce lock ops | Nick Piggin | 1 | -0/+1 |
2007-10-17 | Remove dma_cache_(wback|inv|wback_inv) functions | Ralf Baechle | 1 | -6/+0 |
2007-10-17 | remove include/asm-*/ipc.h | Adrian Bunk | 1 | -1/+0 |
2007-10-17 | cleanup floppy.h | Jan Beulich | 1 | -3/+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-13 | m68k: Export cachectl.h | Matthew Wilcox | 1 | -0/+1 |
2007-10-13 | m68k: ignore restart_syscall | Geert Uytterhoeven | 1 | -0/+3 |
2007-09-12 | m68k(nommu): add missing syscalls | Geert Uytterhoeven | 1 | -1/+11 |
2007-08-23 | m68k: Enable arbitary speed tty support | Alan Cox | 3 | -3/+12 |
2007-08-23 | m68k: Use _AC() instead of #ifdef __ASSEMBLY__ | Geert Uytterhoeven | 2 | -9/+3 |
2007-08-23 | m68k: <asm/page.h> needs <linux/compiler.h> | Geert Uytterhoeven | 1 | -0/+2 |
2007-07-29 | more include order horrors | Al Viro | 1 | -17/+16 |
2007-07-26 | m68k {in,out}_le{16,32} endianness misannotation | Al Viro | 1 | -4/+4 |
2007-07-22 | take declarations of enable_irq() et.al. to linux/interrupt.h | Al Viro | 1 | -3/+0 |
2007-07-20 | m68k iomem (based on Geert's tree + memcpy_... stuff) | Al Viro | 2 | -14/+69 |
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/+28 |
2007-07-16 | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2 | -65/+0 |
2007-07-16 | page table handling cleanup | Jan Beulich | 2 | -12/+0 |
2007-07-16 | more ACSI removal | Adrian Bunk | 2 | -65/+0 |
2007-07-12 | PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries() | Michael Ellerman | 1 | -4/+0 |
2007-07-11 | lots-of-architectures: enable arbitary speed tty support | Alan Cox | 1 | -0/+11 |
2007-05-31 | m68k: discontinuous memory support | Roman Zippel | 8 | -70/+75 |
2007-05-31 | m68k: runtime patching infrastructure | Roman Zippel | 2 | -4/+58 |
2007-05-15 | m68k: implement __clear_user() | Geert Uytterhoeven | 1 | -1/+3 |