aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells
2010-03-29slow-work: use get_ref wrapper instead of directly calling get_refDave Airlie
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2010-03-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-03-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-26Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-03-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie
2010-03-24cgroups: remove duplicate includeLi Zefan
2010-03-24genirq: Move two IRQ functions from .init.text to .textHenrik Kretzschmar
2010-03-24genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner
2010-03-23resources: add interfaces that return conflict informationBjorn Helgaas
2010-03-23time: Fix accumulation bug triggered by long delay.John Stultz
2010-03-21softlockup: Stop spurious softlockup messages due to overflowColin Ian King
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker
2010-03-17sched: Use proper type in sched_getaffinity()KOSAKI Motohiro
2010-03-16kernel/sched.c: Suppress unused var warningAndrew Morton
2010-03-16rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney
2010-03-15sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt
2010-03-12function-graph: Init curr_ret_stack with ret_stackSteven Rostedt
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan
2010-03-12Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-12sysctl extern cleanup: lockdepDave Young
2010-03-12sysctl extern cleanup: rtmutexDave Young
2010-03-12sysctl extern cleanup: acctDave Young
2010-03-12sysctl extern cleanup: sgDave Young
2010-03-12sysctl extern cleanup: moduleDave Young
2010-03-12sysctl extern cleanup: rcuDave Young
2010-03-12sysctl extern cleanup: signalDave Young
2010-03-12sysctl extern cleanup: C_A_DDave Young
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan
2010-03-12pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()Oleg Nesterov
2010-03-12copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico
2010-03-12copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico
2010-03-12copy_signal() cleanup: use zalloc and remove initializationsVeaceslav Falico
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov
2010-03-12cgroups: fix race between userspace and kernelspaceKirill A. Shutemov