summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-093-35/+64
|\
| * bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-042-1/+22
| * bpf: Account for BPF_FETCH in insn_has_def32()Ilya Leoshkevich2021-03-041-31/+39
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-263-3/+3
| |\
| | * bpf: Drop imprecise log messageDmitrii Banshchikov2021-02-241-2/+0
| | * bpf: Clear percpu pointers in bpf_prog_clone_free()Cong Wang2021-02-221-0/+2
| | * bpf: Fix a warning message in mark_ptr_not_null_reg()Dan Carpenter2021-02-221-1/+1
* | | Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-051-0/+30
|\ \ \
| * | | kernel: provide create_io_thread() helperJens Axboe2021-03-041-0/+30
* | | | tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)2021-03-041-0/+6
* | | | tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi2021-03-041-1/+3
* | | | ring-buffer: Add a little more information and a WARN when time stamp going b...Steven Rostedt (VMware)2021-03-041-3/+7
* | | | ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)2021-03-041-0/+11
* | | | tracing: Fix help text of TRACEPOINT_BENCHMARK in KconfigRolf Eike Beer2021-03-041-1/+1
* | | | tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)2021-03-041-1/+0
|/ / /
* | | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-7/+13
|\ \ \
| * | | blktrace: fix documentation for blk_fill_rw()Chaitanya Kulkarni2021-02-241-1/+1
| * | | blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman2021-02-231-6/+2
| * | | blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni2021-02-221-0/+10
| * | | block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni2021-02-221-1/+1
* | | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-272-3/+3
|\ \ \ \
| * | | | kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signalsJens Axboe2021-02-212-3/+3
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-1/+1
|\ \ \ \ \
| * | | | | audit_alloc_mark(): don't open-code ERR_CAST()Al Viro2021-02-231-1/+1
* | | | | | Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-116/+194
|\ \ \ \ \ \
| * | | | | | swiotlb: Validate bounce size in the sync/unmap pathMartin Radev2021-02-261-3/+50
| * | | | | | swiotlb: respect min_align_maskChristoph Hellwig2021-02-261-10/+31
| * | | | | | swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleChristoph Hellwig2021-02-221-1/+0
| * | | | | | swiotlb: refactor swiotlb_tbl_map_singleChristoph Hellwig2021-02-221-90/+89
| * | | | | | swiotlb: clean up swiotlb_tbl_unmap_singleChristoph Hellwig2021-02-201-20/+21
| * | | | | | swiotlb: factor out a nr_slots helperChristoph Hellwig2021-02-201-4/+9
| * | | | | | swiotlb: factor out an io_tlb_offset helperChristoph Hellwig2021-02-201-7/+13
| * | | | | | swiotlb: add a IO_TLB_SIZE defineChristoph Hellwig2021-02-201-7/+7
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-02-261-2/+0
|\ \ \ \ \ \ \
| * | | | | | | kexec: move machine_kexec_post_load() to public interfacePavel Tatashin2021-02-221-2/+0
* | | | | | | | kgdb: fix to kill breakpoints on initmem after bootSumit Garg2021-02-261-0/+11
* | | | | | | | kernel: delete repeated words in commentsRandy Dunlap2021-02-267-11/+11
* | | | | | | | groups: simplify struct group_info allocationHubert Jasudowicz2021-02-261-6/+1
* | | | | | | | sysctl.c: fix underflow value setting risk in vm_tableLin Feng2021-02-261-4/+4
* | | | | | | | tracing: add error_report_end trace pointAlexander Potapenko2021-02-262-0/+12
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | kbuild: simplify access to the kernel's versionSasha Levin2021-02-161-1/+1
* | | | | | | | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-1237-262/+403
| |\| | | | | | |
| * | | | | | | | softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner2021-02-101-0/+2
* | | | | | | | | Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | irqdomain: Mark fwnodes when their irqdomain is added/removedSaravana Kannan2021-02-091-0/+2
* | | | | | | | | | Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-02-242-41/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig2021-02-091-40/+0
| * | | | | | | | | | dma-mapping: benchmark: pretend DMA is transmittingBarry Song2021-02-051-1/+11