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