summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-01-151-3/+5
| * | | | x86/irq: Validate that irq descriptor is still activeThomas Gleixner2016-01-151-0/+9
| * | | | x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-01-151-8/+8
| * | | | x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-01-151-1/+5
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-0111-36/+245
|\ \ \ \ \
| * | | | | tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li2016-01-271-2/+2
| * | | | | clocksource: Fix dependencies for archs w/o HAS_IOMEMRichard Weinberger2016-01-261-0/+7
| * | | | | clocksource: Select CLKSRC_MMIO where neededArnd Bergmann2016-01-261-0/+5
| * | | | | tick/sched: Hide unused oneshot timer codeArnd Bergmann2016-01-261-5/+7
| * | | | | kselftests: timers: Add adjtimex SETOFFSET validity testsJohn Stultz2016-01-261-1/+138
| * | | | | ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz2016-01-221-2/+12
| * | | | | itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-01-171-1/+1
| * | | | | posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-01-171-1/+1
| * | | | | timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-01-171-1/+1
| * | | | | hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-01-173-22/+69
| * | | | | clockevents/tcb_clksrc: Prevent disabling an already disabled clockAlexandre Belloni2016-01-151-1/+2
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-02-013-9/+25
|\ \ \ \ \ \
| * | | | | | pid: Fix spelling in commentsZhen Lei2016-01-301-1/+1
| * | | | | | sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo2016-01-221-7/+23
| * | | | | | sched: Fix crash in sched_init_numa()Raghavendra K T2016-01-191-1/+1
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-0119-667/+746
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2016-01-304-4/+5
| |\ \ \ \ \ \ \
| | * | | | | | | perf stat: Do not clean event's private statsJiri Olsa2016-01-261-1/+0Star
| | * | | | | | | perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa2016-01-261-0/+2
| | * | | | | | | perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2016-01-261-2/+2
| | * | | | | | | perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf2016-01-261-1/+1
| * | | | | | | | perf: Remove/simplify lockdep annotationPeter Zijlstra2016-01-291-21/+1Star
| * | | | | | | | perf: Synchronously clean up child eventsPeter Zijlstra2016-01-292-93/+84Star
| * | | | | | | | perf: Untangle 'owner' confusionPeter Zijlstra2016-01-291-2/+12
| * | | | | | | | perf: Add flags argument to perf_remove_from_context()Peter Zijlstra2016-01-291-11/+12
| * | | | | | | | perf: Clean up sync_child_event()Peter Zijlstra2016-01-291-42/+39Star
| * | | | | | | | perf: Robustify event->owner usage and SMP orderingPeter Zijlstra2016-01-291-10/+10
| * | | | | | | | perf: Fix STATE_EXIT usagePeter Zijlstra2016-01-291-2/+4
| * | | | | | | | perf: Update locking orderPeter Zijlstra2016-01-291-1/+1
| * | | | | | | | perf: Remove __free_event()Peter Zijlstra2016-01-291-25/+20Star
| * | | | | | | | perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov2016-01-294-27/+33
| * | | | | | | | perf: Fix NULL derefPeter Zijlstra2016-01-291-2/+2
| * | | | | | | | perf/x86: De-obfuscate codePeter Zijlstra2016-01-291-3/+1Star
| * | | | | | | | perf/x86: Fix uninitialized value usagePeter Zijlstra2016-01-291-1/+2
| * | | | | | | | perf: Fix race in perf_event_exit_task_context()Peter Zijlstra2016-01-281-21/+29
| * | | | | | | | perf: Fix orphan holePeter Zijlstra2016-01-281-2/+2
| |/ / / / / / /
| * | | | | | | perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin2016-01-211-20/+20
| * | | | | | | perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian2016-01-213-0/+24
| * | | | | | | perf: Fix perf_event_exit_task() racePeter Zijlstra2016-01-211-66/+85
| * | | | | | | perf: Add more assertionsPeter Zijlstra2016-01-211-0/+9
| * | | | | | | perf: Collapse and fix event_function_call() usersPeter Zijlstra2016-01-213-201/+168Star
| * | | | | | | perf: Specialize perf_event_exit_task()Peter Zijlstra2016-01-211-7/+11
| * | | | | | | perf: Fix task context schedulingPeter Zijlstra2016-01-211-64/+91
| * | | | | | | perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra2016-01-211-7/+14
| * | | | | | | perf: Optimize perf_sched_events() usagePeter Zijlstra2016-01-211-6/+16