aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+4
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-6/+7
2018-06-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-5/+5
2018-06-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2018-06-24Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-7/+15
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVGravatar Will Deacon 1-3/+4
2018-06-22time: Make sure jiffies_to_msecs() preserves non-zero time periodsGravatar Geert Uytterhoeven 1-2/+4
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugGravatar Marc Zyngier 1-0/+1
2018-06-22perf/core: Move the inline keyword at the beginning of the function declarationGravatar Mathieu Malaterre 1-3/+3
2018-06-21tracing: Use swap macro in update_max_trGravatar Gustavo A. R. Silva 1-5/+1
2018-06-21softirq: Reorder trace_softirqs_on to prevent lockdep splatGravatar Joel Fernandes (Google) 1-1/+5
2018-06-21tracing: Check for no filter when processing event filtersGravatar Steven Rostedt (VMware) 1-1/+9
2018-06-21locking/lockdep: Do not record IRQ state within lockdep codeGravatar Steven Rostedt (VMware) 1-6/+6
2018-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-16/+79
2018-06-20locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSGravatar Waiman Long 1-0/+1
2018-06-20Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 11-0/+4344
2018-06-19posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEGravatar Arnd Bergmann 1-1/+1
2018-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-16/+79
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalGravatar Linus Torvalds 3-11/+12
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-13/+9
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+12
2018-06-16Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+1
2018-06-15xdp: Fix handling of devmap in generic XDPGravatar Toshiaki Makita 1-0/+14
2018-06-15fix a series of Documentation/ broken file name referencesGravatar Mauro Carvalho Chehab 1-2/+3
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 2-9/+9
2018-06-15bpf: reject any prog that failed read-only lockGravatar Daniel Borkmann 2-10/+49
2018-06-15bpf: fix panic in prog load calls cleanupGravatar Daniel Borkmann 2-6/+16
2018-06-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-3/+36
2018-06-15sched/core / kcov: avoid kcov_area during task switchGravatar Mark Rutland 2-1/+5
2018-06-15kcov: prefault the kcov_areaGravatar Mark Rutland 1-0/+16
2018-06-15kcov: ensure irq code sees a valid areaGravatar Mark Rutland 1-1/+2
2018-06-15kernel/relay.c: change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-06-15mm: check for SIGKILL inside dup_mmap() loopGravatar Tetsuo Handa 1-0/+8
2018-06-15kexec: yield to scheduler when loading kimage segmentsGravatar Jarrett Farnitano 1-0/+4
2018-06-15kconfig: tinyconfig: remove stale stack protector fixupsGravatar Masahiro Yamada 1-4/+0
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaGravatar Christoph Hellwig 11-0/+4344
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 3-3/+3
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-14/+5
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 2-4/+6
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 4-7/+8
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 1-4/+4
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 10-13/+18
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 12-35/+49
2018-06-12posix-cpu-timers: Remove lockdep_assert_irqs_disabled()Gravatar Sebastian Andrzej Siewior 1-2/+0
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-2/+12
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-19/+32
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-0/+365