summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
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-28fs: add ctime accessors infrastructureJeff Layton
2023-11-28torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney
2023-11-28torture: Add a kthread-creation callback to _torture_create_kthread()Paul 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-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
2023-11-20string: Adjust strtomem() logic to allow for smaller sourcesKees Cook
2023-11-20PCI/MSI: Provide stubs for IMS functionsReinette Chatre
2023-11-20perf: Optimize perf_cgroup_switch()Peter Zijlstra
2023-11-20x86/numa: Introduce numa_fill_memblks()Alison Schofield
2023-11-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf
2023-11-20sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA caseYury Norov
2023-11-20numa: Generalize numa_map_to_online_node()Yury Norov
2023-11-08PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau
2023-11-08power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaintKai-Heng Feng
2023-11-02kasan: print the original fault addr when access invalid shadowHaibo Li