Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
016c815084d5b89f7c1a24b1a3a0b796512a91bc
016c815
intel_pstate: Refactor driver to support CPUs with different MSR layouts
by Dirk Brandewie
· 11 years ago
9c0ebcf
cpufreq: Implement light weight ->target_index() routine
by Viresh Kumar
· 11 years ago
6ddee42
Merge back earlier 'pm-cpufreq' material.
by Rafael J. Wysocki
· 11 years ago
e4db1c7
PM / OPP: rename header to linux/pm_opp.h
by Nishanth Menon
· 11 years ago
47d43ba
PM / OPP: rename data structures to dev_pm equivalents
by Nishanth Menon
· 11 years ago
5d4879c
PM / OPP: rename functions to dev_pm_opp*
by Nishanth Menon
· 11 years ago
31d141e
Linux 3.12-rc6
by Linus Torvalds
· 11 years ago
bdeeab6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
797afdf
Merge tag 'pm+acpi-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
9219cec
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
1bda19e
Btrfs: release path before starting transaction in can_nocow_extent
by Josef Bacik
· 11 years ago
981984c
Merge branch 'acpi-fixes'
by Rafael J. Wysocki
· 11 years ago
bdbff71
Merge branch 'pm-fixes'
by Rafael J. Wysocki
· 11 years ago
04919af
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
a814613
cpufreq / governor: Remove fossil comment
by Lan Tianyu
· 11 years ago
83f11a9
Merge tag 'driver-core-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
02a3250
Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 11 years ago
7b4a515
Merge tag 'tty-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 11 years ago
66eb411
Merge tag 'char-misc-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 11 years ago
630db0e
Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
b2118ea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 11 years ago
e13cef8
Merge tag 'iio-fixes-for-3.12c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus
by Greg Kroah-Hartman
· 11 years ago
9446878
usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_register
by Guenter Roeck
· 11 years ago
b762799
Revert "Drivers: hv: vmbus: Fix a bug in channel rescind code"
by Greg Kroah-Hartman
· 11 years ago
2421ad4
ACPI / PM: Drop two functions that are not used any more
by Rafael J. Wysocki
· 11 years ago
b08fc10
ATA / ACPI: remove power dependent device handling
by Aaron Lu
· 11 years ago
7ad65d5
cpufreq: exynos4210: Use the common clock framework to set APLL clock rate
by Lukasz Majewski
· 11 years ago
cf46715
cpufreq: exynos4x12: Use the common clock framework to set APLL clock rate
by Lukasz Majewski
· 11 years ago
056cdce
Merge branch 'akpm' (fixes from Andrew Morton)
by Linus Torvalds
· 11 years ago
57a8f0c
mm: revert mremap pud_free anti-fix
by Hugh Dickins
· 11 years ago
750e816
mm: fix BUG in __split_huge_page_pmd
by Hugh Dickins
· 11 years ago
5b808a2
swap: fix set_blocksize race during swapon/swapoff
by Krzysztof Kozlowski
· 11 years ago
fad1a86
procfs: call default get_unmapped_area on MMU-present architectures
by HATAYAMA Daisuke
· 11 years ago
2cbe3b0
procfs: fix unintended truncation of returned mapped address
by HATAYAMA Daisuke
· 11 years ago
e3b6c65
writeback: fix negative bdi max pause
by Fengguang Wu
· 11 years ago
5e9dd37
percpu_refcount: export symbols
by Matias Bjorling
· 11 years ago
84235de
fs: buffer: move allocation failure loop into the allocator
by Johannes Weiner
· 11 years ago
4942642
mm: memcg: handle non-error OOM situations more gracefully
by Johannes Weiner
· 11 years ago
c88b05b
tools/testing/selftests: fix uninitialized variable
by Felipe Pena
· 11 years ago
87fc0ad
block/partitions/efi.c: treat size mismatch as a warning, not an error
by Doug Anderson
· 11 years ago
ef5a22b
mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pages
by Andrea Arcangeli
· 11 years ago
aa9bca0
mm/zswap: bugfix: memory leak when re-swapon
by Weijie Yang
· 11 years ago
e9cdd6e
mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pages
by Cyrill Gorcunov
· 11 years ago
c3d16e1
mm: migration: do not lose soft dirty bit if page is in migration state
by Cyrill Gorcunov
· 11 years ago
d8e2162
gcov: MAINTAINERS: Add an entry for gcov
by Peter Oberparleiter
· 11 years ago
16c794b
mm/hugetlb.c: correct missing private flag clearing
by Joonsoo Kim
· 11 years ago
ae39332
mm/vmscan.c: don't forget to free shrinker->nr_deferred
by Andrew Vagin
· 11 years ago
6e224f9
ipc/sem.c: synchronize semop and semctl with IPC_RMID
by Manfred Spraul
· 11 years ago
18ccee2
ipc: update locking scheme comments
by Davidlohr Bueso
· 11 years ago
9c56751
mm, memcg: protect mem_cgroup_read_events for cpu hotplug
by David Rientjes
· 11 years ago
a37f863
driver core: Release device_hotplug_lock when store_mem_state returns EINVAL
by Yasuaki Ishimatsu
· 11 years ago
0056019
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
8359ffa
Merge tag 'dm-3.12-fix-cve' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 11 years ago
386aa0519
Merge tag 'gpio-v3.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 11 years ago
99ec899
cpufreq: Detect spurious invocations of update_policy_cpu()
by Srivatsa S. Bhat
· 11 years ago
8910836
cpufreq: pmac64: enable cpufreq on iMac G5 (iSight) model
by Aaro Koskinen
· 11 years ago
af671d8
cpufreq: pmac64: provide cpufreq transition latency for older G5 models
by Aaro Koskinen
· 11 years ago
45a428e
cpufreq: pmac64: speed up frequency switch
by Aaro Koskinen
· 11 years ago
fbbc5bf
cpufreq: highbank-cpufreq: Enable Midway/ECX-2000
by Mark Langsdorf
· 11 years ago
006454a
exynos-cpufreq: fix false return check from "regulator_set_voltage"
by Manish Badarkhe
· 11 years ago
7b6f38f
speedstep-centrino: Remove unnecessary braces
by Evgeny Kapaev
· 11 years ago
1bab64d
acpi-cpufreq: Add comment under ACPI_ADR_SPACE_SYSTEM_IO case
by Viresh Kumar
· 11 years ago
0e82443
cpufreq: s3c64xx: Rename index to driver_data
by Charles Keepax
· 11 years ago
076dec9
cpufreq: arm-big-little: use clk_get instead of clk_get_sys
by Sudeep KarkadaNagesha
· 11 years ago
5d7e690
cpufreq: exynos: Show a list of available frequencies
by Jungseok Lee
· 11 years ago
41863fc
ACPI / power: Drop automaitc resume of power resource dependent devices
by Rafael J. Wysocki
· 11 years ago
09c87e2
intel_pstate: Fix type mismatch warning
by Rafael J. Wysocki
· 11 years ago
90d33f3
Drivers: hv: vmbus: Fix a bug in channel rescind code
by K. Y. Srinivasan
· 11 years ago
eea8851
usb: misc: usb3503: Fix compile error due to incorrect regmap depedency
by Matthew Dawson
· 11 years ago
41314fe
usb/chipidea: fix oops on memory allocation failure
by Russell King - ARM Linux
· 11 years ago
32c37fc
usb-storage: add quirk for mandatory READ_CAPACITY_16
by Oliver Neukum
· 11 years ago
fd8573f
usb: serial: option: blacklist Olivetti Olicard200
by Enrico Mioso
· 11 years ago
d969de8
serial: vt8500: add missing braces
by Roel Kluin
· 11 years ago
614ced9
USB: quirks: add touchscreen that is dazzeled by remote wakeup
by Oliver Neukum
· 11 years ago
d14df33
ALSA: hdsp - info leak in snd_hdsp_hwdep_ioctl()
by Dan Carpenter
· 11 years ago
e9c6a18
dm snapshot: fix data corruption
by Mikulas Patocka
· 11 years ago
ed2c7da
apparmor: fix bad lock balance when introspecting policy
by John Johansen
· 11 years ago
5cb3e91
apparmor: fix memleak of the profile hash
by John Johansen
· 11 years ago
34ec4de
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
ba0a062
Merge branch 'fixes-for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 11 years ago
52e0a50
cpufreq / intel_pstate: Fix max_perf_pct on resume
by Dirk Brandewie
· 11 years ago
b83aea8
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
3670426
Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 11 years ago
e50322a
cpufreq: sa11x0: Fix build breakage after "Expose frequency table"
by Viresh Kumar
· 11 years ago
99d428c
cpufreq: tegra: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
7a936bd
cpufreq: spear: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
9b30367
cpufreq: sa11x0: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
c3d7d87
cpufreq: s5pv210: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
a307a1e
cpufreq: s3c: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
8ce6f9d
cpufreq: pmac64: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
5465e7b
cpufreq: pmac32: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
e315bb7
cpufreq: pasemi: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
982bce1
cpufreq: omap: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
7bfd248
cpufreq: maple: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
e0b2da5
cpufreq: loongson2: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
fa6fa66
cpufreq: kirkwood: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
17922dd
cpufreq: imx6q: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
b249aba
cpufreq: exynos: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
2b3dc76
cpufreq: dbx500: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
af8c4cf
cpufreq: davinci: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
Next »