aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* locking/mcs: Allow architectures to hook in to contended pathsWill Deacon2014-01-28
* locking/mcs: Micro-optimize the MCS code, add extra commentsJason Low2014-01-28
* locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen2014-01-28
* hung_task: Display every hung task warningAaron Tomlin2014-01-25
* kgdb/kdb: Fix no KDB config problemMike Travis2014-01-25
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-20
|\
| * x86, x32: Use __kernel_long_t for __statfs_wordH.J. Lu2013-12-20
* | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-20
|\ \
| * \ Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes.Ingo Molnar2014-01-12
| |\ \
| * \ \ Merge tag 'ras_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/...Ingo Molnar2013-12-16
| |\ \ \ | | |_|/ | |/| |
| | * | EDAC: Add an edac_report parameter to EDACChen, Gong2013-12-11
| | * | PCI, AER: Fix severity usage in aer trace eventRui Wang2013-12-08
* | | | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-20
|\ \ \ \
| * \ \ \ Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar2014-01-05
| |\ \ \ \
| * | | | | efi: Export EFI runtime memory mapping to sysfsDave Young2013-12-21
| * | | | | efi: Export more EFI table variables to sysfsDave Young2013-12-21
| * | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2013-11-26
| |\ \ \ \ \
| | * | | | | x86/efi: Runtime services virtual mappingBorislav Petkov2013-11-02
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into timers/coreIngo Molnar2014-01-12
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-12-04
| |\ \ \ \ \ \ \
| | * | | | | | | context_tracking: Rename context_tracking_active() to context_tracking_cpu_is...Frederic Weisbecker2013-12-02
| | * | | | | | | context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker2013-12-02
| | * | | | | | | nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-02
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra2014-01-16
| * | | | | | | | sched, net: Fixup busy_loop_us_clock()Peter Zijlstra2014-01-13
| * | | | | | | | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2014-01-13
| * | | | | | | | sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra2014-01-13
| * | | | | | | | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-13
| * | | | | | | | sched/preempt: Take away preempt_enable_no_resched() from modulesPeter Zijlstra2014-01-13
| * | | | | | | | locking: Optimize lock_bh functionsPeter Zijlstra2014-01-13
| * | | | | | | | sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra2014-01-13
| * | | | | | | | sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli2014-01-13
| * | | | | | | | sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-13
| * | | | | | | | rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-13
| * | | | | | | | sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson2014-01-13
| * | | | | | | | sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli2014-01-13
| * | | | | | | | sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-13
| * | | | | | | | sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2014-01-13
| * | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-01-13
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | sched/numa: Drop sysctl_numa_balancing_settle_count sysctlWanpeng Li2013-12-17
| * | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2013-12-17
| |\ \ \ \ \ \ \ \
| * | | | | | | | | tasks/exit: Remove unused task_is_dead() methodOleg Nesterov2013-11-27
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-16
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf: Introduce a flag to enable close-on-exec in perf_event_open()Yann Droneaud2014-01-12
| * | | | | | | | | | perf/x86: Fix active_entry initializationStephane Eranian2014-01-12
| * | | | | | | | | | Merge tag 'v3.13-rc4' into perf/coreIngo Molnar2013-12-16
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | perf: Add active_entry list head to struct perf_eventStephane Eranian2013-11-27