summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-09-237-48/+89
|\
| * NFS: Propagate 'fsc' mount option through automountsDavid Howells2009-09-234-8/+33
| * sunrpc/rpc_pipe: fix kernel-doc notationRandy Dunlap2009-09-231-1/+2
| * sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignmentBenny Halevy2009-09-231-2/+3
| * NFS: Add nfs_alloc_parsed_mount_dataChuck Lever2009-09-231-27/+23
| * NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown2009-09-231-0/+9
| * NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flagsTrond Myklebust2009-09-232-10/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-09-2313-65/+1045
|\ \
| * | 9p: Update documentation to add fscache related bitsAbhishek Kulkarni2009-09-231-14/+26
| * | 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-2312-42/+1009
| * | 9p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni2009-09-231-7/+8
| * | 9p: Use the i_size_[read, write]() macros instead of using inode->i_size dire...Abhishek Kulkarni2009-09-232-6/+6
| |/
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-09-2311-1560/+93
|\ \
| * | hwmon: (ltc4245) Clear faults at startupIra W. Snyder2009-09-231-1/+2
| * | hwmon: (ltc4215) Clear faults at startupIra W. Snyder2009-09-231-1/+1
| * | hwmon: (coretemp) Add Lynnfield CPUHuaxu Wan2009-09-232-3/+5
| * | hwmon: (coretemp) Add support for Penryn mobile CPUsRudolf Marek2009-09-232-4/+26
| * | hwmon: (coretemp) Fix Atom CPUs supportRudolf Marek2009-09-233-14/+23
| * | hwmon: Delete deprecated FSC driversJean Delvare2009-09-236-1541/+0
| * | hwmon: (adm1031) Add sysfs files for temperature offsetsIra Snyder2009-09-231-0/+40
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-09-235-26/+39
|\ \ \
| * | | SELinux: do not destroy the avc_cache_nodepEric Paris2009-09-231-4/+15
| * | | KEYS: Have the garbage collector set its timer for live expired keysDavid Howells2009-09-231-2/+2
| * | | tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe2009-09-231-3/+2
| * | | creds_are_invalid() needs to be exported for use by modules:Randy Dunlap2009-09-231-0/+1
| * | | include/linux/cred.h: fix buildAndrew Morton2009-09-232-17/+19
* | | | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-09-233-11/+18
|\ \ \ \
| * | | | Add MAINTAINERS entry for ARM/INTEL IXP4xx arch support.Krzysztof HaƂasa2009-09-211-0/+7
| * | | | ixp4xx: arch_idle() documentation fixupMikael Pettersson2009-09-211-2/+4
| * | | | ixp4xx: timer and clocks cleanupsMikael Pettersson2009-09-211-9/+7
| |/ / /
* | | / serial core: fix new kernel-doc warningsRandy Dunlap2009-09-232-4/+4
| |_|/ |/| |
* | | MN10300: Handle removal of struct uart_infoDavid Howells2009-09-233-9/+9
* | | FRV: Use asm/generic-hardirq.hChristoph Hellwig2009-09-232-17/+4
* | | Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-231-14/+8
|\ \ \
| * | | x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath2009-09-221-14/+8
| | |/ | |/|
* | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-09-2315-66/+1331
|\ \ \
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2009-09-238891-483176/+929995
| |\| |
| * | | power_supply: Add driver for the PMU on WM831x PMICsMark Brown2009-09-044-0/+976
| * | | ds2760_battery: Fix integer overflow for time_to_empty_nowDaniel Mack2009-09-041-3/+3
| * | | wm97xx_battery: Convert to dev_pm_opsMarek Vasut2009-09-041-7/+10
| * | | wm97xx_battery: Use irq to detect charger stateMarek Vasut2009-09-041-6/+24
| * | | wm97xx_battery: Use platform_dataMarek Vasut2009-09-043-19/+49
| * | | wm97xx-core: Pass platform_data to batteryMarek Vasut2009-09-041-0/+3
| * | | ds2760_battery: implement set_charged() featureDaniel Mack2009-07-301-0/+52
| * | | power_supply: get_by_name and set_charged functionalityDaniel Mack2009-07-302-0/+31
| * | | power_supply: EXPORT_SYMBOL cleanupsDaniel Mack2009-07-301-9/+7
| * | | ds2760_battery: add current_accum module parameterDaniel Mack2009-07-301-14/+27
| * | | ds2760_battery: handle full_active_uAh == 0 case correctlyDaniel Mack2009-07-301-2/+7
| * | | ds2760_battery: add rated_capacity module parameterDaniel Mack2009-07-301-0/+19
| * | | ds2760_battery: export more featuresDaniel Mack2009-07-301-0/+8