summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| * | | | | | | | | rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira2022-07-308-0/+844
| * | | | | | | | | tracing: Auto generate event name when creating a group of eventsLinyu Yuan2022-07-246-27/+40
| * | | | | | | | | tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan2022-07-241-2/+0
| * | | | | | | | | tracing: eprobe: Add missing log indexLinyu Yuan2022-07-241-0/+1
| * | | | | | | | | tracing/histograms: Simplify create_hist_fields()Zheng Yejian2022-07-121-3/+2
| * | | | | | | | | tracing/user_events: Fix syntax errors in commentsXiang wangx2022-07-121-1/+1
* | | | | | | | | | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-042-28/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | kernel: remove platform_has() infrastructureJuergen Gross2022-08-012-28/+1
* | | | | | | | | | Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-043-3/+21
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman2022-07-114-72/+52
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remove CONFIG_ANDROIDChristoph Hellwig2022-07-012-3/+1
| * | | | | | | | | | | pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh2022-07-011-0/+20
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-031-0/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |