summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* signals: avoid random wakeups in sigsuspend()Sasha Levin2016-02-051-2/+4
* Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-031-0/+7
|\
| * tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt2016-01-291-0/+7
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-02-011-8/+12
|\ \
| * | phys_to_pfn_t: use phys_addr_tDan Williams2016-01-311-1/+1
| * | devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams2016-01-291-7/+11
| |/
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-01-316-30/+61
|\ \
| * | tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li2016-01-271-2/+2
| * | tick/sched: Hide unused oneshot timer codeArnd Bergmann2016-01-261-5/+7
| * | 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
| * | hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-01-172-19/+38
| * | Merge branches 'clockevents/4.4-fixes' and 'clockevents/4.5-fixes' of http://...Thomas Gleixner2016-01-1232-218/+363
| |\ \
* | \ \ Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-313-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-01-315-635/+641
|\ \ \ \ \
| * | | | | perf: Remove/simplify lockdep annotationPeter Zijlstra2016-01-291-21/+1
| * | | | | perf: Synchronously clean up child eventsPeter Zijlstra2016-01-291-90/+84
| * | | | | 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/+39
| * | | | | 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/+20
| * | | | | perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov2016-01-293-25/+31
| * | | | | perf: Fix NULL derefPeter Zijlstra2016-01-291-2/+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: 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-212-200/+167
| * | | | | 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
| * | | | | perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra2016-01-211-26/+5
| * | | | | perf: Use task_ctx_sched_out()Peter Zijlstra2016-01-211-2/+1
| * | | | | perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra2016-01-211-20/+27
| * | | | | perf: Remove stale commentPeter Zijlstra2016-01-211-7/+0
| * | | | | perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra2016-01-211-24/+7
| * | | | | perf: Fix cgroup event schedulingPeter Zijlstra2016-01-211-7/+10
| * | | | | perf: Add lockdep assertionsPeter Zijlstra2016-01-211-2/+8
| |/ / / /
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-01-312-72/+81
|\ \ \ \ \
| * | | | | rtmutex: Make wait_lock irq safeThomas Gleixner2016-01-262-72/+81
| | |_|_|/ | |/| | |
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-312-5/+11
|\ \ \ \ \
OpenPOWER on IntegriCloud