Age | Commit message (Expand) | Author | Files | Lines |
2012-01-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -16/+16 |
2012-01-18 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2 | -8/+6 |
2012-01-18 | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 4 | -8/+10 |
2012-01-15 | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 5 | -6/+6 |
2012-01-13 | treewide: convert uses of ATTRIB_NORETURN to __noreturn | Joe Perches | 2 | -2/+2 |
2012-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -1/+13 |
2012-01-12 | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 40 | -1549/+391 |
2012-01-12 | sh: magicpanelr2: Update for parse_mtd_partitions() fallout. | Paul Mundt | 1 | -32/+2 |
2012-01-12 | sh: mach-rsk: Update for parse_mtd_partitions() fallout. | Paul Mundt | 1 | -37/+6 |
2012-01-12 | Merge branch 'sh/nommu' into sh-latest | Paul Mundt | 3 | -65/+85 |
2012-01-12 | sh: sh2a: Improve cache flush/invalidate functions | Phil Edworthy | 1 | -39/+84 |
2012-01-12 | Merge branch 'sh/hwblk' into sh-latest | Paul Mundt | 18 | -494/+8 |
2012-01-12 | Merge branch 'sh/pm-runtime' into sh-latest | Paul Mundt | 12 | -856/+202 |
2012-01-12 | sh: add a resource name for shdma | Shimoda, Yoshihiro | 6 | -7/+12 |
2012-01-12 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -31/+10 |
2012-01-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -26/+1 |
2012-01-10 | Merge branch 'sh/urgent' into sh-latest | Paul Mundt | 4 | -12/+5 |
2012-01-10 | sh: Remove redundant try_to_freeze() invocations. | Paul Mundt | 2 | -8/+0 |
2012-01-10 | sh: Ensure IRQs are enabled across do_notify_resume(). | Paul Mundt | 1 | -0/+1 |
2012-01-10 | sh: Fix up store queue code for subsys_interface changes. | Paul Mundt | 1 | -4/+4 |
2012-01-09 | sh: add platform_device for renesas_usbhs in board-sh7757lcr | Shimoda, Yoshihiro | 1 | -0/+39 |
2012-01-09 | sh: modify clock-sh7757 for renesas_usbhs | Shimoda, Yoshihiro | 1 | -1/+1 |
2012-01-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 12 | -72/+66 |
2012-01-09 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+0 |
2012-01-08 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -53/+56 |
2012-01-07 | sh/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 1 | -10/+10 |
2012-01-07 | PCI: sh: use generic pcibios_set_master() | Myron Stowe | 1 | -15/+0 |
2012-01-07 | PCI: Pull PCI 'latency timer' setup up into the core | Myron Stowe | 1 | -6/+0 |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 3 | -53/+56 |
2012-01-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+4 |
2012-01-06 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -13/+4 |
2011-12-23 | oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue | Vladimir Zapolskiy | 1 | -2/+2 |
2011-12-22 | sh: dma - convert sysdev_class to a regular subsystem | Kay Sievers | 2 | -42/+43 |
2011-12-22 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 1 | -11/+13 |
2011-12-22 | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 1 | -6/+10 |
2011-12-20 | fbdev: sh_mobile_lcdc: Support FOURCC-based format API | Laurent Pinchart | 5 | -6/+6 |
2011-12-12 | Merge branch 'mfd/wm8994' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 6 | -6/+27 |
2011-12-11 | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 1 | -2/+4 |
2011-12-11 | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 1 | -2/+2 |
2011-12-11 | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 1 | -2/+2 |
2011-12-09 | Merge branches 'common/clkfwk', 'common/pfc' and 'common/serial-rework' into ... | Paul Mundt | 3 | -80/+41 |
2011-12-08 | memblock: Kill early_node_map[] | Tejun Heo | 1 | -3/+0 |
2011-12-08 | SuperH: Use HAVE_MEMBLOCK_NODE_MAP | Tejun Heo | 2 | -1/+3 |
2011-12-08 | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 2 | -4/+1 |
2011-12-08 | memblock: Kill memblock_init() | Tejun Heo | 1 | -1/+0 |
2011-12-08 | memblock: Fix include breakages caused by 24aa07882b | Tejun Heo | 1 | -4/+0 |
2011-12-06 | sh: clkfwk: clock-sh7724: all div6_clks use SH_CLK_DIV6_EXT() | Kuninori Morimoto | 2 | -15/+26 |
2011-12-06 | sh: clock-sh7723: add CLKDEV_ICK_ID for cleanup | Kuninori Morimoto | 1 | -63/+13 |
2011-11-28 | sh: switch to GENERIC_PCI_IOMAP | Michael S. Tsirkin | 2 | -23/+1 |
2011-11-25 | lib: move GENERIC_IOMAP to lib/Kconfig | Michael S. Tsirkin | 1 | -3/+0 |