summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-11-121-0/+3
|\
| * intel_mid: Move platform device setups to their own platform_<device>.* filesDavid Cohen2013-10-171-0/+3
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-121-16/+42
|\ \
| * | efi: Add proper definitions for some EFI function pointers.Roy Franz2013-09-251-16/+34
| * | efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm2013-09-051-0/+1
| * | efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm2013-09-051-0/+7
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-124-2/+15
|\ \ \
| * \ \ Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-10-101-2/+0
| |\ \ \
| | * | | sched_clock: Remove sched_clock_func() hookStephen Boyd2013-10-091-2/+0
| * | | | Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevent...Daniel Lezcano2013-10-031-0/+10
| |\ \ \ \
| | * | | | drivers: clocksource: add support for ARM architected timer event streamWill Deacon2013-09-261-0/+2
| | * | | | ARM/ARM64: arch_timer: add macros for bits in control registerSudeep KarkadaNagesha2013-09-261-0/+8
| * | | | | Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux...Ingo Molnar2013-10-031-0/+1
| |\ \ \ \ \
| | * | | | | clockchips: Add FEAT_PERCPU clockevent flagSoren Brinkmann2013-10-021-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'v3.12-rc3' into timers/coreIngo Molnar2013-10-0321-86/+94
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'fortglx/3.12/sched-clock64-base' into fortglx/3.13/timeJohn Stultz2013-09-162-0/+4
| |\ \ \ \ \
| | * | | | | sched_clock: Add support for >32 bit sched_clockStephen Boyd2013-07-301-0/+2
| | * | | | | clocksource: Extract max nsec calculation into separate functionStephen Boyd2013-07-301-0/+2
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-1218-402/+600
|\ \ \ \ \ \ \
| * | | | | | | sched: Move completion code from core.c to completion.cPeter Zijlstra2013-11-061-1/+1
| * | | | | | | sched/wait: Fix __wait_event_interruptible_lock_irq_timeout()Heiko Carstens2013-11-011-1/+1
| * | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2013-11-0125-107/+76
| |\ \ \ \ \ \ \
| * | | | | | | | sched/wait: Fix build breakageThierry Reding2013-10-231-1/+1
| * | | | | | | | sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov2013-10-161-10/+14
| * | | | | | | | sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() tooOleg Nesterov2013-10-161-3/+3
| * | | | | | | | Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-115-1/+54
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched/numa: Skip some page migrations after a shared faultRik van Riel2013-10-091-1/+4
| * | | | | | | | | mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel2013-10-091-1/+0
| * | | | | | | | | sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2013-10-092-4/+0
| * | | | | | | | | sched/numa: Adjust scan rate in task_numa_placementRik van Riel2013-10-091-0/+9
| * | | | | | | | | sched/numa: Be more careful about joining numa groupsRik van Riel2013-10-091-0/+1
| * | | | | | | | | sched/numa: Add debuggingIngo Molnar2013-10-091-0/+6
| * | | | | | | | | sched/numa: Call task_numa_free() from do_execve()Rik van Riel2013-10-091-0/+4
| * | | | | | | | | sched/numa: Use group fault statistics in numa placementMel Gorman2013-10-091-0/+1
| * | | | | | | | | sched/numa: Stay on the same node if CLONE_VMRik van Riel2013-10-091-1/+1
| * | | | | | | | | mm: numa: Do not group on RO pagesPeter Zijlstra2013-10-091-2/+5
| * | | | | | | | | sched/numa: Report a NUMA task group IDMel Gorman2013-10-091-0/+5
| * | | | | | | | | sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra2013-10-092-0/+14
| * | | | | | | | | mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-093-53/+63
| * | | | | | | | | sched/numa: Introduce migrate_swap()Peter Zijlstra2013-10-091-0/+2
| * | | | | | | | | stop_machine: Introduce stop_two_cpus()Peter Zijlstra2013-10-091-0/+1
| * | | | | | | | | sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman2013-10-091-0/+1
| * | | | | | | | | mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman2013-10-091-0/+1
| * | | | | | | | | sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-093-35/+86
| * | | | | | | | | mm: numa: Scan pages with elevated page_mapcountMel Gorman2013-10-091-3/+4
| * | | | | | | | | sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman2013-10-091-2/+3
| * | | | | | | | | sched/numa: Favour moving tasks towards the preferred nodeMel Gorman2013-10-091-0/+1
| * | | | | | | | | sched/numa: Update NUMA hinting faults once per scanMel Gorman2013-10-091-0/+13
| * | | | | | | | | sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman2013-10-091-0/+1
| * | | | | | | | | sched/numa: Track NUMA hinting faults on per-node basisMel Gorman2013-10-091-0/+2