| Commit message (Expand) | Author | Age | Files | Lines |
* | KEYS: validate certificate trust only with builtin keys | Dmitry Kasatkin | 2014-07-17 | 1 | -0/+1 |
* | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-07-10 | 2 | -9/+69 |
|\ |
|
| * | cpuset: break kernfs active protection in cpuset_write_resmask() | Tejun Heo | 2014-07-01 | 1 | -0/+12 |
| * | cgroup: fix a race between cgroup_mount() and cgroup_kill_sb() | Li Zefan | 2014-06-30 | 1 | -7/+26 |
| * | cgroup: fix mount failure in a corner case | Li Zefan | 2014-06-30 | 1 | -0/+23 |
| * | cpuset,mempolicy: fix sleeping function called from invalid context | Gu Zheng | 2014-06-25 | 1 | -1/+7 |
| * | cgroup: fix broken css_has_online_children() | Li Zefan | 2014-06-18 | 1 | -1/+1 |
* | | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-07-10 | 1 | -1/+2 |
|\ \ |
|
| * | | workqueue: zero cpumask of wq_numa_possible_cpumask on init | Yasuaki Ishimatsu | 2014-07-07 | 1 | -1/+1 |
| * | | workqueue: fix dev_set_uevent_suppress() imbalance | Maxime Bizon | 2014-06-23 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-07-06 | 1 | -2/+2 |
|\ \ |
|
| * | | genirq: Fix memory leak when calling irq_free_hwirqs() | Keith Busch | 2014-07-05 | 1 | -2/+2 |
| |/ |
|
* | | Merge tag 'trace-fixes-v3.16-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-07-04 | 3 | -24/+30 |
|\ \ |
|
| * | | tracing: Remove ftrace_stop/start() from reading the trace file | Steven Rostedt (Red Hat) | 2014-07-01 | 1 | -2/+0 |
| * | | tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable() | Oleg Nesterov | 2014-06-30 | 1 | -12/+19 |
| * | | tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch... | Oleg Nesterov | 2014-06-30 | 1 | -6/+0 |
| * | | uprobes: Change unregister/apply to WARN() if uprobe/consumer is gone | Oleg Nesterov | 2014-06-30 | 1 | -3/+3 |
| * | | tracing/uprobes: Revert "Support mix of ftrace and perf" | Oleg Nesterov | 2014-06-30 | 1 | -1/+8 |
* | | | kernel/printk/printk.c: revert "printk: enable interrupts before calling cons... | Andrew Morton | 2014-07-03 | 1 | -26/+18 |
* | | | Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-25 | 2 | -15/+13 |
|\| | |
|
| * | | tracing: syscall_regfunc() should not skip kernel threads | Oleg Nesterov | 2014-06-21 | 1 | -3/+1 |
| * | | tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce... | Oleg Nesterov | 2014-06-21 | 1 | -13/+11 |
| * | | tracing: Fix syscall_*regfunc() vs copy_process() race | Oleg Nesterov | 2014-06-21 | 1 | -0/+2 |
| |/ |
|
* | | kernel/watchdog.c: print traces for all cpus on lockup detection | Aaron Tomlin | 2014-06-24 | 2 | -0/+50 |
* | | mm, pcp: allow restoring percpu_pagelist_fraction default | David Rientjes | 2014-06-24 | 1 | -2/+1 |
* | | kernel/watchdog.c: remove preemption restrictions when restarting lockup dete... | Don Zickus | 2014-06-24 | 1 | -2/+0 |
* | | kexec: save PG_head_mask in VMCOREINFO | Petr Tesarik | 2014-06-24 | 1 | -0/+1 |
* | | CPU hotplug, smp: flush any pending IPI callbacks before CPU offline | Srivatsa S. Bhat | 2014-06-24 | 1 | -8/+49 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-21 | 2 | -4/+36 |
|\ \ |
|
| * \ | Merge branch 'perf/core' into perf/urgent, to pick up the latest fixes | Ingo Molnar | 2014-06-14 | 1 | -4/+33 |
| |\ \ |
|
| | * | | Revert "perf: Disable PERF_RECORD_MMAP2 support" | Don Zickus | 2014-06-09 | 1 | -4/+0 |
| | * | | perf: Pass protection and flags bits through mmap2 interface | Peter Zijlstra | 2014-06-09 | 1 | -0/+33 |
| * | | | x86/kprobes: Fix build errors and blacklist context_track_user | Masami Hiramatsu | 2014-06-14 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2014-06-21 | 3 | -35/+218 |
|\ \ \ |
|
| * | | | rtmutex: Plug slow unlock race | Thomas Gleixner | 2014-06-16 | 1 | -6/+109 |
| * | | | rtmutex: Detect changes in the pi lock chain | Thomas Gleixner | 2014-06-07 | 1 | -24/+71 |
| * | | | rtmutex: Handle deadlock detection smarter | Thomas Gleixner | 2014-06-07 | 3 | -5/+38 |
* | | | | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-20 | 3 | -5/+41 |
|\ \ \ \ |
|
| * | | | | x86, kaslr: boot-time selectable with hibernation | Kees Cook | 2014-06-16 | 1 | -0/+6 |
| * | | | | PM / hibernate: introduce "nohibernate" boot parameter | Kees Cook | 2014-06-16 | 3 | -5/+35 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2014-06-19 | 1 | -4/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sparc64: fix sparse warning in tsb.c | Sam Ravnborg | 2014-05-19 | 1 | -4/+0 |
* | | | | Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2014-06-13 | 3 | -20/+36 |
|\ \ \ \ |
|
| * | | | | tracing: Fix check of ftrace_trace_arrays list_empty() check | Steven Rostedt (Red Hat) | 2014-06-10 | 1 | -1/+1 |
| * | | | | tracing: Fix leak of per cpu max data in instances | Steven Rostedt (Red Hat) | 2014-06-10 | 1 | -9/+12 |
| * | | | | tracing: Cleanup saved_cmdlines_size changes | Namhyung Kim | 2014-06-10 | 1 | -3/+3 |
| * | | | | ring-buffer: Check if buffer exists before polling | Steven Rostedt (Red Hat) | 2014-06-10 | 2 | -7/+20 |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-06-13 | 7 | -286/+353 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge commit '3cf2f34' into sched/core, to fix build error | Ingo Molnar | 2014-06-12 | 10 | -27/+92 |
| |\ \ \ \ \ |
|
| * | | | | | | sched/deadline: Delete extraneous extern for to_ratio() | Paul Gortmaker | 2014-06-05 | 1 | -2/+0 |