UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / kernel / printk.c
2011-02-11 Linus Torvaldscap_syslog: accept CAP_SYS_ADMIN for now
2011-01-26 Torben Hohnconsole: rename acquire/release_console_sem() to consol...
2011-01-13 Huang Yingprintk: use RCU to prevent potential lock contention...
2011-01-13 Seiji Aguchikmsg_dump: add kmsg_dump() calls to the reboot, halt...
2011-01-09 James MorrisMerge branch 'master' into next
2011-01-07 Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2010-12-17 Tejun HeoMerge branch 'this_cpu_ops' into for-2.6.38
2010-12-17 Christoph Lametercore: Replace __get_cpu_var with __this_cpu_read if...
2010-12-17 Kay Sieverstty: add 'active' sysfs attribute to tty0 and console...
2010-12-08 Serge E. Hallynsyslog: check cap_syslog when dmesg_restrict
2010-12-08 Eric Dumazetprintk: Use this_cpu_{read|write} api on printk_pending
2010-11-28 Serge E. Hallynsecurity: Define CAP_SYSLOG
2010-11-26 Heiko Carstensnohz: Fix printk_needs_cpu() return value on offline...
2010-11-26 Heiko Carstensprintk: Fix wake_up_klogd() vs cpu hotplug
2010-11-16 Jiri Slabyconsole: move for_each_console to linux/console.h
2010-11-15 Eric Pariscapabilities/syslog: open code cap_syslog logic to...
2010-11-12 Dan RosenbergRestrict unprivileged access to kernel syslog
2010-10-26 Namhyung Kimprintk: change type of 'boot_delay' to int *
2010-10-26 Namhyung Kimprintk: add lock context annotation
2010-10-26 Namhyung Kimprintk: fixup declaration of kmsg_reasons
2010-10-12 Thomas Gleixnerprintk: Make console_sem a semaphore not a pseudo mutex
2010-08-10 Andi Kleengcc-4.6: printk: use stable variable to dump kmsg buffer
2010-08-05 Kevin Cernekeeprintk: fix delayed messages from CPU hotplug events
2010-05-21 Jason Wesselprintk,kdb: capture printk() when in kdb shell
2010-05-21 Jason Wesselkdb: core for kgdb back end (2 of 2)
2010-03-06 Gustavo F. Padovanprintk: avoid warning when CONFIG_PRINTK is disabled
2010-02-28 James MorrisMerge branch 'next' into for-linus
2010-02-04 Kees Cooksyslog: use defined constants instead of raw numbers
2010-02-04 Kees Cooksyslog: distinguish between /proc/kmsg and syscalls
2010-01-24 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/mtd-2.6.33
2009-12-31 KOSAKI Motohirokmsg_dump: Dump on crash_kexec as well
2009-12-17 Randy Dunlapprintk: fix new kernel-doc warnings
2009-12-16 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2009-12-05 Linus TorvaldsMerge branch 'core-printk-for-linus' of git://git....
2009-12-02 Randy Dunlapkmsg_dump: fix build for CONFIG_PRINTK=n
2009-11-30 Simon Kagstromcore: Add kernel message dumper to call on oopses and...
2009-10-23 Christian Borntraegerratelimit: Make suppressed output messages more useful
2009-09-23 Dave Youngprintk: add printk_delay to make messages readable...
2009-09-23 Dave Youngprintk boot_delay: rename printk_delay_msec to loops_pe...
2009-09-22 Ingo Molnarprintk: Remove ratelimit.h from kernel.h
2009-09-15 Anirban Sinhacleanup console_print()
2009-08-08 Sonic Zhangprintk: Fix "printk: Enable the use of more than one...
2009-07-10 Frans Popprintk: Restore previous console_loglevel when re-enabl...
2009-07-10 Robin Getzprintk: Ensure that "console enabled" messages are...
2009-07-03 Robin Getzprintk: Enable the use of more than one CON_BOOT (early...
2009-06-16 Linus Torvaldsprintk: Add KERN_DEFAULT printk log-level
2009-06-16 Linus Torvaldsprintk: clean up handling of log-levels and newlines
2009-04-05 Linus TorvaldsMerge branch 'printk-for-linus' of git://git./linux...
2009-04-03 Neil Hormankexec: add dmesg log symbols to /proc/vmcoreinfo lists
2009-03-17 Guillaume Knispelprintk: correct the behavior of printk_timed_ratelimit()
2009-02-21 Arve HjønnevågPM: Fix suspend_console and resume_console to use only...
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 27
2009-01-14 Heiko Carstens[CVE-2009-0029] Make sys_syslog a conditional system...
2009-01-06 Jiri Kosinatrivial: printk: fix indentation of new_text_line decla...
2008-12-19 Hiroshi Shimamotoprintk: fix discarding message when recursion_bug
2008-10-23 roel kluinprintk: remove unused code from kernel/printk.c
2008-10-16 Linus TorvaldsMerge branch 'core-v28-for-linus' of git://git./linux...
2008-10-16 Andi KleenAdd kerneldoc documentation for new printk format exten...
2008-10-16 Francois CamiRemove Andrew Morton's old email accounts
2008-10-16 Andi KleenAdd kerneldoc documentation for new printk format exten...
2008-10-15 Ingo MolnarMerge branches 'core/softlockup', 'core/softirq', ...
2008-10-13 Alan Coxtty: Move tty_write_message out of kernel/printk
2008-08-20 Jiri Kosinaprintk: robustify printk, update comment
2008-08-20 Peter Zijlstraprintk: robustify printk, fix #2
2008-08-11 Peter Zijlstraprintk: robustify printk
2008-07-30 Uwe Kleine-Königprintk: fix comment for printk ratelimiting
2008-07-25 Dave Youngprintk ratelimiting rewrite
2008-07-24 Pavel Machekswsusp: provide users with a hint about the no_console_...
2008-07-14 Linus TorvaldsMerge branch 'core/printk' of git://git./linux/kernel...
2008-07-14 Ingo MolnarMerge branch 'auto-ftrace-next' into tracing/for-linus
2008-07-13 Ingo MolnarMerge branch 'linus' into x86/pci-ioapic-boot-irq-quirks
2008-07-12 Ingo MolnarMerge branch 'linus' into x86/core
2008-07-10 Ingo MolnarMerge branch 'tracing/ftrace' into auto-ftrace-next
2008-07-09 Daniel Guilakkernel/printk.c: Made printk_recursion_bug_msg static.
2008-07-08 Ingo Molnarprintk: export console_drivers
2008-06-18 Jiri Slabyx86, generic: mark early_printk as asmlinkage
2008-06-16 Ingo Molnarprintk: export console_drivers
2008-05-27 Markus Armbrusterxen: Enable console tty by default in domU if it's...
2008-05-24 Nick Andrewprintk: remember the message level for multi-line output
2008-05-24 Nick Andrewprintk: refactor processing of line severity tokens
2008-05-24 Jan Kiszkaprintk: don't prefer unsuited consoles on registration
2008-05-24 Tejun Heoprintk: clean up recursion check related static variables
2008-05-24 Thomas Gleixnernamespacecheck: more kernel/printk.c fixes
2008-05-24 Thomas Gleixnernamespacecheck: fix kernel printk.c
2008-05-23 Steven Rostedtftrace: trace irq disabled critical timings
2008-04-30 Markus Armbrusterprintk: don't read beyond string arguments' terminating...
2008-04-30 Samuel ThibaultBasic braille screen reader support
2008-04-30 Alan Coxtty: The big operations rework
2008-04-29 Dave Youngisolate ratelimit from printk.c for other use
2008-04-15 Linus TorvaldsFix locking bug in "acquire_console_semaphore_for_printk()"
2008-03-25 Linus TorvaldsMake printk() console semaphore accesses sensible
2008-02-26 Tejun Heoprintk: fix possible printk overrun
2008-02-08 Joe Perchesprintk_ratelimit() functions should use CONFIG_PRINTK
2008-02-08 Adrian BunkThe scheduled 'time' option removal
2008-02-08 Jesper JuhlNuke duplicate include from printk.c
2008-02-06 Denys Vlasenkoprintk.c: use unsigned ints instead of longs for logbuf...
2008-01-31 Ingo Molnardebug: turn ignore_loglevel into an early param
2008-01-30 Ingo Molnarx86: make early printk selectable on 64-bit as well
2008-01-27 Ingo Molnarprintk: revert ktime_get() timestamps
2008-01-25 Ingo Molnarprintk: use ktime_get()
next