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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-20
platform/x86: sony-laptop: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-4
/
+4
2020-03-20
platform/x86: GPD pocket fan: Fix error message when temp-limits are out of range
Hans de Goede
1
-1
/
+1
2020-03-20
platform/x86: ISST: Fix wrong unregister type
Srinivas Pandruvada
1
-1
/
+1
2020-03-20
platform/x86: asus_wmi: Fix return value of fan_boost_mode_store
Leonid Maksymchuk
1
-1
/
+1
2020-03-20
platform/x86: asus-wmi: Support laptops where the first battery is named BATT
Kristian Klausen
1
-1
/
+4
2020-02-28
platform/x86: Kconfig: Fix a typo
Christophe JAILLET
1
-1
/
+1
2020-02-28
platform/x86: i2c-multi-instantiate: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-28
platform/x86/intel-uncore-freq: Add release callback
Srinivas Pandruvada
1
-13
/
+23
2020-02-28
platform/x86/intel-uncore-freq: Fix static checker issue and potential race condition
Srinivas Pandruvada
1
-5
/
+10
2020-02-28
platform/x86: intel_pmc_core: Add slp_s0_offset attribute back to tgl_reg_map
Gayatri Kammela
1
-1
/
+1
2020-02-28
platform/x86: intel_pmc_core: Remove duplicate 'if' to create debugfs entry
Gayatri Kammela
1
-3
/
+0
2020-02-28
platform/x86: intel_pmc_core: Relocate pmc_core_*_display() to outside of CONFIG_DEBUG_FS
Gayatri Kammela
1
-61
/
+61
2020-02-11
platform/x86: intel_pmc_core: Add debugfs support to access live status registers
Gayatri Kammela
2
-0
/
+21
2020-02-11
platform/x86: intel_pmc_core: Dump low power status registers on an S0ix.y failure
Gayatri Kammela
1
-0
/
+4
2020-02-10
platform/x86: intel_pmc_core: Add an additional parameter to pmc_core_lpm_display()
Gayatri Kammela
1
-6
/
+18
2020-02-10
platform/x86: intel_pmc_core: Remove slp_s0 attributes from tgl_reg_map
Gayatri Kammela
1
-2
/
+0
2020-02-10
platform/x86: intel_pmc_core: Refactor the driver by removing redundant code
Gayatri Kammela
1
-25
/
+23
2020-02-10
platform/x86: intel_pmc_core: Add debugfs entry for low power mode status registers
Gayatri Kammela
2
-0
/
+193
2020-02-10
platform/x86: intel_pmc_core: Add debugfs entry to access sub-state residencies
Gayatri Kammela
2
-0
/
+49
2020-02-10
platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table
Georg Müller
1
-0
/
+8
2020-02-10
platform/x86: dell_rbu: Unify format of the printed messages
Andy Shevchenko
1
-41
/
+26
2020-02-10
platform/x86: dell_rbu: Use max_t() to get rid of casting
Andy Shevchenko
1
-3
/
+1
2020-02-10
platform/x86: dell_rbu: Simplify cleanup code in create_packet()
Andy Shevchenko
1
-5
/
+3
2020-02-10
platform/x86: dell_rbu: don't open code list_for_each_entry*()
Andy Shevchenko
1
-19
/
+8
2020-02-10
platform/x86: dell_rbu: Use sysfs_create_group() API
Andy Shevchenko
1
-40
/
+27
2020-02-10
platform/x86: Kconfig: Group modules by companies and functions
Andy Shevchenko
1
-639
/
+637
2020-02-10
platform/x86: Makefile: Group modules by companies and functions
Andy Shevchenko
1
-78
/
+117
2020-02-10
platform/x86: intel-vbtn: Move MODULE_DEVICE_TABLE() closer to the table
Andy Shevchenko
1
-1
/
+1
2020-02-10
platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the table
Andy Shevchenko
1
-1
/
+1
2020-02-10
platform/x86: intel_pmc_core: Add Atom based Jasper Lake (JSL) platform support
Gayatri Kammela
1
-3
/
+4
2020-02-09
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
4
-4
/
+4
2020-02-09
irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARM
Marc Zyngier
1
-2
/
+2
2020-02-09
Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-24
/
+109
2020-02-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
6
-18
/
+28
2020-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
50
-160
/
+415
2020-02-08
Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driver
Linus Torvalds
1
-1
/
+1
2020-02-08
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
3
-4
/
+30
2020-02-08
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
99
-2604
/
+5495
2020-02-08
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-18
/
+276
2020-02-08
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-4
/
+5
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-30
/
+16
2020-02-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+10
2020-02-08
Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Thomas Gleixner
3
-24
/
+109
2020-02-08
net: thunderx: use proper interface type for RGMII
Tim Harvey
1
-1
/
+1
2020-02-08
Merge tag 'wireless-drivers-2020-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
David S. Miller
14
-53
/
+159
2020-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2020-02-08
irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors
Zenghui Yu
1
-14
/
+14
2020-02-08
irqchip/gic-v3-its: Remove superfluous WARN_ON
Zenghui Yu
1
-1
/
+0
2020-02-08
irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()
Zenghui Yu
1
-3
/
+1
2020-02-08
irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level
Zenghui Yu
1
-0
/
+80
[next]