summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM / hibernate: Fix rtree_next_node() to avoid walking off list endsJames Morse2016-09-301-5/+5
* PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier2016-09-301-2/+2
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-09-301-7/+8
* fix memory leaks in tracing_buffers_splice_read()Al Viro2016-09-301-6/+8
* cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2016-09-301-0/+6
* Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt2016-09-301-0/+4
* genirq/msi: Fix broken debug outputThomas Gleixner2016-09-241-0/+1
* kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2016-09-241-0/+8
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-241-0/+22
* cpuset: make sure new tasks conform to the current config of the cpusetZefan Li2016-09-241-0/+15
* mm: fix cache mode of dax pmd mappingsDan Williams2016-09-241-0/+9
* audit: fix exe_file access in audit_exe_compareMateusz Guzik2016-09-241-3/+5
* mm: introduce get_task_exe_fileMateusz Guzik2016-09-241-0/+23
* mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-241-6/+1
* kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann2016-09-241-0/+3
* bpf: fix method of PTR_TO_PACKET reg id generationJakub Kicinski2016-09-241-1/+2
* timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-09-151-1/+4
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-09-151-2/+7
* cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh2016-09-151-2/+2
* cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee2016-09-151-0/+2
* kernel: Add noaudit variant of ns_capable()Tyler Hicks2016-09-151-10/+36
* sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra2016-09-071-5/+10
* perf/core: Fix event_function_local()Peter Zijlstra2016-09-071-12/+48
* uprobes: Fix the memcg accountingOleg Nesterov2016-09-071-2/+3
* genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier2016-09-071-0/+11
* genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-09-071-6/+2
* module: Invalidate signatures on force-loaded modulesBen Hutchings2016-08-201-4/+9
* cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman2016-08-201-6/+2
* cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman2016-08-201-0/+5
* cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman2016-08-201-4/+1
* audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-08-201-168/+164
* Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-161-5/+1
|\
| * workqueue: Fix setting affinity of unbound worker threadsPeter Zijlstra2016-06-161-5/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-151-1/+1
|\ \
| * | gcov: add support for gcc version >= 6Florian Meier2016-07-151-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-153-7/+9
|\ \ \ | |/ / |/| |
| * | sched/core: Correct off by one bug in load migration calculationThomas Gleixner2016-07-133-7/+9
| | |
| \ \
*-. \ \ Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2016-07-141-0/+1
|\ \ \ \ | | |/ / | |/| |
| | * | posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-07-111-0/+1
| |/ /
* / / cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner2016-07-131-0/+2
|/ /
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-081-22/+20
|\ \
| * | sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra2016-06-271-16/+11
| * | sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra2016-06-271-6/+9
* | | perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland2016-07-071-1/+22
* | | Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-06-293-4/+25
|\ \ \
| * | | audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs2016-06-283-1/+21
| * | | audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs2016-06-281-3/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-293-37/+16
|\ \ \ \
| * | | | bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-06-291-1/+1
| * | | | bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov2016-06-151-0/+4