aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2010-06-05module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell
2010-06-05module: verify_export_symbols under the lockRusty Russell
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-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-06-04kernel/: fix BUG_ON checks for cpu notifier callbacks direct callAkinobu Mita
2010-06-04cgroups: alloc_css_id() increments hierarchy depthGreg Thelen
2010-06-04sys_personality: change sys_personality() to accept "unsigned int" instead of...Oleg Nesterov
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-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe
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