summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds9-54/+33
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar7-0/+7
2009-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-6/+5
2009-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds8-12/+64
2009-10-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-5/+24
2009-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds1-43/+46
2009-10-13Merge git://git.infradead.org/~dwmw2/iommu-2.6.32Linus Torvalds5-20/+103
2009-10-13Merge branch 'fix/hda' into for-linusTakashi Iwai4-8/+55
2009-10-13ALSA: hda - Allow all formats as default for Nvidia HDMITakashi Iwai1-1/+1
2009-10-13ALSA: aaci: ARM1176 aaci-pl041 AC97 register read timeoutPhilby John1-0/+1
2009-10-13ALSA: hda - Fix volume-knob setup for Dell laptops with STAC9228Takashi Iwai1-1/+11
2009-10-13ALSA: hda - Fix mute sound with STAC9227/9228 codecsTakashi Iwai2-0/+18
2009-10-13ALSA: bt87x - Add a whitelist for Pinnacle PCTV (11bd:0012)Takashi Iwai1-0/+2
2009-10-13ALSA: hda - Fix overflow of spec->init_verbs in patch_realtek.cTakashi Iwai1-1/+1
2009-10-13ext3: Update documentation about ext3 quota mount optionsJan Kara1-4/+12
2009-10-13ext3: Don't update superblock write time when filesystem is read-onlyTheodore Ts'o1-1/+12
2009-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds7-47/+42
2009-10-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds26-216/+426
2009-10-13USB: musb: invert arch depend stringMike Frysinger1-1/+1
2009-10-12NFS: suppress a build warningStefan Richter1-2/+2
2009-10-12tty, serial: Fix race and NULL check in uart_close()Linus Torvalds1-2/+5
2009-10-12ARM: force dcache flush if dcache_dirty bit setNitin Gupta1-6/+3
2009-10-12x86: Move pci_iommu_init to rootfs_initcall()David Woodhouse1-1/+1
2009-10-12Run pci_apply_final_quirks() sooner.David Woodhouse1-1/+1
2009-10-12Mark pci_apply_final_quirks() __init rather than __devinitDavid Woodhouse1-1/+1
2009-10-12Rename pci_init() to pci_apply_final_quirks(), move it to quirks.cDavid Woodhouse2-13/+13
2009-10-12Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King1071-17817/+68247
2009-10-12mfd: Fix twl4030 boot with twl4030 usb transceiver enabledRoger Quadros1-43/+46
2009-10-12HID: fix possible deadlock in hidraw_readJiri Kosina1-3/+2
2009-10-12[ARM] pxa: workaround errata #37 by not using half turbo switchingDennis O'Brien1-1/+1
2009-10-12[ARM] pxamci: fix printing gpio numbers in pxamci_probeAntonio Ospite1-2/+2
2009-10-12[ARM] pxa/csb726: adjust duplicate structure field initializationJulia Lawall1-1/+1
2009-10-12Revert "USB: Work around BIOS bugs by quiescing USB controllers earlier"Linus Torvalds1-1/+1
2009-10-12Linux 2.6.32-rc4v2.6.32-rc4Linus Torvalds1-1/+1
2009-10-12pci: increase alignment to make more space for hidden codeYinghai Lu1-2/+2
2009-10-12kbuild: revert "save ARCH & CROSS_COMPILE ..."Sam Ravnborg1-44/+2
2009-10-12warn about use of uninstalled kernel headersArnd Bergmann2-1/+7
2009-10-12kbuild: mkcompile_h: trivial cleanupsFelipe Contreras1-1/+3
2009-10-12kbuild: fix warning when domainname is not availableFelipe Contreras1-2/+6
2009-10-12kbuild: Fix size_append issue for bzip2/lzma kernelAlek Du1-1/+1
2009-10-12kbuild,scripts: use non-builtin echo for '-e'Amerigo Wang2-3/+3
2009-10-12kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT setFrans Pop2-2/+11
2009-10-11Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds28-82/+282
2009-10-11ROMFS: fix length used with romfs_dev_strnlen() functionBernd Schmidt1-2/+2
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds35-412/+316
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds40-8248/+148
2009-10-11Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-58/+292
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds14-157/+447
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan145-1/+145
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds259-666/+58442