summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-06-09Merge branch 'quilt/rr'Stephen Rothwell
2010-06-09Merge remote branch 'crypto/master'Stephen Rothwell
2010-06-09Merge remote branch 'acpi/test'Stephen Rothwell
2010-06-08printk: fix delayed messages from CPU hotplug eventsKevin Cernekee
2010-06-07param:kernel_param_lockRusty Russell
2010-06-07param:params-are-constRusty Russell
2010-06-07param:use-free-hook-for-charpRusty Russell
2010-06-07param:add-free-hookRusty Russell
2010-06-07param:param_opsRusty Russell
2010-06-07param:neaten-param.c-exportsRusty Russell
2010-06-07kernel-params_c-check-null-for-non-bool.diffRusty Russell
2010-06-07module: cleanup comments, remove noinlineRusty Russell
2010-06-07module: group post-relocation functions into post_relocation()Rusty Russell
2010-06-07module: move module args strndup_user to just before useRusty Russell
2010-06-07module: pass load_info into other functionsRusty Russell
2010-06-07module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell
2010-06-07module: sysfs cleanupRusty Russell
2010-06-07module: layout_and_allocateRusty Russell
2010-06-07module: kallsyms functions take struct load_infoRusty Russell
2010-06-07module: refactor out section header rewriting: FIX modversionsRusty Russell
2010-06-07module: refactor out section header rewritingRusty Russell
2010-06-07module: add load_infoLinus Torvalds
2010-06-07module: reduce stack usage for each_symbol()Linus Torvalds
2010-06-07module: refactor load_module part 5Rusty Russell
2010-06-07module: refactor load_module part 4Rusty Russell
2010-06-07module: refactor load_module part 3Rusty Russell
2010-06-07module: refactor load_module part 2Linus Torvalds
2010-06-07module: refactor load_moduleLinus Torvalds
2010-06-07module: module_unload_init() cleanupEric Dumazet
2010-06-07module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell
2010-06-07module: verify_export_symbols under the lockRusty Russell
2010-06-07module: move find_module check to endLinus Torvalds
2010-06-07module: make locking more fine-grained.Rusty Russell
2010-06-07module: Make module sysfs functions private.Rusty Russell
2010-06-07module: move sysfs exposure to end of load_moduleRusty Russell
2010-06-07module: fix kdb's illicit use of struct module_use.Rusty Russell
2010-06-07module: Make the 'usage' lists be two-wayLinus Torvalds
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