summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-097-12/+12
* mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse2020-06-091-12/+5
* mmap locking API: convert nested write lock sitesMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-0910-39/+39
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-093-3/+3
* kernel: use show_stack_loglvl()Dmitry Safonov2020-06-091-1/+1
* sched: print stack trace with KERN_INFODmitry Safonov2020-06-091-1/+1
* kdb: don't play with console_loglevelDmitry Safonov2020-06-091-7/+8
* 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