index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
clk: imx: pll14xx: name variables after usage
Sascha Hauer
1
-21
/
+21
2022-03-04
clk: imx: pll14xx: consolidate rate calculation
Sascha Hauer
1
-33
/
+26
2022-03-04
clk: imx: pll14xx: Use FIELD_GET/FIELD_PREP
Sascha Hauer
1
-21
/
+19
2022-03-04
clk: imx: pll14xx: Drop wrong shifting
Sascha Hauer
1
-2
/
+2
2022-03-04
clk: imx: pll14xx: Use register defines consistently
Sascha Hauer
1
-24
/
+25
2022-03-04
clk: imx8mp: remove SYS PLL 1/2 clock gates
Peng Fan
1
-32
/
+16
2022-03-04
clk: imx8mn: remove SYS PLL 1/2 clock gates
Peng Fan
1
-34
/
+16
2022-03-04
clk: imx8mm: remove SYS PLL 1/2 clock gates
Peng Fan
1
-33
/
+16
2022-03-04
clk: imx: add i.MX93 clk
Peng Fan
3
-0
/
+349
2022-03-04
clk: imx: support fracn gppll
Peng Fan
3
-0
/
+345
2022-03-04
clk: imx: add i.MX93 composite clk
Peng Fan
3
-0
/
+103
2022-03-04
clk: imx: off by one in imx_lpcg_parse_clks_from_dt()
Dan Carpenter
1
-1
/
+1
2022-03-04
clk: imx7d: Remove audio_mclk_root_clk
Abel Vesa
1
-1
/
+0
2022-02-21
clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clock
Laurent Pinchart
1
-0
/
+1
2022-01-29
clk: imx: Add imx8dxl clk driver
Jacky Bai
4
-1
/
+70
2022-01-29
clk: imx: Add initial support for i.MXRT1050 clock driver
Jesse Taube
3
-0
/
+176
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
16
-31
/
+29
2022-01-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
31
-176
/
+190
2022-01-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
21
-277
/
+384
2022-01-22
Merge tag 'ata-5.17-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Linus Torvalds
1
-1
/
+1
2022-01-22
Merge tag 'thermal-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
4
-0
/
+4
2022-01-22
Merge tag 'acpi-5.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
5
-5
/
+16
2022-01-22
Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
2
-123
/
+10
2022-01-22
Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
1
-1
/
+3
2022-01-22
Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
2
-1
/
+2
2022-01-22
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
Vlastimil Babka
4
-0
/
+17
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
18
-83
/
+83
2022-01-22
scsi/sg: move sg-big-buff sysctl to scsi/sg.c
Xiaoming Ni
1
-1
/
+34
2022-01-22
random: move the random sysctl declarations to its own file
Xiaoming Ni
1
-2
/
+12
2022-01-22
firmware_loader: move firmware sysctl to its own files
Xiaoming Ni
3
-3
/
+40
2022-01-22
cdrom: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
1
-22
/
+1
2022-01-22
macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
1
-23
/
+1
2022-01-22
i915: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
1
-21
/
+1
2022-01-22
hpet: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
1
-21
/
+1
2022-01-21
parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries
Miaoqian Lin
1
-1
/
+3
2022-01-21
Merge branches 'acpi-cppc' and 'acpi-dptf'
Rafael J. Wysocki
5
-5
/
+16
2022-01-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
5
-27
/
+105
2022-01-21
Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-45
/
+32
2022-01-21
HID: wacom: Avoid using stale array indicies to read contact count
Jason Gerecke
1
-0
/
+4
2022-01-21
HID: wacom: Ignore the confidence flag when a touch is removed
Jason Gerecke
1
-3
/
+26
2022-01-21
HID: wacom: Reset expected and received contact counts at the same time
Jason Gerecke
1
-1
/
+5
2022-01-21
Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
15
-184
/
+1294
2022-01-21
ata: pata_octeon_cf: fix call to trace_ata_bmdma_stop()
Damien Le Moal
1
-1
/
+1
2022-01-21
Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
18
-146
/
+108
2022-01-21
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
5
-6
/
+5
2022-01-21
Merge tag 'amd-drm-fixes-5.17-2022-01-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
15
-139
/
+75
2022-01-21
Merge tag 'drm-intel-next-fixes-2022-01-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
3
-7
/
+33
2022-01-20
of: Check 'of_node_reused' flag on of_match_device()
Rob Herring
1
-1
/
+1
2022-01-20
of: base: make small of_parse_phandle() variants static inline
Michael Walle
1
-122
/
+9
2022-01-20
riscv: canaan: remove useless select of non-existing config SYSCON
Lukas Bulwahn
1
-1
/
+0
[next]