aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+2
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-0/+2
2012-04-23tracing: Add percpu buffers for trace_printk()Steven Rostedt1-6/+7
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+9
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-19/+2
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar1-66/+6
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds1-62/+0
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-0/+2
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches1-4/+4
2012-03-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-6/+9
2012-03-20tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt1-6/+9
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi1-0/+13
2012-03-04kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker1-1/+0
2012-03-04bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker1-61/+0
2012-02-20sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin1-19/+2
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-3/+3
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-3/+3
2012-01-12kernel.h: neaten panic prototypeJoe Perches1-2/+3
2012-01-11Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-01-10kernel.h: add BUILD_BUG() macroDavid Daney1-0/+16
2011-12-05x86: Panic on detection of stack overflowMitsuo Hayasaka1-0/+1
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings1-0/+1
2011-10-31kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches1-0/+4
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-1/+6
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-24/+20
2011-09-20lib: add error checking to hex2binMimi Zohar1-1/+1
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-0/+8
2011-07-26kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usageNicholas Bellinger1-0/+8
2011-07-25include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe1-22/+21
2011-07-25include/linux/kernel.h: fix a headers_check warningWANG Cong1-23/+24
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+1
2011-06-23sched: Generalize sleep inside spinlock detectionFrederic Weisbecker1-1/+1
2011-06-15BUILD_BUG_ON_ZERO: fix sparse breakageDr. David Alan Gilbert1-2/+2
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan1-0/+31
2011-05-25sparse: define dummy BUILD_BUG_ON definition for sparseKOSAKI Motohiro1-0/+8
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt1-0/+1
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan1-4/+66
2011-02-01kernel.h: fix kernel-doc warningRandy Dunlap1-1/+1
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell1-1/+0
2011-01-24BUILD_BUG_ON: make it handle more casesRusty Russell1-6/+27
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo1-0/+2
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman1-0/+7
2011-01-13include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton1-3/+16
2010-11-29lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar1-0/+1
2010-11-29Merge branch 'master' into nextJames Morris1-243/+1
2010-11-15include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds1-244/+1
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg1-0/+1
2010-11-10kernel: add roundup() code comment from akpmJames Morris1-0/+2
2010-11-09kernel: Constify temporary variable in roundup()Tetsuo Handa1-1/+1
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf1-0/+5
2010-10-26ratelimit: add comment warning people off printk_ratelimit()Andrew Morton1-0/+5
2010-10-26include/linux/kernel.h: add __must_check to strict_strto*()Andrew Morton1-4/+4
2010-10-26kernel.h: add {min,max}3 macrosHagen Paul Pfeifer1-0/+18
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+10
2010-10-21kernel: roundup should only reference arguments onceEric Paris1-1/+6
2010-10-21kernel: rounddown helper functionEric Paris1-0/+6
2010-09-10Consolidate min_not_zeroMartin K. Petersen1-0/+10
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-0/+7
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard1-0/+1
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi1-1/+1
2010-08-09kernel.h: remove unused NIPQUAD and NIPQUAD_FMTJoe Perches1-11/+0
2010-08-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+7
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+0
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-6/+0
2010-07-20tracing: Remove special tracesFrederic Weisbecker1-5/+0
2010-07-11fix #warning about using kernel headers in userpsaceJustin P. Mattock1-6/+0
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches1-0/+5
2010-06-10x86, mce: Add HW_ERR printk prefix for hardware error loggingHuang Ying1-0/+7
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko1-0/+2
2010-05-25printk_ratelimited(): fix uninitialized spinlockOGAWA Hirofumi1-8/+7
2010-05-25kernel.h: add pr_warn for symmetry to dev_warn, netdev_warnJoe Perches1-0/+2
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan1-3/+3
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+1
2010-05-19panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Ben Hutchings1-0/+1
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+9
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker1-2/+9
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+1
2010-04-13Restore __ALIGN_MASK()Alexey Dobriyan1-0/+1
2010-04-13netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting _...Alexey Dobriyan1-2/+3
2010-04-07kernel.h: fix wrong usage of __ratelimit()Yong Zhang1-1/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2010-02-12Move round_up/down to kernel.hYinghai Lu1-0/+10
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar1-0/+4
2010-01-16kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2()Roland Dreier1-0/+4
2009-12-28sched: might_sleep(): Make file parameter const char *Simon Kagstrom1-2/+3
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2009-12-15kernel.h: add printk_ratelimited and pr_<level>_rlJoe Perches1-0/+44
2009-12-15kernel.h: remove initialization of bool in printk_onceJoe Perches1-3/+3
2009-12-15dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debugJoe Perches1-3/+2
2009-12-15tracing: Fix return of trace_dump_stack()Steven Rostedt1-0/+1
2009-12-11tracing: Add trace_dump_stack()Steven Rostedt1-0/+2
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2009-10-23ratelimit: Make suppressed output messages more usefulChristian Borntraeger1-1/+2
2009-10-11warn about use of uninstalled kernel headersArnd Bergmann1-0/+6
2009-09-23Make sure the value in abs() does not get truncated if it is greater than 2^32Rolf Eike Beer1-1/+1
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich1-2/+6
2009-09-23printk_once(): use bool for boolean flagRoland Dreier1-2/+2
2009-09-23printk: add printk_delay to make messages readable for some scenariosDave Young1-0/+2
2009-09-22printk: Remove ratelimit.h from kernel.hIngo Molnar1-2/+0
2009-07-18sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker1-3/+3
2009-07-18sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker1-0/+1
2009-06-25x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff1-0/+1
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2009-06-16printk: Add KERN_DEFAULT printk log-levelLinus Torvalds1-0/+2
2009-06-16printk: clean up handling of log-levels and newlinesLinus Torvalds1-1/+1
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim1-1/+1
2009-04-16dynamic debug: resurrect old pr_debug() semantics as pr_devel()Michael Ellerman1-0/+9
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+133
2009-04-05Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+17
2009-04-02kexec: add dmesg log symbols to /proc/vmcoreinfo listsNeil Horman1-0/+4
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+150
2009-04-01introduce pr_cont() macroCyrill Gorcunov1-0/+2
2009-03-28kernel: remove HIPQUAD()Harvey Harrison1-12/+0
2009-03-28Merge branch 'linus' into core/printkIngo Molnar1-3/+4
2009-03-24Dynamic debug: fix pr_fmt() build errorGreg Banks1-1/+2
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-2/+2
2009-03-17Merge branch 'linus' into core/printkIngo Molnar1-1/+2
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker1-13/+27
2009-03-09tracing: optimize trace_printk()Ingo Molnar1-2/+8
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker1-3/+31
2009-03-06Merge branch 'core/printk' into tracing/ftraceIngo Molnar1-0/+17
2009-03-05tracing: add tracing_on/tracing_off to kernel.hSteven Rostedt1-1/+28
2009-03-05tracing: move utility functions from ftrace.h to kernel.hIngo Molnar1-0/+58
2009-02-05generic swap(): don't return a value from swap()Peter Zijlstra1-1/+2
2009-02-05printk: introduce printk_once()Ingo Molnar1-0/+17
2009-01-08generic swap(): introduce global macro swap(a, b)Wu Fengguang1-0/+6
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-4/+4
2009-01-06Create a DIV_ROUND_CLOSEST macro to do division with roundingDarrick J. Wong1-0/+6
2009-01-06Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUGCornelia Huck1-4/+4
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+11
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar1-0/+11
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-19/+23
2008-11-15Add 'pr_fmt()' format modifier to pr_xyz macros.Martin Schwidefsky1-19/+23
2008-11-12Merge branch 'linus' into core/lockingIngo Molnar1-2/+2
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-10-30kernel.h: fix might_sleep kernel-docRandy Dunlap1-2/+2
2008-10-28net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison1-12/+0
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar1-14/+53
2008-10-23Merge branch 'linus' into testLen Brown1-14/+29
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+1
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+6
2008-10-16Make the taint flags reliableAndi Kleen1-12/+13
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-1/+6
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar1-0/+3
2008-10-14ftrace: rebuild everything on change to FTRACE_MCOUNT_RECORDSteven Rostedt1-0/+5
2008-10-10Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman1-0/+1
2008-09-22Introduce FW_BUG, FW_WARN and FW_INFO to consistenly tell users about BIOS bugsThomas Renninger1-0/+24
2008-09-11x86: some lock annotations for user copy paths, v2Nick Piggin1-0/+9
2008-09-10Merge branch 'linus' into core/debugIngo Molnar1-1/+0
2008-09-10debug: add notifier chain debugging, v2Arjan van de Ven1-0/+3
2008-08-20Merge branch 'linus' into x86/xenIngo Molnar1-7/+13
2008-08-12move kernel-doc comment for might_sleep directly before its defining blockUwe Kleine-König1-7/+7
2008-08-11printk: robustify printk, fixIngo Molnar1-4/+3
2008-08-11printk: robustify printkPeter Zijlstra1-0/+4
2008-07-30introduce lower_32_bits() macroJoerg Roedel1-0/+6
2008-07-28generic, memparse(): constify argumentJeremy Fitzhardinge1-1/+1
2008-07-25printk ratelimiting rewriteDave Young1-6/+2
2008-07-25split the typecheck macros out of include/linux/kernel.hAndrew Morton1-20/+1
2008-07-10Merge branch 'linus' into core/printkIngo Molnar1-0/+3
2008-07-05Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.hEduard - Gabriel Munteanu1-0/+3
2008-06-18x86, generic: mark early_printk as asmlinkageJiri Slaby1-1/+1
2008-05-24namespacecheck: more kernel/printk.c fixesThomas Gleixner1-6/+0
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-1/+11
2008-04-30Add macros similar to min/max/min_t/max_tHarvey Harrison1-17/+74
2008-04-29ipc: add definitions of USHORT_MAX and othersZhang, Yanmin1-0/+3
2008-04-29isolate ratelimit from printk.c for other useDave Young1-0/+1
2008-04-29Taint kernel after WARN_ON(condition)Nur Hussein1-0/+1
2008-04-19driver core: Convert debug functions declared inline __attribute__((format (p...Joe Perches1-4/+2
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang1-0/+4
2008-02-08printk_ratelimit() functions should use CONFIG_PRINTKJoe Perches1-5/+13
2008-02-08Remove fastcall from linux/includeHarvey Harrison1-1/+1
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells1-0/+1
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells1-2/+0
2008-02-06ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel1-0/+1
2008-02-06Avoid divide in IS_ALIGNHerbert Xu1-1/+1
2008-01-30x86: make early printk selectable on 64-bit as wellIngo Molnar1-0/+3
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu1-2/+2
2007-10-17printk: add KERN_CONT annotationIngo Molnar1-0/+7
2007-10-17Make the pr_*() family of macros in kernel.h completeEmil Medve1-5/+17
2007-10-17printk: add interfaces for external access to the log bufferMike Frysinger1-0/+6
2007-10-16memory unplug: page offlineKAMEZAWA Hiroyuki1-0/+1
2007-10-12[BLOCK] Move sector_div() from blkdev.h to kernel.hJens Axboe1-0/+14
2007-09-11PTR_ALIGNMatthew Wilcox1-0/+1
2007-08-11hex_dump: add missing "const" qualifiersAlan Stern1-1/+1
2007-08-09hexdump: use const notationArtem Bityutskiy1-1/+1
2007-07-21x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen1-4/+4
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-06-08hexdump: more output formattingRandy Dunlap1-4/+8
2007-05-12include/linux: trivial repair whitespace damageDaniel Walker1-2/+2
2007-05-11lib/hexdumpRandy Dunlap1-0/+11
2007-05-10add upper-32-bits macroAndrew Morton1-0/+10
2007-05-07ARRAY_SIZE: check for typeRusty Russell1-1/+2
2007-04-30Add kvasprintf()Jeremy Fitzhardinge1-0/+1
2007-02-12[PATCH] pid: make session_of_pgrp use struct pid instead of pid_tEric W. Biederman1-1/+2
2007-02-12[PATCH] include/linux/kernel.h: Remove labs()Richard Knutsson1-5/+0
2007-02-11[PATCH] Extract and use wake_up_klogd()Kirill Korotaev1-0/+1
2007-02-11[PATCH] Common compat_sys_sysinfoKyle McMartin1-0/+3