aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-06-14kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing1-5/+17
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams1-5/+12
2019-06-13mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams1-0/+6
2019-06-13rcu: Upgrade sync_exp_work_done() to smp_mb()Paul E. McKenney1-2/+1
2019-06-12cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz1-1/+14
2019-06-12bpf: silence warning messages in coreValdis Klētnieks1-0/+1
2019-06-12cpu/hotplug: Abort disabling secondary CPUs if wakeup is pendingPavankumar Kondeti1-0/+7
2019-06-12genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks()Minwoo Im1-7/+5
2019-06-12genirq/timings: Add selftest for next event computationDaniel Lezcano1-0/+66
2019-06-12genirq/timings: Add selftest for irqs circular bufferDaniel Lezcano1-0/+139
2019-06-12genirq/timings: Add selftest for circular arrayDaniel Lezcano2-0/+122
2019-06-12genirq/timings: Encapsulate storing functionDaniel Lezcano1-19/+34
2019-06-12genirq/timings: Encapsulate timings pushDaniel Lezcano1-9/+12
2019-06-12genirq/timings: Optimize the period detection speedDaniel Lezcano1-1/+1
2019-06-12genirq/timings: Fix timings buffer inspectionDaniel Lezcano1-5/+18
2019-06-12genirq/timings: Fix next event index functionDaniel Lezcano1-9/+42
2019-06-12hrtimer: Remove unused header includeYangtao Li1-1/+0
2019-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-2/+27
2019-06-11ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2-0/+19
2019-06-11swiotlb: Return consistent SWIOTLB segments/nr_tblFlorian Fainelli1-4/+4
2019-06-11swiotlb: Group identical cleanup in swiotlb_cleanup()Florian Fainelli1-8/+10
2019-06-11bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon1-2/+7
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2-2/+31
2019-06-10Merge branch 'for-5.2-fixes' into for-5.3Tejun Heo1-1/+5
2019-06-10cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo1-1/+1
2019-06-10mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe1-1/+0
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe1-29/+4
2019-06-09fork: add clone3Christian Brauner1-48/+153
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