summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-05-14torture: Remove __init from torture_init_begin/endPranith Kumar1-2/+2
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney3-4/+15
2014-05-14locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney1-2/+2
2014-05-14rcutorture: Run rcu_torture_writer at normal priorityPaul E. McKenney1-1/+0
2014-05-14rcutorture: Add missing destroy_timer_on_stack()Thomas Gleixner1-1/+3
2014-05-14rcutorture: Explicitly test synchronous grace-period primitivesPaul E. McKenney1-5/+23
2014-05-14rcutorture: Add tests for get_state_synchronize_rcu()Paul E. McKenney1-35/+95
2014-05-14rcutorture: Check for rcu_torture_fqs creation errorsPaul E. McKenney1-1/+2
2014-05-14torture: Notice if an all-zero cpumask is passed inside a critical sectionIulia Manda1-6/+1
2014-05-14rcutorture: Make rcu_torture_reader() use cond_resched()Paul E. McKenney1-4/+7
2014-05-14sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney2-1/+24
2014-05-14rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney3-1/+25
2014-05-14torture: Dump ftrace buffer when the RCU grace period stallsPaul E. McKenney1-0/+1
2014-05-14torture: Increase stutter-end intensityPaul E. McKenney1-2/+10
2014-05-14torture: Include "Stopping" string to torture_kthread_stopping()Paul E. McKenney1-2/+4
2014-05-14rcutorture: Print negatives for SRCU counter wraparoundPaul E. McKenney1-3/+5
2014-05-14rcutorture: Mark function as static in kernel/rcu/torture.cRashika Kheria1-2/+2
2014-05-14torture: Intensify locking testPaul E. McKenney1-1/+2
2014-05-13rcutorture: Add forward-progress checking for writerPaul E. McKenney2-0/+70
2014-04-13futex: update documentation for ordering guaranteesDavidlohr Bueso1-9/+23
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-9/+3
2014-04-13Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds8-335/+289
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds5-54/+149
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro2-3/+3
2014-04-11tracing: Add missing function triggers dump and cpudump to READMESteven Rostedt (Red Hat)1-0/+2
2014-04-10tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers1-2/+4
2014-04-09futex: avoid race between requeue and wakeLinus Torvalds1-0/+5
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers1-2/+4
2014-04-09tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)1-5/+4
2014-04-09tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers6-331/+280
2014-04-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds21-117/+155
2014-04-08lglock: map to spinlock when !CONFIG_SMPJosh Triplett1-1/+2
2014-04-08modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter1-1/+1
2014-04-08kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza13-21/+34
2014-04-08kernel/panic.c: display reason at end + pr_emergFabian Frederick1-7/+6
2014-04-08hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua1-0/+6
2014-04-08wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov1-13/+9
2014-04-08wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov1-13/+16
2014-04-08wait: completely ignore the EXIT_DEAD tasksOleg Nesterov1-5/+6
2014-04-08wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov1-10/+7
2014-04-08wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov1-29/+21
2014-04-08wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-4/+11
2014-04-08kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin1-1/+1
2014-04-08exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov1-1/+1
2014-04-08exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov1-4/+2
2014-04-08res_counter: remove interface for locked charging and unchargingDavid Rientjes1-11/+12
2014-04-08mm, mempolicy: remove per-process flagDavid Rientjes1-1/+0
2014-04-08fork: collapse copy_flags into copy_processDavid Rientjes1-10/+2
2014-04-08mm: per-thread vma cachingDavidlohr Bueso2-4/+17
2014-04-08mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton2-3/+23