aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-10-14Merge tag 'v3.10.16' into linux-linaro-lskMark Brown
2013-10-13irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker
2013-10-11Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2013-10-11Merge tag 'big-LITTLE-MP-13.10' into for-lskJon Medhurst
2013-10-11HMP: Implement task packing for small tasks in HMP systemsChris Redpath
2013-10-11hmp: Remove potential for task_struct access raceChris Redpath
2013-10-11sched: HMP: fix potential logical errorsChris Redpath
2013-10-11smp: smp_cross_call function pointer tracingChris Redpath
2013-10-11sched: HMP: Additional trace points for debugging HMP behaviourChris Redpath
2013-10-11sched: HMP: Change default HMP thresholdsChris Redpath
2013-10-04Merge tag 'v3.10.14' into linux-linaro-lskMark Brown
2013-10-01audit: fix endless wait in audit_log_start()Konstantin Khlebnikov
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-10-01sched/cputime: Do not scale when utime == 0Stanislaw Gruszka
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-09-27Merge tag 'v3.10.13' into linux-linaro-lskMark Brown
2013-09-26pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov
2013-09-26pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman
2013-09-26uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov
2013-09-08Merge tag 'v3.10.11' into linux-linaro-lskMark Brown
2013-09-07workqueue: cond_resched() after processing each work itemTejun Heo
2013-09-07timer_list: correct the iterator for timer_listNathan Zimmer
2013-09-05Merge tag 'big-LITTLE-MP-13.08' into for-lskJon Medhurst
2013-09-05HMP: Update migration timer when we fork-migrateChris Redpath
2013-09-05HMP: Access runqueue task clocks directly.Chris Redpath
2013-09-05HMP: Implement idle pull for HMPChris Redpath
2013-09-05sched: HMP change nr_running offload metricChris Redpath
2013-09-05HMP: Explicitly implement all-load-is-max-load policy for HMP targetsChris Redpath
2013-09-05HMP: Modify the runqueue stats to add a new child statChris Redpath
2013-09-05sched: track per-rq 'last migration time'Chris Redpath
2013-09-05sched: HMP fix traversing the rb-tree from the curr pointerMorten Rasmussen
2013-09-05HMP: select 'best' task for migration rather than 'current'Chris Redpath
2013-09-05HMP: Check the system has little cpus before forcing rt tasks onto themJon Medhurst (Tixy)
2013-08-29Merge tag 'v3.10.10' into linux-linaro-lskMark Brown
2013-08-29ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2013-08-29tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-29tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-29tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov
2013-08-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov
2013-08-29tracing: Introduce remove_event_file_dir()Oleg Nesterov
2013-08-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov
2013-08-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov
2013-08-29tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov
2013-08-29tracing: Turn event/id->i_private into call->event.typeOleg Nesterov
2013-08-29ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)
2013-08-29tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov