summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-08-04CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2010-08-04tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-08-04timer: Added usleep_range timerPatrick Pannuto
2010-08-04Revert "timer: Added usleep[_range] timer"Thomas Gleixner
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt
2010-08-03timer: add on-stack deferrable timer interfacesJesse Barnes
2010-08-02clockevents: Remove the per cpu tick skewArjan van de Ven
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar
2010-08-01perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint...Frederic Weisbecker
2010-08-01workqueue: mark init_workqueues() as early_initcall()Suresh Siddha
2010-08-01workqueue: explain for_each_*cwq_cpu() iteratorsTejun Heo
2010-07-31padata: Remove padata_get_cpumaskSteffen Klassert
2010-07-31padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert
2010-07-31padata: Rearrange set_cpumask functionsSteffen Klassert
2010-07-31padata: Rename padata_alloc functionsSteffen Klassert
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell
2010-07-29kgdb: Do not access xtime directlyThomas Gleixner
2010-07-28cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala
2010-07-27dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz
2010-07-27timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz
2010-07-27time: Implement timespec_addJohn Stultz
2010-07-26padata: Check for valid cpumasksSteffen Klassert
2010-07-26padata: Allocate cpumask dependend recources in any caseSteffen Klassert
2010-07-26padata: Fix cpu index countingSteffen Klassert
2010-07-23posix_timer: Move copy_to_user(created_timer_id) down in timer_create()Andrey Vagin
2010-07-23timer: Added usleep[_range] timerPatrick Pannuto
2010-07-23timers: Document meaning of deferrable timerJ. Bruce Fields
2010-07-23slow-work: kill itTejun Heo
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-07-22workqueue: fix how cpu number is stored in work->dataTejun Heo
2010-07-22trace: strlen() return doesn't account for the NULLDan Carpenter
2010-07-22sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel
2010-07-22debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel
2010-07-22Fix merge regression from external kdb to upstream kdbJason Wessel
2010-07-22repair gdbstub to match the gdbserial protocol specificationJason Wessel
2010-07-22kdb: break out of kdb_ll() when command is terminatedMartin Hicks
2010-07-21sched: Use correct macro to display sched_child_runs_first in /proc/sched_debugJosh Hunt
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar
2010-07-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro
2010-07-21tracing: Reduce latency and remove percpu trace_seqLai Jiangshan