Age | Commit message (Expand) | Author | Files | Lines |
2014-06-26 | mac_pton: Use bool not int return | Joe Perches | 1 | -1/+1 |
2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+9 |
2014-03-24 | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. | Rusty Russell | 1 | -0/+8 |
2014-03-21 | Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC | Dave Jones | 1 | -1/+1 |
2014-03-13 | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE | Mathieu Desnoyers | 1 | -0/+1 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+19 |
2014-01-24 | kernel.h: define u8, s8, u32, etc. limits | Alex Elder | 1 | -0/+13 |
2014-01-22 | net: introduce reciprocal_scale helper and convert users | Daniel Borkmann | 1 | -0/+19 |
2014-01-20 | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+9 |
2013-12-13 | include/linux/kernel.h: make might_fault() a nop for !MMU | Axel Lin | 1 | -1/+2 |
2013-11-26 | panic: Make panic_timeout configurable | Jason Baron | 1 | -0/+9 |
2013-11-07 | tracing: Remove unused function ftrace_off_permanent() | Steven Rostedt (Red Hat) | 1 | -2/+0 |
2013-09-20 | lib: introduce upper case hex ascii helpers | Andre Naujoks | 1 | -0/+11 |
2013-08-03 | tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set | Dhaval Giani | 1 | -1/+1 |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+2 |
2013-07-03 | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+2 |
2013-06-05 | net: core: move mac_pton() to lib/net_utils.c | Andy Shevchenko | 1 | -0/+2 |
2013-05-28 | tracing: Put trace_puts() comment above trace_puts() macro for kernel doc | Steven Rostedt | 1 | -3/+2 |
2013-05-28 | mm, sched: Allow uaccess in atomic with pagefault_disable() | Michael S. Tsirkin | 1 | -5/+2 |
2013-05-28 | mm, sched: Drop voluntary schedule from might_fault() | Michael S. Tsirkin | 1 | -1/+1 |
2013-05-25 | linux/kernel.h: fix kernel-doc warning | Randy Dunlap | 1 | -2/+3 |
2013-05-05 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+0 |
2013-05-01 | kernel/compat.c: make do_sysinfo() static | Stephen Rothwell | 1 | -2/+0 |
2013-04-30 | Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -3/+67 |
2013-03-23 | printk: Provide a wake_up_klogd() off-case | Frederic Weisbecker | 1 | -1/+0 |
2013-03-15 | CONFIG_SYMBOL_PREFIX: cleanup. | Rusty Russell | 1 | -7/+0 |
2013-03-15 | tracing: Add skip argument to trace_dump_stack() | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2013-03-15 | tracing: Optimize trace_printk() with one arg to use trace_puts() | Steven Rostedt (Red Hat) | 1 | -1/+22 |
2013-03-15 | tracing: Add trace_puts() for even faster trace_printk() tracing | Steven Rostedt (Red Hat) | 1 | -1/+40 |
2013-03-15 | tracing: Add internal tracing_snapshot() functions | Steven Rostedt (Red Hat) | 1 | -0/+4 |
2013-01-21 | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 1 | -1/+5 |
2012-12-21 | linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisors | Guenter Roeck | 1 | -2/+4 |
2012-12-18 | kstrto*: add documentation | Eldad Zack | 1 | -0/+33 |
2012-12-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -5/+2 |
2012-12-12 | mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD | Kirill A. Shutemov | 1 | -7/+0 |
2012-12-12 | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD | Kirill A. Shutemov | 1 | -7/+0 |
2012-12-08 | Merge branch 'linus' into perf/core | Ingo Molnar | 1 | -0/+7 |
2012-12-03 | linux/kernel.h: define SYMBOL_PREFIX | James Hogan | 1 | -0/+7 |
2012-11-01 | linux/kernel.h: Remove duplicate trace_printk declaration | Michal Hocko | 1 | -5/+2 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -11/+1 |
2012-09-19 | linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSEST | Guenter Roeck | 1 | -1/+1 |
2012-09-02 | linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividends | Guenter Roeck | 1 | -2/+10 |
2012-07-22 | Remove SYSTEM_SUSPEND_DISK system state | Rafael J. Wysocki | 1 | -1/+0 |
2012-06-01 | introduce SIZE_MAX | Xi Wang | 1 | -0/+1 |
2012-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 1 | -0/+2 |
2012-05-25 | kernel: Move REPEAT_BYTE definition into linux/kernel.h | David S. Miller | 1 | -0/+2 |
2012-04-24 | tracing: Add percpu buffers for trace_printk() | Steven Rostedt | 1 | -6/+7 |
2012-04-01 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+9 |
2012-03-30 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -19/+2 |
2012-03-26 | Merge branch 'linus' into perf/urgent | Ingo Molnar | 1 | -66/+6 |