Age | Commit message (Expand) | Author | Files | Lines |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 16 | -19/+19 |
2011-03-30 | genirq: Remove the now obsolete config options and select statements | Thomas Gleixner | 1 | -1/+0 |
2011-03-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 5 | -16/+16 |
2011-03-29 | sh: Convert to new function names | Thomas Gleixner | 14 | -52/+52 |
2011-03-29 | sh: Use the proper accessor functions | Thomas Gleixner | 1 | -2/+1 |
2011-03-25 | sh: fix SDHI IO address-range | Guennadi Liakhovetski | 5 | -8/+8 |
2011-03-25 | sh: convert boards to use linux/mmc/sh_mobile_sdhi.h | Guennadi Liakhovetski | 5 | -5/+5 |
2011-03-25 | sh: ecovec: use the CONFIG_MMC_TMIO symbols instead of MFD | Guennadi Liakhovetski | 1 | -3/+3 |
2011-03-24 | Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+5 |
2011-03-24 | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let... | Linus Torvalds | 11 | -98/+39 |
2011-03-25 | mmc: Add MMC_PROGRESS_* | Simon Horman | 1 | -4/+5 |
2011-03-24 | sh: Fix build alloc_thread_info_node function | Nobuhiro Iwamatsu | 1 | -2/+2 |
2011-03-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2 | -8/+10 |
2011-03-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+3 |
2011-03-23 | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s... | Olaf Hering | 1 | -22/+0 |
2011-03-23 | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 1 | -1/+0 |
2011-03-23 | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 1 | -1/+0 |
2011-03-23 | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 1 | -0/+1 |
2011-03-23 | bitops: introduce CONFIG_GENERIC_FIND_BIT_LE | Akinobu Mita | 1 | -0/+3 |
2011-03-23 | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm | Stephen Wilson | 1 | -1/+1 |
2011-03-23 | mm: arch: make in_gate_area take an mm_struct instead of a task_struct | Stephen Wilson | 1 | -1/+1 |
2011-03-23 | mm: arch: make get_gate_vma take an mm_struct instead of a task_struct | Stephen Wilson | 1 | -1/+1 |
2011-03-23 | sh: Fix ptrace hw_breakpoint handling | David Engraf | 1 | -0/+2 |
2011-03-23 | sh: Fix ptrace fpu state initialisation | Phil Edworthy | 2 | -0/+12 |
2011-03-23 | sh: Re-enable GENERIC_HARDIRQS_NO_DEPRECATED. | Paul Mundt | 1 | -2/+1 |
2011-03-23 | sh: pmb: Use struct syscore_ops instead of sysdevs | Paul Mundt | 1 | -29/+14 |
2011-03-22 | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet | 2 | -8/+10 |
2011-03-22 | sh: Conver to asm-generic/sizes.h. | Paul Mundt | 2 | -63/+2 |
2011-03-22 | sh: wire up sys_syncfs. | Paul Mundt | 4 | -2/+6 |
2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2 | -10/+2 |
2011-03-17 | sh: Convert to generic show_interrupts. | Paul Mundt | 2 | -59/+3 |
2011-03-17 | sh: Wire up new fhandle and clock_adjtime syscalls. | Paul Mundt | 4 | -2/+14 |
2011-03-17 | sh: modify platform_device for sh_eth driver | Yoshihiro Shimoda | 3 | -0/+15 |
2011-03-17 | sh: add GETHER's platform_device in board-sh7757lcr | Yoshihiro Shimoda | 1 | -0/+93 |
2011-03-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 6 | -74/+30 |
2011-03-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+10 |
2011-03-16 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+1 |
2011-03-16 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 2 | -10/+2 |
2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -1/+1 |
2011-03-15 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -56/+0 |
2011-03-14 | net: sh_eth: add set_mdio_gate in bb_info | Yoshihiro Shimoda | 1 | -0/+1 |
2011-03-14 | net: sh_eth: modify the PHY_INTERFACE_MODE | Yoshihiro Shimoda | 1 | -0/+3 |
2011-03-14 | net: sh_eth: modify the definitions of register | Yoshihiro Shimoda | 1 | -0/+6 |
2011-03-11 | futex: Sanitize futex ops argument types | Michel Lespinasse | 2 | -14/+15 |
2011-03-11 | futex: Sanitize cmpxchg_futex_value_locked API | Michel Lespinasse | 2 | -7/+7 |
2011-03-11 | sh: update sh7757lcr_defconfig | Yoshihiro Shimoda | 1 | -1/+18 |
2011-03-11 | sh: add platform_device of tmio_mmc and sh_mmcif to sh7757lcr | Yoshihiro Shimoda | 1 | -0/+73 |
2011-03-11 | sh: dmaengine support for SH7757 | Yoshihiro Shimoda | 3 | -1/+554 |
2011-03-11 | sh: add mmc clock in clock-sh7757 | Yoshihiro Shimoda | 1 | -1/+6 |
2011-03-11 | sh: add spi_board_info in sh7757lcr | Yoshihiro Shimoda | 1 | -0/+19 |