summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani
2017-04-14time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani
2017-04-14genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke
2017-04-14futex: Fix small (and harmless looking) inconsistenciesPeter Zijlstra
2017-04-14futex: Avoid freeing an active timerThomas Gleixner
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-04-14sched/fair: Move the PELT constants into a generated headerPeter Zijlstra
2017-04-14sched/fair: Increase PELT accuracy for small tasksPeter Zijlstra
2017-04-14sched/fair: Fix commentsPeter Zijlstra
2017-04-14sched/fair: Fix corner case in __accumulate_sum()Peter Zijlstra
2017-04-13irq/affinity: Fix extra vecs calculationKeith Busch
2017-04-13cpufreq: schedutil: Reduce frequencies slowerRafael J. Wysocki
2017-04-12Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-04-11Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-11bpf: reference may_access_skb() from __bpf_prog_run()Johannes Berg
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown
2017-04-11Merge tag 'v4.11-rc6' into sched/core, to pick up fixesIngo Molnar
2017-04-11Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar
2017-04-11cgroup: avoid attaching a cgroup root to two different superblocksZefan Li
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick
2017-04-10audit: make sure we don't let the retry queue grow without boundsPaul Moore
2017-04-08sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang
2017-04-08Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-04-08ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com
2017-04-07sysctl: don't print negative flag for proc_douintvecLiping Zhang
2017-04-06Merge tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-04-05rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()Mike Galbraith
2017-04-05ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-04-04irq/affinity: Fix CPU spread for unbalanced nodesKeith Busch
2017-04-04rtmutex: Fix more prio comparisonsPeter Zijlstra
2017-04-04rtmutex: Fix PI chain order integrityPeter Zijlstra
2017-04-04sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra
2017-04-04sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra
2017-04-04rtmutex: Clean upPeter Zijlstra
2017-04-04sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period updateXunlei Pang
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang
2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner
2017-04-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-04-01bpf, verifier: fix rejection of unaligned access checks for map_value_adjDaniel Borkmann
2017-04-01bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann
2017-03-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-03-31timekeeping: Remove pointless conversion to boolNicholas Mc Guire
2017-03-31Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2017-03-30locking/ww-mutex: Limit stress test to 2 secondsChris Wilson
2017-03-30Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar