| Commit message (Expand) | Author | Age | Files | Lines |
* | include, lib: add __printf attributes to several function prototypes | Nicolas Iooss | 2015-07-17 | 1 | -4/+5 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-07-01 | 1 | -0/+3 |
|\ |
|
| * | kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path | HATAYAMA Daisuke | 2015-06-30 | 1 | -0/+3 |
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-07-01 | 1 | -8/+10 |
|\ \
| |/
|/| |
|
| * | sysfs: tightened sysfs permission checks | Gobinda Charan Maji | 2015-05-28 | 1 | -8/+10 |
* | | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-06-26 | 1 | -6/+0 |
|\ \ |
|
| * | | ring-buffer: Remove useless unused tracing_off_permanent() | Steven Rostedt (Red Hat) | 2015-05-28 | 1 | -6/+0 |
| |/ |
|
* | | sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled... | David Hildenbrand | 2015-05-19 | 1 | -1/+2 |
|/ |
|
* | kernel.h: implement DIV_ROUND_CLOSEST_ULL | Javi Merino | 2015-04-17 | 1 | -0/+12 |
* | kernel.h: remove ancient __FUNCTION__ hack | Rasmus Villemoes | 2015-02-12 | 1 | -3/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-02-10 | 1 | -0/+1 |
|\ |
|
| * | livepatch: kernel: add TAINT_LIVEPATCH | Seth Jennings | 2014-12-22 | 1 | -0/+1 |
* | | sched: don't cause task state changes in nested sleep debugging | Linus Torvalds | 2015-02-01 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-12-14 | 1 | -3/+0 |
|\ |
|
| * | tty: Move session_of_pgrp() and make static | Peter Hurley | 2014-11-05 | 1 | -3/+0 |
* | | kernel: add panic_on_warn | Prarit Bhargava | 2014-12-10 | 1 | -0/+1 |
* | | sched: Exclude cond_resched() from nested sleep test | Peter Zijlstra | 2014-10-28 | 1 | -0/+3 |
* | | sched, exit: Deal with nested sleeps | Peter Zijlstra | 2014-10-28 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-10-23 | 1 | -0/+1 |
|\ |
|
| * | lib: Add a generic cmdline parse function parse_option_str | Dave Young | 2014-10-03 | 1 | -0/+1 |
* | | include/linux: remove strict_strto* definitions | Daniel Walter | 2014-10-14 | 1 | -4/+0 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-10-12 | 1 | -0/+1 |
|\ \ |
|
| * | | Provide a binary to hex conversion function | David Howells | 2014-09-16 | 1 | -0/+1 |
* | | | include/linux/kernel.h: deduplicate code implementing clamp* macros | Michal Nazarewicz | 2014-10-09 | 1 | -17/+7 |
* | | | include/linux/kernel.h: rewrite min3, max3 and clamp using min and max | Michal Nazarewicz | 2014-10-09 | 1 | -27/+5 |
| |/
|/| |
|
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-08-10 | 1 | -0/+2 |
|\ \ |
|
| * | | sysfs: disallow world-writable files. | Rusty Russell | 2014-07-27 | 1 | -0/+2 |
| |/ |
|
* | | panic: add TAINT_SOFTLOCKUP | Josh Hunt | 2014-08-08 | 1 | -0/+1 |
* | | kernel.h: remove deprecated pack_hex_byte | Joe Perches | 2014-08-06 | 1 | -5/+0 |
* | | mac_pton: Use bool not int return | Joe Perches | 2014-06-25 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-04-06 | 1 | -0/+9 |
|\ |
|
| * | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. | Rusty Russell | 2014-03-24 | 1 | -0/+8 |
| * | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE | Mathieu Desnoyers | 2014-03-13 | 1 | -0/+1 |
* | | Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC | Dave Jones | 2014-03-20 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 1 | -0/+19 |
|\ |
|
| * | net: introduce reciprocal_scale helper and convert users | Daniel Borkmann | 2014-01-21 | 1 | -0/+19 |
* | | kernel.h: define u8, s8, u32, etc. limits | Alex Elder | 2014-01-23 | 1 | -0/+13 |
* | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-01-20 | 1 | -0/+9 |
|\ \
| |/
|/| |
|
| * | panic: Make panic_timeout configurable | Jason Baron | 2013-11-26 | 1 | -0/+9 |
* | | include/linux/kernel.h: make might_fault() a nop for !MMU | Axel Lin | 2013-12-12 | 1 | -1/+2 |
|/ |
|
* | tracing: Remove unused function ftrace_off_permanent() | Steven Rostedt (Red Hat) | 2013-11-06 | 1 | -2/+0 |
* | lib: introduce upper case hex ascii helpers | Andre Naujoks | 2013-09-20 | 1 | -0/+11 |
* | tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set | Dhaval Giani | 2013-08-02 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-07-04 | 1 | -3/+2 |
|\ |
|
| * | tracing: Put trace_puts() comment above trace_puts() macro for kernel doc | Steven Rostedt | 2013-05-28 | 1 | -3/+2 |
* | | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-07-02 | 1 | -5/+2 |
|\ \ |
|
| * | | mm, sched: Allow uaccess in atomic with pagefault_disable() | Michael S. Tsirkin | 2013-05-28 | 1 | -5/+2 |
| * | | mm, sched: Drop voluntary schedule from might_fault() | Michael S. Tsirkin | 2013-05-28 | 1 | -1/+1 |
| |/ |
|
* | | net: core: move mac_pton() to lib/net_utils.c | Andy Shevchenko | 2013-06-05 | 1 | -0/+2 |
|/ |
|
* | linux/kernel.h: fix kernel-doc warning | Randy Dunlap | 2013-05-24 | 1 | -2/+3 |