aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-04CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells1-3/+6
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds5-117/+194
2010-08-04tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju1-0/+3
2010-08-04Merge branch 'master' into for-nextJiri Kosina17-125/+183
2010-08-04timer: Added usleep_range timerPatrick Pannuto1-0/+22
2010-08-04Revert "timer: Added usleep[_range] timer"Thomas Gleixner1-22/+0
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt4-9/+15
2010-08-03timer: add on-stack deferrable timer interfacesJesse Barnes1-0/+13
2010-08-02clockevents: Remove the per cpu tick skewArjan van de Ven1-5/+0
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar5-10/+37
2010-08-02perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint callFrederic Weisbecker1-3/+3
2010-08-01workqueue: mark init_workqueues() as early_initcall()Suresh Siddha1-1/+3
2010-08-01workqueue: explain for_each_*cwq_cpu() iteratorsTejun Heo1-0/+13
2010-07-31padata: Remove padata_get_cpumaskSteffen Klassert1-35/+0
2010-07-31padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert1-1/+2
2010-07-31padata: Rearrange set_cpumask functionsSteffen Klassert1-50/+67
2010-07-31padata: Rename padata_alloc functionsSteffen Klassert1-12/+12
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-0/+25
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell1-1/+1
2010-07-29kgdb: Do not access xtime directlyThomas Gleixner1-1/+3
2010-07-28cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala1-0/+23
2010-07-27dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron1-1/+3
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz1-5/+24
2010-07-27timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz1-2/+2
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz2-5/+9
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz1-3/+6
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz5-73/+10
2010-07-27time: Implement timespec_addJohn Stultz1-3/+3
2010-07-26padata: Check for valid cpumasksSteffen Klassert1-1/+1
2010-07-26padata: Allocate cpumask dependend recources in any caseSteffen Klassert1-17/+7
2010-07-26padata: Fix cpu index countingSteffen Klassert1-0/+1
2010-07-23posix_timer: Move copy_to_user(created_timer_id) down in timer_create()Andrey Vagin1-5/+6
2010-07-23timer: Added usleep[_range] timerPatrick Pannuto1-0/+22
2010-07-23timers: Document meaning of deferrable timerJ. Bruce Fields1-2/+7
2010-07-23slow-work: kill itTejun Heo5-1377/+0
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar7-14/+76
2010-07-22workqueue: fix how cpu number is stored in work->dataTejun Heo1-23/+13
2010-07-22trace: strlen() return doesn't account for the NULLDan Carpenter1-1/+1
2010-07-21sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel1-2/+1
2010-07-21debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel1-1/+1
2010-07-21Fix merge regression from external kdb to upstream kdbJason Wessel1-0/+1
2010-07-21repair gdbstub to match the gdbserial protocol specificationJason Wessel1-6/+3
2010-07-21kdb: break out of kdb_ll() when command is terminatedMartin Hicks1-0/+3
2010-07-21sched: Use correct macro to display sched_child_runs_first in /proc/sched_debugJosh Hunt1-1/+1
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar13-59/+87
2010-07-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar8-524/+15
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar1-0/+6
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro4-6/+38
2010-07-20tracing: Reduce latency and remove percpu trace_seqLai Jiangshan1-3/+0
2010-07-20trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bitRichard Kennedy1-1/+1