summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2022-08-24netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso-0/+1
2022-08-24netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso-0/+1
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+1
2022-08-23Merge tag 'mlx5-fixes-2022-08-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-0/+1
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-14/+17
2022-08-23netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal-4/+0
2022-08-23io_uring: uapi: Add `extern "C"` in io_uring.h for liburingAmmar Faizi-0/+8
2022-08-23firmware: arm_scmi: Harmonize SCMI tracing message formatCristian Marussi-15/+15
2022-08-23Revert "driver core: Delete driver_deferred_probe_check_state()"Saravana Kannan-0/+1
2022-08-22bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins-1/+1
2022-08-22net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh-0/+1
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-1/+1
2022-08-22firmware: arm_scmi: Improve checks in the info_get operationsCristian Marussi-2/+2
2022-08-20mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins-9/+4
2022-08-20mm/uffd: reset write protection when unregister with wp-modePeter Xu-0/+2
2022-08-20mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee-4/+11
2022-08-20mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand-1/+0
2022-08-20Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+0
2022-08-20Merge tag 'ata-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-1/+2
2022-08-21ata: libata: Set __ATA_BASE_SHT max_sectorsJohn Garry-1/+2
2022-08-19Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen-5/+1
2022-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-32/+34
2022-08-19Merge tag 'bitmap-6.0-rc2' of https://github.com/norov/linuxLinus Torvalds-3/+23
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng-29/+31
2022-08-19KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng-3/+3
2022-08-18Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-16/+191
2022-08-18usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun-0/+5
2022-08-18ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger-1/+3
2022-08-18serial: document start_rx member at struct uart_opsMauro Carvalho Chehab-0/+8
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai-1/+0
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean-4/+62
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean-8/+97
2022-08-17net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean-1/+1
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean-2/+4
2022-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-1/+1
2022-08-17net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells-0/+25
2022-08-17bpf: Partially revert flexible-array member replacementDaniel Borkmann-1/+1
2022-08-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-32/+22
2022-08-16locking/atomic: Make test_and_*_bit() ordered on failureHector Martin-6/+0
2022-08-16virtio: kerneldocs fixes and enhancementsRicardo CaƱuelo-11/+17
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin-9/+5
2022-08-16virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"Michael S. Tsirkin-12/+0
2022-08-15sched/psi: Remove redundant cgroup_psi() when !CONFIG_CGROUPSHao Jia-5/+0
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia-1/+1
2022-08-15lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule-0/+19
2022-08-15cpumask: align signatures of UP implementationsSander Vanheule-3/+4
2022-08-15platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko-2/+4
2022-08-15neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn-0/+1
2022-08-14radix-tree: replace gfp.h inclusion with gfp_types.hYury Norov-1/+1
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+21