index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2019-05-14
psi: introduce state_mask to represent stalled psi states
Suren Baghdasaryan
-10
/
+19
2019-05-14
mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE
Andrea Arcangeli
-3
/
+3
2019-05-14
userfaultfd: use RCU to free the task struct when fork fails
Andrea Arcangeli
-2
/
+29
2019-05-14
kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executable
Andrew Morton
-1
/
+1
2019-05-14
Merge tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
-9
/
+8
2019-05-14
Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-8
/
+15
2019-05-14
bpf, lru: avoid messing with eviction heuristics upon syscall lookup
Daniel Borkmann
-5
/
+18
2019-05-14
bpf: add map_lookup_elem_sys_only for lookups from syscall side
Daniel Borkmann
-1
/
+4
2019-05-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-15
/
+33
2019-05-14
kernel/memremap.c: remove the unused device_private_entry_fault() export
Christoph Hellwig
-1
/
+0
2019-05-14
mm: memblock: make keeping memblock memory opt-in rather than opt-out
Mike Rapoport
-8
/
+8
2019-05-14
mm, memory_hotplug: provide a more generic restrictions for memory hotplug
Michal Hocko
-3
/
+9
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
-1
/
+1
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
-1
/
+2
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
-1
/
+1
2019-05-14
userfaultfd/sysctl: add vm.unprivileged_userfaultfd
Peter Xu
-0
/
+12
2019-05-14
kernel/sys.c: prctl: fix false positive in validate_prctl_map()
Cyrill Gorcunov
-1
/
+1
2019-05-14
kdb: Fix bound check compiler warning
Wenlin Kang
-1
/
+1
2019-05-14
bpf: mark bpf_event_notify and bpf_event_init as static
Stanislav Fomichev
-2
/
+3
2019-05-14
bpf: devmap: fix use-after-free Read in __dev_map_entry_free
Eric Dumazet
-0
/
+3
2019-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-3
/
+3
2019-05-13
bpf: fix undefined behavior in narrow load handling
Krzesimir Nowak
-1
/
+1
2019-05-12
kdb: do a sanity check on the cpu in kdb_per_cpu()
Dan Carpenter
-1
/
+1
2019-05-12
kdb: Get rid of broken attempt to print CCVERSION in kdb summary
Douglas Anderson
-2
/
+0
2019-05-11
Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
-7
/
+0
2019-05-10
bpf: fix out of bounds backwards jmps due to dead code removal
Daniel Borkmann
-2
/
+2
2019-05-10
livepatch: Remove klp_check_compiler_support()
Jiri Kosina
-8
/
+0
2019-05-10
fork: do not release lock that wasn't taken
Christian Brauner
-2
/
+3
2019-05-09
Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
-439
/
+937
2019-05-09
Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
-42
/
+53
2019-05-09
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+5
2019-05-09
Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-9
/
+6
2019-05-09
cgroup: never call do_group_exit() with task->frozen bit set
Roman Gushchin
-5
/
+3
2019-05-09
ntp: Allow TAI-UTC offset to be set to zero
Miroslav Lichvar
-1
/
+1
2019-05-08
tracing: Fix documentation about disabling options using trace_options
Srivatsa S. Bhat (VMware)
-1
/
+1
2019-05-08
tracing: Replace kzalloc with kcalloc
Gustavo A. R. Silva
-2
/
+2
2019-05-08
tracing: Fix partial reading of trace event's id file
Elazar Leibovich
-3
/
+0
2019-05-08
tracing: Allow RCU to run between postponed startup tests
Anders Roxell
-0
/
+4
2019-05-08
tracing: Fix white space issues in parse_pred() function
Colin Ian King
-24
/
+24
2019-05-08
tracing: Eliminate const char[] auto variables
Rasmus Villemoes
-22
/
+14
2019-05-08
ring-buffer: Fix mispelling of Calculate
Yangtao Li
-1
/
+1
2019-05-08
tracing: probeevent: Fix to make the type of $comm string
Masami Hiramatsu
-6
/
+7
2019-05-08
tracing: probeevent: Do not accumulate on ret variable
Masami Hiramatsu
-1
/
+1
2019-05-08
tracing: uprobes: Re-enable $comm support for uprobe events
Masami Hiramatsu
-2
/
+12
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-233
/
+1694
2019-05-07
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-10
/
+10
2019-05-07
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-58
/
+116
2019-05-07
Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+5
2019-05-07
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-5
/
+183
2019-05-07
Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
-10
/
+112
[prev]
[next]