Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c913a8b0d4c564e62c2a767d089378a3d2ffa00c
/
drivers
/
base
15c9e10
drivers core: remove assert_held_device_hotplug()
by Heiko Carstens
· 8 years ago
590dce2
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
1827adb
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a528d35
statx: Add a system call to make enhanced file info available
by David Howells
· 8 years ago
080e416
Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
9b5e9cb
Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'
by Rafael J. Wysocki
· 8 years ago
21ff03c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
by Rafael J. Wysocki
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
5b3cc15
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
6dbf5ce
cpuidle: menu: Avoid taking spinlock for accessing QoS values
by Rafael J. Wysocki
· 8 years ago
dc18d70
memory-hotplug: use dev_online for memhp_auto_online
by Nathan Fontenot
· 8 years ago
712c604
mm: wire up GFP flag passing in dma_alloc_from_contiguous
by Lucas Stach
· 8 years ago
e2f466e
mm: cma_alloc: allow to specify GFP mask
by Lucas Stach
· 8 years ago
3fc2192
mm: validate device_hotplug is held for memory hotplug
by Dan Williams
· 8 years ago
d08d1b2
PM / QoS: Remove global notifiers
by Viresh Kumar
· 8 years ago
8cc3111
PM / OPP: fix off-by-one bug in dev_pm_opp_get_max_volt_latency loop
by Andrzej Hajda
· 8 years ago
2da8354
PM / Domains: Power off masters immediately in the power off sequence
by Ulf Hansson
· 8 years ago
3c64649
PM / Domains: Rename is_async to one_dev_on for genpd_power_off()
by Ulf Hansson
· 8 years ago
1f8728b
PM / Domains: Move genpd_power_off() above genpd_power_on()
by Ulf Hansson
· 8 years ago
b206461
Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
786856b
Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
02c3de1
Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
b3de5ad
Merge tag 'regmap-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 8 years ago
1cd4027
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
58339fe
Merge branches 'pm-core', 'pm-qos' and 'pm-domains'
by Rafael J. Wysocki
· 8 years ago
ad7eec4
Merge branch 'pm-cpuidle'
by Rafael J. Wysocki
· 8 years ago
64f758a
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 8 years ago
e84b4a8
PM / QoS: Fix memory leak on resume_latency.notifiers
by John Keeping
· 8 years ago
09bb6e9
PM / wakeirq: report a wakeup_event on dedicated wekup irq
by Grygorii Strashko
· 8 years ago
0bf0ee8
PM / wakeirq: Fix spurious wake-up events for dedicated wakeirqs
by Grygorii Strashko
· 8 years ago
c843455
PM / wakeirq: Enable dedicated wakeirq for suspend
by Grygorii Strashko
· 8 years ago
40e993a
Merge OPP material for v4.11 to satisfy dependencies.
by Rafael J. Wysocki
· 8 years ago
0764c60
PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API
by Dave Gerlach
· 8 years ago
b4f2d7c
Merge tag 'irqchip-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
by Thomas Gleixner
· 8 years ago
0883ac0
PM / Domains: Fix asynchronous execution of *noirq() callbacks
by Ulf Hansson
· 8 years ago
f3c826a
PM / Domains: Correct comment in irq_safe_dev_in_no_sleep_domain()
by Ulf Hansson
· 8 years ago
6ac4239
PM / OPP: Make _find_opp_table_unlocked() static
by Wei Yongjun
· 8 years ago
2d479e1
device property: export code duplicating array of property entries
by Dmitry Torokhov
· 8 years ago
9426998
device property: constify property arrays values
by Dmitry Torokhov
· 8 years ago
bec84da
device property: allow to constify properties
by Dmitry Torokhov
· 8 years ago
cbf304e
Merge branches 'pm-core-fixes' and 'pm-cpufreq-fixes'
by Rafael J. Wysocki
· 8 years ago
412e6d3
Merge tag 'char-misc-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
a9306a6
PM / runtime: Avoid false-positive warnings from might_sleep_if()
by Rafael J. Wysocki
· 8 years ago
a96dfdd
base/memory, hotplug: fix a kernel oops in show_valid_zones()
by Toshi Kani
· 8 years ago
d44fa3d
ACPI: Add support for ResourceSource/IRQ domain mapping
by Agustin Vega-Frias
· 8 years ago
90e51e6
Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' into regmap-next
by Mark Brown
· 8 years ago
3b94bdd
Merge tag 'regmap-v4.10' into regmap-next
by Mark Brown
· 8 years ago
37efa4b
CPU / PM: expose pm_qos_resume_latency for CPUs
by Alex Shi
· 8 years ago
cdd3e61
PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()
by Viresh Kumar
· 8 years ago
a7f3987
PM / OPP: Simplify _opp_set_availability()
by Viresh Kumar
· 8 years ago
052c6f1
PM / OPP: Move away from RCU locking
by Viresh Kumar
· 8 years ago
5b650b3
PM / OPP: Take kref from _find_opp_table()
by Viresh Kumar
· 8 years ago
8a31d9d9
PM / OPP: Update OPP users to put reference
by Viresh Kumar
· 8 years ago
7034764
PM / OPP: Add 'struct kref' to struct dev_pm_opp
by Viresh Kumar
· 8 years ago
b83c189
PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()
by Viresh Kumar
· 8 years ago
31641cd
PM / OPP: Take reference of the OPP table while adding/removing OPPs
by Viresh Kumar
· 8 years ago
fa30184
PM / OPP: Return opp_table from dev_pm_opp_set_*() routines
by Viresh Kumar
· 8 years ago
f067a98
PM / OPP: Add 'struct kref' to OPP table
by Viresh Kumar
· 8 years ago
37a73ec
PM / OPP: Add per OPP table mutex
by Viresh Kumar
· 8 years ago
b6160e2
PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()
by Viresh Kumar
· 8 years ago
dc2c9ad
PM / OPP: Don't expose srcu_head to register notifiers
by Viresh Kumar
· 8 years ago
3aa26a3
PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate
by Viresh Kumar
· 8 years ago
8cd2f6e
PM / OPP: Don't allocate OPP table from _opp_allocate()
by Viresh Kumar
· 8 years ago
9274c89
PM / OPP: Rename and split _dev_pm_opp_remove_table()
by Viresh Kumar
· 8 years ago
969fceb
PM / OPP: Add light weight _opp_free() routine
by Viresh Kumar
· 8 years ago
04a86a8
PM / OPP: Error out on failing to add static OPPs for v1 bindings
by Viresh Kumar
· 8 years ago
63a69ea
PM / OPP: Rename _allocate_opp() to _opp_allocate()
by Viresh Kumar
· 8 years ago
1715371
PM / OPP: Remove useless TODO
by Viresh Kumar
· 8 years ago
7f8538e
PM / OPP: Fix memory leak while adding duplicate OPPs
by Viresh Kumar
· 8 years ago
191e885
firmware: fix NULL pointer dereference in __fw_load_abort()
by Luis R. Rodriguez
· 8 years ago
86e12ea
PM / Domains: Rename functions in genpd for power on/off
by Ulf Hansson
· 8 years ago
8a1f780
memory_hotplug: make zone_can_shift() return a boolean value
by Yasuaki Ishimatsu
· 8 years ago
788d239
irq/platform-msi: Fix comment about maximal MSIs
by Matthias Brugger
· 8 years ago
5593edf
Merge 4.10-rc4 into driver-core-next
by Greg Kroah-Hartman
· 8 years ago
c7334ce
Revert "driver core: Add deferred_probe attribute to devices in sysfs"
by Greg Kroah-Hartman
· 8 years ago
2cf8e2d
regmap: Fixup the kernel-doc comments on functions/structures
by Charles Keepax
· 8 years ago
8a18f42
platform: Print the resource range if device failed to claim
by Chen Yu
· 8 years ago
ab51e6b
PM / domains: Fix 'may be used uninitialized' build warning
by Augusto Mecking Caringi
· 8 years ago
d33d5a6c
avoid spurious "may be used uninitialized" warning
by Linus Torvalds
· 8 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
eb254f3
Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
671a911
regmap: use rb_entry()
by Geliang Tang
· 8 years ago
098c305
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
7b9dc3f
Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
9439b37
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
5233c33
Merge tag 'mmc-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 8 years ago
96955c96
Merge tag 'regmap-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 8 years ago
9465d9c
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
e71c397
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
631ddab
Merge branches 'pm-sleep' and 'powercap'
by Rafael J. Wysocki
· 8 years ago
57def85
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 8 years ago
852b7fa
Merge branches 'pm-core', 'pm-qos' and 'pm-avs'
by Rafael J. Wysocki
· 8 years ago
cc773e7
Merge branch 'pm-domains'
by Rafael J. Wysocki
· 8 years ago
5d47ec0
firmware: Correct handling of fw_state_wait() return value
by Bjorn Andersson
· 8 years ago
9320f95
PM / sleep: Print active wakeup sources when blocking on wakeup_count reads
by xing wei
· 8 years ago
05a9262
PM / core: Fix bug in the error handling of async suspend
by Sahitya Tummala
· 8 years ago
bed5703
PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend
by Tony Lindgren
· 8 years ago
Next »