aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-24cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: ia64Rusty Russell1-2/+0
2009-09-24cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: powerpcRusty Russell1-2/+0
2009-09-24cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: s390Rusty Russell1-1/+0
2009-09-24cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: sparcRusty Russell1-2/+0
2009-09-24cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: coreRusty Russell1-6/+0
2009-09-24cpumask: remove the deprecated smp_call_function_mask()Rusty Russell1-11/+0
2009-09-24ia64: convert last user of smp_call_function_maskRusty Russell1-1/+1
2009-09-24cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=yRusty Russell1-0/+3
2009-09-24ACPI: remove cpumask_t usageBjorn Helgaas1-1/+1
2009-09-24cpumask: Remove mask field from commentsNobuhiro Iwamatsu1-1/+0
2009-09-24cpumask: remove unused mask field from struct irqaction.Rusty Russell1-1/+0
2009-09-24cpumask: remove last assignment to mask field of struct irqaction.Rusty Russell1-1/+0
2009-09-24cpumask: remove unused cpu_mask_allRusty Russell2-8/+0
2009-09-24cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: mipsRusty Russell1-1/+1
2009-09-24cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell1-3/+0
2009-09-24cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell8-57/+1
2009-09-24cpumask: remove the now-obsoleted pcibus_to_cpumask(): powerpcRusty Russell1-5/+0
2009-09-24cpumask: remove the now-obsoleted pcibus_to_cpumask(): mipsRusty Russell1-1/+0
2009-09-24cpumask: remove the now-obsoleted pcibus_to_cpumask(): alphaRusty Russell1-1/+0
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan9-30/+14
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds24-80/+1987
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds94-354/+473
2009-09-23Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds7-48/+89
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds13-65/+1045
2009-09-23Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds11-1560/+93
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds5-26/+39
2009-09-23hwmon: (ltc4245) Clear faults at startupIra W. Snyder1-1/+2
2009-09-23hwmon: (ltc4215) Clear faults at startupIra W. Snyder1-1/+1
2009-09-23hwmon: (coretemp) Add Lynnfield CPUHuaxu Wan2-3/+5
2009-09-23hwmon: (coretemp) Add support for Penryn mobile CPUsRudolf Marek2-4/+26
2009-09-23hwmon: (coretemp) Fix Atom CPUs supportRudolf Marek3-14/+23
2009-09-23hwmon: Delete deprecated FSC driversJean Delvare6-1541/+0
2009-09-23hwmon: (adm1031) Add sysfs files for temperature offsetsIra Snyder1-0/+40
2009-09-23NFS: Propagate 'fsc' mount option through automountsDavid Howells4-8/+33
2009-09-23sunrpc/rpc_pipe: fix kernel-doc notationRandy Dunlap1-1/+2
2009-09-23sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignmentBenny Halevy1-2/+3
2009-09-23NFS: Add nfs_alloc_parsed_mount_dataChuck Lever1-27/+23
2009-09-23NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown1-0/+9
2009-09-23NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flagsTrond Myklebust2-10/+19
2009-09-23Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6Linus Torvalds3-11/+18
2009-09-23serial core: fix new kernel-doc warningsRandy Dunlap2-4/+4
2009-09-23SELinux: do not destroy the avc_cache_nodepEric Paris1-4/+15
2009-09-23KEYS: Have the garbage collector set its timer for live expired keysDavid Howells1-2/+2
2009-09-239p: Update documentation to add fscache related bitsAbhishek Kulkarni1-14/+26
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni12-42/+1009
2009-09-239p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni1-7/+8
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size directly.Abhishek Kulkarni2-6/+6
2009-09-23tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe1-3/+2
2009-09-23creds_are_invalid() needs to be exported for use by modules:Randy Dunlap1-0/+1
2009-09-23include/linux/cred.h: fix buildAndrew Morton2-17/+19