aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-3/+3
2010-08-26PM QoS: Fix inline documentation.Gravatar Saravana Kannan 1-4/+6
2010-08-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2010-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Gravatar Anton Blanchard 1-1/+1
2010-08-25workqueue: fix cwq->nr_active underflowGravatar Tejun Heo 1-10/+20
2010-08-24Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2010-08-24Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+9
2010-08-24PM QoS: Fix kzalloc() parameters swapped in pm_qos_power_open()Gravatar David Alan Gilbert 1-1/+1
2010-08-24workqueue: improve destroy_workqueue() debuggabilityGravatar Tejun Heo 1-1/+6
2010-08-23workqueue: mark lock acquisition on worker_maybe_bind_and_lock()Gravatar Namhyung Kim 1-0/+1
2010-08-23workqueue: annotate lock context changeGravatar Namhyung Kim 1-0/+6
2010-08-23mutex: Improve the scalability of optimistic spinningGravatar Tim Chen 1-1/+9
2010-08-23watchdog: Don't throttle the watchdogGravatar Peter Zijlstra 1-0/+3
2010-08-21workqueue: Add basic tracepoints to track workqueue executionGravatar Arjan van de Ven 1-0/+9
2010-08-21mm: make the vma list be doubly linkedGravatar Linus Torvalds 1-2/+5
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Gravatar Dmitry Torokhov 1-1/+1
2010-08-20kfifo: implement missing __kfifo_skip_r()Gravatar Andrea Righi 1-0/+9
2010-08-20sched: Fix rq->clock synchronization when migrating tasksGravatar Peter Zijlstra 1-0/+2
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersGravatar Dmitry Torokhov 2-2/+2
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2010-08-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-68/+163
2010-08-18fs: fs_struct rwlock to spinlockGravatar Nick Piggin 1-5/+5
2010-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 2-2/+9
2010-08-17Fix unprotected access to task credentials in waitid()Gravatar Daniel J Blueman 1-3/+2
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-1/+3
2010-08-16kdb: fix compile error without CONFIG_KALLSYMSGravatar Jason Wessel 2-2/+9
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Steven Rostedt 4-68/+163
2010-08-16workqueue: free rescuer on destroy_workqueueGravatar Xiaotian Feng 1-1/+1
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Gravatar Marcin Slusarz 1-3/+8
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsGravatar John Stultz 1-3/+4
2010-08-12Revert "fsnotify: store struct file not struct path"Gravatar Linus Torvalds 1-2/+2
2010-08-12tracing/events: Convert format output to seq_fileGravatar Steven Rostedt 1-67/+141
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 1-72/+161
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsGravatar Jason Wessel 1-4/+7
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-4/+0
2010-08-12block: add secure discardGravatar Adrian Hunter 1-0/+8
2010-08-12kernel/kfifo.c: add handling of chained scatterlistsGravatar Stefani Seibold 1-7/+6
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+2
2010-08-11kfifo: replace the old non generic APIGravatar Stefani Seibold 2-898/+453
2010-08-11kfifo: add the new generic kfifo APIGravatar Stefani Seibold 1-0/+602
2010-08-11kexec: return -EFAULT on copy_to_user() failuresGravatar Dan Carpenter 1-3/+5
2010-08-11lib/bug.c: add oops end marker to WARN implementationGravatar Anton Blanchard 1-1/+1
2010-08-11panic: keep blinking in spite of long spin timer modeGravatar TAMUKI Shoichi 1-32/+26
2010-08-11pids: alloc_pidmap: remove the unnecessary boundary checksGravatar Oleg Nesterov 1-10/+7
2010-08-11pids: fix a race in pid generation that causes pids to be reused immediatelyGravatar Salman 1-1/+38
2010-08-11ptrace: optimize exit_ptrace() for the likely caseGravatar Oleg Nesterov 2-5/+14
2010-08-11cgroups: save space for the terminatorGravatar Dan Carpenter 1-2/+2
2010-08-11param: locking for kernel parametersGravatar Rusty Russell 1-7/+26
2010-08-11param: make param sections const.Gravatar Rusty Russell 1-2/+2