summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-05-02proc: Supply a function to remove a proc entry by PDEDavid Howells1-0/+2
2013-05-02take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2-3/+2
2013-05-02drm: proc: Use minor->index to label things, not PDE->nameDavid Howells1-2/+1
2013-05-02drm: Constify drm_proc_list[]David Howells1-1/+1
2013-05-02proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-0/+1
2013-05-02proc: Add proc_mkdir_data()David Howells1-3/+10
2013-05-02proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells4-37/+22
2013-05-02proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells1-5/+0
2013-05-02proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2-66/+76
2013-05-02proc: Supply PDE attribute setting accessor functionsDavid Howells1-0/+5
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2-31/+38
2013-04-29proc: Delete create_proc_read_entry()David Howells1-16/+0
2013-04-29hostap: Don't use create_proc_read_entry()David Howells1-1/+3
2013-04-29nubus: Don't use create_proc_read_entry()David Howells1-0/+4
2013-04-29procfs: Mark create_proc_read_entry deprecatedDavid Howells1-2/+4
2013-04-29new helper: read_code()Al Viro1-0/+1
2013-04-09try a saner locking for pde_opener...Al Viro1-1/+1
2013-04-09procfs: preparations for remove_proc_entry() race fixesAl Viro1-9/+2
2013-04-09proc: Kill create_proc_entry()David Howells1-15/+2
2013-04-09bluetooth: kill unused fops field in struct bt_sock_listAl Viro1-1/+0
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro1-1/+1
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro1-2/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-0/+5
2013-04-09procfs: kill ->write_proc()Al Viro1-1/+0
2013-04-09new helper: single_open_size()Al Viro1-0/+1
2013-04-09scsi: bury ->proc_info()Al Viro1-2/+1
2013-04-09scsi: saner replacements for ->proc_info()Al Viro1-1/+4
2013-04-09procfs: switch /proc/self away from proc_dir_entryAl Viro1-0/+1
2013-04-09get rid of the last free_pipe_info() callersAl Viro1-2/+1
2013-04-09get rid of alloc_pipe_info() argumentAl Viro1-1/+1
2013-04-09get rid of pipe->inodeAl Viro1-2/+0
2013-04-09pipe: don't use ->i_mutexAl Viro1-0/+2
2013-04-09pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro1-0/+2
2013-04-09pipe: fold file_operations instances in oneAl Viro1-5/+0
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-0/+14
2013-04-09procfs: add proc_remove_subtree()Al Viro1-0/+2
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-13/+27
2013-03-26ipv4: Fix ip-header identification for gso packets.Pravin B Shelar1-10/+6
2013-03-25Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+5
2013-03-23Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-0/+28
2013-03-23Merge branch 'akpm' (fixes from Andrew)Linus Torvalds4-3/+8
2013-03-23mm: zone_end_pfn is too smallRuss Anderson1-1/+1
2013-03-23printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker2-1/+6
2013-03-23irq_work.h: fix warning when CONFIG_IRQ_WORK=nJames Hogan1-1/+1
2013-03-22Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+1
2013-03-22Merge tag 'usb-3.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+10
2013-03-22Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-5/+2
2013-03-22Revert "KVM: allow host header to be included even for !CONFIG_KVM"Marcelo Tosatti1-6/+1
2013-03-22USB: serial: add modem-status-change wait queueJohan Hovold1-0/+2
2013-03-21net: fix *_DIAG_MAX constantsAndrey Vagin2-2/+6