summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-03-23resources: add interfaces that return conflict informationBjorn Helgaas1-7/+37
2010-03-23time: Fix accumulation bug triggered by long delay.John Stultz1-1/+2
2010-03-21softlockup: Stop spurious softlockup messages due to overflowColin Ian King1-2/+2
2010-03-19ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt1-3/+11
2010-03-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-125/+126
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker2-0/+4
2010-03-17sched: Use proper type in sched_getaffinity()KOSAKI Motohiro1-1/+1
2010-03-16kernel/sched.c: Suppress unused var warningAndrew Morton1-1/+1
2010-03-16rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney1-0/+23
2010-03-15sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro1-3/+7
2010-03-14Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+8
2010-03-14Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-24/+49
2010-03-14Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-23/+77
2010-03-14Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-34/+13
2010-03-13tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-03-13tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-03-13tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-03-13function-graph: Init curr_ret_stack with ret_stackSteven Rostedt1-1/+1
2010-03-13ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan1-6/+6
2010-03-13Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+4
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-12/+12
2010-03-13sysctl extern cleanup: lockdepDave Young1-3/+3
2010-03-13sysctl extern cleanup: rtmutexDave Young1-4/+3
2010-03-13sysctl extern cleanup: acctDave Young1-4/+3
2010-03-13sysctl extern cleanup: sgDave Young1-4/+3
2010-03-13sysctl extern cleanup: moduleDave Young1-4/+0
2010-03-13sysctl extern cleanup: rcuDave Young1-3/+0
2010-03-13sysctl extern cleanup: signalDave Young1-1/+1
2010-03-13sysctl extern cleanup: C_A_DDave Young1-1/+0
2010-03-13nsproxy: remove INIT_NSPROXY()Alexey Dobriyan1-1/+12
2010-03-13pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()Oleg Nesterov1-4/+3
2010-03-13copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico1-11/+0
2010-03-13copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico1-10/+0
2010-03-13copy_signal() cleanup: use zalloc and remove initializationsVeaceslav Falico1-26/+1
2010-03-13cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov1-0/+8
2010-03-13cgroups: fix race between userspace and kernelspaceKirill A. Shutemov1-15/+17
2010-03-13cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov1-1/+227
2010-03-13cgroups: clean up cgroup_pidlist_find() a bitLi Zefan1-5/+3
2010-03-13cgroups: blkio subsystem as moduleBen Blum1-0/+9
2010-03-13cgroups: subsystem module unloadingBen Blum1-25/+142
2010-03-13cgroups: subsystem module loading interfaceBen Blum1-5/+145
2010-03-13cgroups: revamp subsys arrayBen Blum1-16/+80
2010-03-13cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura1-2/+3
2010-03-13cgroup: introduce cancel_attach()Daisuke Nishimura1-7/+33
2010-03-13Add generic sys_olduname()Christoph Hellwig1-0/+54
2010-03-13improve sys_newuname() for compat architecturesChristoph Hellwig1-0/+13
2010-03-13Add generic sys_ipc wrapperChristoph Hellwig1-0/+1
2010-03-12posix-cpu-timers: Reset expire cache when no timer is runningStanislaw Gruszka1-3/+7
2010-03-12timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Andrew Morton1-0/+1
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner2-13/+42