aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-06-04driver core: device.h: Group of_node handling declarations and definitionsAndy Shevchenko1-8/+9
2024-06-04misc: eeprom_93xx46: Hide legacy platform data in the driverAndy Shevchenko1-32/+0
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)1-0/+3
2024-06-04function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)1-7/+0
2024-06-04function_graph: Move graph depth stored data to shadow stack global varSteven Rostedt (VMware)1-29/+0
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)1-4/+1
2024-06-04function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)1-0/+1
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)1-0/+2
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)1-0/+1
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)1-0/+3
2024-06-04ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)1-0/+1
2024-06-04ftrace: Allow ftrace startup flags to exist without dynamic ftraceSteven Rostedt (VMware)1-9/+9
2024-06-04ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)1-0/+1
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)1-3/+7
2024-06-04function_graph: Allow multiple users to attach to function graphSteven Rostedt (VMware)1-1/+2
2024-06-04function_graph: Convert ret_stack to a series of longsSteven Rostedt (VMware)1-1/+1
2024-06-04sysfs: Unbreak the build around sysfs_bin_attr_simple_read()Lukas Wunner1-0/+9
2024-06-04driver core: remove devm_device_add_groups()Greg Kroah-Hartman1-2/+0
2024-06-04usb: typec: Update sysfs when setting opsAbhishek Pandit-Subedi1-0/+3
2024-06-04kcov, usb: disable interrupts in kcov_remote_start_usb_softirqAndrey Konovalov1-9/+38
2024-06-04iommu: Return right value in iommu_sva_bind_device()Lu Baolu1-1/+1
2024-06-03hwmon: Add PEC attribute support to hardware monitoring coreGuenter Roeck1-0/+2
2024-06-03Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"Frederic Weisbecker1-2/+0
2024-06-03rcu/nocb: Use kthread parking instead of ad-hoc implementationFrederic Weisbecker1-45/+36
2024-06-03rcu/nocb: Fix segcblist state machine stale comments about timersFrederic Weisbecker1-4/+2
2024-06-03rcu/nocb: Fix segcblist state machine comments about bypassFrederic Weisbecker1-4/+3
2024-06-03rcu: Add lockdep_assert_in_rcu_read_lock() and friendsPaul E. McKenney1-0/+60
2024-06-03lsm: fixup the inode xattr capability handlingPaul Moore1-0/+1
2024-06-03Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini3-1/+40
2024-06-03KVM: Unexport kvm_debugfs_dirBorislav Petkov1-2/+0
2024-06-03printk: Rename console_replay_all() and update contextSreenath Vijayan1-2/+2
2024-06-03sysctl: constify ctl_table arguments of utility functionThomas Weißschuh1-1/+1
2024-06-03soundwire: intel_ace2.x: add AC timing extensions for PantherLakePierre-Louis Bossart1-0/+5
2024-06-03soundwire: bus: add stream refcountPierre-Louis Bossart1-0/+2
2024-06-03spi: Merge up fixesMark Brown7-42/+50
2024-06-03regulator: Merge up fixesMark Brown7-42/+50
2024-06-03firmware: xilinx: Move FIRMWARE_VERSION_MASK to xlnx-zynqmp.hRonak Jain1-0/+3
2024-06-03soc: xilinx: Add cb event for subsystem restartJay Buddhabhatti1-0/+10
2024-06-03timekeeping: Add function to convert realtime to base clockLakshmi Sowjanya D1-0/+4
2024-06-03x86/tsc: Provide ART base clock information for TSCLakshmi Sowjanya D1-0/+1
2024-06-03timekeeping: Provide infrastructure for converting to/from a base clockLakshmi Sowjanya D2-0/+29
2024-06-03Merge tag 'i2c-host-6.10-pt2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang1-1/+0
2024-06-03platform/chrome: cros_ec_proto: Introduce cros_ec_cmd_readmem()Thomas Weißschuh1-0/+2
2024-06-03power: supply: leds: Share trig pointer for online and charging_fullHans de Goede1-2/+1
2024-06-03power: supply: leds: Add power_supply_[un]register_led_trigger()Hans de Goede1-6/+0
2024-05-31soc: qcom: llcc: Add regmap for Broadcast_AND regionUnnathi Chalicheemala1-1/+3
2024-05-31Merge tag 'block-6.10-20240530' of git://git.kernel.dk/linuxLinus Torvalds2-10/+1
2024-05-31vfio/pci: Use unmap_mapping_range()Alex Williamson1-2/+0
2024-05-31vfio: Create vfio_fs_type with inode per deviceAlex Williamson1-0/+1
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-37/+81