| Commit message (Expand) | Author | Age | Files | Lines |
* | gcov: compile specific gcov implementation based on gcc version | Frantisek Hrbata | 2013-11-13 | 2 | -1/+61 |
* | gcov: add support for gcc 4.7 gcov format | Frantisek Hrbata | 2013-11-13 | 2 | -0/+566 |
* | gcov: move gcov structs definitions to a gcc version specific file | Frantisek Hrbata | 2013-11-13 | 4 | -80/+153 |
* | kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener() | Chen Gang | 2013-11-13 | 1 | -3/+5 |
* | kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_... | Chen Gang | 2013-11-13 | 1 | -2/+6 |
* | kernel/sysctl_binary.c: use scnprintf() instead of snprintf() | Chen Gang | 2013-11-13 | 1 | -3/+3 |
* | kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d... | Chen Gang | 2013-11-13 | 1 | -1/+4 |
* | exec/ptrace: fix get_dumpable() incorrect tests | Kees Cook | 2013-11-13 | 1 | -1/+2 |
* | kprobes: use KSYM_NAME_LEN to size identifier buffers | Joe Mario | 2013-11-13 | 1 | -2/+2 |
* | list: introduce list_next_entry() and list_prev_entry() | Oleg Nesterov | 2013-11-13 | 1 | -3/+0 |
* | printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfo | Dirk Gouders | 2013-11-13 | 1 | -2/+2 |
* | kernel/printk/printk.c: enable boot delay for earlyprintk | Dave Young | 2013-11-13 | 1 | -2/+2 |
* | kernel/printk/printk.c: convert to pr_foo() | Andrew Morton | 2013-11-13 | 1 | -6/+6 |
* | printk: report console names during cut-over | Kees Cook | 2013-11-13 | 1 | -10/+9 |
* | kernel/sys.c: remove obsolete #include <linux/kexec.h> | Geert Uytterhoeven | 2013-11-13 | 1 | -1/+0 |
* | kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk() | Chen Gang | 2013-11-13 | 1 | -7/+0 |
* | cpu/mem hotplug: add try_online_node() for cpu_up() | Toshi Kani | 2013-11-13 | 1 | -26/+3 |
* | kthread: make kthread_create() killable | Tetsuo Handa | 2013-11-13 | 1 | -18/+55 |
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 1 | -7/+6 |
|\ |
|
| * | of/irq: simplify args to irq_create_of_mapping | Grant Likely | 2013-10-24 | 1 | -7/+6 |
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 4 | -3/+40 |
|\ \ |
|
| * | | kdb: Add support for external NMI handler to call KGDB/KDB | Mike Travis | 2013-10-03 | 4 | -3/+40 |
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-11-12 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | x86/boot: Further compress CPUs bootup message | Borislav Petkov | 2013-10-01 | 1 | -1/+6 |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-11-12 | 10 | -84/+107 |
|\ \ \ \ |
|
| * | | | | time: Fix signedness bug in sysfs_get_uname() and its callers | Patrick Palka | 2013-10-18 | 3 | -3/+3 |
| * | | | | timekeeping: Fix some trivial typos in comments | Xie XiuQi | 2013-10-18 | 1 | -1/+2 |
| * | | | | alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist | KOSAKI Motohiro | 2013-10-18 | 1 | -2/+2 |
| * | | | | timer stats: Add a 'Collection: active/inactive' line to timer usage statistics | Dong Zhu | 2013-10-10 | 1 | -4/+4 |
| * | | | | Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux... | Ingo Molnar | 2013-10-10 | 2 | -10/+3 |
| |\ \ \ \ |
|
| | * | | | | sched_clock: Remove sched_clock_func() hook | Stephen Boyd | 2013-10-09 | 1 | -8/+1 |
| | * | | | | clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un... | Elad Wexler | 2013-09-17 | 1 | -2/+2 |
| * | | | | | Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux... | Ingo Molnar | 2013-10-03 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | tick: broadcast: Deny per-cpu clockevents from being broadcast sources | Soren Brinkmann | 2013-10-02 | 1 | -0/+1 |
| | |/ / / / |
|
| * | | | | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2013-10-03 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | nohz: Drop generic vtime obsolete dependency on CONFIG_64BIT | Kevin Hilman | 2013-09-30 | 1 | -1/+0 |
| | * | | | | | vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN Kconfig | Kevin Hilman | 2013-09-30 | 1 | -0/+1 |
| * | | | | | | Merge tag 'v3.12-rc3' into timers/core | Ingo Molnar | 2013-10-03 | 11 | -29/+126 |
| |\ \ \ \ \ \
| | |/ / / / /
| | | / / / /
| | |/ / / /
| |/| | | | |
|
| * | | | | | Merge branch 'fortglx/3.12/time' into fortglx/3.13/time | John Stultz | 2013-09-16 | 2 | -1/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | ntp: Make periodic RTC update more reliable | Miroslav Lichvar | 2013-08-22 | 1 | -1/+2 |
| | * | | | | | clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compile | Prarit Bhargava | 2013-07-22 | 1 | -0/+1 |
| * | | | | | | Merge branch 'fortglx/3.12/sched-clock64-base' into fortglx/3.13/time | John Stultz | 2013-09-16 | 2 | -65/+91 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | sched_clock: Add support for >32 bit sched_clock | Stephen Boyd | 2013-07-30 | 1 | -14/+32 |
| | * | | | | | | sched_clock: Use an hrtimer instead of timer | Stephen Boyd | 2013-07-30 | 1 | -17/+21 |
| | * | | | | | | sched_clock: Use seqcount instead of rolling our own | Stephen Boyd | 2013-07-30 | 1 | -19/+8 |
| | * | | | | | | clocksource: Extract max nsec calculation into separate function | Stephen Boyd | 2013-07-30 | 1 | -15/+30 |
| | |/ / / / / |
|
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-12 | 26 | -827/+2325 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED | Peter Zijlstra | 2013-11-11 | 3 | -3/+20 |
| * | | | | | | | stop_machine: Fix race between stop_two_cpus() and stop_cpus() | Rik van Riel | 2013-11-11 | 1 | -2/+13 |
| * | | | | | | | sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus | Preeti U Murthy | 2013-11-06 | 3 | -18/+28 |