summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang1-0/+9
2024-03-11Merge tag 'kvm-x86-asyncpf-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki1-15/+15
2024-03-11Merge branch 'pm-sleep'Rafael J. Wysocki2-74/+30
2024-03-11Merge back cpufreq material for 6.9-rc1.Rafael J. Wysocki2-4/+26
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2-1/+15
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini27-63/+125
2024-03-11Merge branches 'acpi-tables', 'acpi-processor', 'acpi-property' and 'acpi-the...Rafael J. Wysocki1-0/+1
2024-03-11lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersAndy Shevchenko1-0/+101
2024-03-11cpufreq: Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.hViresh Kumar2-20/+16
2024-03-11OPP: Extend dev_pm_opp_data with turbo supportSibi Sankar1-0/+2
2024-03-11Input: make input_class constantRicardo B. Marliere1-1/+1
2024-03-10mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet2-6/+15
2024-03-10mm: introduce memalloc_flags_{save,restore}Kent Overstreet1-17/+26
2024-03-10Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+7
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+26
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini7-7/+55
2024-03-09nfs: fix UAF in direct writesJosef Bacik1-0/+1
2024-03-09sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-0/+1
2024-03-09nfs: remove unused NFS_CALL macroJeff Layton1-7/+0
2024-03-09efi/libstub: Add get_event_log() support for CC platformsKuppuswamy Sathyanarayanan1-0/+1
2024-03-09efi/libstub: Add Confidential Computing (CC) measurement typedefsKuppuswamy Sathyanarayanan1-0/+1
2024-03-09efi/tpm: Use symbolic GUID name from spec for final events tableArd Biesheuvel1-1/+1
2024-03-09Merge tag 'mlx5-socket-direct-v3' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-1/+4
2024-03-09PCI/AER: Generalize TLP Header Log readingIlpo Järvinen1-6/+5
2024-03-08net: add skb_data_unref() helperEric Dumazet1-0/+18
2024-03-08of: Create of_root if no dtb provided by firmwareFrank Rowand1-10/+15
2024-03-08Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+2
2024-03-08io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLEJens Axboe1-3/+3
2024-03-08rtc: class: make rtc_class constantRicardo B. Marliere1-1/+1
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski1-0/+45
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2-78/+222
2024-03-08netdev: add per-queue statisticsJakub Kicinski1-0/+3
2024-03-08net: introduce include/net/rps.hEric Dumazet1-82/+0
2024-03-08net: move skbuff_cache(s) to net_hotdataEric Dumazet1-1/+0
2024-03-08net: move dev_rx_weight to net_hotdataEric Dumazet1-2/+0
2024-03-08net: move dev_tx_weight to net_hotdataEric Dumazet1-1/+0
2024-03-08net: move netdev_max_backlog to net_hotdataEric Dumazet1-1/+0
2024-03-08net: move ptype_all into net_hotdataEric Dumazet1-1/+0
2024-03-08net: introduce struct net_hotdataEric Dumazet1-1/+0
2024-03-08Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+9
2024-03-08bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov1-0/+3
2024-03-08driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan1-0/+2
2024-03-08driver core: Adds flags param to fwnode_link_add()Saravana Kannan1-1/+2
2024-03-08device property: Don't use "proxy" headersAndy Shevchenko2-2/+3
2024-03-08device property: Move enum dev_dma_attr to fwnode.hAndy Shevchenko2-6/+6
2024-03-08driver core: Move fw_devlink stuff to where it belongsAndy Shevchenko2-3/+0
2024-03-08driver core: Drop unneeded 'extern' keyword in fwnode.hAndy Shevchenko1-1/+1
2024-03-08firmware_loader: introduce __free() cleanup hanlerDmitry Torokhov1-0/+3