aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGravatar Gaowei Pu 1-1/+1
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-1/+0
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 8-172/+183
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 20-145/+1071
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 2-10/+23
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 12-131/+323
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-67/+113
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 13-644/+1177
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-55/+349
2019-11-26Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-2/+2
2019-11-26Merge branches 'pm-sleep', 'pm-domains', 'pm-opp' and 'powercap'Gravatar Rafael J. Wysocki 1-1/+8
2019-11-26Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-9/+15
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 15-370/+2446
2019-11-25Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-19/+172
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-3/+3
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 10-295/+196
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-25/+65
2019-11-25Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 4-34/+156
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-7/+39
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-11/+10
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-0/+394
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+12
2019-11-25Merge branch 'sched/rt' into sched/core, to pick up commitGravatar Ingo Molnar 1-1/+1
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionGravatar Will Deacon 1-11/+0
2019-11-25Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 8-28/+58
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingGravatar Daniel Borkmann 2-15/+5
2019-11-24bpf: Constant map key tracking for prog array pokesGravatar Daniel Borkmann 1-9/+111
2019-11-24bpf: Add poke dependency tracking for prog array mapsGravatar Daniel Borkmann 3-12/+200
2019-11-24bpf: Add initial poke descriptor table for jit imagesGravatar Daniel Borkmann 1-0/+34
2019-11-24bpf: Move owner type, jited info into array auxiliary dataGravatar Daniel Borkmann 4-21/+43
2019-11-24bpf: Move bpf_free_used_maps into sleepable sectionGravatar Daniel Borkmann 2-20/+23
2019-11-24bpf: Provide better register bounds after jmp32 instructionsGravatar Yonghong Song 1-0/+19
2019-11-24xdp: Fix cleanup on map free for devmap_hash map typeGravatar Toke Høiland-Jørgensen 1-28/+46
2019-11-23mm/hmm: define the pre-processor related parts of hmm.h even if disabledGravatar Jason Gunthorpe 1-1/+0
2019-11-23Revert "bpf: Emit audit messages upon successful prog load and unload"Gravatar Jakub Kicinski 2-32/+1
2019-11-22tracing: Use xarray for syscall trace eventsGravatar Hassan Naveed 1-7/+25
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesGravatar Divya Indi 3-22/+102
2019-11-22tracing: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-4/+4
2019-11-22ring-buffer: Fix typos in function ring_buffer_producerGravatar Xianting Tian 1-2/+2
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 5-16/+36
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-1/+3
2019-11-22Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+7
2019-11-22tracing: Remove unnecessary DEBUG_FS dependencyGravatar Kusanagi Kouichi 1-1/+0
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitGravatar Nicolas Saenz Julienne 1-14/+13
2019-11-21Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Christoph Hellwig 1-7/+6
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADGravatar Paolo Bonzini 25-98/+508
2019-11-21perf/core: Make the mlock accounting simple againGravatar Alexander Shishkin 1-7/+1
2019-11-21sched/vtime: Bring up complete kcpustat accessorGravatar Frederic Weisbecker 1-20/+116
2019-11-21sched/cputime: Support other fields on kcpustat_field()Gravatar Frederic Weisbecker 1-11/+43