aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-08-05module: cleanup comments, remove noinlineRusty Russell
2010-08-05module: group post-relocation functions into post_relocation()Rusty Russell
2010-08-05module: move module args strndup_user to just before useRusty Russell
2010-08-05module: pass load_info into other functionsRusty Russell
2010-08-05module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell
2010-08-05module: sysfs cleanupRusty Russell
2010-08-05module: layout_and_allocateRusty Russell
2010-08-05module: fix crash in get_ksymbol() when oopsing in module initRusty Russell
2010-08-05module: kallsyms functions take struct load_infoRusty Russell
2010-08-05module: refactor out section header rewriting: FIX modversionsRusty Russell
2010-08-05module: refactor out section header rewritingRusty Russell
2010-08-05module: add load_infoLinus Torvalds
2010-08-05module: reduce stack usage for each_symbol()Linus Torvalds
2010-08-05module: refactor load_module part 5Rusty Russell
2010-08-05module: refactor load_module part 4Rusty Russell
2010-08-05module: refactor load_module part 3Rusty Russell
2010-08-05module: refactor load_module part 2Linus Torvalds
2010-08-05module: refactor load_moduleLinus Torvalds
2010-08-05module: module_unload_init() cleanupEric Dumazet
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-08-04CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2010-08-04tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-08-04timer: Added usleep_range timerPatrick Pannuto
2010-08-04Revert "timer: Added usleep[_range] timer"Thomas Gleixner
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt
2010-08-03timer: add on-stack deferrable timer interfacesJesse Barnes
2010-08-02clockevents: Remove the per cpu tick skewArjan van de Ven
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar
2010-08-02perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint...Frederic Weisbecker
2010-08-01workqueue: mark init_workqueues() as early_initcall()Suresh Siddha
2010-08-01workqueue: explain for_each_*cwq_cpu() iteratorsTejun Heo
2010-07-31padata: Remove padata_get_cpumaskSteffen Klassert
2010-07-31padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert
2010-07-31padata: Rearrange set_cpumask functionsSteffen Klassert
2010-07-31padata: Rename padata_alloc functionsSteffen Klassert
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell
2010-07-29kgdb: Do not access xtime directlyThomas Gleixner
2010-07-28fanotify: use both marks when possibleEric Paris
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris
2010-07-28fsnotify: remove group->maskEric Paris
2010-07-28fsnotify: cleanup should_send_eventEric Paris
2010-07-28audit: use the mark in handler functionsEric Paris
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris
2010-07-28fsnotify: store struct file not struct pathEric Paris
2010-07-28sysctl extern cleanup: inotifyDave Young