summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-02-176-22/+174
|\
| * kbuild: create the source symlink earlier in the objdirAndi Kleen2009-02-151-1/+1
| * scripts: add x86 64 bit support to the markup_oops.pl scriptArjan van de Ven2009-02-151-4/+55
| * scripts: add x86 register parser to markup_oops.plArjan van de Ven2009-02-151-6/+100
| * kbuild: add sys_* entries for syscalls in tagsRabin Vincent2009-02-151-2/+5
| * kbuild: fix tags generation of config symbolsAlexey Dobriyan2009-02-151-1/+4
| * bootgraph: fix for use with dot symbolsMichael Neuling2009-02-151-2/+2
| * kbuild: add vmlinux to kernel rpmJosh Hunt2009-02-151-0/+8
| * kbuild,setlocalversion: shorten the make time when using svnMike Frysinger2009-02-151-8/+1
* | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-02-174-8/+8
|\ \
| * | MAINTAINERS: Switch hdaps to Frank SeidelFrank Seidel2009-02-171-4/+4
| * | hwmon: Fix ACPI resource check error handlingHans de Goede2009-02-173-3/+3
| * | hwmon: (f71882fg) Hide misleading error messageJean Delvare2009-02-171-1/+1
| |/
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-02-177-50/+84
|\ \
| * | V4L/DVB (10626): ivtv: fix regression in get sliced vbi formatHans Verkuil2009-02-171-1/+1
| * | V4L/DVB (10625): ivtv: fix decoder crash regressionHans Verkuil2009-02-171-12/+12
| * | V4L/DVB (10619): gspca - main: Destroy the URBs at disconnection time.Adam Baker2009-02-171-0/+5
| * | V4L/DVB (10572): Revert commit dda06a8e4610757def753ee3a541a0b1a1feb36bMauro Carvalho Chehab2009-02-172-19/+13
| * | V4L/DVB (10533): fix LED status outputTobias Lorenz2009-02-171-1/+33
| * | V4L/DVB (10532): Correction of Stereo detection/setting and signal strength i...Tobias Lorenz2009-02-171-8/+13
| * | V4L/DVB (10527): tuner: fix TUV1236D analog/digital setupMauro Carvalho Chehab2009-02-171-6/+4
| * | V4L/DVB (10516a): zoran: Update MAINTAINERS entryTrent Piepho2009-02-171-3/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-02-174-11/+20
|\ \
| * | HID: fix bus endianity in file2aliasJiri Slaby2009-02-171-0/+1
| * | HID: move tmff and zpff devices from ignore_list to blacklistAnssi Hannula2009-02-171-6/+6
| * | HID: unlock properly on error paths in hidraw_ioctl()Dan Carpenter2009-02-171-5/+9
| * | HID: blacklist Powercom USB UPSMichael Tokarev2009-02-172-0/+4
| |/
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds2009-02-176-30/+53
|\ \
| * | mfd: Fix sm501_register_gpio section mismatchRakib Mullick2009-02-171-1/+1
| * | mfd: fix sm501 section mismatchesAlexey Dobriyan2009-02-171-12/+12
| * | mfd: terminate pcf50633 i2c_device_id listJean Delvare2009-02-171-0/+1
| * | mfd: Ensure all WM8350 IRQs are masked at startupMark Brown2009-02-171-0/+7
| * | mfd: fix htc-egpio iomem resource handling using resource_sizePhilipp Zabel2009-02-171-1/+1
| * | mfd: Fix TWL4030 build on some ARM variantsMark Brown2009-02-171-1/+1
| * | mfd: wm8350 tries reaches -1Roel Kluin2009-02-171-1/+1
| * | mfd: Mark WM835x USB_SLV_500MA bit as accessibleMark Brown2009-02-171-1/+1
| * | mfd: Improve diagnostics for WM8350 ID register probeMark Brown2009-02-171-4/+19
| * | mfd: Initialise WM8350 interrupts earlierMark Brown2009-02-171-9/+9
| * | mfd: Fix egpio kzalloc return testJulia Lawall2009-02-171-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-02-173-26/+43
|\ \
| * | [WATCHDOG] iTCO_wdt: fix SMI_EN regression 2Wim Van Sebroeck2009-02-143-26/+43
| |/
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-02-172-4/+4
|\ \
| * | wusb: whci-hcd: always lock whc->lock with interrupts disabledDavid Vrabel2009-02-162-4/+4
| |/
* | FRV: __pte_to_swp_entry doesn't expand correctlyRoel Kluin2009-02-171-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-02-179-47/+101
|\ \
| * | ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter2009-02-151-5/+3
| * | ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V2009-02-141-2/+19
| * | ext4: Initialize preallocation list_head's properlyAneesh Kumar K.V2009-02-141-0/+3
| * | ext4: Fix lockdep warningAneesh Kumar K.V2009-02-101-13/+16
| * | ext4: Fix to read empty directory blocks correctly in 64kWei Yongjun2009-02-101-1/+1
OpenPOWER on IntegriCloud