aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-28staging/fbtft: Include <linux/backlight.h>Thomas Zimmermann1-0/+2
2024-02-28drm/nouveau: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-02-28backlight/corgi-lcd: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-02-26drm/mgag200: Add a workaround for low-latencyJocelyn Falempe3-0/+37
2024-02-26drm/edid/firmware: Remove built-in EDIDsMaxime Ripard12-759/+19
2024-02-26drm/sun4i: hdmi: Consolidate atomic_check and mode_validMaxime Ripard1-27/+47
2024-02-26drm/sun4i: hdmi: Switch to container_of_constMaxime Ripard1-12/+4
2024-02-26drm/sun4i: hdmi: Move mode_set into enableMaxime Ripard1-24/+14
2024-02-26drm/sun4i: hdmi: Convert encoder to atomicMaxime Ripard1-7/+10
2024-02-26drm/tidss: Fix sync-lost issue with two displaysTomi Valkeinen1-0/+10
2024-02-26drm/tidss: Fix initial plane zpos valuesTomi Valkeinen1-1/+1
2024-02-26accel: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-26accel/habanalabs: modify pci health checkOfir Bitton1-3/+3
2024-02-26accel/habanalabs: keep explicit size of reserved memory for FWTomer Tayar2-2/+2
2024-02-26accel/habanalabs: handle reserved memory request when working with full FWTomer Tayar1-11/+8
2024-02-26accel/habanalabs/hwmon: rate limit errors user can generateOfir Bitton1-14/+15
2024-02-26accel/habanalabs/gaudi2: drain event lacks rd/wr indicationOfir Bitton1-11/+3
2024-02-26accel/habanalabs: fix error printDani Liberman1-2/+2
2024-02-26accel/habanalabs: initialize maybe-uninitialized variablesTal Risin1-2/+2
2024-02-26accel/habanalabs: fix debugfs files permissionsAvri Kehat1-7/+7
2024-02-26accel/habanalabs: fix glbl error cause handlingTomer Tayar5-18/+35
2024-02-26accel/habanalabs/gaudi2: check extended errors according to PCIe addr_dec interrupt infoTomer Tayar1-10/+8
2024-02-26accel/habanalabs: modify print for skip loading linux FW to debug logTomer Tayar1-1/+1
2024-02-26accel/habanalabs: remove hop size from asic propertiesFarah Kassabri6-46/+36
2024-02-26drm: lcdif: Switch to drmm_mode_config_initMarek Vasut1-2/+5
2024-02-26drm/mxsfb: Switch to drmm_mode_config_initMarek Vasut1-2/+5
2024-02-26accel/habanalabs: use kcalloc() instead of kzalloc()Erick Archer1-1/+1
2024-02-26accel/habanalabs/goya: remove redundant assignment to pointer 'input'Colin Ian King1-2/+1
2024-02-26accel/habanalabs/gaudi2: fail memory memset when failing to copy QM packet to deviceTomer Tayar1-2/+8
2024-02-26accel/habanalabs: remove call to deprecated functionDani Liberman2-3/+3
2024-02-26accel/habanalabs: Remove unnecessary braces from if statementMalkoot Khan1-2/+1
2024-02-26accel/habanalabs/gaudi2: move HMMU page tables to device memoryFarah Kassabri10-382/+836
2024-02-26accel/habanalabs: abort device reset for consecutive heartbeat failuresTomer Tayar1-6/+8
2024-02-26accel/habanalabs: fix DRAM BAR base address calculationTomer Tayar1-1/+2
2024-02-26accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid warningsKoby Elbaz1-1/+1
2024-02-26accel/habanalabs/gaudi2: add interrupt affinity for user interruptsDani Liberman3-0/+42
2024-02-25Linux 6.8-rc6Linus Torvalds1-1/+1
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet1-1/+1
2024-02-25ext4_get_link(): fix breakage in RCU modeAl Viro1-3/+5
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro1-0/+3
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro3-6/+13
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro2-1/+2
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro2-13/+8
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro2-3/+12
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro1-2/+2
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro1-2/+6
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro2-3/+10
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro3-19/+16
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro2-1/+2
2024-02-25rcu pathwalk: prevent bogus hard errors from may_lookup()Al Viro1-1/+5