Age | Commit message (Expand) | Author | Files | Lines |
2013-05-09 | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -0/+2 |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 20 | -306/+218 |
2013-05-01 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -8/+82 |
2013-05-01 | 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 | 1 | -1/+0 |
2013-05-01 | proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h | David Howells | 1 | -107/+33 |
2013-05-01 | proc: Make the PROC_I() and PDE() macros internal to procfs | David Howells | 1 | -15/+2 |
2013-05-01 | proc: Supply a function to remove a proc entry by PDE | David Howells | 1 | -0/+2 |
2013-05-01 | take cgroup_open() and cpuset_open() to fs/proc/base.c | Al Viro | 2 | -3/+2 |
2013-05-01 | drm: proc: Use minor->index to label things, not PDE->name | David Howells | 1 | -2/+1 |
2013-05-01 | drm: Constify drm_proc_list[] | David Howells | 1 | -1/+1 |
2013-05-01 | proc: Supply an accessor for getting the data from a PDE's parent | David Howells | 1 | -0/+1 |
2013-05-01 | proc: Add proc_mkdir_data() | David Howells | 1 | -3/+10 |
2013-05-01 | proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} | David Howells | 4 | -37/+22 |
2013-05-01 | proc: Move PDE_NET() to fs/proc/proc_net.c | David Howells | 1 | -5/+0 |
2013-05-01 | proc: Split the namespace stuff out into linux/proc_ns.h | David Howells | 2 | -66/+76 |
2013-05-01 | proc: Supply PDE attribute setting accessor functions | David Howells | 1 | -0/+5 |
2013-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 131 | -2508/+2832 |
2013-05-01 | filter: fix va_list build error | Xi Wang | 1 | -0/+1 |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 5 | -3/+24 |
2013-05-01 | af_unix: fix a fatal race with bit fields | Eric Dumazet | 1 | -2/+3 |
2013-05-01 | netpoll: convert mutex into a semaphore | Neil Horman | 1 | -1/+1 |
2013-05-01 | Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+6 |
2013-05-01 | Merge branch 'ipc-scalability' | Linus Torvalds | 1 | -1/+1 |
2013-05-01 | ipc: sysv shared memory limited to 8TiB | Robin Holt | 1 | -1/+1 |
2013-05-01 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 5 | -22/+34 |
2013-05-01 | Merge tag 'tag-for-linus-3.10' of git://git.linaro.org/people/sumitsemwal/lin... | Linus Torvalds | 1 | -3/+13 |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -162/+86 |
2013-05-01 | dma-buf: Add debugfs support | Sumit Semwal | 1 | -1/+4 |
2013-05-01 | dma-buf: replace dma_buf_export() with dma_buf_export_named() | Sumit Semwal | 1 | -2/+9 |
2013-04-30 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 19 | -66/+129 |
2013-04-30 | UAPI: remove empty Kbuild files | David Howells | 2 | -4/+0 |
2013-04-30 | kernel/relay.c: move FIX_SIZE macro into relay.c | zhangwei(Jovi) | 1 | -3/+0 |
2013-04-30 | pid_namespace.c/.h: simplify defines | Raphael S.Carvalho | 1 | -1/+3 |
2013-04-30 | exec: do not abuse ->cred_guard_mutex in threadgroup_lock() | Oleg Nesterov | 1 | -14/+4 |
2013-04-30 | coredump: only SIGKILL should interrupt the coredumping task | Oleg Nesterov | 1 | -0/+1 |
2013-04-30 | kmod: remove call_usermodehelper_fns() | Lucas De Marchi | 1 | -10/+1 |
2013-04-30 | usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set... | Lucas De Marchi | 1 | -0/+8 |
2013-04-30 | ptrace: add ability to retrieve signals without removing from a queue (v4) | Andrey Vagin | 1 | -0/+12 |
2013-04-30 | kernel/compat.c: make do_sysinfo() static | Stephen Rothwell | 1 | -2/+0 |
2013-04-30 | lib/string_helpers: introduce generic string_unescape | Andy Shevchenko | 1 | -0/+58 |
2013-04-30 | include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock | Fan Du | 1 | -0/+2 |
2013-04-30 | kernel/smp.c: remove 'priv' of call_single_data | liguang | 1 | -1/+0 |
2013-04-30 | workqueue: include workqueue info when printing debug dump of a worker task | Tejun Heo | 1 | -0/+5 |
2013-04-30 | kthread: implement probe_kthread_data() | Tejun Heo | 1 | -0/+1 |
2013-04-30 | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 1 | -0/+5 |
2013-04-30 | dump_stack: implement arch-specific hardware description in task dumps | Tejun Heo | 2 | -0/+7 |
2013-04-30 | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 1 | -0/+5 |
2013-04-30 | xen: tmem: enable Xen tmem shim to be built/loaded as a module | Dan Magenheimer | 1 | -0/+8 |
2013-04-30 | mm: cleancache: clean up cleancache_enabled | Bob Liu | 1 | -1/+1 |