aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersGravatar Dhaval Giani 1-7/+7
2009-03-09copy_process: fix CLONE_PARENT && parent_exec_id interactionGravatar Oleg Nesterov 1-6/+5
2009-03-09Fix fixpoint divide exception in acct_update_integralsGravatar Heiko Carstens 1-1/+5
2009-03-04rcu: increment quiescent state counter in ksoftirqd()Gravatar Eric Dumazet 1-0/+1
2009-03-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-14/+50
2009-03-03Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-4/+19
2009-03-02x86-64: seccomp: fix 32/64 syscall holeGravatar Roland McGrath 1-3/+4
2009-02-27Fix recursive lock in free_uid()/free_user_ns()Gravatar David Howells 1-4/+17
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthGravatar Dhaval Giani 3-13/+49
2009-02-26sched_rt: don't start timer when rt bandwidth disabledGravatar Hiroshi Shimamoto 1-1/+1
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootGravatar Paul E. McKenney 4-4/+19
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Gravatar Rafael J. Wysocki 3-2/+24
2009-02-21Merge branch 'hibernate'Gravatar Linus Torvalds 4-10/+30
2009-02-21PM: Fix suspend_console and resume_console to use only one semaphoreGravatar Arve Hjønnevåg 1-6/+9
2009-02-21PM: Wait for console in resumeGravatar Arve Hjønnevåg 1-0/+6
2009-02-21PM: Fix pm_notifiers during user mode hibernationGravatar Andrey Borzenkov 1-4/+4
2009-02-21PM: fix build for CONFIG_PM unsetGravatar Rafael J. Wysocki 2-1/+2
2009-02-21PM/resume: wait for device probing to finishGravatar Arjan van de Ven 1-0/+11
2009-02-19Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-1/+26
2009-02-18tracing: limit the number of loops the ring buffer self test can makeGravatar Steven Rostedt 1-0/+10
2009-02-18tracing: have function trace select kallsymsGravatar Steven Rostedt 1-0/+2
2009-02-18tracing: disable tracing while testing ring bufferGravatar Steven Rostedt 1-0/+9
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+3
2009-02-18pm: fix build for CONFIG_PM unsetGravatar Rafael J. Wysocki 2-1/+2
2009-02-18cgroups: fix possible use after freeGravatar Li Zefan 1-1/+1
2009-02-18block: fix bad definition of BIO_RW_SYNCGravatar Jens Axboe 1-2/+3
2009-02-17Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+12
2009-02-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-30/+30
2009-02-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-4/+33
2009-02-17Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-25/+28
2009-02-17tracing/function-graph-tracer: trace the idle tasksGravatar Frederic Weisbecker 1-1/+5
2009-02-15trace: mmiotrace to the tracer menu in KconfigGravatar Pekka Paalanen 1-0/+23
2009-02-15mmiotrace: count events lost due to not recordingGravatar Pekka Paalanen 1-4/+10
2009-02-13User namespaces: Only put the userns when we unhash the uidGravatar Serge E. Hallyn 1-2/+1
2009-02-13timers: more consistently use clock vs timerGravatar Peter Zijlstra 1-30/+30
2009-02-12sched: cpu hotplug fixGravatar Ingo Molnar 1-3/+12
2009-02-11cgroups: fix lockdep subclasses overflowGravatar Li Zefan 1-1/+2
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesGravatar Sven Wegener 1-2/+3
2009-02-11futex: fix reference leakGravatar Peter Zijlstra 1-25/+28
2009-02-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-12/+9
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 7-37/+160
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2009-02-11sched: revert recent sync wakeup changesGravatar Peter Zijlstra 2-12/+9
2009-02-11timers: fix TIMER_ABSTIME for process wide cpu timersGravatar Peter Zijlstra 1-0/+34
2009-02-11timers: split process wide cpu clocks/timers, fixGravatar Peter Zijlstra 1-28/+14
2009-02-11ptrace, x86: fix the usage of ptrace_fork()Gravatar Oleg Nesterov 1-1/+1
2009-02-10profiling: fix broken profiling regressionGravatar Hugh Dickins 1-0/+3
2009-02-08async: use list_move_tailGravatar Stefan Richter 1-2/+1
2009-02-08async: Rename _special -> _domain for clarity.Gravatar Cornelia Huck 1-19/+22
2009-02-08async: Add some documentation.Gravatar Cornelia Huck 1-0/+47