summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-308-13/+13
|\
| * treewide: Fix typo in printk and commentsMasanari Iida2013-04-241-1/+1
| * mmzone: correct "pags" to "pages" in comment.Cody P Schafer2013-03-271-1/+1
| * Remove spurious _H suffixes from ifdef commentsPaul Bolle2013-03-273-4/+4
| * treewide: Fix typos in printk and commentMasanari Iida2013-03-181-5/+5
| * net: sctp: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-03-181-1/+1
| * itg3200: fix incorrect ifdef commentPaul Bolle2013-03-181-1/+1
* | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-0/+2
|\ \
| * | amd64_edac: Add Family 16h supportAravind Gopalakrishnan2013-04-191-0/+2
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-3010-16/+32
|\ \ \
| * \ \ Merge branch 'linus' into timers/coreThomas Gleixner2013-04-2487-361/+659
| |\ \ \
| * | | | posix timers: Allocate timer id per process (v2)Pavel Emelyanov2013-04-172-1/+3
| * | | | timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner2013-04-041-0/+2
| * | | | ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz2013-04-041-7/+0
| * | | | Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner2013-04-036-8/+15
| |\ \ \ \
| | * | | | timekeeping: Move lock out of timekeeper structThomas Gleixner2013-03-221-2/+0
| | * | | | timekeeping: Make jiffies_lock internalThomas Gleixner2013-03-221-1/+0
| | * | | | hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz2013-03-222-1/+6
| | * | | | timekeeping: Add CLOCK_TAI clockidJohn Stultz2013-03-222-4/+3
| | * | | | timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz2013-03-222-0/+5
| | * | | | clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOPFeng Tang2013-03-151-0/+1
| * | | | | clockevents: Add missing tick_check_broadcast_expired() for CLOCKEVENTS=nThomas Gleixner2013-03-221-0/+1
| * | | | | tick: Provide a check for a forced broadcast pendingThomas Gleixner2013-03-131-0/+6
| * | | | | Merge commit 'v3.9-rc2' into timers/coreThomas Gleixner2013-03-1310-20/+27
| |\| | | |
| * | | | | tick: Dynamically set broadcast irq affinityDaniel Lezcano2013-03-071-0/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-0/+57
|\ \ \ \ \
| * | | | | idle: Implement generic idle functionThomas Gleixner2013-04-081-0/+8
| * | | | | idle: Provide a generic entry point for the idle codeThomas Gleixner2013-04-081-0/+8
| * | | | | idle: Implement set/clr functions for need_resched pollThomas Gleixner2013-04-081-0/+21
| * | | | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-0/+20
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-304-199/+49
|\ \ \ \ \ \
| * | | | | | sched: Fix init NOHZ_IDLE flagVincent Guittot2013-04-261-0/+2
| * | | | | | sched: Document task_struct::personality fieldAndrei Epure2013-04-121-1/+3
| * | | | | | cgroup: Kill subsys.active flagLi Zefan2013-04-101-1/+0
| * | | | | | math64: New div64_u64_rem helperFrederic Weisbecker2013-03-131-1/+18
| * | | | | | Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-03-082-4/+24
| |\ \ \ \ \ \
| | * | | | | | cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker2013-03-071-2/+2
| | * | | | | | context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-071-7/+12
| | * | | | | | context_tracking: Move exception handling to generic codeFrederic Weisbecker2013-03-071-1/+16
| | | |/ / / / | | |/| | | |
| * | | | | | sched: Move group scheduling functions out of include/linux/sched.hLi Zefan2013-03-061-21/+0
| * | | | | | sched: Make default_scale_freq_power() staticLi Zefan2013-03-061-3/+0
| * | | | | | sched: Move struct sched_class to kernel/sched/sched.hLi Zefan2013-03-061-59/+0
| * | | | | | sched: Move wake flags to kernel/sched/sched.hLi Zefan2013-03-061-7/+0
| * | | | | | sched: Move struct sched_group to kernel/sched/sched.hLi Zefan2013-03-061-56/+2
| * | | | | | sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan2013-03-061-25/+0
| * | | | | | sched: Remove test_sd_parent()Li Zefan2013-03-061-9/+0
| * | | | | | sched: Remove some dummy functionsLi Zefan2013-03-061-12/+0
| |/ / / / /
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-305-23/+92
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-2121-38/+95
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-04-161-0/+8
| |\ \ \ \ \ \