aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Gravatar Roberto Sassu 1-6/+28
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileGravatar Tyler Hicks 1-0/+4
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Gravatar Roberto Sassu 1-4/+3
2010-10-20Linux 2.6.36v2.6.36Gravatar Linus Torvalds 1-1/+1
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 7-9/+14
2010-10-20virtio: console: Don't block entire guest if host doesn't read dataGravatar Amit Shah 1-3/+14
2010-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 2-3/+3
2010-10-20Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-44/+19
2010-10-19MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.Gravatar Michel Thebeau 2-6/+6
2010-10-19MAINTAINERS: Change list for ioc_serial to linux-serial.Gravatar Ralf Baechle 1-1/+1
2010-10-19SERIAL: ioc3_serial: Return -ENOMEM on memory allocation failureGravatar Julia Lawall 1-0/+1
2010-10-19MIPS: jz4740: Fix Kbuild Platform file.Gravatar David Daney 1-1/+1
2010-10-19MIPS: Repair Kbuild make clean breakage.Gravatar David Daney 2-1/+5
2010-10-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 1-16/+12
2010-10-19KVM: Fix fs/gs reload oops with invalid ldtGravatar Avi Kivity 3-44/+19
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 12-44/+53
2010-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+7
2010-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 2-26/+1
2010-10-18mxc_nand: do not depend on disabling the irq in the interrupt handlerGravatar Sascha Hauer 1-9/+83
2010-10-18Merge branch 'for-linus/i2c/2636-rc8' of git://git.fluff.org/bjdooks/linuxGravatar Linus Torvalds 2-18/+18
2010-10-18Merge branch 'fixes'Gravatar Linus Torvalds 2-31/+28
2010-10-18MIPS: Enable ISA_DMA_API config to fix build failureGravatar Namhyung Kim 1-0/+4
2010-10-18MIPS: 32-bit: Fix build failure in asm/fcntl.hGravatar Namhyung Kim 1-0/+1
2010-10-18MIPS: Remove all generated vmlinuz* files on "make clean"Gravatar Wu Zhangjin 1-1/+1
2010-10-18MIPS: do_sigaltstack() expects userland pointersGravatar Al Viro 2-4/+6
2010-10-18MIPS: Fix error values in case of bad_stackGravatar Al Viro 2-2/+2
2010-10-18MIPS: Sanitize restart logicsGravatar Al Viro 7-35/+34
2010-10-18MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Gravatar Al Viro 1-2/+2
2010-10-18MIPS: Don't block signals if we'd failed to setup a sigframeGravatar Al Viro 1-0/+3
2010-10-18Input: evdev - fix EVIOCSABS regressionGravatar Daniel Mack 1-1/+1
2010-10-18Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSGravatar Daniel Mack 1-0/+6
2010-10-18i2c-imx: do not allow interruptions when waiting for I2C to completeGravatar Marc Kleine-Budde 1-9/+3
2010-10-18i2c-davinci: Fix TX setup for more SoCsGravatar Jon Povey 1-9/+15
2010-10-18drm/radeon/kms: avivo cursor workaround applies to evergreen as wellGravatar Alex Deucher 1-16/+12
2010-10-17Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Gravatar Linus Torvalds 1-1/+3
2010-10-17firewire: ohci: fix TI TSB82AA2 regression since 2.6.35Gravatar Stefan Richter 2-26/+1
2010-10-17ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleGravatar Clemens Ladisch 1-1/+3
2010-10-15m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIANGravatar Kyle McMartin 1-2/+2
2010-10-15m32r: add kernel/.gitignore and ignore vmlinux.ldsGravatar Kyle McMartin 1-0/+1
2010-10-15m32r: get_user takes an lvalue, not a pointerGravatar Kyle McMartin 1-1/+1
2010-10-15m32r: restore _BLOCKABLEGravatar Kyle McMartin 1-0/+2
2010-10-15types.h: define __aligned_u64 and expose to userspaceGravatar Eric Paris 1-1/+14
2010-10-15uml: fix buildGravatar FUJITA Tomonori 1-9/+5
2010-10-15sysctl: min/max bounds are optionalGravatar Eric Dumazet 1-9/+0
2010-10-15v4l1: fix 32-bit compat microcode loading translationGravatar Linus Torvalds 1-11/+21
2010-10-15De-pessimize rds_page_copy_userGravatar Linus Torvalds 1-20/+7
2010-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Gravatar Linus Torvalds 1-0/+13
2010-10-15mmc: sdio: fix SDIO suspend/resume regressionGravatar Ohad Ben-Cohen 1-0/+13
2010-10-15Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+11
2010-10-15Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-0/+17