index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-11
mm: check __highest_present_section_nr directly in memory_dev_init()
Wei Yang
1
-5
/
+2
2018-04-06
mm/memory_hotplug: optimize memory hotplug
Pavel Tatashin
1
-0
/
+2
2018-04-06
mm/memory_hotplug: don't read nid from struct page during hotplug
Pavel Tatashin
2
-9
/
+17
2018-04-06
mm/memory_hotplug: optimize probe routine
Pavel Tatashin
1
-16
/
+20
2018-04-05
Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
13
-777
/
+1006
2018-04-05
Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-1
/
+138
2018-04-03
Merge tag 'regmap-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
4
-189
/
+165
2018-04-03
Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-10
/
+29
2018-04-02
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
Dominik Brodowski
1
-2
/
+3
2018-03-23
drivers: base: remove check for callback in coredump_store()
Arend van Spriel
1
-2
/
+1
2018-03-22
firmware: add firmware_request_cache() to help with cache on reboot
Luis R. Rodriguez
1
-0
/
+24
2018-03-22
firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used
Luis R. Rodriguez
1
-1
/
+1
2018-03-22
drivers: base: Unified device connection lookup
Heikki Krogerus
2
-1
/
+138
2018-03-21
firmware: explicitly include vmalloc.h
Stephen Rothwell
1
-0
/
+1
2018-03-20
firmware: ensure the firmware cache is not used on incompatible calls
Luis R. Rodriguez
1
-0
/
+14
2018-03-20
firmware: add helper to check to see if fw cache is setup
Luis R. Rodriguez
1
-2
/
+12
2018-03-20
firmware: fix checking for return values for fw_add_devm_name()
Luis R. Rodriguez
1
-3
/
+9
2018-03-20
rename: _request_firmware_load() fw_load_sysfs_fallback()
Luis R. Rodriguez
1
-3
/
+10
2018-03-20
firmware: enable to force disable the fallback mechanism at run time
Luis R. Rodriguez
3
-0
/
+18
2018-03-20
firmware: enable run time change of forcing fallback loader
Luis R. Rodriguez
3
-1
/
+21
2018-03-20
firmware: move firmware loader into its own directory
Luis R. Rodriguez
7
-13
/
+17
2018-03-20
firmware: split firmware fallback functionality into its own file
Luis R. Rodriguez
6
-799
/
+874
2018-03-20
firmware: move loading timeout under struct firmware_fallback_config
Luis R. Rodriguez
1
-13
/
+33
2018-03-20
firmware: use helpers for setting up a temporary cache timeout
Luis R. Rodriguez
1
-19
/
+30
2018-03-20
firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK further
Luis R. Rodriguez
1
-7
/
+18
2018-03-15
driver core: cpu: use put_device() if device_register fail
Arvind Yadav
1
-1
/
+3
2018-03-15
driver core: node: use put_device() if device_register fail
Arvind Yadav
1
-1
/
+3
2018-03-15
driver core: platform: use put_device() if device_register fail
Arvind Yadav
1
-1
/
+3
2018-03-15
base: soc: use put_device() instead of kfree()
Arvind Yadav
1
-0
/
+2
2018-03-15
Revert "base: arch_topology: fix section mismatch build warnings"
Gaku Inami
1
-6
/
+6
2018-03-14
firmware: enable to split firmware_class into separate target files
Luis R. Rodriguez
2
-0
/
+1
2018-03-12
Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...
Mark Brown
3
-2
/
+44
2018-03-12
Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
Mark Brown
1
-181
/
+119
2018-03-12
Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...
Mark Brown
2
-5
/
+1
2018-03-12
Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
Mark Brown
1
-1
/
+1
2018-03-12
Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus
Mark Brown
1
-1
/
+1
2018-03-06
regmap: debugfs: Improve warning message on debugfs_create_dir() failure
Fabio Estevam
1
-1
/
+2
2018-03-06
regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failed
Jeffy Chen
1
-0
/
+3
2018-03-05
regmap: debugfs: Don't leak dummy names
Mark Brown
1
-1
/
+3
2018-03-05
regmap: debugfs: Disambiguate dummy debugfs file name
Fabio Estevam
1
-0
/
+6
2018-02-27
driver core: Introduce device links reference counting
Lukas Wunner
1
-8
/
+17
2018-02-27
PM / wakeirq: Add wakeup name to dedicated wake irqs
Tony Lindgren
2
-2
/
+12
2018-02-26
regmap: mmio: Add function to attach a clock
Maxime Ripard
1
-0
/
+24
2018-02-26
regmap: Merge redundant handling in regmap_bulk_write
Charles Keepax
1
-36
/
+3
2018-02-26
regmap: Tidy up regmap_raw_write chunking code
Charles Keepax
1
-21
/
+16
2018-02-26
regmap: Move the handling for max_raw_write into regmap_raw_write
Charles Keepax
1
-63
/
+54
2018-02-26
regmap: Remove unnecessary printk for failed allocation
Charles Keepax
1
-3
/
+2
[next]