summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-13ecryptfs: fix broken buildLinus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2011-01-13NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust
2011-01-13avr32: update default configuration files for Atmel boardsHans-Christian Egtvedt
2011-01-13avr32: Convert to clocksource_register_hzJohn Stultz
2011-01-13avr32: make architecture sys_clone prototype match asm-generic prototypeHans-Christian Egtvedt
2011-01-13avr32: use syscall prototypes from asm-generic instead of archHans-Christian Egtvedt
2011-01-13avr32: disable kprobes for all default configurationsHans-Christian Egtvedt
2011-01-13avr32: boards: setup: use IS_ERR() instead of NULL checkVasiliy Kulikov
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds
2011-01-13Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-13Merge branch 'for-linus/i2c-2638' of git://git.fluff.org/bjdooks/linuxLinus Torvalds
2011-01-13Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-01-13Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds
2011-01-13Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds
2011-01-13Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-01-13Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-01-13decompressors: remove unused constant from inflate.hLasse Collin
2011-01-13decompressors: check input size in decompress_inflate.cLasse Collin
2011-01-13x86: support XZ-compressed kernelLasse Collin
2011-01-13decompressors: add boot-time XZ supportLasse Collin
2011-01-13decompressors: add XZ decompressor moduleLasse Collin
2011-01-13Decompressors: fix callback-to-callback mode in decompress_unlzo.cLasse Collin
2011-01-13Decompressors: check input size in decompress_unlzo.cLasse Collin
2011-01-13Decompressors: check for write errors in decompress_unlzo.cLasse Collin
2011-01-13Decompressors: validate match distance in decompress_unlzma.cLasse Collin
2011-01-13Decompressors: check for write errors in decompress_unlzma.cLasse Collin
2011-01-13Decompressors: check for read errors in decompress_unlzma.cLasse Collin
2011-01-13Decompressors: fix header validation in decompress_unlzma.cLasse Collin
2011-01-13Decompressors: remove unused function from lib/decompress_unlzma.cLasse Collin
2011-01-13Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin
2011-01-13Decompressors: get rid of set_error_fn() macroLasse Collin
2011-01-13Decompressors: add missing INIT (i.e. __init)Lasse Collin
2011-01-13romfs: have romfs_fs.h pull in necessary headersMike Frysinger
2011-01-13ramoops: fix types, remove typecastsAndrew Morton
2011-01-13cramfs: generate unique inode number for better inode cache usageStefani Seibold
2011-01-13cramfs: hide function prototypes behind __KERNEL__ macroAlexander Shishkin
2011-01-13aio: remove unused aio_run_iocbs()Jeff Moyer