summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 9p: fix file headersDominique Martinet2021-11-033-6/+0
* fscache_cookie_enabled: check cookie is valid before accessing itDominique Martinet2021-11-031-1/+1
* net/9p: autoload transport modulesThomas Weißschuh2021-11-031-0/+6
* mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi2021-10-281-0/+23
* Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-289-19/+28
|\
| * mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti2021-10-281-0/+4
| * net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan2021-10-281-7/+2
| * Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-10-271-2/+0
| |\
| | * cfg80211: fix management registrations lockingJohannes Berg2021-10-251-2/+0
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-266-8/+19
| |\ \
| | * | bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen2021-10-261-2/+5
| | * | bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NETTejun Heo2021-10-261-4/+4
| | * | skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2021-10-261-0/+1
| | * | net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-262-2/+8
| | * | bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-10-221-0/+1
| * | | net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-10-261-2/+3
| | |/ | |/|
* | | Merge tag 'acpi-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-10-221-2/+7
|\ \ \ | |/ / |/| |
| * | Merge branch 'acpi-tools'Rafael J. Wysocki2021-10-221-2/+7
| |\ \
| | * | ACPI: tools: fix compilation errorMiguel Bernal Marin2021-10-071-2/+7
* | | | Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-211-0/+2
|\ \ \ \
| * | | | ucounts: Fix signal ucount refcountingEric W. Biederman2021-10-181-0/+2
* | | | | Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-215-9/+12
|\ \ \ \ \
| * | | | | net/mlx5: Lag, change multipath and bonding to be mutually exclusiveMaor Dickman2021-10-201-1/+0
| | |_|_|/ | |/| | |
| * | | | mctp: Be explicit about struct sockaddr_mctp paddingJeremy Kerr2021-10-181-0/+2
| * | | | mctp: unify sockaddr_mctp typesJeremy Kerr2021-10-182-3/+4
| * | | | tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-151-2/+3
| * | | | sctp: fix transport encap_port update in sctp_vtag_verifyXin Long2021-10-151-3/+3
* | | | | Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-10-201-40/+9
|\ \ \ \ \
| * | | | | tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-181-40/+9
* | | | | | mm/secretmem: fix NULL page->mapping dereference in page_is_secretmem()Sean Christopherson2021-10-181-1/+1
* | | | | | elfcore: correct reference to CONFIG_UMLLukas Bulwahn2021-10-181-1/+1
* | | | | | mm/migrate: fix CPUHP state to update node demotion orderHuang Ying2021-10-181-0/+4
* | | | | | mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen2021-10-181-1/+4
| |_|_|/ / |/| | | |
* | | | | Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-172-10/+10
|\ \ \ \ \
| * | | | | kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig2021-10-151-10/+9
| * | | | | block: drain file system I/O on del_gendiskChristoph Hellwig2021-10-151-0/+1
* | | | | | Merge tag 'char-misc-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-10-171-4/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'misc-habanalabs-fixes-2021-09-29' of https://git.kernel.org/pub/sc...Greg Kroah-Hartman2021-10-041-4/+2
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | habanalabs: fix resetting args in wait for CS IOCTLRajaravi Krishna Katta2021-09-291-4/+2
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'spi-fix-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-10-151-0/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown2021-10-141-0/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'net-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-146-80/+90
|\ \ \ \ \
| * \ \ \ \ Merge tag 'mlx5-fixes-2021-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2021-10-131-2/+8
| |\ \ \ \ \
| | * | | | | net/mlx5e: Mutually exclude RX-FCS and RX-port-timestampAya Levin2021-10-121-2/+8
| * | | | | | net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2021-10-122-27/+12
| * | | | | | net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean2021-10-122-24/+37
| * | | | | | net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...Vladimir Oltean2021-10-121-0/+1
| * | | | | | net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean2021-10-122-1/+5
| * | | | | | net: mscc: ocelot: make use of all 63 PTP timestamp identifiersVladimir Oltean2021-10-121-0/+2
| * | | | | | net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean2021-10-121-14/+1