summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner2014-03-102-0/+3
| |\ \ \ \ \ \ \
| | * | | | | | | kernel: Include appropriate header file in time/timekeeping_debug.cRashika Kheria2014-03-021-0/+2
| | * | | | | | | timerfd: support CLOCK_BOOTTIME clockGreg Hackmann2014-01-231-0/+1
| * | | | | | | | timer: Make sure TIMER_FLAG_MASK bits are free in allocated baseViresh Kumar2014-03-041-3/+2
| * | | | | | | | timer: Check failure of timer_cpu_notify() before calling init_timer_stats()Viresh Kumar2014-03-041-2/+2
| * | | | | | | | Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner2014-02-281-2/+28
| |\ \ \ \ \ \ \ \
| | * | | | | | | | timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0Oleg Nesterov2014-02-251-2/+2
| | * | | | | | | | timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney2014-02-251-0/+1
| | * | | | | | | | timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney2014-02-251-0/+2
| | * | | | | | | | timers: Reduce __run_timers() latency for empty listPaul E. McKenney2014-02-251-0/+18
| | * | | | | | | | timers: Track total number of timers in listPaul E. McKenney2014-02-251-0/+5
| * | | | | | | | | nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker2014-02-141-1/+1
| * | | | | | | | | timer: Spare IPI when deferrable timer is queued on idle remote targetsViresh Kumar2014-02-141-1/+8
| |/ / / / / / / /
| * | | | | | | | tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy2014-02-093-2/+6
| * | | | | | | | time: Fixup fallout from recent clockevent/tick changesThomas Gleixner2014-02-072-2/+3
| * | | | | | | | tick: Introduce hrtimer based broadcastPreeti U Murthy2014-02-074-4/+167
| * | | | | | | | cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failurePreeti U Murthy2014-02-071-6/+8
| * | | | | | | | time: Change the return type of clockevents_notify() to integerPreeti U Murthy2014-02-074-11/+15
| * | | | | | | | clockevents: Adjust timer interval when frequency changesSoren Brinkmann2014-02-071-3/+6
| * | | | | | | | clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner2014-02-073-13/+45
| * | | | | | | | timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta2014-02-071-2/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-011-9/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsetsNeil Horman2014-03-311-9/+6
* | | | | | | | | Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-019-137/+191
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, threadinfo: Redo "x86: Use inline assembler to get sp"Mathias Krause2014-03-101-1/+5
| * | | | | | | | | x86: Clean up dumpstack_64.c codeSteven Rostedt2014-03-061-34/+83
| * | | | | | | | | x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-068-100/+89
| * | | | | | | | | x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt2014-03-064-11/+28
| * | | | | | | | | x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386Steven Rostedt (Red Hat)2014-03-061-4/+0
| * | | | | | | | | x86: Nuke the supervisor_stack field in i386 thread_infoSteven Rostedt2014-03-061-1/+0
* | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-0128-62/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arch: Remove stub cputime.h headersFrederic Weisbecker2014-03-1316-33/+8
| * | | | | | | | | | sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2014-03-132-16/+0
| * | | | | | | | | | cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker2014-03-131-5/+11
| * | | | | | | | | | cputime: Bring cputime -> nsecs conversionFrederic Weisbecker2014-03-133-1/+10
| * | | | | | | | | | cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-137-6/+17
| * | | | | | | | | | cputime: Fix nsecs_to_cputime() return type castFrederic Weisbecker2014-03-131-1/+2
* | | | | | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-015-6/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPTH. Peter Anvin2014-02-271-0/+1
| * | | | | | | | | | | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin2014-02-275-6/+6
* | | | | | | | | | | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-011-5/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86, reboot: Only use CF9_COND automatically, not CF9H. Peter Anvin2014-03-051-1/+1
| * | | | | | | | | | | | x86, reboot: Add EFI and CF9 reboot methods into the default listLi, Aubrey2014-03-051-5/+10
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-011-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/mm: Avoid duplicated pxm_to_node() callsYinghai Lu2014-02-091-3/+9
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2014-04-014-29/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | avr32: replace simple_strtoul() with kstrtoul()Ramkumar Ramachandra2014-04-011-22/+26
| * | | | | | | | | | | | | arch/avr32/mm/cache.c: export symbol flush_icache_range() for module usingChen Gang2014-03-311-0/+1
| * | | | | | | | | | | | | avr32: remove cpu_data macro to fix compilesWolfram Sang2014-03-312-7/+2
* | | | | | | | | | | | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-03-3192-836/+2249
|\ \ \ \ \ \ \ \ \ \ \ \ \ \