summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-12-242-19/+28
|\
| * edac, pci: remove pesky debug printkBorislav Petkov2009-12-241-2/+0
| * amd64_edac: restrict PCI config space accessBorislav Petkov2009-12-241-1/+1
| * amd64_edac: fix forcing module load/unloadBorislav Petkov2009-12-241-2/+1
| * amd64_edac: make driver loading more robustBorislav Petkov2009-12-241-7/+16
| * amd64_edac: fix driver instance freeingBorislav Petkov2009-12-241-5/+4
| * amd64_edac: fix K8 chip select reportingBorislav Petkov2009-12-241-2/+6
* | Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-12-249-78/+117
|\ \
| * \ Merge branch 'sh/g3-prep' into sh/for-2.6.33Paul Mundt2009-12-241059-17626/+45848
| |\ \
| | * | serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx.Paul Mundt2009-12-242-61/+61
| | * | serial: sh-sci: earlyprintk zero uartclk fixMagnus Damm2009-12-241-3/+13
| | |/
| * | sh: Ensure all PG_dcache_dirty pages are written back.Markus Pietrek2009-12-241-6/+2
| * | sh: mach-ecovec24: setup.c detailed correctionKuninori Morimoto2009-12-241-2/+2
| * | sh: Only use bl bit toggling for sleeping idle.Paul Mundt2009-12-211-2/+2
| * | sh: Restore bl bit toggling in idle loop.Paul Mundt2009-12-211-0/+2
| * | sh: Fix up MAX_DMA_CHANNELS definition when DMA is disabled.Paul Mundt2009-12-171-2/+4
| * | sh: dmaengine support for SH7785Nobuhiro Iwamatsu2009-12-171-0/+14
| * | sh: dmaengine support for sh7724.Guennadi Liakhovetski2009-12-172-4/+19
* | | Merge branch 'i2c-fixes' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2009-12-232-4/+15
|\ \ \
| * | | i2c-omap: OMAP3: Fix I2C lockup during timeout/error casesManjunatha GK2009-12-241-0/+5
| * | | i2c-omap: Don't write IE state in unidle if 0Cory Maccarrone2009-12-241-1/+7
| * | | i2c-bfin-twi: fix CLKDIV calculationSonic Zhang2009-12-241-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-12-2310-17/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | [WATCHDOG] use resource_size()H Hartley Sweeten2009-12-239-17/+14
| * | | [WATCHDOG] iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoCImre Kaloz2009-12-231-0/+4
* | | | Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/o...Linus Torvalds2009-12-231-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-2328-1097/+1226
|\ \ \ \
| * | | | USB: Fix a bug on appledisplay.c regarding signednesspancho horrillo2009-12-231-2/+2
| * | | | USB: option: support hi speed for modem Haier CE100Donny Kurnia2009-12-231-0/+5
| * | | | USB: audio gadget: free alsa devices when unloadingCliff Cai2009-12-234-5/+12
| * | | | USB: audio gadget: fix wTotalLength calculationCliff Cai2009-12-231-1/+4
| * | | | usb: otg: isp1301_omap: fix compile errorFelipe Balbi2009-12-231-2/+2
| * | | | USB: musb: workaround Blackfin FIFO anomaliesBryan Wu2009-12-232-45/+91
| * | | | USB: musb: Fix array index out of bounds issueMaulik Mankad2009-12-231-1/+1
| * | | | USB: musb: Fix null pointer dereference issueMaulik Mankad2009-12-231-0/+2
| * | | | USB: musb: correct DMA address for txCliff Cai2009-12-231-1/+1
| * | | | USB: musb: gadget_ep0: avoid SetupEnd interruptSergei Shtylyov2009-12-231-4/+10
| * | | | USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabledSwaminathan S2009-12-231-0/+6
| * | | | USB: musb: do not work if no gadget driver is loadedFelipe Balbi2009-12-231-0/+8
| * | | | USB: musb: gadget: set otg tranceiver to idle when registering gadgetArnaud Mandy2009-12-231-0/+1
| * | | | USB: musb: Populate the VBUS GPIO with the correct GPIO numberSwaminathan S2009-12-231-1/+1
| * | | | USB: musb: MAINTAINERS: Fix my tree's addressFelipe Balbi2009-12-231-1/+1
| * | | | USB: musb: fix compiling warning with min() macroCliff Cai2009-12-231-1/+1
| * | | | USB: musb: move musb_remove to __exitFelipe Balbi2009-12-231-2/+2
| * | | | USB: musb_gadget: fix kernel oops in txstate()Sergei Shtylyov2009-12-231-3/+3
| * | | | USB: ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h headerAndreas Mohr2009-12-231-603/+630
| * | | | USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h headerAndreas Mohr2009-12-233-955/+964
| * | | | USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-232-4/+6
| * | | | USB: add device ID for Apple Cinema Display 23in 2007pancho horrillo2009-12-231-0/+1
| * | | | USB: fix section mismatch in early ehci dbgpJan Beulich2009-12-231-1/+1
OpenPOWER on IntegriCloud