aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds30-170/+30
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-31/+30
2019-06-08Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+29
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+16
2019-06-07Merge tag 'pm-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-2/+17
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-301/+137
2019-06-07kernel: module: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-06-07Merge branch 'pm-x86'Rafael J. Wysocki2-2/+11
2019-06-07cgroup: let a symlink too be created with a cftype fileAngelo Ruocco1-4/+29
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann2-4/+16
2019-06-05cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo1-0/+4
2019-06-05ptrace: move clearing of TIF_SYSCALL_EMU flag to coreSudeep Holla1-0/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner10-52/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner7-18/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner8-72/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-06-05livepatch: Use static buffer for debugging messages under rq lockPetr Mladek1-2/+1
2019-06-05signal: improve commentsChristian Brauner1-6/+5
2019-06-05kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava1-4/+2
2019-06-04bpf: remove redundant assignment to errColin Ian King2-2/+2
2019-06-03gcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-22/+2
2019-06-03dma-direct: provide generic support for uncached kernel segmentsChristoph Hellwig1-2/+15
2019-06-03dma-contiguous: use fallback alloc_pages for single pagesNicolin Chen1-1/+10
2019-06-03dma-contiguous: add dma_{alloc,free}_contiguous() helpersNicolin Chen2-20/+51
2019-06-03kprobes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+6
2019-06-03fail_function: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+5
2019-06-03blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+0
2019-06-03trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+0
2019-06-03locking/lock_events: Use raw_cpu_{add,inc}() for statsPeter Zijlstra1-41/+4
2019-06-03locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak1-9/+9
2019-06-03locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak1-12/+29
2019-06-03x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2-2/+11
2019-06-03perf/core: Add attr_groups_update into struct pmuJiri Olsa1-0/+6
2019-06-03perf/core: Allow non-privileged uprobe for user processesSong Liu2-3/+3
2019-06-03locking/lockdep: Remove !dir in lock irq usage checkYuyang Du1-1/+1
2019-06-03locking/lockdep: Adjust new bit cases in mark_lockYuyang Du1-14/+7
2019-06-03locking/lockdep: Consolidate lock usage bit initializationYuyang Du1-8/+14
2019-06-03locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du1-0/+4
2019-06-03locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du1-44/+74
2019-06-03locking/lockdep: Remove unused argument in __lock_releaseYuyang Du1-2/+2
2019-06-03locking/lockdep: Remove redundant argument in check_deadlockYuyang Du1-3/+3
2019-06-03locking/lockdep: Update comments on dependency searchYuyang Du1-11/+10
2019-06-03locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du1-12/+21
2019-06-03locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du1-8/+13
2019-06-03locking/lockdep: Change type of the element field in circular_queueYuyang Du1-10/+14
2019-06-03locking/lockdep: Update commentYuyang Du1-3/+9