aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+5
2010-03-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+6
2010-03-30CRED: Fix memory leak in error handlingGravatar Mathieu Desnoyers 1-1/+5
2010-03-29x86: Do not free zero sized per cpu areasGravatar Ian Campbell 1-0/+6
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGGravatar David Howells 1-4/+4
2010-03-29slow-work: use get_ref wrapper instead of directly calling get_refGravatar Dave Airlie 1-1/+1
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 1-7/+37
2010-03-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-17/+52
2010-03-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+11
2010-03-26Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+8
2010-03-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-11/+46
2010-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+25
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackGravatar Miao Xie 1-28/+66
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeGravatar Miao Xie 2-9/+13
2010-03-24cgroups: remove duplicate includeGravatar Li Zefan 1-1/+0
2010-03-24genirq: Move two IRQ functions from .init.text to .textGravatar Henrik Kretzschmar 1-2/+2
2010-03-24genirq: Protect access to irq_desc->action in can_request_irq()Gravatar Thomas Gleixner 1-0/+4
2010-03-23resources: add interfaces that return conflict informationGravatar Bjorn Helgaas 1-7/+37
2010-03-23time: Fix accumulation bug triggered by long delay.Gravatar John Stultz 1-1/+2
2010-03-21softlockup: Stop spurious softlockup messages due to overflowGravatar Colin Ian King 1-2/+2
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignGravatar Steven Rostedt 1-3/+11
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-125/+126
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsGravatar Frederic Weisbecker 2-0/+4
2010-03-17sched: Use proper type in sched_getaffinity()Gravatar KOSAKI Motohiro 1-1/+1
2010-03-16kernel/sched.c: Suppress unused var warningGravatar Andrew Morton 1-1/+1
2010-03-16rcu: Make rcu_read_lock_bh_held() allow for disabled BHGravatar Paul E. McKenney 1-0/+23
2010-03-15sched: sched_getaffinity(): Allow less than NR_CPUS lengthGravatar KOSAKI Motohiro 1-3/+7
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+8
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 9-24/+49
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-23/+77
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-34/+13
2010-03-12tracing: Do not record user stack trace from NMI contextGravatar Steven Rostedt 1-0/+7
2010-03-12tracing: Disable buffer switching when starting or stopping traceGravatar Steven Rostedt 1-0/+9
2010-03-12tracing: Use same local variable when resetting the ring bufferGravatar Steven Rostedt 1-4/+4
2010-03-12function-graph: Init curr_ret_stack with ret_stackGravatar Steven Rostedt 1-1/+1
2010-03-12ring-buffer: Move disabled check into preempt disable sectionGravatar Lai Jiangshan 1-6/+6
2010-03-12Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+4
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 8-12/+12
2010-03-12sysctl extern cleanup: lockdepGravatar Dave Young 1-3/+3
2010-03-12sysctl extern cleanup: rtmutexGravatar Dave Young 1-4/+3
2010-03-12sysctl extern cleanup: acctGravatar Dave Young 1-4/+3
2010-03-12sysctl extern cleanup: sgGravatar Dave Young 1-4/+3
2010-03-12sysctl extern cleanup: moduleGravatar Dave Young 1-4/+0
2010-03-12sysctl extern cleanup: rcuGravatar Dave Young 1-3/+0
2010-03-12sysctl extern cleanup: signalGravatar Dave Young 1-1/+1
2010-03-12sysctl extern cleanup: C_A_DGravatar Dave Young 1-1/+0
2010-03-12nsproxy: remove INIT_NSPROXY()Gravatar Alexey Dobriyan 1-1/+12
2010-03-12pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()Gravatar Oleg Nesterov 1-4/+3
2010-03-12copy_signal() cleanup: clean thread_group_cputime_init()Gravatar Veaceslav Falico 1-11/+0
2010-03-12copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Gravatar Veaceslav Falico 1-10/+0