aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-14psi: introduce state_mask to represent stalled psi statesGravatar Suren Baghdasaryan 1-10/+19
2019-05-14mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEGravatar Andrea Arcangeli 1-3/+3
2019-05-14userfaultfd: use RCU to free the task struct when fork failsGravatar Andrea Arcangeli 1-2/+29
2019-05-14kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executableGravatar Andrew Morton 1-1/+1
2019-05-14Merge tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Gravatar Linus Torvalds 5-9/+8
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-8/+15
2019-05-14bpf, lru: avoid messing with eviction heuristics upon syscall lookupGravatar Daniel Borkmann 1-5/+18
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideGravatar Daniel Borkmann 1-1/+4
2019-05-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-15/+33
2019-05-14kernel/memremap.c: remove the unused device_private_entry_fault() exportGravatar Christoph Hellwig 1-1/+0
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outGravatar Mike Rapoport 1-8/+8
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugGravatar Michal Hocko 1-3/+9
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationGravatar Jérôme Glisse 1-1/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationGravatar Jérôme Glisse 1-1/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-1/+1
2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdGravatar Peter Xu 1-0/+12
2019-05-14kernel/sys.c: prctl: fix false positive in validate_prctl_map()Gravatar Cyrill Gorcunov 1-1/+1
2019-05-14kdb: Fix bound check compiler warningGravatar Wenlin Kang 1-1/+1
2019-05-14bpf: mark bpf_event_notify and bpf_event_init as staticGravatar Stanislav Fomichev 1-2/+3
2019-05-14bpf: devmap: fix use-after-free Read in __dev_map_entry_freeGravatar Eric Dumazet 1-0/+3
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-3/+3
2019-05-13bpf: fix undefined behavior in narrow load handlingGravatar Krzesimir Nowak 1-1/+1
2019-05-12kdb: do a sanity check on the cpu in kdb_per_cpu()Gravatar Dan Carpenter 1-1/+1
2019-05-12kdb: Get rid of broken attempt to print CCVERSION in kdb summaryGravatar Douglas Anderson 2-2/+0
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-7/+0
2019-05-10bpf: fix out of bounds backwards jmps due to dead code removalGravatar Daniel Borkmann 1-2/+2
2019-05-10livepatch: Remove klp_check_compiler_support()Gravatar Jiri Kosina 1-8/+0
2019-05-10fork: do not release lock that wasn't takenGravatar Christian Brauner 1-2/+3
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 9-439/+937
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-42/+53
2019-05-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-9/+6
2019-05-09cgroup: never call do_group_exit() with task->frozen bit setGravatar Roman Gushchin 1-5/+3
2019-05-09ntp: Allow TAI-UTC offset to be set to zeroGravatar Miroslav Lichvar 1-1/+1
2019-05-08tracing: Fix documentation about disabling options using trace_optionsGravatar Srivatsa S. Bhat (VMware) 1-1/+1
2019-05-08tracing: Replace kzalloc with kcallocGravatar Gustavo A. R. Silva 1-2/+2
2019-05-08tracing: Fix partial reading of trace event's id fileGravatar Elazar Leibovich 1-3/+0
2019-05-08tracing: Allow RCU to run between postponed startup testsGravatar Anders Roxell 1-0/+4
2019-05-08tracing: Fix white space issues in parse_pred() functionGravatar Colin Ian King 1-24/+24
2019-05-08tracing: Eliminate const char[] auto variablesGravatar Rasmus Villemoes 2-22/+14
2019-05-08ring-buffer: Fix mispelling of CalculateGravatar Yangtao Li 1-1/+1
2019-05-08tracing: probeevent: Fix to make the type of $comm stringGravatar Masami Hiramatsu 1-6/+7
2019-05-08tracing: probeevent: Do not accumulate on ret variableGravatar Masami Hiramatsu 1-1/+1
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsGravatar Masami Hiramatsu 2-2/+12
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 17-233/+1694
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 6-10/+10
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-58/+116
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+5
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 8-5/+183
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 3-10/+112