Age | Commit message (Expand) | Author | Files | Lines |
2010-02-03 | kernel/cred.c: use kmem_cache_free | Julia Lawall | 1 | -1/+1 |
2010-02-02 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 6 | -7/+13 |
2010-02-02 | mm: purge fragmented percpu vmap blocks | Nick Piggin | 1 | -11/+81 |
2010-02-02 | mm: percpu-vmap fix RCU list walking | Nick Piggin | 1 | -14/+6 |
2010-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2 | -9/+23 |
2010-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2 | -7/+4 |
2010-02-02 | Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -16/+28 |
2010-02-02 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 7 | -4/+31 |
2010-02-02 | Fix 'flush_old_exec()/setup_new_exec()' split | Linus Torvalds | 1 | -5/+5 |
2010-02-02 | cfq-iosched: Do not idle on async queues | Vivek Goyal | 1 | -1/+1 |
2010-02-02 | MIPS: 64-bit: Detect virtual memory size | Guenter Roeck | 4 | -1/+24 |
2010-02-02 | sh: Fix access to released memory in clk_debugfs_register_one() | Marek Skuczynski | 1 | -2/+2 |
2010-02-02 | sh: Fix access to released memory in dwarf_unwinder_cleanup() | Marek Skuczynski | 1 | -4/+4 |
2010-02-02 | usb: r8a66597-hdc disable interrupts fix | Magnus Damm | 1 | -1/+16 |
2010-02-02 | spi: spi_sh_msiof: Fixed data sampling on the correct edge | Markus Pietrek | 1 | -9/+6 |
2010-02-02 | random: Remove unused inode variable | Herbert Xu | 1 | -1/+0 |
2010-02-02 | crypto: padlock-sha - Add import/export support | Herbert Xu | 1 | -0/+23 |
2010-02-02 | random: drop weird m_time/a_time manipulation | Matt Mackall | 1 | -8/+0 |
2010-02-01 | MIPS: AR7: Fix USB slave mem range typo | Alexander Clouter | 1 | -1/+1 |
2010-02-01 | MIPS: Alchemy: Fix dbdma ring destruction memory debugcheck. | Manuel Lauss | 2 | -2/+6 |
2010-02-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 3 | -2/+3 |
2010-02-01 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 21 | -165/+245 |
2010-02-01 | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
2010-02-01 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2010-02-01 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -68/+218 |
2010-02-01 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -32/+32 |
2010-02-01 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+15 |
2010-02-01 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -10/+51 |
2010-02-01 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -24/+75 |
2010-02-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 1 | -1/+3 |
2010-02-01 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 28 | -1299/+3412 |
2010-02-01 | regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints | Mark Brown | 1 | -1/+3 |
2010-02-01 | GFS2: Use GFP_NOFS for alloc structure | Steven Whitehouse | 1 | -1/+1 |
2010-02-01 | GFS2: Fix previous patch | Steven Whitehouse | 1 | -0/+1 |
2010-02-01 | GFS2: Don't withdraw on partial rindex entries | Benjamin Marzinski | 1 | -5/+0 |
2010-02-01 | blk-cgroup: Fix potential deadlock in blk-cgroup | Gui Jianfeng | 1 | -2/+2 |
2010-02-01 | powerpc: TIF_ABI_PENDING bit removal | Andreas Schwab | 3 | -20/+2 |
2010-02-01 | drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure. | Michel Dänzer | 1 | -1/+1 |
2010-02-01 | powerpc/pseries: Fix xics build without CONFIG_SMP | Benjamin Herrenschmidt | 1 | -5/+1 |
2010-02-01 | drm/radeon/kms: move radeon KMS on/off switch out of staging. | Dave Airlie | 2 | -2/+2 |
2010-02-01 | drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3 | Jerome Glisse | 4 | -45/+48 |
2010-02-01 | drm/vmwgfx: Don't send bad flags to the host | Jakob Bornecrantz | 3 | -1/+27 |
2010-02-01 | drm/vmwgfx: Request SVGA version 2 and bail if not found | Peter Hanzel | 1 | -0/+11 |
2010-02-01 | drm/vmwgfx: Correctly detect 3D | Jakob Bornecrantz | 4 | -1/+23 |
2010-02-01 | drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.c | Austin Yuan | 1 | -7/+2 |
2010-02-01 | drm/kms: Remove incorrect comment in struct drm_mode_modeinfo | Marcin Kościelnicki | 1 | -1/+1 |
2010-02-01 | drm/ttm: remove padding from ttm_ref_object on 64bit builds | Richard Kennedy | 1 | -1/+1 |
2010-02-01 | drm/radeon/kms: release agp on error. | Dave Airlie | 1 | -0/+3 |
2010-02-01 | drm/kms/radeon/agp: Move the check of the aper_size after drm_acp_acquire and... | John Kacur | 1 | -7/+8 |
2010-02-01 | drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but ... | John Kacur | 1 | -1/+1 |