summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-093-10/+8
* module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig2020-06-081-8/+0
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-081-2/+2
* kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.taintedRafael Aquini2020-06-081-3/+2
* panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli2020-06-082-0/+22
* kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli2020-06-082-2/+29
* kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli2020-06-081-28/+9
* kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka2020-06-081-10/+0
* kernel: add panic_on_taintRafael Aquini2020-06-082-1/+44
* Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-071-0/+5
|\
| * /dev/mem: Revoke mappings when a driver claims the regionDan Williams2020-05-271-0/+5
* | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-073-3/+3
|\ \
| * \ Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman2020-05-2511-105/+184
| |\ \
| * | | rcu: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
| * | | kernel/power: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
| * | | kdb: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
| | |/ | |/|
* | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-1/+1
|\ \ \
| * | | kbuild: add variables for compression toolsDenis Efremov2020-06-061-1/+1
| |/ /
* | | Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-06-067-136/+318
|\ \ \
| * | | dma-contiguous: fix comment for dma_release_from_contiguousPeter Collingbourne2020-04-251-2/+2
| * | | dma-pool: scale the default DMA coherent pool size with memory capacityDavid Rientjes2020-04-251-2/+12
| * | | dma-pool: add pool sizes to debugfsDavid Rientjes2020-04-251-0/+30
| * | | dma-direct: atomic allocations must come from atomic coherent poolsDavid Rientjes2020-04-252-10/+63
| * | | dma-pool: dynamically expanding atomic poolsDavid Rientjes2020-04-251-38/+84
| * | | dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes2020-04-202-49/+83
| * | | dma-remap: separate DMA atomic pools from direct remap codeDavid Rientjes2020-04-204-121/+130
| * | | dma-debug: make __dma_entry_alloc_check_leak() staticJason Yan2020-04-201-1/+1
* | | | Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2020-06-061-98/+109
|\ \ \ \
| * | | | workqueue: use BUILD_BUG_ON() for compile time test instead of WARN_ON()Lai Jiangshan2020-06-011-1/+1
| * | | | workqueue: remove useless unlock() and lock() in seriesLai Jiangshan2020-05-291-2/+0
| * | | | workqueue: void unneeded requeuing the pwq in rescuer threadLai Jiangshan2020-05-291-1/+1
| * | | | workqueue: Convert the pool::lock and wq_mayday_lock to raw_spinlock_tSebastian Andrzej Siewior2020-05-291-88/+88
| * | | | workqueue: Use rcuwait for wq_manager_waitSebastian Andrzej Siewior2020-05-291-5/+19
| * | | | workqueue: Remove unnecessary kfree() call in rcu_free_wq()Zhang Qiang2020-05-271-1/+0
| * | | | workqueue: Fix an use after free in init_rescuer()Dan Carpenter2020-05-111-1/+3
| * | | | workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO.Sean Fu2020-05-051-4/+2
* | | | | Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-06-062-17/+53
|\ \ \ \ \
| * | | | | cgroup: add cpu.stat file to root cgroupBoris Burkov2020-05-282-9/+52
| * | | | | cgroup: Remove stale commentsZefan Li2020-05-261-8/+1
* | | | | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-0/+16
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman2020-05-202-12/+12
| |\ \ \ \ \ \
| * | | | | | | powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria2020-05-191-0/+16
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'modules-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-051-10/+40
|\ \ \ \ \ \ \
| * | | | | | | module: Harden STRICT_MODULE_RWXPeter Zijlstra2020-04-211-0/+24
| * | | | | | | module: break nested ARCH_HAS_STRICT_MODULE_RWX and STRICT_MODULE_RWX #ifdefsJessica Yu2020-04-171-11/+18
* | | | | | | | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-041-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | kgdb: Add kgdb_has_hit_break functionVincent Chen2020-05-181-0/+12
* | | | | | | | | Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-041-2/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'qcom-drivers-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2020-05-251-2/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |