| Commit message (Expand) | Author | Files | Lines |
2013-05-09 | unicore32: just use mmap_pgoff()... | Al Viro | 1 | -9/+1 |
2013-05-09 | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE | Al Viro | 16 | -65/+25 |
2013-05-03 | x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...) | Alexander van Heukelum | 2 | -26/+16 |
2013-05-02 | linkage.h: fix build breakage due to symbol prefix handling | James Hogan | 1 | -5/+2 |
2013-05-01 | don't bother with deferred freeing of fdtables | Al Viro | 2 | -67/+2 |
2013-05-01 | proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h | David Howells | 3 | -218/+230 |
2013-05-01 | proc: Make the PROC_I() and PDE() macros internal to procfs | David Howells | 4 | -17/+28 |
2013-05-01 | proc: Supply a function to remove a proc entry by PDE | David Howells | 14 | -73/+33 |
2013-05-01 | take cgroup_open() and cpuset_open() to fs/proc/base.c | Al Viro | 5 | -31/+35 |
2013-05-01 | ppc: Clean up scanlog | David Howells | 1 | -18/+11 |
2013-05-01 | ppc: Clean up rtas_flash driver somewhat | David Howells | 1 | -248/+204 |
2013-05-01 | hostap: proc: Use remove_proc_subtree() | David Howells | 1 | -19/+1 |
2013-05-01 | drm: proc: Use remove_proc_subtree() | David Howells | 1 | -15/+7 |
2013-05-01 | drm: proc: Use minor->index to label things, not PDE->name | David Howells | 3 | -11/+7 |
2013-05-01 | drm: Constify drm_proc_list[] | David Howells | 2 | -4/+4 |
2013-05-01 | zoran: Don't print proc_dir_entry data in debug | David Howells | 1 | -1/+1 |
2013-05-01 | reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show() | David Howells | 1 | -11/+18 |
2013-05-01 | proc: Supply an accessor for getting the data from a PDE's parent | David Howells | 5 | -3/+11 |
2013-05-01 | airo: Use remove_proc_subtree() | David Howells | 1 | -36/+13 |
2013-05-01 | rtl8192u: Don't need to save device proc dir PDE | David Howells | 2 | -13/+6 |
2013-05-01 | rtl8187se: Use a dir under /proc/net/r8180/ | David Howells | 2 | -19/+8 |
2013-05-01 | proc: Add proc_mkdir_data() | David Howells | 6 | -33/+28 |
2013-05-01 | proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} | David Howells | 5 | -37/+38 |
2013-05-01 | proc: Move PDE_NET() to fs/proc/proc_net.c | David Howells | 2 | -5/+4 |
2013-05-01 | proc: Split the namespace stuff out into linux/proc_ns.h | David Howells | 15 | -92/+109 |
2013-05-01 | proc: Move proc_fd() to fs/proc/fd.h | David Howells | 2 | -5/+5 |
2013-05-01 | proc: Uninline pid_delete_dentry() | David Howells | 2 | -9/+14 |
2013-05-01 | proc: Supply PDE attribute setting accessor functions | David Howells | 14 | -35/+40 |
2013-05-01 | filter: fix va_list build error | Xi Wang | 1 | -0/+1 |
2013-05-01 | af_unix: fix a fatal race with bit fields | Eric Dumazet | 2 | -8/+9 |
2013-05-01 | bnx2x: Prevent memory leak when cnic is absent | Yuval Mintz | 1 | -0/+2 |
2013-05-01 | bnx2x: correct reading of speed capabilities | Yaniv Rosner | 1 | -2/+4 |
2013-05-01 | net: sctp: attribute printl with __printf for gcc fmt checks | Daniel Borkmann | 1 | -1/+1 |
2013-05-01 | netlink: kconfig: move mmap i/o into netlink kconfig | Daniel Borkmann | 2 | -9/+9 |
2013-05-01 | netpoll: convert mutex into a semaphore | Neil Horman | 2 | -8/+8 |
2013-05-01 | netlink: Fix skb ref counting. | Pravin B Shelar | 1 | -1/+0 |
2013-05-01 | init: Do not warn on non-zero initcall return | Steven Rostedt | 1 | -4/+1 |
2013-05-01 | net_sched: act_ipt forward compat with xtables | Jamal Hadi Salim | 1 | -3/+30 |
2013-05-01 | ipc: sysv shared memory limited to 8TiB | Robin Holt | 2 | -2/+2 |
2013-05-01 | ipc/msg.c: use list_for_each_entry_[safe] for list traversing | Nikola Pajkovsky | 1 | -27/+8 |
2013-05-01 | ipc,sem: fine grained locking for semtimedop | Rik van Riel | 4 | -125/+203 |
2013-05-01 | ipc,sem: have only one list in struct sem_queue | Rik van Riel | 1 | -31/+34 |
2013-05-01 | ipc,sem: open code and rename sem_lock | Rik van Riel | 1 | -6/+23 |
2013-05-01 | ipc,sem: do not hold ipc lock more than necessary | Davidlohr Bueso | 2 | -48/+118 |
2013-05-01 | ipc: introduce lockless pre_down ipcctl | Davidlohr Bueso | 2 | -5/+29 |
2013-05-01 | ipc: introduce obtaining a lockless ipc object | Davidlohr Bueso | 2 | -14/+59 |
2013-05-01 | ipc: remove bogus lock comment for ipc_checkid | Davidlohr Bueso | 1 | -6/+1 |
2013-05-01 | ipc/msgutil.c: use linux/uaccess.h | HoSung Jung | 1 | -2/+2 |
2013-05-01 | ipc: refactor msg list search into separate function | Peter Hurley | 1 | -22/+26 |
2013-05-01 | ipc: simplify msg list search | Peter Hurley | 1 | -6/+2 |