summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0120-306/+218
|\
| * don't bother with deferred freeing of fdtablesAl Viro2013-05-011-1/+0
| * proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2013-05-011-107/+33
| * proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-011-15/+2
| * proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-0/+2
| * take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2013-05-012-3/+2
| * drm: proc: Use minor->index to label things, not PDE->nameDavid Howells2013-05-011-2/+1
| * drm: Constify drm_proc_list[]David Howells2013-05-011-1/+1
| * proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-011-0/+1
| * proc: Add proc_mkdir_data()David Howells2013-05-011-3/+10
| * proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-014-37/+22
| * proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2013-05-011-5/+0
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-012-66/+76
| * proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-0/+5
| * proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-292-31/+38
| * proc: Delete create_proc_read_entry()David Howells2013-04-291-16/+0
| * hostap: Don't use create_proc_read_entry()David Howells2013-04-291-1/+3
| * nubus: Don't use create_proc_read_entry()David Howells2013-04-291-0/+4
| * procfs: Mark create_proc_read_entry deprecatedDavid Howells2013-04-291-2/+4
| * new helper: read_code()Al Viro2013-04-291-0/+1
| * try a saner locking for pde_opener...Al Viro2013-04-091-1/+1
| * procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-091-9/+2
| * proc: Kill create_proc_entry()David Howells2013-04-091-15/+2
| * bluetooth: kill unused fops field in struct bt_sock_listAl Viro2013-04-091-1/+0
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
| * create_proc_cpu_mask() doesn't need an argument...Al Viro2013-04-091-2/+2
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-0/+5
| * procfs: kill ->write_proc()Al Viro2013-04-091-1/+0
| * new helper: single_open_size()Al Viro2013-04-091-0/+1
| * scsi: bury ->proc_info()Al Viro2013-04-091-2/+1
| * scsi: saner replacements for ->proc_info()Al Viro2013-04-091-1/+4
| * procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-091-0/+1
| * get rid of the last free_pipe_info() callersAl Viro2013-04-091-2/+1
| * get rid of alloc_pipe_info() argumentAl Viro2013-04-091-1/+1
| * get rid of pipe->inodeAl Viro2013-04-091-2/+0
| * pipe: don't use ->i_mutexAl Viro2013-04-091-0/+2
| * pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro2013-04-091-0/+2
| * pipe: fold file_operations instances in oneAl Viro2013-04-091-5/+0
| * lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-0/+14
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-05-011-8/+82
|\ \
| * | efi, pstore: Read data from variable store before memcpy()Matt Fleming2013-04-301-1/+2
| * | Merge tag 'v3.9' into efi-for-tip2Matt Fleming2013-04-3036-322/+376
| |\ \
| * | | efi: split efisubsystem from efivarsTom Gundersen2013-04-171-1/+2
| * | | efivars: Move pstore code into the new EFI directoryMatt Fleming2013-04-171-0/+38
| * | | efivars: efivar_entry APIMatt Fleming2013-04-171-7/+69
| * | | efi: move utf16 string functions to efi.hMatt Fleming2013-04-171-0/+17
* | | | linkage.h: fix build breakage due to symbol prefix handlingJames Hogan2013-05-011-5/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-01131-2508/+2832
|\ \ \ \
| * | | | filter: fix va_list build errorXi Wang2013-05-011-0/+1
| * | | | af_unix: fix a fatal race with bit fieldsEric Dumazet2013-05-011-2/+3