summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-06-06drm/print: Kill ___drm_dbg()Michal Wajdeczko
2024-06-06drm/print: Add missing [drm] prefix to drm based WARNMichal Wajdeczko
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker
2024-06-06irqchip/gic-v3: Enable non-coherent redistributors/ITSes ACPI probingLorenzo Pieralisi
2024-06-06drm/mm: Remove unused drm_mm_replace_nodeRodrigo Vivi
2024-06-06tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet
2024-06-06tcp: small changes in reqsk_put() and reqsk_free()Eric Dumazet
2024-06-06net: use unrcu_pointer() helperEric Dumazet
2024-06-06mm/mm_init.c: not always search next deferred_init_pfn from very beginningWei Yang
2024-06-05net/mlx5e: SHAMPO, Re-enable HW-GROYoray Zack
2024-06-05net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-05mm: huge_mm: fix undefined reference to `mthp_stats' for CONFIG_SYSFS=nBarry Song
2024-06-05mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang
2024-06-05Merge tag 'acpi-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-06-05Merge tag 'pm-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik
2024-06-05drm/amdgpu: define new gfx12 uapi flagsMarek Olšák
2024-06-05sched/core: Drop spinlocks on contention iff kernel is preemptibleSean Christopherson
2024-06-05sched/core: Move preempt_model_*() helpers from sched.h to preempt.hSean Christopherson
2024-06-05locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldocCarlos Llamas
2024-06-05KVM: x86: Add a capability to configure bus frequency for APIC timerIsaku Yamahata
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski
2024-06-05dt-bindings: power: add Amlogic A4 power domainsXianwei Zhao
2024-06-05devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET
2024-06-05dma-buf: align fd_flags and heap_flags with dma_heap_allocation_dataBarry Song
2024-06-05net: caif: remove unused structsDr. David Alan Gilbert
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-06-05mm/memblock: fix a typo in description of for_each_mem_region()Wei Yang
2024-06-05platform/chrome: cros_ec_proto: Upgrade get_next_event to v3Daisuke Nojiri
2024-06-05platform/chrome: Add struct ec_response_get_next_event_v3Daisuke Nojiri
2024-06-04scsi: ufs: pci: Add support MCQ for QEMU-based UFSMinwoo Im
2024-06-04iio: imu: adis_trigger: Allow level interrupts for FIFO readingsRamona Gradinariu
2024-06-04iio: imu: adis_buffer: Add buffer setup API with buffer attributesRamona Gradinariu
2024-06-04iio: add support for multiple scan types per channelDavid Lechner
2024-06-04iio: introduce struct iio_scan_typeDavid Lechner
2024-06-04PCI: Revert the cfg_access_lock lockdep mechanismDan Williams
2024-06-04driver core: device.h: Group of_node handling declarations and definitionsAndy Shevchenko
2024-06-04misc: eeprom_93xx46: Hide legacy platform data in the driverAndy Shevchenko
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)
2024-06-04function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Move graph depth stored data to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)