summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-09-24genirq/msi: Fix broken debug outputThomas Gleixner1-0/+1
2016-09-24kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann1-0/+8
2016-09-24sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-09-24cpuset: make sure new tasks conform to the current config of the cpusetZefan Li1-0/+15
2016-09-24mm: fix cache mode of dax pmd mappingsDan Williams1-0/+9
2016-09-24audit: fix exe_file access in audit_exe_compareMateusz Guzik1-3/+5
2016-09-24mm: introduce get_task_exe_fileMateusz Guzik1-0/+23
2016-09-24mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes1-6/+1
2016-09-24kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann1-0/+3
2016-09-24bpf: fix method of PTR_TO_PACKET reg id generationJakub Kicinski1-1/+2
2016-09-15timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-09-15timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-09-15cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh1-2/+2
2016-09-15cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee1-0/+2
2016-09-15kernel: Add noaudit variant of ns_capable()Tyler Hicks1-10/+36
2016-09-07sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra1-5/+10
2016-09-07perf/core: Fix event_function_local()Peter Zijlstra1-12/+48
2016-09-07uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-09-07genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier1-0/+11
2016-09-07genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner1-6/+2
2016-08-20module: Invalidate signatures on force-loaded modulesBen Hutchings1-4/+9
2016-08-20cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman1-6/+2
2016-08-20cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman1-0/+5
2016-08-20cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman1-4/+1
2016-08-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-168/+164
2016-07-16Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+1
2016-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-07-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-7/+9
2016-07-15gcov: add support for gcc version >= 6Florian Meier1-1/+1
2016-07-14Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds1-0/+1
2016-07-13sched/core: Correct off by one bug in load migration calculationThomas Gleixner3-7/+9
2016-07-13cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner1-0/+2
2016-07-11posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-22/+20
2016-07-07perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland1-1/+22
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds3-4/+25
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-37/+16
2016-06-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-72/+76
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann1-1/+1
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs3-1/+21
2016-06-28audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs1-3/+4
2016-06-27sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra1-16/+11
2016-06-27sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra1-6/+9
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-21/+66
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+33
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman1-2/+2
2016-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+12
2016-06-24oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko1-0/+12
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds1-25/+25
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo1-1/+3