summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * posix-clock: Fix return code on the poll method's error pathRichard Cochran2015-12-291-2/+2
| * locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon2015-12-171-3/+5
| * sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-10/+10
| * kernel: remove stop_machine() Kconfig dependencyChris Wilson2015-12-121-2/+2
| * Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-087-118/+141
| |\
| | * Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-0716-56/+147
| | |\
| | * | cgroup_pids: don't account for the root cgroupTejun Heo2015-12-031-3/+4
| | * | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-036-41/+75
| | * | cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att...Tejun Heo2015-12-031-10/+7
| | * | cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Oleg Nesterov2015-11-301-31/+10
| | * | cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov2015-11-302-25/+5
| | * | cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo2015-11-301-4/+10
| | * | cgroup: fix cftype->file_offset handlingTejun Heo2015-11-161-8/+34
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-0811-33/+71
| |\ \ \ | | |_|/ | |/| |
| | * | perf: Do not send exit event twiceJiri Olsa2015-12-061-11/+31
| | * | perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra2015-12-041-1/+8
| | * | treewide: Remove old email addressPeter Zijlstra2015-11-2311-11/+11
| | * | perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian2015-11-231-7/+13
| | * | perf/core: Fix RCU problem with cgroup context switching codeStephane Eranian2015-11-231-3/+8
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-12-065-15/+45
| |\ \ \
| | * | | sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra2015-12-041-0/+19
| | * | | sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2015-12-042-1/+10
| | * | | sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2015-12-041-0/+3
| | * | | sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2015-12-041-4/+4
| | * | | sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2015-12-041-1/+0
| | * | | sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra2015-12-041-8/+8
| | * | | sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-231-1/+1
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-035-29/+64
| |\ \ \
| | * | | bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2015-12-023-12/+34
| | * | | bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann2015-12-011-1/+1
| | * | | bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-253-16/+29
| | | |/ | | |/|
| * | | Merge tag 'trace-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-12-031-0/+16
| |\ \ \
| | * | | tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filterSteven Rostedt (Red Hat)2015-12-011-0/+16
| * | | | Merge tag 'trace-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-11-301-8/+9
| |\ \ \ \ | | |/ / /
| | * | | ring-buffer: Put back the length if crossed page with add_timestampSteven Rostedt (Red Hat)2015-11-241-1/+4
| | * | | ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)2015-11-241-7/+5
| | | |/ | | |/|
| * | | pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet2015-11-241-2/+2
| |/ /
* | | clocksource: Make clocksource validation work for all clocksourcesYang Yingliang2015-12-191-1/+5
* | | Merge branch 'fortglx/4.5/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-12-196-26/+92
|\ \ \
| * | | timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz2015-12-161-4/+27
| * | | ntp: Fix second_overflow's input parameter type to be 64bitsDengChao2015-12-162-8/+10
| * | | ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_secondsDengChao2015-12-161-4/+6
| * | | timekeeping: Provide internal function __ktime_get_real_secondsDengChao2015-12-162-0/+15
| * | | time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2015-12-102-3/+9
| * | | ntp: Verify offset doesn't overflow in ntp_update_offsetSasha Levin2015-12-101-3/+5
| * | | clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi2015-12-071-2/+2
| * | | time: Avoid signed overflow in timekeeping_get_ns()David Gibson2015-12-071-2/+1
| * | | alarmtimer: Avoid unexpected rtc interrupt when system resume from S3zhuo-hao2015-12-031-0/+17
| | |/ | |/|
OpenPOWER on IntegriCloud