summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2016-10-16timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-10-07kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko
2016-10-07sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan
2016-10-07tracing: Have HIST_TRIGGERS select TRACINGTom Zanussi
2016-10-07printk: fix parsing of "brl=" optionNicolas Iooss
2016-10-07sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li
2016-10-07perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon
2016-10-07rcuperf: Don't treat gp_exp mis-setting as a WARNBoqun Feng
2016-10-07cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo
2016-10-07cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park
2016-09-30PM / hibernate: Fix rtree_next_node() to avoid walking off list endsJames Morse
2016-09-30PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier
2016-09-30tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-09-30fix memory leaks in tracing_buffers_splice_read()Al Viro
2016-09-30cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner
2016-09-30Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt
2016-09-24genirq/msi: Fix broken debug outputThomas Gleixner
2016-09-24kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann
2016-09-24sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-09-24cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-09-24mm: fix cache mode of dax pmd mappingsDan Williams
2016-09-24audit: fix exe_file access in audit_exe_compareMateusz Guzik
2016-09-24mm: introduce get_task_exe_fileMateusz Guzik
2016-09-24mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes
2016-09-24kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann
2016-09-24bpf: fix method of PTR_TO_PACKET reg id generationJakub Kicinski
2016-09-15timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-09-15timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-09-15cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh
2016-09-15cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee
2016-09-15kernel: Add noaudit variant of ns_capable()Tyler Hicks
2016-09-07sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra
2016-09-07perf/core: Fix event_function_local()Peter Zijlstra
2016-09-07uprobes: Fix the memcg accountingOleg Nesterov
2016-09-07genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier
2016-09-07genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner
2016-08-20module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-08-20cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman
2016-08-20cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman
2016-08-20cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman
2016-08-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-07-16Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-15gcov: add support for gcc version >= 6Florian Meier
2016-07-14Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds
2016-07-13sched/core: Correct off by one bug in load migration calculationThomas Gleixner
2016-07-13cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner
2016-07-11posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds