aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov2011-01-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-01-30
|\
| * cifs: More crypto cleanup (try #2)Shirish Pargaonkar2011-01-27
| * CIFS: Add strictcache mount optionPavel Shilovsky2011-01-25
| * CIFS: Implement cifs_strict_writev (try #4)Pavel Shilovsky2011-01-25
| * [CIFS] Replace cifs md5 hashing functions with kernel crypto APIsSteve French2011-01-25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2011-01-30
|\ \
| * | kmemleak: Allow kmemleak metadata allocations to failCatalin Marinas2011-01-27
| * | kmemleak: remove memset by using kzallocJesper Juhl2011-01-27
* | | Merge branch 'zerolen' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarz...Linus Torvalds2011-01-30
|\ \ \
| * | | Delete zero-length drivers/staging/vme/bridges/Module.symversJeff Garzik2011-01-28
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-01-30
|\ \ \ \
| * \ \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-01-28
| |\ \ \ \
| | * | | | ASoC: correct link specifications for corgi, poodle and spitzDmitry Eremin-Solenikov2011-01-25
| | * | | | ASoC: Samsung: Fix outdated cpu_dai_name for s3c24xx i2sLars-Peter Clausen2011-01-25
| | * | | | ASoC: Fix codec device id format used by some dai_linksLars-Peter Clausen2011-01-25
| | * | | | ASoC: Handle low measured DC offsets for wm_hubs devicesMark Brown2011-01-21
| | * | | | ASoC: da8xx/omap-l1xx: match codec_name with i2c idsRajashekhara, Sudhakar2011-01-21
| | * | | | ASoC: WM8994: fix wrong value in tristate functionQiao Zhou2011-01-19
| | * | | | ASoC: WM8995: Fix incorrect use of snd_soc_update_bits()Dimitris Papastamos2011-01-19
| | * | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2011-01-19
| | |\ \ \ \
| * | | | | | ALSA: HDA: Fix automute on Thinkpad L412/L512David Henningsson2011-01-26
| * | | | | | ALSA: HDA: Fix dmesg output of HDMI supported bitsDavid Henningsson2011-01-25
| * | | | | | ALSA: fix invalid hardware.h include in ac97c for AVR32 architectureHans-Christian Egtvedt2011-01-25
| * | | | | | ALSA: azt3328 - fix broken AZF_FMT_XLATE macroAndreas Mohr2011-01-25
| * | | | | | ALSA: Xonar, CS43xx: Don't overrun static arrayJesper Juhl2011-01-22
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-30
|\ \ \ \ \ \ \
| * | | | | | | libata: set queue DMA alignment to sector size for ATAPI tooTejun Heo2011-01-28
| * | | | | | | libata: DVR-212D can't do SETXFER DVD-RW DVR-212DFrancesco Antonacci2011-01-28
| * | | | | | | ahci: add HFLAG_YES_FBS and apply it to 88SE9128Anssi Hannula2011-01-28
| * | | | | | | pata_hpt37x: inherit prereset() method for HPT374Sergei Shtylyov2011-01-28
| * | | | | | | ahci: AHCI mode SATA patch for Intel DH89xxCC DeviceIDsSeth Heasley2011-01-28
| * | | | | | | pata_hpt37x: fold 'if' statement into 'switch'Sergei Shtylyov2011-01-28
| * | | | | | | pata_hpt{37x|3x2n}: use pr_*(DRV_NAME ...) instead of printk(KERN_* ...)Sergei Shtylyov2011-01-28
| * | | | | | | pata_hpt{366|37x}: use pr_warning(...) instead of printk(KERN_WARNING ...)Sergei Shtylyov2011-01-28
| * | | | | | | pata_mpc52xx: inherit from ata_bmdma_port_opsTejun Heo2011-01-28
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2011-01-30
|\ \ \ \ \ \ \
| * | | | | | | ARM: tegra: clock: Add forward reference to struct clkColin Cross2011-01-27
| * | | | | | | ARM: tegra: irq: Rename gic pointers to avoid conflictsColin Cross2011-01-27
| * | | | | | | arm/tegra: Fix tegra irq_data conversionGrant Likely2011-01-27
| |/ / / / / /
* | | | | | | Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-27
|\ \ \ \ \ \ \
| * | | | | | | xen/setup: Route halt operations to safe_halt pvop.Stefano Stabellini2011-01-27
| * | | | | | | xen/e820: Guard against E820_RAM not having page-aligned size or start.Stefano Stabellini2011-01-27
| * | | | | | | xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn.Stefan Bader2011-01-27
| |/ / / / / /
* | | | | | | Export the augmented rbtree helper functionsAndreas Gruenbacher2011-01-27
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-27
|\ \ \ \ \ \ \
| * | | | | | | ceph: avoid picking MDS that is not activeSage Weil2011-01-25
| * | | | | | | ceph: avoid immediate cap check after importSage Weil2011-01-19
| * | | | | | | ceph: fix flushing of caps vs cap importSage Weil2011-01-19
| * | | | | | | ceph: fix erroneous cap flush to non-auth mdsSage Weil2011-01-19