- f7537df workqueue: alloc struct worker on its local node by Lai Jiangshan · 10 years ago
- 9c34a70 workqueue: reuse the already calculated pwq in try_to_grab_pending() by Lai Jiangshan · 10 years ago
- 85327af workqueue: stronger test in process_one_work() by Lai Jiangshan · 11 years ago
- 3de5e88 workqueue: clear POOL_DISASSOCIATED in rebind_workers() by Lai Jiangshan · 11 years ago
- 92b69f5 workqueue: sanity check pool->cpu in wq_worker_sleeping() by Lai Jiangshan · 11 years ago
- b62c075 workqueue: clear leftover flags when detached by Lai Jiangshan · 11 years ago
- 25ef095 workqueue: remove useless WARN_ON_ONCE() by Lai Jiangshan · 11 years ago
- e212f36 workqueue: use schedule_timeout_interruptible() instead of open code by Lai Jiangshan · 11 years ago
- e6a9a77 workqueue: remove the empty check in too_many_workers() by Lai Jiangshan · 11 years ago
- 61d0fbb workqueue: use "pool->cpu < 0" to stand for an unbound pool by Lai Jiangshan · 11 years ago
- 8841c8b Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
- b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- c29deef Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
- 19c1940 Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 535560d Merge commit '3cf2f34' into sched/core, to fix build error by Ingo Molnar · 11 years ago
- d715a22 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
- 4251c2a6 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
- 9ee4d7a Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
- a992bf8 gcov: add support for GCC 4.9 by Yuan Pengfei · 11 years ago
- 23adbe1 fs,userns: Change inode_capable to capable_wrt_inode_uidgid by Andy Lutomirski · 11 years ago
- da9c341 tracing: Fix check of ftrace_trace_arrays list_empty() check by Steven Rostedt (Red Hat) · 11 years ago
- f0b70cc tracing: Fix leak of per cpu max data in instances by Steven Rostedt (Red Hat) · 11 years ago
- a3c5493 auditsc: audit_krule mask accesses need bounds checking by Andy Lutomirski · 11 years ago
- a6af8fb tracing: Cleanup saved_cmdlines_size changes by Namhyung Kim · 11 years ago
- 8b8b368 ring-buffer: Check if buffer exists before polling by Steven Rostedt (Red Hat) · 11 years ago
- 214b931 Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
- 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
- da85d19 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
- 1662867 numa,sched: fix load_to_imbalanced logic inversion by Rik van Riel · 11 years ago
- 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 11 years ago
- a9fcaaa tracing: Fix memory leak on instance deletion by Steven Rostedt (Red Hat) · 11 years ago
- 6f8fd1d sysctl: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
- 119ce5c kernel/seccomp.c: kernel-doc warning fix by Fabian Frederick · 11 years ago
- 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 11 years ago
- 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 11 years ago
- f3da64d kernel/profile.c: use static const char instead of static char by Fabian Frederick · 11 years ago
- aba871f kernel/profile.c: convert printk to pr_foo() by Fabian Frederick · 11 years ago
- 68a9a43 kernel/user_namespace.c: kernel-doc/checkpatch fixes by Fabian Frederick · 11 years ago
- f4aacea sysctl: allow for strict write position handling by Kees Cook · 11 years ago
- 2ca9bb4 sysctl: refactor sysctl string writing logic by Kees Cook · 11 years ago
- f880830 sysctl: clean up char buffer arguments by Kees Cook · 11 years ago
- e1bebcf kernel/kexec.c: convert printk to pr_foo() by Fabian Frederick · 11 years ago
- f06e515 kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic_notifers by Masami Hiramatsu · 11 years ago
- a219ccf smp: print more useful debug info upon receiving IPI on an offline CPU by Srivatsa S. Bhat · 11 years ago
- 76e0a6f signals: change wait_for_helper() to use kernel_sigaction() by Oleg Nesterov · 11 years ago
- b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 11 years ago
- 580d34e signals: disallow_signal() should flush the potentially pending signal by Oleg Nesterov · 11 years ago
- ec5955b signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() by Oleg Nesterov · 11 years ago
- 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 11 years ago
- afe2b03 signals: cleanup the usage of t/current in do_sigaction() by Oleg Nesterov · 11 years ago
- c09c144 signals: rename rm_from_queue_full() to flush_sigqueue_mask() by Oleg Nesterov · 11 years ago
- 9490592f signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread() by Oleg Nesterov · 11 years ago
- 6114041 signals: s/siginitset/sigemptyset/ in do_sigtimedwait() by Oleg Nesterov · 11 years ago
- 650226b ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb() by Oleg Nesterov · 11 years ago
- 4e52365 ptrace: fix fork event messages across pid namespaces by Matthew Dempsky · 11 years ago
- bb3632c PM / sleep: trace events for suspend/resume by Todd E Brandt · 11 years ago
- 3eba148 Merge branch 'acpi-pm' into pm-sleep by Rafael J. Wysocki · 11 years ago
- d54d14b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 23aaa3c tracing: Fix leak of ring buffer data when new instances creation fails by Steven Rostedt (Red Hat) · 11 years ago
- 748ec3a tracing/kprobes: Avoid self tests if tracing is disabled on boot up by Yoshihiro YUNOMAE · 11 years ago
- dc81e5e tracing: Return error if ftrace_trace_arrays list is empty by Yoshihiro YUNOMAE · 11 years ago
- 70af2f8 locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocks by Waiman Long · 11 years ago
- 82b8977 perf: Differentiate exec() and non-exec() comm events by Adrian Hunter · 11 years ago
- ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 11 years ago
- e041e32 perf: Fix perf_event_comm() vs. exec() assumption by Peter Zijlstra · 11 years ago
- 34839f5 tracing: Only calculate stats of tracepoint benchmarks for 2^32 times by Steven Rostedt (Red Hat) · 11 years ago
- 72e2fe3 tracing: Convert stddev into u64 in tracepoint benchmark by Steven Rostedt (Red Hat) · 11 years ago
- eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 11 years ago
- 1c5aefb Merge branch 'futex-fixes' (futex fixes from Thomas Gleixner) by Linus Torvalds · 11 years ago
- 54a2178 futex: Make lookup_pi_state more robust by Thomas Gleixner · 11 years ago
- 13fbca4 futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 11 years ago
- b3eaa9f futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 11 years ago
- e9c243a futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 11 years ago
- 939c7a4 tracing: Introduce saved_cmdlines_size file by Yoshihiro YUNOMAE · 11 years ago
- a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
- c731ae1 cgroup: disallow disabled controllers on the default hierarchy by Li Zefan · 11 years ago
- f602d06 sched/deadline: Delete extraneous extern for to_ratio() by Paul Gortmaker · 11 years ago
- 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 11 years ago
- 40814f6 uprobes: Teach copy_insn() to support tmpfs by Oleg Nesterov · 11 years ago
- 41ccba0 uprobes: Shift ->readpage check from __copy_insn() to uprobe_register() by Oleg Nesterov · 11 years ago
- 53b2533 perf: Disable sampled events if no PMU interrupt by Vince Weaver · 11 years ago
- ebf905f perf: Fix use after free in perf_remove_from_context() by Peter Zijlstra · 11 years ago
- 10b02564 Merge branch 'perf/kprobes' into perf/core by Ingo Molnar · 11 years ago
- c56d340 Merge branch 'perf/uprobes' into perf/core by Ingo Molnar · 11 years ago
- e3baac4 sched/idle: Optimize try-to-wake-up IPI by Peter Zijlstra · 11 years ago
- 67b9ca7 sched/idle: Simplify wake_up_idle_cpu() by Andy Lutomirski · 11 years ago
- 82c65d6 sched/idle: Clear polling before descheduling the idle thread by Andy Lutomirski · 11 years ago
- dfc68f2 sched, trace: Add a tracepoint for IPI-less remote wakeups by Andy Lutomirski · 11 years ago
- 0b07939 sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...) by Giedrius Rekasius · 11 years ago
- 5d4dfdd sched: Rename capacity related flags by Nicolas Pitre · 11 years ago
- ca8ce3d sched: Final power vs. capacity cleanups by Nicolas Pitre · 11 years ago
- ced549f sched: Remove remaining dubious usage of "power" by Nicolas Pitre · 11 years ago
- 63b2ca3 sched: Let 'struct sched_group_power' care about CPU capacity by Nicolas Pitre · 11 years ago
- 0fedc6c sched/fair: Disambiguate existing/remaining "capacity" usage by Nicolas Pitre · 11 years ago
- 1b6a749 sched/fair: Change "has_capacity" to "has_free_capacity" by Nicolas Pitre · 11 years ago
- 5ef20ca sched/fair: Remove "power" from 'struct numa_stats' by Nicolas Pitre · 11 years ago
- fa93384 sched: Fix signedness bug in yield_to() by Dan Carpenter · 11 years ago
- 2538d96 sched/fair: Use time_after() in record_wakee() by Manuel Schölling · 11 years ago