summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.14-rc4v5.14-rc4Linus Torvalds2021-08-011-1/+1
* Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub...Linus Torvalds2021-08-013-13/+42
|\
| * Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-07-301-2/+0
| * perf pmu: Fix alias matchingJohn Garry2021-07-271-9/+24
| * perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark2021-07-271-2/+18
* | Merge tag 'powerpc-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-012-1/+8
|\ \
| * | powerpc/vdso: Don't use r30 to avoid breaking Go langMichael Ellerman2021-07-291-0/+7
| * | powerpc/pseries: Fix regression while building external modulesSrikar Dronamraju2021-07-291-1/+1
| * | Merge branch 'fixes' into nextMichael Ellerman2021-07-265-8/+68
| |\ \
* | \ \ Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-017-106/+244
|\ \ \ \
| * | | | xfs: prevent spoofing of rtbitmap blocks when recovering buffersDarrick J. Wong2021-07-291-2/+12
| * | | | xfs: limit iclog tail updatesDave Chinner2021-07-291-13/+37
| * | | | xfs: need to see iclog flags in tracingDave Chinner2021-07-292-4/+14
| * | | | xfs: Enforce attr3 buffer recovery orderDave Chinner2021-07-291-0/+1
| * | | | xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2021-07-292-11/+39
| * | | | xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner2021-07-291-5/+37
| * | | | xfs: log forces imply data device cache flushesDave Chinner2021-07-291-13/+34
| * | | | xfs: factor out forced iclog flushesDave Chinner2021-07-291-24/+18
| * | | | xfs: fix ordering violation between cache flushes and tail updatesDave Chinner2021-07-293-13/+39
| * | | | xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogDave Chinner2021-07-291-28/+17
| * | | | xfs: external logs need to flush data deviceDave Chinner2021-07-291-8/+11
| * | | | xfs: flush data dev on external log writeDave Chinner2021-07-291-1/+1
* | | | | Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-313-2/+10
|\ \ \ \ \
| * | | | | cifs: add missing parsing of backupuidRonnie Sahlberg2021-07-281-0/+7
| * | | | | smb3: rc uninitialized in one fallocate pathSteve French2021-07-261-1/+2
| * | | | | SMB3: fix readpage for large swap cacheSteve French2021-07-261-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-30104-547/+1230
|\ \ \ \ \
| * \ \ \ \ Merge tag 'linux-can-fixes-for-5.14-20210730' of git://git.kernel.org/pub/scm...Jakub Kicinski2021-07-306-5/+50
| |\ \ \ \ \
| | * | | | | can: esd_usb2: fix memory leakPavel Skripkin2021-07-301-1/+15
| | * | | | | can: ems_usb: fix memory leakPavel Skripkin2021-07-301-1/+13
| | * | | | | can: usb_8dev: fix memory leakPavel Skripkin2021-07-301-2/+13
| | * | | | | can: mcba_usb_start(): add missing urb->transfer_dma initializationPavel Skripkin2021-07-301-0/+2
| | * | | | | can: hi311x: fix a signedness bug in hi3110_cmd()Dan Carpenter2021-07-301-1/+1
| | * | | | | MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer...Marc Kleine-Budde2021-07-301-0/+6
| * | | | | | gve: Update MAINTAINERS listCatherine Sullivan2021-07-301-3/+3
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-2920-138/+446
| |\ \ \ \ \
| | * | | | | bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-07-292-56/+33
| | * | | | | bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-2914-8/+102
| | * | | | | Merge branch 'sockmap fixes picked up by stress tests'Andrii Nakryiko2021-07-272-30/+63
| | |\ \ \ \ \
| | | * | | | | bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend2021-07-272-25/+35
| | | * | | | | bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend2021-07-271-6/+29
| | | * | | | | bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend2021-07-271-2/+2
| | |/ / / / /
| | * | | | | bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer2021-07-191-0/+1
| | * | | | | bpf, selftests: Add test cases for pointer alu from multiple pathsDaniel Borkmann2021-07-161-0/+229
| | * | | | | bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-07-162-10/+18
| | * | | | | bpf: Remove superfluous aux sanitation on subprog rejectionDaniel Borkmann2021-07-161-34/+0
| * | | | | | sis900: Fix missing pci_disable_device() in probe and removeWang Hai2021-07-281-5/+2
| * | | | | | net: let flow have same hash in two directionszhang kai2021-07-281-9/+9
| * | | | | | nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski2021-07-281-2/+1
| * | | | | | tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai2021-07-281-5/+2