summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [media] v4l2-device: fix a macro definitionGuennadi Liakhovetski2011-04-131-1/+1
| * | | [media] videobuf2: fix an error messageGuennadi Liakhovetski2011-04-131-1/+1
| * | | [media] videobuf2: fix core to correctly identify allocation failuresGuennadi Liakhovetski2011-04-131-1/+1
| * | | [media] cx18: Fix list BUG for IDX stream, triggerable in cx18_probe() error ...Andy Walls2011-04-131-1/+9
| * | | [media] Fix dependencies for Technisat USB2.0 DVB-S/S2Patrick Boettcher2011-04-041-2/+2
| * | | [media] dib0700: fix possible NULL pointer dereferencePatrick Boettcher2011-04-041-2/+2
| * | | [media] FLEXCOP-PCI: fix __xlate_proc_name-warning for flexcop-pciPatrick Boettcher2011-04-041-1/+1
| * | | [media] DIB0700: fix typo in dib0700_devices.cPatrick Boettcher2011-04-041-1/+1
* | | | Linux 2.6.39-rc5v2.6.39-rc5Linus Torvalds2011-04-271-1/+1
* | | | init/Kconfig: fix EXPERT menu listRandy Dunlap2011-04-271-8/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2011-04-263-16/+86
|\ \ \ \
| * | | | amd64_edac: Erratum #637 workaroundBorislav Petkov2011-04-262-2/+51
| * | | | amd64_edac: Factor in CC6 save areaBorislav Petkov2011-04-262-1/+29
| * | | | amd64_edac: Remove node interleave warningBorislav Petkov2011-04-261-5/+1
| * | | | EDAC: Remove debugging output in scrub rate handlingMarkus Trippelsdorf2011-04-212-8/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2011-04-261-0/+97
|\ \ \ \ \
| * | | | | watchdog: iTCO_wdt: TCO Watchdog patch for Intel Panther Point PCHSeth Heasley2011-04-261-0/+97
* | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-04-2611-74/+166
|\ \ \ \ \ \
| * | | | | | [S390] kvm-390: Let kernel exit SIE instruction on workCarsten Otte2011-04-201-2/+2
| * | | | | | [S390] dasd: check sense type in device change handlerStefan Weinhuber2011-04-201-2/+3
| * | | | | | [S390] pfault: fix token handlingHeiko Carstens2011-04-201-2/+2
| * | | | | | [S390] qdio: reset error states immediatelyJan Glauber2011-04-201-5/+12
| * | | | | | [S390] fix page table walk for changing page attributesJan Glauber2011-04-201-2/+3
| * | | | | | [S390] prng: prevent access beyond end of stackJan Glauber2011-04-201-1/+1
| * | | | | | [S390] dasd: fix race between open and offlineStefan Weinhuber2011-04-205-60/+143
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-266-15/+32
|\ \ \ \ \ \ \
| * | | | | | | Btrfs: cleanup error handling in inode.cTsutomu Itoh2011-04-261-6/+9
| * | | | | | | Btrfs: put the right bio if we have an errorJosef Bacik2011-04-261-1/+1
| * | | | | | | Btrfs: free bitmaps properly when evicting the cacheJosef Bacik2011-04-261-4/+7
| * | | | | | | Btrfs: Free free_space item properly in btrfs_trim_block_group()Li Zefan2011-04-261-1/+1
| * | | | | | | btrfs: add missing spin_unlock to a rare exit pathDavid Sterba2011-04-261-0/+1
| * | | | | | | Btrfs: check return value of kmalloc()Tsutomu Itoh2011-04-262-0/+7
| * | | | | | | btrfs: fix wrong allocating flag when reading pageItaru Kitayama2011-04-261-1/+1
| * | | | | | | Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()Tsutomu Itoh2011-04-261-2/+5
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-04-261-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Btrfs: do some plugging in the submit_bio threadsChris Mason2011-04-201-0/+10
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-04-261-2/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky2011-04-211-2/+3
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2011-04-267-79/+128
|\ \ \ \ \ \ \
| * | | | | | | eCryptfs: Flush dirty pages in setattrTyler Hicks2011-04-261-0/+6
| * | | | | | | eCryptfs: Handle failed metadata read in lookupTyler Hicks2011-04-264-16/+28
| * | | | | | | eCryptfs: Add reference counting to lower filesTyler Hicks2011-04-266-59/+92
| * | | | | | | eCryptfs: dput dentries returned from dget_parentTyler Hicks2011-04-261-2/+2
| * | | | | | | eCryptfs: Remove extra d_delete in ecryptfs_rmdirTyler Hicks2011-04-261-2/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-04-262-11/+12
|\ \ \ \ \ \ \
| * | | | | | | rtc: fix coh901331 startup crashLinus Walleij2011-04-201-2/+2
| * | | | | | | mach-ux500: fix i2c0 device setup regressionLinus Walleij2011-04-201-9/+10
| | |/ / / / / | |/| | | | |
* | | | | | | SELINUX: Make selinux cache VFS RCU walks safeEric Paris2011-04-263-25/+55
* | | | | | | add hlist_bl_lock/unlock helpersChristoph Hellwig2011-04-263-20/+19
* | | | | | | bit_spinlock: don't play preemption games inside the busy loopLinus Torvalds2011-04-261-4/+4
| |/ / / / / |/| | | | |