summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3001/+1498
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+6
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+20
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-102/+94
2018-10-23Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-30/+52
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-84/+262
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+39
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-225/+342
2018-10-23Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2387/+2008
2018-10-23Merge branch 'x86/cache' into perf/core, to pick up fixesIngo Molnar-22/+114
2018-10-23Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2018-10-22umh: Add command line to user mode helpersOlivier Brunel-2/+14
2018-10-23Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-0/+1
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-192/+246
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+41
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-5/+9
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-20/+500
2018-10-22x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy-16/+0
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+47
2018-10-21Merge remote-tracking branches 'regulator/topic/bd718xx' and 'regulator/topic...Mark Brown-0/+1
2018-10-21memremap: Convert to XArrayMatthew Wilcox-60/+16
2018-10-20bpf, verifier: avoid retpoline for map push/pop/peek operationDaniel Borkmann-1/+24
2018-10-20bpf, verifier: remove unneeded flow key in check_helper_mem_accessDaniel Borkmann-2/+0
2018-10-20bpf, verifier: reject xadd on flow key memoryDaniel Borkmann-1/+10
2018-10-20bpf, verifier: fix register type dump in xadd and stDaniel Borkmann-6/+13
2018-10-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-4/+22
2018-10-20Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-7/+25
2018-10-19tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu-1/+1
2018-10-19tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu-6/+24
2018-10-19bpf: remove unused variableAlexei Starovoitov-1/+1
2018-10-19bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu-0/+6
2018-10-19bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B-0/+66
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B-2/+359
2018-10-19bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B-3/+6
2018-10-19bpf/syscall: allow key to be null in map functionsMauricio Vasquez B-4/+15
2018-10-19bpf: rename stack trace map operationsMauricio Vasquez B-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-29/+15
2018-10-19genirq: Fix race on spurious interrupt detectionLukas Wunner-2/+6
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman-8/+2
2018-10-19swiotlb: add support for non-coherent DMAChristoph Hellwig-10/+23
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig-103/+2
2018-10-19swiotlb: refactor swiotlb_map_pageChristoph Hellwig-37/+30
2018-10-19swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrsChristoph Hellwig-22/+12
2018-10-19swiotlb: merge swiotlb_unmap_page and unmap_singleChristoph Hellwig-11/+4
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig-58/+3
2018-10-19swiotlb: do not panic on mapping failuresChristoph Hellwig-32/+1
2018-10-19swiotlb: mark is_swiotlb_buffer staticChristoph Hellwig-1/+1
2018-10-19swiotlb: remove a pointless commentChristoph Hellwig-6/+0
2018-10-19locking/lockdep: Fix debug_locks off performance problemWaiman Long-2/+2
2018-10-18softirq: Fix typo in __do_softirq() commentsYangtao Li-3/+3