Age | Commit message (Expand) | Author | Files | Lines |
2010-12-13 | sound: don't use flush_scheduled_work() | Tejun Heo | 10 | -72/+22 |
2010-12-06 | Linux 2.6.37-rc5v2.6.37-rc5 | Linus Torvalds | 1 | -1/+1 |
2010-12-06 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -10/+15 |
2010-12-06 | ARM: tegra: fix regression from addruart rewrite | Olof Johansson | 1 | -2/+2 |
2010-12-06 | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 6 | -37/+68 |
2010-12-06 | PM / Hibernate: Fix memory corruption related to swap | Rafael J. Wysocki | 5 | -22/+30 |
2010-12-06 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 15 | -30/+56 |
2010-12-06 | PM / Hibernate: Use async I/O when reading compressed hibernation image | Bojan Smojver | 1 | -15/+38 |
2010-12-06 | Merge branch 'for-rmk-fixes' of git://git.infradead.org/users/cbou/linux-cns3xxx | Russell King | 1 | -1/+1 |
2010-12-06 | ARM: 6524/1: GIC irq desciptor bug fix | Chao Xie | 1 | -1/+7 |
2010-12-05 | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -2/+2 |
2010-12-05 | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 13 | -363/+401 |
2010-12-05 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa... | Linus Torvalds | 9 | -25/+28 |
2010-12-05 | Revert "vfs: show unreachable paths in getcwd and proc" | Eric W. Biederman | 1 | -1/+1 |
2010-12-04 | parisc: Fix GSC PS/2 driver name for keyboard and mouse | Guy Martin | 1 | -1/+1 |
2010-12-04 | parisc: KittyHawk LCD fix | Guy Martin | 1 | -4/+13 |
2010-12-04 | parisc: convert the rest of the irq handlers to simple/percpu | James Bottomley | 6 | -11/+12 |
2010-12-04 | parisc: fix dino/gsc interrupts | James Bottomley | 1 | -1/+1 |
2010-12-04 | ARM: 6523/1: iop: ensure sched_clock() is notrace | Rabin Vincent | 1 | -1/+2 |
2010-12-04 | ARM: 6456/1: Fix for building DEBUG with sa11xx_base.c as a module. | Marcelo Roberto Jimenez | 1 | -0/+1 |
2010-12-04 | ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpers | Dave Martin | 1 | -1/+1 |
2010-12-04 | slub: Fix a crash during slabinfo -v | Tero Roponen | 1 | -2/+2 |
2010-12-03 | Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel... | Linus Torvalds | 8 | -41/+114 |
2010-12-03 | Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/... | Linus Torvalds | 4 | -35/+26 |
2010-12-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 13 | -27/+35 |
2010-12-03 | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 2 | -12/+29 |
2010-12-03 | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -87/+66 |
2010-12-03 | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -14/+25 |
2010-12-03 | MN10300: Implement asm/syscall.h | David Howells | 1 | -0/+117 |
2010-12-03 | UBI: fix corrupted PEB detection for NOR flash | Artem Bityutskiy | 2 | -12/+29 |
2010-12-03 | Merge branch 'sh/urgent' into sh-fixes-for-linus | Paul Mundt | 1 | -38/+5 |
2010-12-03 | sh: se/7724: Remove FSI/B of GPIO init code | Nobuhiro Iwamatsu | 1 | -9/+1 |
2010-12-03 | sh: se/7724: Update clock framework of FSI clock to non-legacy | Nobuhiro Iwamatsu | 1 | -29/+4 |
2010-12-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 4 | -10/+16 |
2010-12-02 | xen: allocate irq descs on any NUMA node | Jeremy Fitzhardinge | 1 | -2/+2 |
2010-12-02 | xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory | Jeremy Fitzhardinge | 1 | -2/+10 |
2010-12-02 | do_exit(): make sure that we run with get_fs() == USER_DS | Nelson Elhage | 1 | -0/+9 |
2010-12-02 | ksm: annotate ksm_thread_mutex is no deadlock source | KOSAKI Motohiro | 1 | -1/+6 |
2010-12-02 | mem-hotplug: introduce {un}lock_memory_hotplug() | KOSAKI Motohiro | 3 | -11/+34 |
2010-12-02 | Documentation/filesystems/vfs.txt: fix ->repeasepage() description | Andrew Morton | 1 | -5/+4 |
2010-12-02 | vmalloc: eagerly clear ptes on vunmap | Jeremy Fitzhardinge | 3 | -15/+17 |
2010-12-02 | cs5535-gpio: apply CS5536 errata workaround for GPIOs | Andres Salomon | 1 | -2/+14 |
2010-12-02 | reiserfs: don't acquire lock recursively in reiserfs_acl_chmod | Frederic Weisbecker | 1 | -2/+4 |
2010-12-02 | leds: fix up dependencies | Johannes Berg | 3 | -10/+43 |
2010-12-02 | vmstat: fix dirty threshold ordering | Wu Fengguang | 1 | -2/+2 |
2010-12-02 | mm/mempolicy.c: add rcu read lock to protect pid structure | Zeng Zhaoming | 1 | -0/+3 |
2010-12-02 | mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault() | Dean Nelson | 1 | -1/+2 |
2010-12-02 | Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 26 | -169/+210 |
2010-12-02 | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 8 | -144/+5 |
2010-12-02 | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 6 | -20/+24 |