summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-09-261-3/+5
|\
| * timer: Read jiffies once when forwarding base clkLi RongQing2019-09-191-3/+5
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-261-3/+3
|\ \
| * | perf/core: Fix several typos in commentsRoy Ben Shlomo2019-09-201-3/+3
| |/
* | Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-262-4/+6
|\ \
| * | tracing/probe: Fix same probe event argument matchingSrikar Dronamraju2019-09-252-4/+6
* | | bug: consolidate __WARN_FLAGS usageKees Cook2019-09-251-1/+1
* | | bug: lift "cut here" out of __warn()Kees Cook2019-09-251-4/+2
* | | bug: consolidate warn_slowpath_fmt() usageKees Cook2019-09-251-7/+7
* | | bug: refactor away warn_slowpath_fmt_taint()Kees Cook2019-09-251-15/+3
* | | kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson2019-09-252-20/+19
* | | kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa2019-09-251-0/+2
* | | fork: improve error message for corrupted page tablesSai Praneeth Prakhya2019-09-251-2/+14
* | | kernel/elfcore.c: include proper prototypesValdis Kletnieks2019-09-251-0/+1
* | | 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