summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-05-13rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner
2015-05-13locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior
2015-05-12locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long
2015-05-11locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar
2015-05-11locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()Waiman Long
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for XenDavid Vrabel
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for KVMWaiman Long
2015-05-08locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Use a simple write to grab the lockWaiman Long
2015-05-08locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Extract out code snippets for the next patchWaiman Long
2015-05-08locking/qspinlock: Add pending bitPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long
2015-05-08locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-04-30modsign: change default key detailsDavid Howells
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki
2015-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-04-27bpf: fix 64-bit divideAlexei Starovoitov
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2015-04-22Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2015-04-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-04-19smp: Fix error case handling in smp_call_function_*()Linus Torvalds
2015-04-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-04-17tracing: Fix possible out of bounds memory access when parsing enumsSteven Rostedt (Red Hat)
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso
2015-04-17gcov: fix softlockupsAndrey Ryabinin
2015-04-17kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt
2015-04-17kernel/fork.c: avoid division by zeroHeinrich Schuchardt
2015-04-17kernel/fork.c: new function for max_threadsHeinrich Schuchardt
2015-04-17fork_init: update max_threads commentJean Delvare
2015-04-17fork: report pid reservation failure properlyMichal Hocko
2015-04-17signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov
2015-04-17ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov
2015-04-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov