index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
backlight: 88pm860x_bl: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-3
/
+2
2024-09-30
backlight: lcd: Do not include <linux/fb.h> in lcd header
Thomas Zimmermann
1
-1
/
+0
2024-09-30
backlight: lcd: Remove struct fb_videomode from set_mode callback
Thomas Zimmermann
4
-9
/
+12
2024-09-30
backlight: lcd: Replace check_fb with controls_device
Thomas Zimmermann
3
-11
/
+18
2024-09-30
HID: picoLCD: Replace check_fb in favor of struct fb_info.lcd_dev
Thomas Zimmermann
2
-6
/
+4
2024-09-30
fbdev: omap: Use lcd power constants
Thomas Zimmermann
1
-4
/
+4
2024-09-30
fbdev: imxfb: Use lcd power constants
Thomas Zimmermann
1
-3
/
+3
2024-09-30
fbdev: imxfb: Replace check_fb in favor of struct fb_info.lcd_dev
Thomas Zimmermann
1
-18
/
+8
2024-09-30
fbdev: clps711x-fb: Use lcd power constants
Thomas Zimmermann
1
-3
/
+3
2024-09-30
fbdev: clps711x-fb: Replace check_fb in favor of struct fb_info.lcd_dev
Thomas Zimmermann
1
-13
/
+10
2024-09-30
backlight: tdo24m: Use lcd power constants
Thomas Zimmermann
1
-7
/
+7
2024-09-30
backlight: platform_lcd: Use lcd power constants
Thomas Zimmermann
1
-2
/
+2
2024-09-30
backlight: platform_lcd: Remove match_fb from struct plat_lcd_data
Thomas Zimmermann
2
-7
/
+0
2024-09-30
backlight: platform_lcd: Remove include statement for <linux/backlight.h>
Thomas Zimmermann
1
-1
/
+0
2024-09-30
backlight: otm3225a: Use lcd power constants
Thomas Zimmermann
1
-1
/
+1
2024-09-30
backlight: ltv350qv: Use lcd power constants
Thomas Zimmermann
1
-8
/
+7
2024-09-30
backlight: lms501kf03: Use lcd power constants
Thomas Zimmermann
1
-12
/
+11
2024-09-30
backlight: lms501kf03: Remove unnecessary include of <linux/backlight.h>
Thomas Zimmermann
1
-1
/
+0
2024-09-30
backlight: lms283gf05: Use lcd power constants
Thomas Zimmermann
1
-1
/
+1
2024-09-30
backlight: l4f00242t03: Use lcd power constants
Thomas Zimmermann
1
-16
/
+16
2024-09-30
backlight: jornada720_lcd: Use lcd power constants
Thomas Zimmermann
1
-5
/
+4
2024-09-30
backlight: jornada720_lcd: Include <linux/io.h> for IOMEM() macro
Thomas Zimmermann
1
-0
/
+1
2024-09-30
backlight: ili9320: Use lcd power constants
Thomas Zimmermann
1
-8
/
+7
2024-09-30
backlight: ili922x: Use lcd power constants
Thomas Zimmermann
1
-4
/
+3
2024-09-30
backlight: hx8357: Use lcd power constants
Thomas Zimmermann
1
-1
/
+1
2024-09-30
backlight: corgi_lcd: Use lcd power constants
Thomas Zimmermann
1
-6
/
+6
2024-09-30
backlight: lcd: Add LCD_POWER_ constants for power states
Thomas Zimmermann
2
-1
/
+26
2024-09-30
backlight: lcd: Test against struct fb_info.lcd_dev
Thomas Zimmermann
2
-0
/
+16
2024-09-30
backlight: lcd: Rearrange code in fb_notifier_callback()
Thomas Zimmermann
1
-12
/
+13
2024-09-29
Linux 6.12-rc1
v6.12-rc1
Linus Torvalds
1
-2
/
+2
2024-09-29
x86: kvm: fix build error
Linus Torvalds
1
-0
/
+2
2024-09-28
Reduce Coccinelle choices in string_choices.cocci
Julia Lawall
1
-50
/
+41
2024-09-28
coccinelle: Remove unnecessary parentheses for only one possible change.
Hongbo Li
1
-8
/
+0
2024-09-28
coccinelle: Add rules to find str_yes_no() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_on_off() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_write_read() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_read_write() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_enable{d}_disable{d}() replacements
Hongbo Li
1
-0
/
+38
2024-09-28
coccinelle: Add rules to find str_lo{w}_hi{gh}() replacements
Hongbo Li
1
-0
/
+38
2024-09-28
coccinelle: Add rules to find str_hi{gh}_lo{w}() replacements
Hongbo Li
1
-0
/
+42
2024-09-28
coccinelle: Add rules to find str_false_true() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_true_false() replacements
Hongbo Li
1
-0
/
+19
2024-09-27
bcachefs: check_subvol_path() now prints subvol root inode
Kent Overstreet
2
-20
/
+14
2024-09-27
bcachefs: remove_backpointer() now checks if dirent points to inode
Kent Overstreet
1
-6
/
+9
2024-09-27
bcachefs: dirent_points_to_inode() now warns on mismatch
Kent Overstreet
1
-28
/
+56
2024-09-27
bcachefs: Fix lost wake up
Alan Huang
1
-3
/
+9
2024-09-27
bcachefs: Check for logged ops when clean
Kent Overstreet
2
-3
/
+13
2024-09-27
bcachefs: BCH_FS_clean_recovery
Kent Overstreet
4
-3
/
+8
2024-09-27
bcachefs: Convert disk accounting BUG_ON() to WARN_ON()
Kent Overstreet
1
-1
/
+1
2024-09-27
bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_apply
Kent Overstreet
1
-16
/
+20
[next]