summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-06-05module: move find_module check to endLinus Torvalds
2010-06-05module: make locking more fine-grained.Rusty Russell
2010-06-05module: Make module sysfs functions private.Rusty Russell
2010-06-05module: move sysfs exposure to end of load_moduleRusty Russell
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds
2010-06-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-06-03Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-06-03perf: Fix crash in sweventsPeter Zijlstra
2010-06-01fix cpu_chain section mismatch...Daniel J Blueman
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds
2010-06-01sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2010-05-31module: fix reference to mod->percpu after freeing module.Rusty Russell
2010-05-31blktrace: Fix new kernel-doc warningsRandy Dunlap
2010-05-31perf_events: Fix unincremented buffer base on partial copyFrederic Weisbecker
2010-05-31perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian
2010-05-31perf_events, trace: Fix perf_trace_destroy(), mutex went missingPeter Zijlstra
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra
2010-05-31perf_events: Fix races in group compositionPeter Zijlstra
2010-05-31perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra
2010-05-31sched: Make sure timers have migrated before killing the migration_threadAmit K. Arora
2010-05-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-30Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-30CPU: Avoid using unititialized error variable in disable_nonboot_cpus()Rafael J. Wysocki
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil
2010-05-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-05-27Fix racy use of anon_inode_getfd() in perf_event.cAl Viro
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-27posix_timer: Fix error path in timer_createAndrey Vagin
2010-05-27Avoid warning when CPU hotplug isn't enabledLinus Torvalds
2010-05-27numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsLee Schermerhorn
2010-05-27panic: call console_verbose() in panicAnton Blanchard
2010-05-27pids: fix fork_idle() to setup ->pids correctlyOleg Nesterov
2010-05-27pids: increase pid_max based on num_possible_cpusHedi Berriche
2010-05-27cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=nLai Jiangshan
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27cpu-hotplug: return better errno on cpu hotplug failureAkinobu Mita
2010-05-27cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail()Akinobu Mita
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov
2010-05-27proc_sched_show_task(): use get_nr_threads()Oleg Nesterov
2010-05-27check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov
2010-05-27exit: __exit_signal: use thread_group_leader() consistentlyOleg Nesterov
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov
2010-05-27signals: clear signal->tty when the last thread exitsOleg Nesterov
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov