summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "libata, freezer: avoid block device removal while system is frozen"Mika Westerberg2019-10-061-6/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-244-24/+68
|\
| * arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-241-2/+4
| * uprobe: collapse THP pmd after removing all uprobesSong Liu2019-09-241-0/+9
| * uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITSong Liu2019-09-241-4/+2
| * uprobe: use original page when all uprobes are removedSong Liu2019-09-241-15/+51
| * mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range()David Hildenbrand2019-09-241-2/+2
| * mm: remove quicklist page table cachesNicholas Piggin2019-09-241-1/+0
* | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-241-34/+58
|\ \
| * | vfs: Convert bpf to use the new mount APIDavid Howells2019-09-181-34/+58
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-09-231-0/+1
|\ \ \ | |_|/ |/| |
| * | livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes2019-08-191-0/+1
* | | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-221-7/+69
|\ \ \
| * | | module: remove unneeded casts in cmp_name()Masahiro Yamada2019-09-111-5/+2
| * | | module: Fix link failure due to invalid relocation on namespace offsetWill Deacon2019-09-111-0/+2
| * | | module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTSMatthias Maennich2019-09-101-2/+9
| * | | module: add support for symbol namespaces.Matthias Maennich2019-09-101-0/+43
| * | | module: support reading multiple values per modinfo tagMatthias Maennich2019-09-101-2/+15
* | | | Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-211-1/+1
|\ \ \ \
| * | | | um: Enable CONFIG_CONSTRUCTORSJohannes Berg2019-09-151-1/+1
| |/ / /
* | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-213-20/+45
|\ \ \ \
| * | | | kernel.h: Add non_block_start/end()Daniel Vetter2019-09-071-5/+14
| * | | | Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-2124-553/+236
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | memremap: provide a not device managed memremap_pagesChristoph Hellwig2019-08-201-32/+52
| * | | | memremap: don't use a separate devm action for devmap_managed_enable_getChristoph Hellwig2019-08-201-5/+10
| * | | | memremap: remove the dev field in struct dev_pagemapChristoph Hellwig2019-08-201-5/+1
| * | | | resource: add a not device managed request_free_mem_region variantChristoph Hellwig2019-08-201-14/+31
| * | | | hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-201-1/+0
* | | | | Merge tag 'printk-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-09-212-11/+28
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-5.4' into for-linusPetr Mladek2019-09-162-10/+27
| |\ \ \ \ \
| | * | | | | printk: Replace strncmp() with str_has_prefix()Chuhong Yuan2019-08-162-10/+27
| * | | | | | printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-07-121-1/+1
| |/ / / / /
* | | | | | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-204-14/+12
|\ \ \ \ \ \
| * | | | | | ftrace: Look up the address of return_to_handler() using helpersNaveen N. Rao2019-09-181-2/+2
| * | | | | | Merge branch 'topic/mem-encrypt' into nextMichael Ellerman2019-08-302-10/+1
| |\ \ \ \ \ \
| | * | | | | | dma-mapping: Remove dma_check_mask()Thiago Jung Bauermann2019-08-091-8/+0
| | * | | | | | swiotlb: Remove call to sme_active()Thiago Jung Bauermann2019-08-091-2/+1
| * | | | | | | extable: Add function to search only kernel exception tableSantosh Sivaraj2019-08-211-2/+9
| |/ / / / / /
* | | | | | | Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-09-2013-192/+858
|\ \ \ \ \ \ \
| * | | | | | | tracing/probe: Reject exactly same probe eventMasami Hiramatsu2019-09-193-17/+90
| * | | | | | | tracing/probe: Fix to allow user to enable events on unloaded modulesMasami Hiramatsu2019-09-191-12/+5
| * | | | | | | tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink()Masami Hiramatsu2019-09-171-5/+6
| * | | | | | | tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi2019-09-171-0/+2
| * | | | | | | tracing: Be more clever when dumping hex in __print_hex()Andy Shevchenko2019-09-171-3/+3
| * | | | | | | ftrace: Simplify ftrace hash lookup code in clear_func_from_hash()Changbin Du2019-09-171-5/+1
| * | | | | | | tracing: Add "gfp_t" support in synthetic_eventsZhengjun Xing2019-09-051-0/+19
| * | | | | | | tracing: Rename tracing_reset() to tracing_reset_cpu()Steven Rostedt (VMware)2019-08-312-4/+3
| * | | | | | | tracing: Document the stack trace algorithm in the commentsSteven Rostedt (VMware)2019-08-311-0/+98
| * | | | | | | tracing/arm64: Have max stack tracer handle the case of return address after ...Steven Rostedt (VMware)2019-08-311-0/+14
| * | | | | | | tracing/probe: Add immediate string parameter supportMasami Hiramatsu2019-08-315-15/+51