summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-12-08vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wartSean Christopherson
2023-12-08cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny
2023-12-08bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-12-08io_uring/kbuf: defer release of mapped buffer ringsJens Axboe
2023-12-08iommu: Avoid more races around device probeRobin Murphy
2023-12-08dma-buf: fix check in dma_resv_add_fenceChristian König
2023-12-03Revert "usb: phy: add usb phy notify port status API"Johan Hovold
2023-12-03mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest
2023-12-03HID: fix HID device resource race between HID core and debugging supportCharles Yi
2023-12-03net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
2023-12-03net, vrf: Move dstats structure to coreDaniel Borkmann
2023-12-03filemap: add a per-mapping stable writes flagChristoph Hellwig
2023-11-28net: ethtool: Fix documentation of ethtool_sprintf()Andrew Lunn
2023-11-28lsm: fix default return value for inode_getsecctxOndrej Mosnacek
2023-11-28lsm: fix default return value for vm_enough_memoryOndrej Mosnacek
2023-11-28torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney
2023-11-28mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo
2023-11-28mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park
2023-11-28proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen
2023-11-28x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den
2023-11-28spi: Fix null dereference on suspendMark Hasemeyer
2023-11-28perf/core: Fix cpuctx refcountingPeter Zijlstra
2023-11-28bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2023-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix
2023-11-28sched/core: Optimize in_task() and in_interrupt() a bitFinn Thain
2023-11-28pwm: Fix double shift bugDan Carpenter
2023-11-28f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu
2023-11-28string.h: add array-wrappers for (v)memdup_user()Philipp Stanner
2023-11-28vsock: read from socket's error queueArseniy Krasnov
2023-11-28wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)Ingo Rohloff
2023-11-28workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker
2023-11-28lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet
2023-11-20Fix termination state for idr_for_each_entry_ul()NeilBrown
2023-11-20mfd: core: Un-constify mfd_cell.of_regMichał Mirosław
2023-11-20crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu
2023-11-20hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren
2023-11-20KEYS: Include linux/errno.h in linux/verification.hHerbert Xu
2023-11-20arm64/arm: xen: enlighten: Fix KPTI checksMark Rutland
2023-11-20clk: linux/clk-provider.h: fix kernel-doc warnings and typosRandy Dunlap
2023-11-20net: add DEV_STATS_READ() helperEric Dumazet
2023-11-20PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS()Raag Jadav
2023-11-20udplite: fix various data-racesEric Dumazet
2023-11-20udplite: remove UDPLITE_BITEric Dumazet
2023-11-20udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2023-11-20udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet
2023-11-20udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2023-11-20udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2023-11-20udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2023-11-20udp: introduce udp->udp_flagsEric Dumazet
2023-11-20bpf, x64: Fix tailcall infinite loopLeon Hwang