aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-0/+22
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2013-05-07Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 3-0/+3
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 3-0/+3
2013-05-06irqdomain: Allow quiet failure modeGravatar Benjamin Herrenschmidt 1-3/+17
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 16-88/+607
2013-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+10
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-25/+34
2013-05-05rcutrace: single_open() leaksGravatar Al Viro 1-4/+4
2013-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+6
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemGravatar Jan Kara 1-1/+6
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksGravatar Frederic Weisbecker 4-0/+48
2013-05-04rcu: Fix full dynticks' dependency on wide RCU nocb modeGravatar Frederic Weisbecker 1-1/+0
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+116
2013-05-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-29/+51
2013-05-02Merge commit '8700c95adb03' into timers/nohzGravatar Frederic Weisbecker 84-4072/+8743
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 14-58/+26
2013-05-01proc: Supply a function to remove a proc entry by PDEGravatar David Howells 1-5/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cGravatar Al Viro 2-28/+2
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 6-7/+8
2013-05-01proc: Supply PDE attribute setting accessor functionsGravatar David Howells 2-2/+2
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-5/+7
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-73/+28
2013-05-01perf: Fix vmalloc ring buffer pages handlingGravatar Jiri Olsa 1-4/+10
2013-04-30Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 22-364/+600
2013-04-30power/sysrq: fix inconstistent help message of sysrq keyGravatar zhangwei(Jovi) 1-1/+1
2013-04-30kgdb/sysrq: fix inconstistent help message of sysrq keyGravatar zhangwei(Jovi) 1-1/+1
2013-04-30kernel/sys.c: make prctl(PR_SET_MM) generally availableGravatar Amnon Shiloh 1-8/+2
2013-04-30relay: use macro PAGE_ALIGN instead of FIX_SIZEGravatar zhangwei(Jovi) 1-4/+1
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.cGravatar zhangwei(Jovi) 1-0/+3
2013-04-30kernel/relay.c: remove unused function argument actorGravatar zhangwei(Jovi) 1-8/+4
2013-04-30semaphore: use `bool' type for semaphore_waiter's upGravatar liguang 1-3/+3
2013-04-30semaphore: use unlikely() for down's timeoutGravatar liguang 1-1/+1
2013-04-30pid_namespace.c/.h: simplify definesGravatar Raphael S.Carvalho 2-5/+0
2013-04-30kernel/pid.c: improve flow of a loop inside alloc_pidmap.Gravatar Raphael S. Carvalho 1-2/+6
2013-04-30kexec: Use min() and min_t() to simplify logicGravatar Zhang Yanfei 1-16/+8
2013-04-30kexec: fix wrong types of some local variablesGravatar Zhang Yanfei 1-3/+3
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskGravatar Oleg Nesterov 1-2/+4
2013-04-30kmod: remove call_usermodehelper_fns()Gravatar Lucas De Marchi 1-14/+17
2013-04-30kmod: split call to call_usermodehelper_fns()Gravatar Lucas De Marchi 1-2/+10
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Gravatar Lucas De Marchi 1-33/+24
2013-04-30ptrace: add ability to retrieve signals without removing from a queue (v4)Gravatar Andrey Vagin 1-0/+80
2013-04-30kernel/timer.c: move some non timer related syscalls to kernel/sys.cGravatar Stephen Rothwell 2-207/+212
2013-04-30kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEGravatar Stephen Rothwell 1-2/+1
2013-04-30kernel/compat.c: make do_sysinfo() staticGravatar Stephen Rothwell 2-66/+69
2013-04-30kernel/smp.c: cleanupsGravatar Andrew Morton 1-45/+46
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataGravatar liguang 1-4/+2
2013-04-30kernel/smp.c: use '|=' for csd_lockGravatar liguang 1-1/+1
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskGravatar Tejun Heo 4-1/+93
2013-04-30kthread: implement probe_kthread_data()Gravatar Tejun Heo 1-0/+19