summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patchesIngo Molnar2015-02-041-17/+49
|\
| * Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar2015-02-0312-57/+126
| |\
| * \ Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-01-281-17/+49
| |\ \
| | * | rcu: Make rcu_nmi_enter() handle nestingPaul E. McKenney2014-12-301-17/+49
* | | | perf: Decouple unthrottling and rotatingMark Rutland2015-02-041-52/+29
* | | | perf: Drop module reference on event init failureMark Rutland2015-02-041-12/+16
* | | | perf: Use POLLIN instead of POLL_IN for perf poll data in flagJiri Olsa2015-02-041-1/+2
* | | | perf: Fix put_event() ctx lockPeter Zijlstra2015-02-041-5/+12
* | | | perf: Fix move_group() orderPeter Zijlstra (Intel)2015-02-041-9/+47
* | | | perf: Fix event->ctx lockingPeter Zijlstra2015-02-041-37/+207
* | | | perf: Add a bit of paranoiaPeter Zijlstra2015-02-041-1/+18
* | | | Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar2015-02-042-11/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | sched: don't cause task state changes in nested sleep debuggingLinus Torvalds2015-02-011-3/+2
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-301-2/+13
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-271-8/+17
| |\ \ \ \
| | * | | | bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov2015-01-261-8/+17
* | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-01-2815-74/+216
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | perf: Tighten (and fix) the grouping conditionPeter Zijlstra2015-01-281-2/+13
| |/ / / /
| * | | | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-261-1/+1
| |\ \ \ \
| | * | | | cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner2015-01-221-1/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-01-251-0/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | x86, mpx: Strictly enforce empty prctl() argsDave Hansen2015-01-221-0/+4
| | | |/ | | |/|
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-01-252-0/+11
| |\ \ \
| | * \ \ Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner2015-01-222-0/+11
| | |\ \ \
| | | * | | time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-01-071-0/+7
| | | * | | time: settimeofday: Validate the values of tv from userSasha Levin2015-01-071-0/+4
| * | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-235-26/+74
| |\ \ \ \ \
| | * | | | | module: make module_refcount() a signed integer.Rusty Russell2015-01-222-5/+14
| | * | | | | module: fix race in kallsyms resolution during module load success.Rusty Russell2015-01-201-13/+42
| | * | | | | module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-203-9/+9
| | * | | | | module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-0/+7
| | * | | | | param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell2015-01-201-0/+1
| | * | | | | param: initialize store function to NULL if not available.Rusty Russell2014-12-231-0/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-211-17/+8
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo2015-01-161-17/+8
| | |/ / /
| * | | | kernel: avoid overflow in cmp_rangeLouis Langholtz2015-01-171-5/+5
| * | | | Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-01-173-23/+100
| |\ \ \ \
| | * | | | tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)2015-01-151-14/+55
| | * | | | tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)2015-01-151-1/+0
| | * | | | ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)2015-01-151-7/+20
| | * | | | ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)2015-01-151-1/+25
* | | | | | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-146-13/+26
|/ / / / /
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-113-30/+14
|\ \ \ \ \
| * | | | | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-091-0/+4
| * | | | | sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-091-18/+1
| * | | | | sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-091-3/+3
| * | | | | sched: Fix odd values in effective_load() calculationsYuyang Du2015-01-091-1/+1
| * | | | | sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-231-8/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-111-11/+8
|\ \ \ \ \
| * | | | | perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2015-01-091-11/+8
| | |/ / / | |/| | |
OpenPOWER on IntegriCloud