summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | | | | | rcu: Let the world know when RCU adjusts its geometryPaul E. McKenney2013-12-03
| | * | | | | | | | | | | | | | | | | | rcu: Fix srcu_barrier() docbook headerPaul E. McKenney2013-12-03
| | * | | | | | | | | | | | | | | | | | rcu: Allow task-level idle entry/exit nestingPaul E. McKenney2013-12-03
| | * | | | | | | | | | | | | | | | | | rcu: Break call_rcu() deadlock involving scheduler and perfPaul E. McKenney2013-12-03
| | * | | | | | | | | | | | | | | | | | rcu: Fix and comment ordering around wait_event()Paul E. McKenney2013-12-03
| | * | | | | | | | | | | | | | | | | | rcu: Kick CPU halfway to RCU CPU stall warningPaul E. McKenney2013-12-03
| | | |_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | futexes: Fix futex_hashsize initializationHeiko Carstens2014-01-16
| * | | | | | | | | | | | | | | | | | | futexes: Avoid taking the hb->lock if there's nothing to wake upDavidlohr Bueso2014-01-13
| * | | | | | | | | | | | | | | | | | | futexes: Document multiprocessor ordering guaranteesThomas Gleixner2014-01-13
| * | | | | | | | | | | | | | | | | | | futexes: Increase hash table size for better performanceDavidlohr Bueso2014-01-13
| * | | | | | | | | | | | | | | | | | | futexes: Clean up various detailsJason Low2014-01-13
| * | | | | | | | | | | | | | | | | | | Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu2013-12-17
| * | | | | | | | | | | | | | | | | | | Merge tag 'v3.13-rc4' into core/lockingIngo Molnar2013-12-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | rcu: Apply smp_mb__after_unlock_lock() to preserve grace periodsPaul E. McKenney2013-12-16
| * | | | | | | | | | | | | | | | | | | lockdep: Be nice about building from userspaceSasha Levin2013-11-27
| * | | | | | | | | | | | | | | | | | | lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker2013-11-27
| * | | | | | | | | | | | | | | | | | | Merge branch 'core/urgent' into core/lockingIngo Molnar2013-11-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra2013-11-19
* | | | | | | | | | | | | | | | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | panic: Make panic_timeout configurableJason Baron2013-11-26
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman2013-11-26
| |/ / / / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2014-01-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | / / / / / / / / / | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | sched: Calculate effective load even if local weight is 0Rik van Riel2014-01-12
| |/ / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz2014-01-12
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-12-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixesRafael J. Wysocki2013-12-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | / | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | PM / sleep: Fix memory leak in pm_vt_switch_unregister().Masami Ichikawa2013-12-22
| | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | cgroup: don't recycle cgroup id until all csses' have been destroyedLi Zefan2013-12-17
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | cgroup: fix cgroup_create() error handling pathTejun Heo2013-12-06
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | libata, freezer: avoid block device removal while system is frozenTejun Heo2013-12-19
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-20
* | | | | | | | | | | | | | | Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-12-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2013-12-16
* | | | | | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai2013-12-17
| * | | | | | | | | | | | | | | sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman2013-12-17
* | | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | perf: Disable all pmus on unthrottling and reschedulingAlexander Shishkin2013-12-17
* | | | | | | | | | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-12-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-18
| * | | | | | | | | | | | | | | | | sched: numa: skip inaccessible VMAsMel Gorman2013-12-18
| * | | | | | | | | | | | | | | | | kexec: migrate to reboot cpuVivek Goyal2013-12-18
* | | | | | | | | | | | | | | | | | Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...Linus Torvalds2013-12-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | KEYS: fix uninitialized persistent_keyring_register_semXiao Guangrong2013-12-13
| * | | | | | | | | | | | | | | | | KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=yKirill Tkhai2013-12-13