summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker
2011-10-31kernel: fix up module header handling in rcutiny filesPaul Gortmaker
2011-10-31kernel: params.c needs module.h not moduleparam.hPaul Gortmaker
2011-10-31kernel: ksysfs.c is implicitly using stat.hPaul Gortmaker
2011-10-31kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-10-31range: fix bogus misuse of module.h to get printk()Paul Gortmaker
2011-10-31Merge branch 'dt/gic' into next/dtArnd Bergmann
2011-10-31irq: support domains with non-zero hwirq baseRob Herring
2011-10-30[S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky
2011-10-30[S390] kdump: Add infrastructure for unmapping crashkernel memoryMichael Holzheu
2011-10-30[S390] kdump: Initialize vmcoreinfo note at startupMichael Holzheu
2011-10-30[S390] kdump: Add size to elfcorehdr kernel parameterMichael Holzheu
2011-10-30[S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITMichael Holzheu
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds
2011-10-28time: Improve documentation of timekeeeping_adjust()John Stultz
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-10-26Merge git://github.com/rustyrussell/linuxLinus Torvalds
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt
2011-10-26kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina
2011-10-25jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge
2011-10-25jump_label: add arch_jump_label_transform_static() to optimise non-live code ...Jeremy Fitzhardinge
2011-10-25jump_label: if a key has already been initialized, don't nop it outJeremy Fitzhardinge
2011-10-25stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-24Merge remote-tracking branch 'rmk/devel-stable' into HEADRob Herring
2011-10-24irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chipNobuhiro Iwamatsu
2011-10-23Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...Russell King
2011-10-18cputimer: Cure lock inversionPeter Zijlstra
2011-10-17Avoid using variable-length arrays in kernel/sys.cLinus Torvalds
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver
2011-10-16PM / Hibernate: Do not initialize static and extern variables to 0Barry Song
2011-10-16PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks tooJeff Layton
2011-10-16PM / Hibernate: Add resumedelay kernel param in addition to resumewaitBarry Song
2011-10-16PM / Hibernate: Add resumewait param to support MMC-like devices as resume fileBarry Song
2011-10-16PM / Hibernate: Fix typo in a kerneldoc commentBarry Song