Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b9315530bff7ccb2be6769eb74c10e7b52eeb0bf
/
drivers
/
base
bc8755b
mm: check __highest_present_section_nr directly in memory_dev_init()
by Wei Yang
· 7 years ago
d0dc12e
mm/memory_hotplug: optimize memory hotplug
by Pavel Tatashin
· 7 years ago
fc44f7f
mm/memory_hotplug: don't read nid from struct page during hotplug
by Pavel Tatashin
· 7 years ago
b77eab7
mm/memory_hotplug: optimize probe routine
by Pavel Tatashin
· 7 years ago
38047d5
Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
ac9053d
Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
ffd776b
Merge tag 'regmap-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 7 years ago
f2d2856
Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
9b32105
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
by Dominik Brodowski
· 7 years ago
447016e
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
by Dominik Brodowski
· 7 years ago
a16fe33
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
by Dominik Brodowski
· 7 years ago
312db1a
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
by Dominik Brodowski
· 7 years ago
1fe56e0
drivers: base: remove check for callback in coredump_store()
by Arend van Spriel
· 7 years ago
5d42c96
firmware: add firmware_request_cache() to help with cache on reboot
by Luis R. Rodriguez
· 7 years ago
c6263a4
firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used
by Luis R. Rodriguez
· 7 years ago
f2d9b66
drivers: base: Unified device connection lookup
by Heikki Krogerus
· 7 years ago
ccce305
firmware: explicitly include vmalloc.h
by Stephen Rothwell
· 7 years ago
995e869
firmware: ensure the firmware cache is not used on incompatible calls
by Luis R. Rodriguez
· 7 years ago
3194d06
firmware: add helper to check to see if fw cache is setup
by Luis R. Rodriguez
· 7 years ago
d15d731
firmware: fix checking for return values for fw_add_devm_name()
by Luis R. Rodriguez
· 7 years ago
60fa742
rename: _request_firmware_load() fw_load_sysfs_fallback()
by Luis R. Rodriguez
· 7 years ago
2cd7a1c
firmware: enable to force disable the fallback mechanism at run time
by Luis R. Rodriguez
· 7 years ago
ceb1813
firmware: enable run time change of forcing fallback loader
by Luis R. Rodriguez
· 7 years ago
5d6d1dd
firmware: move firmware loader into its own directory
by Luis R. Rodriguez
· 7 years ago
d73f821
firmware: split firmware fallback functionality into its own file
by Luis R. Rodriguez
· 7 years ago
e05cb73
firmware: move loading timeout under struct firmware_fallback_config
by Luis R. Rodriguez
· 7 years ago
5d9566b
firmware: use helpers for setting up a temporary cache timeout
by Luis R. Rodriguez
· 7 years ago
b2e9a85
firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK further
by Luis R. Rodriguez
· 7 years ago
3aaba24
driver core: cpu: use put_device() if device_register fail
by Arvind Yadav
· 7 years ago
c1cc0d5
driver core: node: use put_device() if device_register fail
by Arvind Yadav
· 7 years ago
c8ae167
driver core: platform: use put_device() if device_register fail
by Arvind Yadav
· 7 years ago
ef49ec1
base: soc: use put_device() instead of kfree()
by Arvind Yadav
· 7 years ago
9de9a44
Revert "base: arch_topology: fix section mismatch build warnings"
by Gaku Inami
· 7 years ago
ad4365f
firmware: enable to split firmware_class into separate target files
by Luis R. Rodriguez
· 7 years ago
2889312
Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-clk' into regmap-next
by Mark Brown
· 7 years ago
493ea0c
Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
by Mark Brown
· 7 years ago
f981c6c
Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' into regmap-linus
by Mark Brown
· 7 years ago
aa584ba
Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
by Mark Brown
· 7 years ago
d2f2bb8
Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus
by Mark Brown
· 7 years ago
59dd2a8
regmap: debugfs: Improve warning message on debugfs_create_dir() failure
by Fabio Estevam
· 7 years ago
17cf46c
regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failed
by Jeffy Chen
· 7 years ago
46589e9
regmap: debugfs: Don't leak dummy names
by Mark Brown
· 7 years ago
a430ab2
regmap: debugfs: Disambiguate dummy debugfs file name
by Fabio Estevam
· 7 years ago
ead18c2
driver core: Introduce device links reference counting
by Lukas Wunner
· 7 years ago
da997b2
PM / wakeirq: Add wakeup name to dedicated wake irqs
by Tony Lindgren
· 7 years ago
3189566
regmap: mmio: Add function to attach a clock
by Maxime Ripard
· 7 years ago
fb44f3c
regmap: Merge redundant handling in regmap_bulk_write
by Charles Keepax
· 7 years ago
364e378
regmap: Tidy up regmap_raw_write chunking code
by Charles Keepax
· 7 years ago
7ef2c6b
regmap: Move the handling for max_raw_write into regmap_raw_write
by Charles Keepax
· 7 years ago
b4ecfec
regmap: Remove unnecessary printk for failed allocation
by Charles Keepax
· 7 years ago
0812d8f
regmap: Format data for raw write in regmap_bulk_write
by Charles Keepax
· 7 years ago
2936e84
Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-bulk
by Mark Brown
· 7 years ago
9b947a1
regmap: use debugfs even when no device
by David Lechner
· 7 years ago
12ae380
regmap: Allow missing device in regmap_name_read_file()
by David Lechner
· 7 years ago
186ba2e
regmap: Use _regmap_read in regmap_bulk_read
by Charles Keepax
· 7 years ago
1b079ca
regmap: Tidy up regmap_raw_read chunking code
by Charles Keepax
· 7 years ago
0645ba4
regmap: Move the handling for max_raw_read into regmap_raw_read
by Charles Keepax
· 7 years ago
b63b1e5
Merge tag 'acpi-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
45abcc5
regmap: Use helper function for register offset
by Charles Keepax
· 7 years ago
9ae27a8
regmap: Don't use format_val in regmap_bulk_read
by Charles Keepax
· 7 years ago
71df179
regmap: Correct comparison in regmap_cached
by Charles Keepax
· 7 years ago
b8f9a03
regmap: Correct offset handling in regmap_volatile_range
by Charles Keepax
· 7 years ago
433986c
PM / runtime: Update links_count also if !CONFIG_SRCU
by Lukas Wunner
· 7 years ago
6972805
PM / wakeirq: Fix unbalanced IRQ enable for wakeirq
by Tony Lindgren
· 7 years ago
67dcc26
device property: Constify device_get_match_data()
by Andy Shevchenko
· 7 years ago
a051c14
Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
86effbe
regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()
by Dan Carpenter
· 7 years ago
f00e710
regmap: Fix reversed bounds check in regmap_raw_write()
by Dan Carpenter
· 7 years ago
a3381e3
PM / domains: Fix up domain-idle-states OF parsing
by Ulf Hansson
· 7 years ago
4bf772b
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
ab486bc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
f6cff79
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
47fcc03
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
2155e69
Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 7 years ago
d417302
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
b5856f9
Merge tag 'regmap-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 7 years ago
b2ca8bd
device property: Reuse property_entry_free_data()
by Andy Shevchenko
· 7 years ago
d5f962f
device property: Move property_entry_free_data() upper
by Andy Shevchenko
· 7 years ago
7f55c73
firmware: Drop FIRMWARE_IN_KERNEL Kconfig option
by Benjamin Gilbert
· 7 years ago
83b5753
mm/memory_failure: Remove unused trapno from memory_failure
by Eric W. Biederman
· 7 years ago
3c47d19
drivers: base: add coredump driver ops
by Arend van Spriel
· 7 years ago
3395de9
device property: Allow iterating over available child fwnodes
by Marcin Wojtas
· 7 years ago
7c6c57f
device property: Introduce fwnode_irq_get()
by Marcin Wojtas
· 7 years ago
b28f263
device property: Introduce fwnode_get_phy_mode()
by Marcin Wojtas
· 7 years ago
babe2db
device property: Introduce fwnode_get_mac_address()
by Marcin Wojtas
· 7 years ago
4b67157
Merge branch 'pm-core'
by Rafael J. Wysocki
· 7 years ago
f9b736f
Merge branches 'pm-domains', 'pm-kconfig', 'pm-cpuidle' and 'powercap'
by Rafael J. Wysocki
· 7 years ago
4a6cc7a
BackMerge tag 'v4.15-rc8' into drm-next
by Dave Airlie
· 7 years ago
617fcb6
PM / runtime: Allow no callbacks in pm_runtime_force_suspend|resume()
by Ulf Hansson
· 7 years ago
1f5c685
PM / runtime: Check ignore_children in pm_runtime_need_not_resume()
by Rafael J. Wysocki
· 7 years ago
4918e1f
PM / runtime: Rework pm_runtime_force_suspend/resume()
by Rafael J. Wysocki
· 7 years ago
46fa233
Merge generic power domains (genpd) material for v4.16 into pm-core
by Rafael J. Wysocki
· 7 years ago
17218e0
PM / genpd: Stop/start devices without pm_runtime_force_suspend/resume()
by Rafael J. Wysocki
· 7 years ago
40548c6
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
a75de772
Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zero' into regmap-next
by Mark Brown
· 7 years ago
757b652
Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 'regmap/topic/hwspinlock' and 'regmap/topic/nolock' into regmap-next
by Mark Brown
· 7 years ago
86e41a2
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
by Mark Brown
· 7 years ago
0026cef
PM / wakeup: Print warn if device gets enabled as wakeup source during sleep
by Ulf Hansson
· 7 years ago
a935424
PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks
by Ulf Hansson
· 7 years ago
Next »