summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* don't pass nameidata to ->create()Al Viro2012-07-143-2/+8
* stop passing nameidata to ->lookup()Al Viro2012-07-143-5/+4
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-143-5/+10
* kill struct opendataAl Viro2012-07-142-2/+2
* make ->atomic_open() return intAl Viro2012-07-142-4/+4
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-142-2/+2
* vfs: add i_op->atomic_open()Miklos Szeredi2012-07-142-0/+15
* vfs: update documentation on ->i_dentry handlingAl Viro2012-07-141-6/+4
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-132-8/+1
|\
| * [media] Revert "[media] V4L: JPEG class documentation corrections"Sylwester Nawrocki2012-07-072-8/+1
* | Merge tag 'for-linus-20120712' of git://git.infradead.org/linux-mtdLinus Torvalds2012-07-131-8/+9
|\ \
| * | mtd: ABI documentation: clarification of bitflip_thresholdMike Dunn2012-07-061-8/+9
* | | security: Minor improvements to no_new_privs documentationAndy Lutomirski2012-07-081-0/+7
* | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-051-0/+17
|\ \ \
| * | | KVM: Add missing KVM_IRQFD API documentationAlex Williamson2012-07-021-0/+17
* | | | Merge branch 'fixes-for-grant' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-056-7/+9
|\ \ \ \
| * | | | dt: mc13xxx.txt: Fix gpio number assignmentFabio Estevam2012-06-131-2/+2
| * | | | dt: fsl-fec.txt: Fix gpio number assignmentFabio Estevam2012-06-131-1/+1
| * | | | dt: fsl-mma8450.txt: Add missing 'reg' descriptionFabio Estevam2012-06-131-0/+1
| * | | | dt: fsl-imx-esdhc.txt: Fix gpio number assignmentFabio Estevam2012-06-131-2/+2
| * | | | dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selectsFabio Estevam2012-06-131-2/+2
| * | | | of: Add Avionic Design vendor prefixThierry Reding2012-06-131-0/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-07-031-21/+0
|\ \ \ \
| * | | | mtip32xx: Remove 'registers' and 'flags' from sysfsAsai Thambi S P2012-06-051-21/+0
* | | | | Merge tag 'dm-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2012-07-031-85/+46
|\ \ \ \ \
| * | | | | dm: verity fix documentationMilan Broz2012-07-031-85/+46
| | |_|/ / | |/| | |
* | | | | security: document no_new_privsAndy Lutomirski2012-07-031-0/+50
|/ / / /
* | | | Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-301-0/+6
|\ \ \ \
| * | | | stable: Allow merging of backports for serious user-visible performance issuesMel Gorman2012-06-251-0/+6
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-254-7/+6
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | [media] Fix VIDIOC_DQEVENT docbook entryHans Verkuil2012-06-181-1/+1
| * | | [media] bw-qcam: driver and pixfmt documentation fixesHans Verkuil2012-06-111-2/+2
| * | | [media] V4L2 spec fixHans Verkuil2012-06-112-2/+2
| * | | [media] v4l: Correct create_bufs documentationSakari Ailus2012-06-111-3/+2
* | | | Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-201-0/+31
|\ \ \ \
| * | | | iio: documentation: Add out_altvoltage and friendsMichael Hennerich2012-06-041-0/+31
| | |/ / | |/| |
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-201-1/+1
|\ \ \ \
| * | | | Viresh has movedViresh Kumar2012-06-201-1/+1
* | | | | hwmon: (coretemp) Document TjMax for 3rd generation i5/i7 processorsGuenter Roeck2012-06-171-0/+11
* | | | | hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU modelsGuenter Roeck2012-06-171-1/+4
* | | | | hwmon: (coretemp) Improve support of recent Atom CPU modelsJean Delvare2012-06-171-1/+7
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-141-19/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | stmmac: update driver's docGiuseppe CAVALLARO2012-06-061-19/+25
| |/ /
* | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-06-051-0/+93
|\ \ \
| * | | i2c: Add generic I2C multiplexer using pinctrl APIStephen Warren2012-06-041-0/+93
| |/ /
* | | Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-041-0/+278
|\ \ \
| * | | frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk2012-05-151-25/+25
| * | | mm: frontswap: config and doc filesDan Magenheimer2012-05-151-0/+278
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-06-041-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | tick: Add tick skew boot optionMike Galbraith2012-05-251-0/+9
OpenPOWER on IntegriCloud