summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kobject: sanitize argument for format stringKees Cook2013-06-081-1/+1
* sysfs_notify is only possible on file attributesNick Dyer2013-06-081-4/+6
* firmware loader: simplify holding module for request_firmwareMing Lei2013-06-061-6/+7
* firmware loader: don't export cache_firmware and uncache_firmwareMing Lei2013-06-062-15/+2Star
* drivers/base: Use attribute groups to create sysfs memory filesNathan Fontenot2013-06-061-81/+62Star
* firmware loader: fix compile warningMing Lei2013-06-061-0/+4
* firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPERMing Lei2013-06-041-14/+17
* Documentation: Updated broken link in HOWTOBen Minerds2013-06-031-1/+1
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-0333-75/+22Star
* driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspendMing Lei2013-06-031-0/+17
* driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmwareMing Lei2013-06-031-3/+6
* Documentation: Tidy up some drivers/base/core.c kerneldoc content.Robert P. J. Day2013-06-031-7/+7
* platform_device: use a macro instead of platform_driver_registerLibo Chen2013-06-032-4/+12
* firmware: move EXPORT_SYMBOL annotationsDaniel Mack2013-06-031-6/+5Star
* firmware: Avoid deadlock of usermodehelper lock at shutdownTakashi Iwai2013-06-031-7/+37
* dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitlyTakashi Iwai2013-06-031-0/+1
* debugfs: write_file_bool() - ensure strtobool() operates on valid dataMathias Krause2013-06-031-0/+1
* debugfs: add get/set for atomic typesSeth Jennings2013-06-033-21/+44
* Merge 3.10-rc3 into driver-core-nextGreg Kroah-Hartman2013-05-27843-5741/+9123
|\
| * Linux 3.10-rc3Linus Torvalds2013-05-271-1/+1
| * ipc/sem.c: Fix missing wakeups in do_smart_update_queue()Manfred Spraul2013-05-271-5/+22
| * Merge tag 'nfs-for-3.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-05-2611-41/+78
| |\
| | * NFS: Fix SETCLIENTID fallback if GSS is not availableChuck Lever2013-05-241-1/+1
| | * SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust2013-05-221-1/+7
| | * NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson2013-05-206-18/+20
| | * SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust2013-05-163-19/+30
| | * SUNRPC: Faster detection if gssd is actually runningTrond Myklebust2013-05-163-1/+18
| | * SUNRPC: Fix a bug in gss_create_upcallTrond Myklebust2013-05-151-2/+3
| * | Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-261-2/+2
| |\ \
| | * | amd64_edac: Fix bogus sysfs file permissionsBorislav Petkov2013-05-211-2/+2
| | |/
| * | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-2612-71/+62Star
| |\ \
| | * | parisc: fix irq stack on UP and SMPHelge Deller2013-05-243-41/+26Star
| | * | parisc/superio: Use module_pci_driver to register driverPeter Huewe2013-05-241-12/+1Star
| | * | parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin2013-05-242-10/+10
| | * | parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller2013-05-244-0/+14
| | * | parisc: add additional parisc git tree to MAINTAINERS fileHelge Deller2013-05-241-0/+1
| | * | parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.SHelge Deller2013-05-241-6/+6
| | * | parisc: add rp5470 entry to machine databaseHelge Deller2013-05-241-0/+1
| | * | MPILIB: disable usage of floating point registers on pariscHelge Deller2013-05-241-2/+3
| * | | Merge tag 'for-linus-v3.10-rc3' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-05-268-21/+47
| |\ \ \
| | * | | xfs: remote attribute lookups require the value lengthDave Chinner2013-05-241-1/+2
| | * | | xfs: xfs_attr_shortform_allfit() does not handle attr3 format.Dave Chinner2013-05-241-11/+13
| | * | | xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGICDave Chinner2013-05-241-0/+1
| | * | | xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner2013-05-244-5/+7
| | * | | xfs: Don't reference the EFI after it is freedDave Chinner2013-05-241-2/+3
| | * | | xfs: fix rounding in xfs_free_file_spaceDave Chinner2013-05-241-2/+2
| | * | | xfs: fix sub-page blocksize data integrity writesDave Chinner2013-05-241-0/+19
| | | |/ | | |/|
| * | | Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds2013-05-263-2/+3
| |\ \ \
| | * | | pm2301_charger: Fix module alias prefixAxel Lin2013-05-101-1/+1
| | * | | wm831x_backup: Fix wrong kfree call for devdata->backup.nameAxel Lin2013-05-101-1/+0Star