summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-45/+85
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2014-07-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+18
2014-07-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-56/+121
2014-07-18Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+3
2014-07-17Merge tag 'trace-fixes-v3.16-rc5-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+19
2014-07-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso-3/+7
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra-1/+4
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra-14/+14
2014-07-16sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik-1/+1
2014-07-16locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low-2/+2
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low-2/+2
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low-11/+44
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low-16/+16
2014-07-16locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low-5/+5
2014-07-15ring-buffer: Fix polling on trace_pipeMartin Lau-4/+0
2014-07-15tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)-0/+6
2014-07-15tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)-2/+2
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)-2/+10
2014-07-15PM / sleep: fix freeze_ops NULL pointer dereferencesZhang Rui-2/+2
2014-07-15PM / sleep: Fix request_firmware() error at resumeTakashi Iwai-0/+1
2014-07-14tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov-0/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+69
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2014-07-08alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz-2/+18
2014-07-07workqueue: zero cpumask of wq_numa_possible_cpumask on initYasuaki Ishimatsu-1/+1
2014-07-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch-2/+2
2014-07-03Merge tag 'trace-fixes-v3.16-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-24/+30
2014-07-03kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Andrew Morton-26/+18
2014-07-02perf: Do not allow optimized switch for non-cloned eventsJiri Olsa-1/+1
2014-07-01cpuset: break kernfs active protection in cpuset_write_resmask()Tejun Heo-0/+12
2014-07-01tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)-2/+0
2014-06-30tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()Oleg Nesterov-12/+19
2014-06-30tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch...Oleg Nesterov-6/+0
2014-06-30uprobes: Change unregister/apply to WARN() if uprobe/consumer is goneOleg Nesterov-3/+3
2014-06-30tracing/uprobes: Revert "Support mix of ftrace and perf"Oleg Nesterov-1/+8
2014-06-30cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()Li Zefan-7/+26
2014-06-30cgroup: fix mount failure in a corner caseLi Zefan-0/+23
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng-1/+7
2014-06-25Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-15/+13
2014-06-25Merge branch 'urgent.2014.06.23a' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-56/+121
2014-06-23kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin-0/+50
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes-2/+1
2014-06-23kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus-2/+0
2014-06-23kexec: save PG_head_mask in VMCOREINFOPetr Tesarik-0/+1
2014-06-23CPU hotplug, smp: flush any pending IPI callbacks before CPU offlineSrivatsa S. Bhat-8/+49
2014-06-23workqueue: fix dev_set_uevent_suppress() imbalanceMaxime Bizon-0/+1
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney-54/+119