summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-09-247-39/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/hwmon: pkgtemp has no dependency on PCIJan Beulich2010-09-242-2/+1
| * | | | | | | | | | | | | | | MAINTAINERS: Update hwmon entryGuenter Roeck2010-09-241-0/+2
| * | | | | | | | | | | | | | | x86/hwmon: register alternate sibling upon CPU removalJan Beulich2010-09-241-7/+15
| * | | | | | | | | | | | | | | x86/hwmon: fix initialization of pkgtempJan Beulich2010-09-241-7/+3
| * | | | | | | | | | | | | | | x86/hwmon: fix initialization of coretempJan Beulich2010-09-243-16/+15
| * | | | | | | | | | | | | | | x86/hwmon: don't leak device attribute file from pkgtemp_probe() and pkgtemp_...Jan Beulich2010-09-241-1/+4
| * | | | | | | | | | | | | | | x86/hwmon: avoid deadlock on CPU removal in pkgtempJan Beulich2010-09-241-3/+4
| * | | | | | | | | | | | | | | x86/hwmon: fix module init for hotplug-but-no-device-found caseJan Beulich2010-09-241-1/+4
| * | | | | | | | | | | | | | | hwmon: (lis3) Fix Oops with NULL platform dataTakashi Iwai2010-09-241-2/+2
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2010-09-241-7/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | arch/tile: remove dead code from intvec_32.SChris Metcalf2010-09-241-7/+0
* | | | | | | | | | | | | | | | fremap: get rid of broken 'end' variableLinus Torvalds2010-09-241-2/+1
* | | | | | | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-09-2414-44/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | o2dlm: force free mles during dlm exitSrinivas Eeda2010-09-233-0/+42
| * | | | | | | | | | | | | | | | ocfs2: Sync inode flags with ext2.Tao Ma2010-09-232-16/+29
| * | | | | | | | | | | | | | | | ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.Tao Ma2010-09-231-12/+10
| * | | | | | | | | | | | | | | | ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.Tao Ma2010-09-231-2/+2
| * | | | | | | | | | | | | | | | ocfs2: update ctime when changing the file's permission by setfaclTao Ma2010-09-231-0/+3
| * | | | | | | | | | | | | | | | ocfs2/net: fix uninitialized ret in o2net_send_message_vec()Wu Fengguang2010-09-181-1/+1
| * | | | | | | | | | | | | | | | Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.cTristan Ye2010-09-101-1/+8
| * | | | | | | | | | | | | | | | Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes.Tristan Ye2010-09-101-8/+16
| * | | | | | | | | | | | | | | | ocfs2: Fix lockdep warning in reflink.Tao Ma2010-09-102-2/+4
| * | | | | | | | | | | | | | | | ocfs2/lockdep: Move ip_xattr_sem out of ocfs2_xattr_get_nolock.Tao Ma2010-09-101-2/+2
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-09-248-58/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | USB: update Kconfig help text for CONFIG_USB_SUSPENDAlan Stern2010-09-241-3/+3
| * | | | | | | | | | | | | | | | | usb: musb: gadget: restart request on clearing endpoint haltSergei Shtylyov2010-09-243-1/+12
| * | | | | | | | | | | | | | | | | usb: musb: host: Issue a memory barrier before starting DMASantosh Shilimkar2010-09-241-0/+6
| * | | | | | | | | | | | | | | | | usb: musb: gadget: fix dma length in txstateMing Lei2010-09-242-9/+10
| * | | | | | | | | | | | | | | | | usb: musb: gadget: complete request only if data is transfered overMing Lei2010-09-241-8/+8
| * | | | | | | | | | | | | | | | | usb: musb: gadget: fix DMA length for OUT transferMing Lei2010-09-241-2/+3
| * | | | | | | | | | | | | | | | | usb: musb: gadget: enable autoclear for OUT transfer in both DMA 0 and DMA 1Ming Lei2010-09-241-1/+1
| * | | | | | | | | | | | | | | | | usb: musb: gadget: fix bulk IN infinit hangs in double buffer caseMing Lei2010-09-241-12/+0
| * | | | | | | | | | | | | | | | | usb: musb: gadget: fix kernel panic if using out ep with FIFO_TXRX styleMing Lei2010-09-241-3/+17
| * | | | | | | | | | | | | | | | | USB: fix bug in initialization of interface minor numbersAlan Stern2010-09-242-19/+17
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-09-244-10/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Staging: ti-st: remove st_get_plat_devicePavan Savoy2010-09-244-10/+24
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-09-248-12/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | vgaarb: trivial fixDaniel J Blueman2010-09-241-1/+1
| * | | | | | | | | | | | | | | | | drm: radeon cleanup fixes...Daniel J Blueman2010-09-242-2/+2
| * | | | | | | | | | | | | | | | | drm: fix trivial coding errorsDaniel J Blueman2010-09-241-3/+3
| * | | | | | | | | | | | | | | | | drm: ttm sparse fixes.Daniel J Blueman2010-09-241-4/+4
| * | | | | | | | | | | | | | | | | drm/nouveau: fix panels using straps-based mode detectionBen Skeggs2010-09-241-2/+4
| * | | | | | | | | | | | | | | | | drm/ttm: Clear the ghost cpu_writers flag on ttm_buffer_object_transfer.Francisco Jerez2010-09-221-0/+1
| * | | | | | | | | | | | | | | | | drm/radeon: don't allow device to be opened if powered downDave Airlie2010-09-221-0/+4
* | | | | | | | | | | | | | | | | | m32r: fix breakage from "m32r: use generic ptrace_resume code"Al Viro2010-09-241-3/+4
* | | | | | | | | | | | | | | | | | m32r: hole in shifting pc backAl Viro2010-09-241-21/+17
* | | | | | | | | | | | | | | | | | m32r: don't block signals if sigframe setup has failedAl Viro2010-09-241-10/+13
* | | | | | | | | | | | | | | | | | make m32r handle multiple pending signalsAl Viro2010-09-242-4/+6
* | | | | | | | | | | | | | | | | | m32r: fix rt_sigsuspend()Al Viro2010-09-244-39/+14
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
OpenPOWER on IntegriCloud