aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker10-0/+10
2011-10-31kernel: fix up module header handling in rcutiny filesPaul Gortmaker2-1/+1
2011-10-31kernel: params.c needs module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-10-31kernel: ksysfs.c is implicitly using stat.hPaul Gortmaker1-0/+1
2011-10-31kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker1-0/+2
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker3-0/+3
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2-0/+2
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-10-31range: fix bogus misuse of module.h to get printk()Paul Gortmaker1-1/+1
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+4
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds3-0/+238
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-214/+365
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-326/+1404
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-472/+1067
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-29/+359
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-425/+599
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-194/+279
2011-10-26Merge git://github.com/rustyrussell/linuxLinus Torvalds2-8/+17
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt1-7/+14
2011-10-26kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina1-1/+3
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds15-339/+1015
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+2
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-8/+16
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-8/+8
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-2/+16
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+5
2011-10-24irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chipNobuhiro Iwamatsu1-0/+4
2011-10-23Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platforms into devel-stableRussell King5-23/+319
2011-10-18cputimer: Cure lock inversionPeter Zijlstra1-3/+4
2011-10-17Avoid using variable-length arrays in kernel/sys.cLinus Torvalds1-1/+1
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-7/+41
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver4-178/+645
2011-10-16PM / Hibernate: Do not initialize static and extern variables to 0Barry Song1-5/+5
2011-10-16PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks tooJeff Layton1-1/+1
2011-10-16PM / Hibernate: Add resumedelay kernel param in addition to resumewaitBarry Song1-0/+14
2011-10-16PM / Hibernate: Add resumewait param to support MMC-like devices as resume fileBarry Song1-0/+16
2011-10-16PM / Hibernate: Fix typo in a kerneldoc commentBarry Song1-1/+1
2011-10-16PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki3-15/+30
2011-10-16PM / VT: Cleanup #if defined uglyness and fix compile errorH Hartley Sweeten2-4/+2
2011-10-16PM / Suspend: Off by one in pm_suspend()Dan Carpenter1-1/+1
2011-10-16PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky2-0/+21
2011-10-16PM: Fix build issue in main.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki1-2/+2
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu2-3/+116
2011-10-14tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt1-2/+2
2011-10-14ftrace: Fix README to state tracing_on to start/stop tracingGeunsik Lim1-2/+2
2011-10-12Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/coreIngo Molnar12-452/+913
2011-10-12Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-9/+49
2011-10-11tracing: Do not allocate buffer for trace_markerSteven Rostedt1-28/+83
2011-10-11tracing: Warn on output if the function tracer was found corruptedSteven Rostedt3-0/+25
2011-10-10ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu1-9/+49