summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov2008-07-291-2/+2
* mfd: add platform_data to mfd_cellMike Rapoport2008-07-291-6/+7
* mfd: Coding style fixesBen Dooks2008-07-281-9/+8Star
* task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi2008-07-283-45/+32Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-07-271-0/+1
|\
| * firewire: fw-ohci: TSB43AB22/A dualbuffer workaroundStefan Richter2008-07-251-0/+1
* | task IO accounting: improve code readabilityAndrea Righi2008-07-273-26/+76
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-07-271-1/+3
|\ \
| * | mlx4_core: Add VLAN tag field to WQE control segment structYevgeny Petrilin2008-07-251-1/+3
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-07-2720-45/+6Star
|\ \ \
| * | | [MTD] [NAND] subpage read feature as a way to increase performance. Alexey Korolev2008-07-251-0/+5
| * | | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-25214-1815/+5610
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-07-11122-472/+1050
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-0420-45/+1Star
* | | | | Merge branch 'tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/fro...Linus Torvalds2008-07-271-11/+12
|\ \ \ \ \
| * | | | | tracehook: comment fixesRoland McGrath2008-07-261-11/+12
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-272-0/+4
|\ \ \ \ \ \
| * | | | | | mmc: Add per-card debugfs supportHaavard Skinnemoen2008-07-271-0/+2
| * | | | | | mmc: Export internal host state through debugfsHaavard Skinnemoen2008-07-271-0/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-2711-52/+75
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] get rid of indirect users of namei.hAl Viro2008-07-272-2/+1Star
| * | | | | | | [PATCH] get rid of __user_path_lookup_openAl Viro2008-07-271-1/+0Star
| * | | | | | | [PATCH] f_count may wrap aroundAl Viro2008-07-271-3/+3
| * | | | | | | [PATCH] sanitize __user_walk_fd() et.al.Al Viro2008-07-271-6/+7
| * | | | | | | [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-271-1/+1
| * | | | | | | [patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi2008-07-271-16/+17
| * | | | | | | [PATCH] vfs: use kstrdup() and check failing allocationLi Zefan2008-07-271-1/+1
| * | | | | | | [PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro2008-07-271-4/+3Star
| * | | | | | | [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro2008-07-272-3/+1Star
| * | | | | | | [PATCH] kill altrootAl Viro2008-07-272-3/+1Star
| * | | | | | | [PATCH] permission checks for chdir need special treatment only on the last stepAl Viro2008-07-271-1/+0Star
| * | | | | | | [patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi2008-07-271-1/+1
| * | | | | | | [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-271-1/+1
| * | | | | | | [PATCH] sanitize ->permission() prototypeAl Viro2008-07-275-5/+8
| * | | | | | | [PATCH] sanitize proc_sysctlAl Viro2008-07-272-0/+6
| * | | | | | | [PATCH] sysctl: keep track of tree relationshipsAl Viro2008-07-271-0/+3
| * | | | | | | [PATCH] allow delayed freeing of ctl_table_headerAl Viro2008-07-271-0/+6
| * | | | | | | [PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro2008-07-271-2/+13
| * | | | | | | [PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko2008-07-271-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6Linus Torvalds2008-07-275-1/+753
|\ \ \ \ \ \ \
| * | | | | | | Add mISDN HFC multiport driverKarsten Keil2008-07-271-0/+33
| * | | | | | | Add mISDN DSPKarsten Keil2008-07-271-0/+37
| * | | | | | | Add mISDN core filesKarsten Keil2008-07-272-0/+680
| * | | | | | | Define AF_ISDN and PF_ISDNKarsten Keil2008-07-271-1/+3
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-272-7/+1Star
|\ \ \ \ \ \ \
| * | | | | | | netfilter: fix double-free and use-after freePekka Enberg2008-07-271-0/+1
| * | | | | | | net: drop unused BUG_TRAP()Ilpo Järvinen2008-07-261-7/+0Star
* | | | | | | | hugetlb: remove unused variable warningAndrea Righi2008-07-271-1/+4
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-261-0/+6
|\ \ \ \ \ \ \
| * | | | | | | crashdump: fix undefined reference to `elfcorehdr_addr'Ingo Molnar2008-07-261-0/+6