summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h (unfollow)
Commit message (Expand)Author
2014-10-14include/linux: remove strict_strto* definitionsDaniel Walter
2014-10-09include/linux/kernel.h: deduplicate code implementing clamp* macrosMichal Nazarewicz
2014-10-09include/linux/kernel.h: rewrite min3, max3 and clamp using min and maxMichal Nazarewicz
2014-09-16Provide a binary to hex conversion functionDavid Howells
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt
2014-08-06kernel.h: remove deprecated pack_hex_byteJoe Perches
2014-07-27sysfs: disallow world-writable files.Rusty Russell
2014-06-25mac_pton: Use bool not int returnJoe Perches
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers
2014-01-23kernel.h: define u8, s8, u32, etc. limitsAlex Elder
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann
2013-12-12include/linux/kernel.h: make might_fault() a nop for !MMUAxel Lin
2013-11-26panic: Make panic_timeout configurableJason Baron
2013-11-06tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)
2013-09-20lib: introduce upper case hex ascii helpersAndre Naujoks
2013-08-02tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not setDhaval Giani
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko
2013-05-28tracing: Put trace_puts() comment above trace_puts() macro for kernel docSteven Rostedt
2013-05-28mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin
2013-05-28mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin
2013-05-24linux/kernel.h: fix kernel-doc warningRandy Dunlap
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell
2013-03-15tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)
2013-03-15tracing: Optimize trace_printk() with one arg to use trace_puts()Steven Rostedt (Red Hat)
2013-03-15tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)
2013-03-15tracing: Add internal tracing_snapshot() functionsSteven Rostedt (Red Hat)
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2012-12-20linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck
2012-12-17kstrto*: add documentationEldad Zack
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov
2012-12-03linux/kernel.h: define SYMBOL_PREFIXJames Hogan
2012-10-31linux/kernel.h: Remove duplicate trace_printk declarationMichal Hocko
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-09-19linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSESTGuenter Roeck
2012-09-01linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividendsGuenter Roeck
2012-07-21Remove SYSTEM_SUSPEND_DISK system stateRafael J. Wysocki
2012-05-31introduce SIZE_MAXXi Wang
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller
2012-04-23tracing: Add percpu buffers for trace_printk()Steven Rostedt
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches
2012-03-20tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi
2012-03-04kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker
2012-03-04bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker