Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f7d4ffa923731463848a3e540b4984f6caa9422f
f7d4ffa
ARM: ep93xx_defconfig: cleanup ep93xx_defconfig
by H Hartley Sweeten
· 11 years ago
1c124c9
USB: UHCI: check for wakeup/suspend race
by Alan Stern
· 11 years ago
b8efdaf
USB: EHCI: add check for wakeup/suspend race
by Alan Stern
· 11 years ago
0a56b4f
USB: change dev_warn about missing reset-resume to dev_dbg
by Alan Stern
· 11 years ago
7c71c6e
USB: OHCI: fix and explain sparse errors
by Alan Stern
· 11 years ago
4a71f24
USB: EHCI: fix sparse errors
by Alan Stern
· 11 years ago
5d8f681
USB: EHCI: fix type mismatch in check_intr_schedule
by Alan Stern
· 11 years ago
9afcdb1
Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
by Greg Kroah-Hartman
· 11 years ago
5584cfb
Merge 3.12-rc6 into usb-next.
by Greg Kroah-Hartman
· 11 years ago
31d141e
Linux 3.12-rc6
by Linus Torvalds
· 11 years ago
1653d2f
usb: wusbcore: preserve endianness of cached descriptors
by Thomas Pugliese
· 11 years ago
679ee47
usb: wusbcore: serialize access to the HWA data out endpoint
by Thomas Pugliese
· 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
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
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
a2cdc34
usb: xhci: remove the unused ->address field
by Dan Williams
· 11 years ago
4e34181
usb: xhci: kill a conditional when toggling cycle
by Dan Williams
· 11 years ago
fd1ac4c
usb: hub_activate kill an 'else'
by Dan Williams
· 11 years ago
0e82443
cpufreq: s3c64xx: Rename index to driver_data
by Charles Keepax
· 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
8114fab
video: exynos_dp: Use the generic PHY driver
by Jingoo Han
· 11 years ago
f9b1e01
video: exynos_dp: remove non-DT support for Exynos Display Port
by Jingoo Han
· 11 years ago
74988e8
phy: Add driver for Exynos DP PHY
by Jingoo Han
· 11 years ago
e66f233
ARM: Samsung: Remove the MIPI PHY setup code
by Sylwester Nawrocki
· 11 years ago
7e0be9f
video: exynos_mipi_dsim: Use the generic PHY driver
by Sylwester Nawrocki
· 11 years ago
f1468a2
exynos4-is: Use the generic MIPI CSIS PHY driver
by Sylwester Nawrocki
· 11 years ago
069d2e2
phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs
by Sylwester Nawrocki
· 11 years ago
e92aee3
usb: hub: Clear Port Reset Change during init/resume
by Julius Werner
· 11 years ago
06793f2
drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()
by Matthias Beyer
· 11 years ago
5b32c38
drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()
by Matthias Beyer
· 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
c69a059
xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers
by Xenia Ragiadakou
· 11 years ago
b8200c9
xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlers
by Xenia Ragiadakou
· 11 years ago
bc752bd
xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler
by Xenia Ragiadakou
· 11 years ago
b54fc46
xhci: add variable 'cmd_type' in handle_cmd_completion()
by Xenia Ragiadakou
· 11 years ago
9124b12
xhci: add variable 'cmd_trb' in handle_cmd_completion()
by Xenia Ragiadakou
· 11 years ago
e7a79a1
xhci: add variable 'cmd_comp_code' in handle_cmd_completion()
by Xenia Ragiadakou
· 11 years ago
6ed46d3
xhci: refactor TRB_CONFIG_EP case into function
by Xenia Ragiadakou
· 11 years ago
fd54498
xhci: remove unused 'ep_ring' variable in handle_cmd_completion()
by Xenia Ragiadakou
· 11 years ago
07948a8
xhci: refactor TRB_EVAL_CONTEXT case into function
by Xenia Ragiadakou
· 11 years ago
2c07082
xhci: refactor TRB_NEC_GET_FW case into function
by Xenia Ragiadakou
· 11 years ago
f681321
xhci: refactor TRB_RESET_DEV case into function
by Xenia Ragiadakou
· 11 years ago
20e7acb
xhci: use completion event's slot id rather than dig it out of command
by Xenia Ragiadakou
· 11 years ago
9b3103a
xhci: refactor TRB_ADDR_DEV case into function
by Xenia Ragiadakou
· 11 years ago
6c02dd1
xhci: refactor TRB_DISABLE_SLOT case into function
by Xenia Ragiadakou
· 11 years ago
b244b43
xhci: refactor TRB_ENABLE_SLOT case into function
by Xenia Ragiadakou
· 11 years ago
60b9593
xhci: rename existing Command Completion Event handlers
by Xenia Ragiadakou
· 11 years ago
07a37e9
xhci: remove unused argument from xhci_giveback_urb_in_irq()
by Xenia Ragiadakou
· 11 years ago
d194c03
xhci: correct the usage of USB_CTRL_SET_TIMEOUT
by xiao jin
· 11 years ago
5f20cf1
usb: xhci: Staticize xhci_del_comp_mod_timer
by Sachin Kamat
· 11 years ago
f468f7b
usb: Push USB2 LPM disable on disconnect into USB core.
by Sarah Sharp
· 11 years ago
890dae8
xhci: Enable LPM support only for hardwired or BESL devices
by Mathias Nyman
· 11 years ago
de68bab
usb: Don't enable USB 2.0 Link PM by default.
by Sarah Sharp
· 11 years ago
Next »