summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds1-507/+581
2010-08-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+12
2010-08-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-2/+31
2010-08-05printk: fix delayed messages from CPU hotplug eventsKevin Cernekee1-2/+31
2010-08-05module: cleanup comments, remove noinlineRusty Russell1-4/+8
2010-08-05module: group post-relocation functions into post_relocation()Rusty Russell1-24/+32
2010-08-05module: move module args strndup_user to just before useRusty Russell1-15/+13
2010-08-05module: pass load_info into other functionsRusty Russell1-215/+157
2010-08-05module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell1-7/+6
2010-08-05module: sysfs cleanupRusty Russell1-43/+34
2010-08-05module: layout_and_allocateRusty Russell1-99/+125
2010-08-05module: fix crash in get_ksymbol() when oopsing in module initRusty Russell1-1/+2
2010-08-05module: kallsyms functions take struct load_infoRusty Russell1-39/+29
2010-08-05module: refactor out section header rewriting: FIX modversionsRusty Russell1-6/+6
2010-08-05module: refactor out section header rewritingRusty Russell1-25/+45
2010-08-05module: add load_infoLinus Torvalds1-103/+125
2010-08-05module: reduce stack usage for each_symbol()Linus Torvalds1-1/+1
2010-08-05module: refactor load_module part 5Rusty Russell1-76/+106
2010-08-05module: refactor load_module part 4Rusty Russell1-17/+15
2010-08-05module: refactor load_module part 3Rusty Russell1-47/+75
2010-08-05module: refactor load_module part 2Linus Torvalds1-57/+72
2010-08-05module: refactor load_moduleLinus Torvalds1-61/+69
2010-08-05module: module_unload_init() cleanupEric Dumazet1-6/+0
2010-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds7-7/+7
2010-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-197/+558
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-1/+68
2010-08-04CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells1-3/+6
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-117/+194
2010-08-04Merge branch 'master' into for-nextJiri Kosina17-125/+183
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt4-9/+15
2010-08-03timer: add on-stack deferrable timer interfacesJesse Barnes1-0/+13
2010-07-31padata: Remove padata_get_cpumaskSteffen Klassert1-35/+0
2010-07-31padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert1-1/+2
2010-07-31padata: Rearrange set_cpumask functionsSteffen Klassert1-50/+67
2010-07-31padata: Rename padata_alloc functionsSteffen Klassert1-12/+12
2010-07-30CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-0/+25
2010-07-28cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala1-0/+23
2010-07-28dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron1-1/+3
2010-07-26padata: Check for valid cpumasksSteffen Klassert1-1/+1
2010-07-26padata: Allocate cpumask dependend recources in any caseSteffen Klassert1-17/+7
2010-07-26padata: Fix cpu index countingSteffen Klassert1-0/+1
2010-07-22sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel1-2/+1
2010-07-22debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel1-1/+1
2010-07-22Fix merge regression from external kdb to upstream kdbJason Wessel1-0/+1
2010-07-22repair gdbstub to match the gdbserial protocol specificationJason Wessel1-6/+3
2010-07-22kdb: break out of kdb_ll() when command is terminatedMartin Hicks1-0/+3
2010-07-21drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman1-1/+1
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas1-0/+6
2010-07-19update email addressPavel Machek5-5/+5
2010-07-19padata: Added sysfs primitives to padata subsystemDan Kruchinin1-9/+146