summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-2312-50/+53
|\
| * switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-2/+1Star
| * vfs: allow custom EOF in generic_file_llseek codeEric Sandeen2012-07-221-1/+1
| * vfs: Create function for iterating over block devicesJan Kara2012-07-221-0/+5
| * quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara2012-07-222-2/+8
| * get rid of ->scm_work_listAl Viro2012-07-222-2/+0Star
| * switch fput to task_work_addAl Viro2012-07-221-0/+3
| * merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-223-15/+10Star
| * trim task_work: get rid of hlistAl Viro2012-07-223-4/+4
| * trimming task_work: kill ->dataAl Viro2012-07-221-3/+1Star
| * VFS: Pass mount flags to sget()David Howells2012-07-141-1/+1
| * fs: add nd_jump_linkChristoph Hellwig2012-07-141-0/+2
| * get rid of kern_path_parent()Al Viro2012-07-141-1/+1
| * don't pass nameidata * to vfs_create()Al Viro2012-07-141-1/+1
| * don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
| * stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
| * stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-1/+1
| * make finish_no_open() return intAl Viro2012-07-141-1/+1
| * kill struct opendataAl Viro2012-07-141-6/+5Star
| * make ->atomic_open() return intAl Viro2012-07-141-3/+3
| * ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-2/+7
| * vfs: remove open intents from nameidataMiklos Szeredi2012-07-141-14/+0Star
| * nfs: clean up ->create in nfs_rpc_opsMiklos Szeredi2012-07-141-1/+1
| * vfs: add i_op->atomic_open()Miklos Szeredi2012-07-141-0/+7
| * vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-142-2/+2
* | Merge tag 'mmc-merge-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-238-31/+71
|\ \
| * | mmc: sd: Fix sd current limit settingAaron Lu2012-07-221-7/+3Star
| * | mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMERAaron Lu2012-07-221-0/+1
| * | mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPSPhilip Rakity2012-07-221-1/+2
| * | mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity2012-07-211-0/+1
| * | mmc: sh_mmcif: support generic card-detectionGuennadi Liakhovetski2012-07-211-0/+2
| * | mmc: sh_mobile_sdhi: support caps2 flagsGuennadi Liakhovetski2012-07-211-0/+1
| * | mmc: tmio: support caps2 flagsGuennadi Liakhovetski2012-07-211-0/+1
| * | mmc: core: add WP pin handler to slot functionsGuennadi Liakhovetski2012-07-211-0/+4
| * | mmc: core: convert slot functions to managed allocationGuennadi Liakhovetski2012-07-211-0/+3
| * | mmc: add CD GPIO polling support to slot functionsGuennadi Liakhovetski2012-07-211-0/+2
| * | mmc: add two capability flags for CD and WP signal polarityGuennadi Liakhovetski2012-07-211-0/+2
| * | mmc: core: use a more generic name for slot function types and fieldsGuennadi Liakhovetski2012-07-211-3/+14
| * | mmc: tmio: add callbacks to enable-update and disable the interface clockGuennadi Liakhovetski2012-07-211-0/+3
| * | mmc: add a function to get regulators, supplying card's powerGuennadi Liakhovetski2012-07-211-2/+14
| * | mmc: extend and rename cd-gpio helpers to handle more slot GPIO functionsGuennadi Liakhovetski2012-07-111-4/+4
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-232-0/+2
|\ \ \
| * \ \ Merge branch 'mce-ripvfix' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Ingo Molnar2012-07-111-0/+1
| |\ \ \
| | * | | x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck2012-07-111-0/+1
| * | | | Merge tag 'v3.5-rc6' into x86/mceIngo Molnar2012-07-1148-77/+196
| |\ \ \ \
| * \ \ \ \ Merge tag 'amd-thresholding-fixes-for-3.6' of git://git.kernel.org/pub/scm/li...Ingo Molnar2012-06-081-0/+1
| |\ \ \ \ \
| | * | | | | x86, amd_nb: Export model 0x10 and later PCI idBorislav Petkov2012-06-071-0/+1
* | | | | | | Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-07-226-20/+38
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-qos'Rafael J. Wysocki2012-07-191-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | PM / QoS: Use NULL pointer instead of plain integer in pm_qos.hSachin Kamat2012-07-191-1/+1