summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-22sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli
2014-05-22sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra
2014-05-22sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra
2014-05-22sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low
2014-05-07sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-05-07sched/deadline: Fix memory leakLi Zefan
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-16tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)
2014-04-16seccomp: fix memory leak on filter attachKees Cook
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar
2014-04-14user namespace: fix incorrect memory barriersMikulas Patocka
2014-04-14seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann
2014-04-12futex: update documentation for ordering guaranteesDavidlohr Bueso
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro
2014-04-11locking/mutex: Fix debug_mutexesPeter Zijlstra
2014-04-11sched/numa: Fix task_numa_free() lockdep splatMike Galbraith
2014-04-10tracing: Add missing function triggers dump and cpudump to READMESteven Rostedt (Red Hat)
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers
2014-04-09futex: avoid race between requeue and wakeLinus Torvalds
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers
2014-04-08tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett
2014-04-07modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-07kernel/panic.c: display reason at end + pr_emergFabian Frederick
2014-04-07hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua
2014-04-07wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov
2014-04-07wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov
2014-04-07wait: completely ignore the EXIT_DEAD tasksOleg Nesterov