summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2016-07-07perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-06-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs
2016-06-28audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs
2016-06-27sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra
2016-06-27sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman
2016-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-06-24oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo