Age | Commit message (Expand) | Author | Files | Lines |
2013-05-02 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 263 | -6559/+2919 |
2013-05-02 | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 79 | -279/+321 |
2013-05-02 | ipc_schedule_free() can do vfree() directly now | Al Viro | 1 | -87/+16 |
2013-05-02 | net: Restore NETIF_F_* bit ordering. | David Miller | 1 | -6/+6 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 385 | -14539/+7395 |
2013-05-02 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 22 | -2190/+2796 |
2013-05-02 | linkage.h: fix build breakage due to symbol prefix handling | James Hogan | 1 | -5/+2 |
2013-05-02 | don't bother with deferred freeing of fdtables | Al Viro | 2 | -67/+2 |
2013-05-02 | Merge branch 'vfree' into for-next | Al Viro | 1 | -5/+40 |
2013-05-02 | proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h | David Howells | 3 | -218/+230 |
2013-05-02 | proc: Make the PROC_I() and PDE() macros internal to procfs | David Howells | 4 | -17/+28 |
2013-05-02 | proc: Supply a function to remove a proc entry by PDE | David Howells | 14 | -73/+33 |
2013-05-02 | take cgroup_open() and cpuset_open() to fs/proc/base.c | Al Viro | 5 | -31/+35 |
2013-05-02 | ppc: Clean up scanlog | David Howells | 1 | -18/+11 |
2013-05-02 | ppc: Clean up rtas_flash driver somewhat | David Howells | 1 | -248/+204 |
2013-05-02 | hostap: proc: Use remove_proc_subtree() | David Howells | 1 | -19/+1 |
2013-05-02 | drm: proc: Use remove_proc_subtree() | David Howells | 1 | -15/+7 |
2013-05-02 | drm: proc: Use minor->index to label things, not PDE->name | David Howells | 3 | -11/+7 |
2013-05-02 | drm: Constify drm_proc_list[] | David Howells | 2 | -4/+4 |
2013-05-02 | zoran: Don't print proc_dir_entry data in debug | David Howells | 1 | -1/+1 |
2013-05-02 | reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show() | David Howells | 1 | -11/+18 |
2013-05-02 | proc: Supply an accessor for getting the data from a PDE's parent | David Howells | 5 | -3/+11 |
2013-05-02 | airo: Use remove_proc_subtree() | David Howells | 1 | -36/+13 |
2013-05-02 | rtl8192u: Don't need to save device proc dir PDE | David Howells | 2 | -13/+6 |
2013-05-02 | rtl8187se: Use a dir under /proc/net/r8180/ | David Howells | 2 | -19/+8 |
2013-05-02 | proc: Add proc_mkdir_data() | David Howells | 6 | -33/+28 |
2013-05-02 | proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} | David Howells | 5 | -37/+38 |
2013-05-02 | proc: Move PDE_NET() to fs/proc/proc_net.c | David Howells | 2 | -5/+4 |
2013-05-02 | proc: Split the namespace stuff out into linux/proc_ns.h | David Howells | 15 | -92/+109 |
2013-05-02 | proc: Move proc_fd() to fs/proc/fd.h | David Howells | 2 | -5/+5 |
2013-05-02 | proc: Uninline pid_delete_dentry() | David Howells | 2 | -9/+14 |
2013-05-02 | proc: Supply PDE attribute setting accessor functions | David Howells | 14 | -35/+40 |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1506 | -37021/+86321 |
2013-05-02 | filter: fix va_list build error | Xi Wang | 1 | -0/+1 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 49 | -444/+2917 |
2013-05-01 | af_unix: fix a fatal race with bit fields | Eric Dumazet | 2 | -8/+9 |
2013-05-01 | Merge branch 'bnx2x' | David S. Miller | 1 | -2/+6 |
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 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 11 | -49/+93 |
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 | Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -84/+225 |
2013-05-01 | Merge branch 'next' into for-linus | Dmitry Torokhov | 17369 | -589942/+1081675 |
2013-05-01 | Merge branch 'ipc-scalability' | Linus Torvalds | 7 | -341/+540 |
2013-05-01 | ipc: sysv shared memory limited to 8TiB | Robin Holt | 2 | -2/+2 |