summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-076-30/+78
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-2/+6
| * kernel/hung_task: fix address space of proc_dohung_task_timeout_secsBen Dooks2022-07-291-1/+1
| * kdump: round up the total memory size to 128M for crashkernel reservationTao Liu2022-07-171-2/+12
| * vmcoreinfo: include kallsyms symbolsStephen Brennan2022-07-171-0/+14
| * kallsyms: move declarations to internal headerStephen Brennan2022-07-172-22/+31
| * Merge branch 'master' into mm-nonmm-stableakpm2022-06-2724-608/+215
| |\
| * | kexec_file: increase maximum file size to 4GPasha Tatashin2022-06-161-3/+7
| * | profiling: fix shift too large makes kernel panicChen Zhongjin2022-06-161-0/+7
* | | Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-064-10/+17
|\ \ \
| * | | sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman2022-08-041-2/+6
| * | | sched/rt: Fix Sparse warnings due to undefined rt.c declarationsBen Dooks2022-08-031-3/+4
| * | | exit: Fix typo in comment: s/sub-theads/sub-threadsIngo Molnar2022-08-031-1/+1
| * | | sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-032-4/+6
* | | | Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-062-2/+3
|\ \ \ \
| * | | | perf/core: Fix ';;' typoSlark Xiao2022-08-041-1/+1
| * | | | kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin2022-08-021-1/+2
| |/ / /
* | | | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-5/+16
|\ \ \ \
| * | | | watchdog: export lockup_detector_reconfigureLaurent Dufour2022-07-271-5/+16
| | |/ / | |/| |
* | | | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-064-58/+303
|\ \ \ \
| * | | | swiotlb: fix passing local variable to debugfs_create_ulong()Tianyu Lan2022-07-281-3/+9
| * | | | dma-mapping: reformat comment to suppress htmldoc warningLogan Gunthorpe2022-07-281-9/+9
| * | | | dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA supportLogan Gunthorpe2022-07-261-0/+18
| * | | | dma-direct: support PCI P2PDMA pages in dma-direct map_sgLogan Gunthorpe2022-07-262-7/+44
| * | | | dma-mapping: allow EREMOTEIO return code for P2PDMA transfersLogan Gunthorpe2022-07-261-1/+4
| * | | | swiotlb: clean up some coding style and minor issuesTianyu Lan2022-07-221-11/+15
| * | | | dma-mapping: add dma_opt_mapping_size()John Garry2022-07-191-0/+12
| * | | | swiotlb: move struct io_tlb_slot to swiotlb.cChristoph Hellwig2022-07-181-0/+6
| * | | | swiotlb: ensure a segment doesn't cross the area boundaryChao Gao2022-07-181-1/+10
| * | | | swiotlb: consolidate rounding up default_nslabsChao Gao2022-07-181-17/+16
| * | | | swiotlb: remove unused fields in io_tlb_memChao Gao2022-07-181-2/+0
| * | | | swiotlb: fix use after free on error handling pathDan Carpenter2022-07-181-1/+1
| * | | | swiotlb: split up the global swiotlb lockTianyu Lan2022-07-131-40/+189
| * | | | swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy2022-07-121-1/+1
| * | | | swiotlb: panic if nslabs is too smallDongli Zhang2022-06-221-1/+5
| * | | | swiotlb: remove a useless return in swiotlb_initDongli Zhang2022-06-221-1/+1
* | | | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\ \ \ \ \
| * | | | | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-0524-49/+1910
|\ \ \ \ \
| * | | | | rv: Unlock on error path in rv_unregister_reactor()Dan Carpenter2022-08-041-2/+4
| * | | | | tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)2022-08-022-3/+13
| * | | | | tracing: Use free_trace_buffer() in allocate_trace_buffers()Zhiqiang Liu2022-08-021-14/+11
| * | | | | rv/reactor: Add the panic reactorDaniel Bristot de Oliveira2022-07-303-0/+52
| * | | | | rv/reactor: Add the printk reactorDaniel Bristot de Oliveira2022-07-303-1/+52
| * | | | | rv/monitor: Add the wwnr monitorDaniel Bristot de Oliveira2022-07-304-0/+146
| * | | | | rv/monitor: Add the wip monitorDaniel Bristot de Oliveira2022-07-303-36/+29
| * | | | | rv/monitor: Add the wip monitor skeleton created by dot2kDaniel Bristot de Oliveira2022-07-302-0/+155
| * | | | | Documentation/rv: Add a basic documentationDaniel Bristot de Oliveira2022-07-302-0/+6
| * | | | | rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira2022-07-303-0/+30
| * | | | | rv: Add runtime reactors interfaceDaniel Bristot de Oliveira2022-07-305-0/+564