summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-04-18lockdep: Increase static allocationsSasha Levin-3/+3
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-24/+24
2014-04-18hrtimer: Export __hrtimer_start_range_ns()Yan, Zheng-0/+1
2014-04-18perf: Allow building PMU drivers as modulesYan, Zheng-0/+15
2014-04-18Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar-25/+22
2014-04-18sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next...Kirill Tkhai-16/+11
2014-04-18sched/rt: Substract number of tasks of throttled queues from rq->nr_runningKirill Tkhai-12/+63
2014-04-18sched/rt: Add accessors rq_of_rt_se()Kirill Tkhai-2/+15
2014-04-18sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_runningKirill Tkhai-2/+13
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang-4/+4
2014-04-18sched/rt: Do not try to push tasks if pinned task switches to RTKirill V Tkhai-2/+2
2014-04-18sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra-1/+6
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra-0/+16
2014-04-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+5
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner-11/+6
2014-04-17uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov-1/+7
2014-04-17uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()Oleg Nesterov-21/+2
2014-04-17cgroup: fix the retry path of cgroup_mount()Li Zefan-4/+4
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)-0/+6
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai-5/+16
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+9
2014-04-16tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)-6/+10
2014-04-16seccomp: fix memory leak on filter attachKees Cook-0/+2
2014-04-16workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn-1/+2
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-9/+8
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar-1/+1
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar-0/+3
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar-1/+1
2014-04-14user namespace: fix incorrect memory barriersMikulas Patocka-6/+5
2014-04-14seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann-9/+8
2014-04-12futex: update documentation for ordering guaranteesDavidlohr Bueso-9/+23
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+3
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-335/+289
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds-54/+149
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro-3/+3
2014-04-11locking/mutex: Fix debug_mutexesPeter Zijlstra-10/+9
2014-04-11sched/numa: Fix task_numa_free() lockdep splatMike Galbraith-6/+16
2014-04-10tracing: Add missing function triggers dump and cpudump to READMESteven Rostedt (Red Hat)-0/+2
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers-2/+4
2014-04-09futex: avoid race between requeue and wakeLinus Torvalds-0/+5
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers-2/+4
2014-04-08tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)-5/+4
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers-331/+280
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-117/+155
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett-1/+2
2014-04-07modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza-21/+34
2014-04-07kernel/panic.c: display reason at end + pr_emergFabian Frederick-7/+6
2014-04-07hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua-0/+6
2014-04-07wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov-13/+9