Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
ef22f6a70c9186c8e25f757b0e8f7374b37f69bf
ef22f6a
backlight: set backlight type and max_brightness before backlights are registered
by Axel Lin
· 13 years ago
a4c8aaa
backlight: add ams369fg06 amoled driver
by Jingoo Han
· 13 years ago
6b19bad
drivers/video/backlight/adp8860_bl.c: remove a redundant assignment for max_brightness
by Axel Lin
· 13 years ago
e2e7da9
drivers/video/backlight/ld9040.c: small fixes
by Axel Lin
· 13 years ago
ccb6108
mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()
by Peter Zijlstra
· 13 years ago
2b934c6
drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULL
by Alexander Stein
· 13 years ago
90b03f5
xtensa: fix a build error in arch/xtensa/include/asm/uaccess.h
by WANG Cong
· 13 years ago
0d0138e
xtensa: prevent arbitrary read in ptrace
by Dan Rosenberg
· 13 years ago
67db392
mm: use const struct page for r/o page-flag accessor methods
by Ian Campbell
· 13 years ago
33dd4e0
mm: make some struct page's const
by Ian Campbell
· 13 years ago
ee8f248
hugetlb: add phys addr to struct huge_bootmem_page
by Becky Bruce
· 13 years ago
2b37c35
fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bit
by Becky Bruce
· 13 years ago
d694ad6
ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMID
by Manfred Spraul
· 13 years ago
8405b04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 13 years ago
ee05eff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
933b447
gma500: udlay(20000) is too large
by Stephen Rothwell
· 13 years ago
f1f3b8e
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 13 years ago
b6c2f86
bnx2x: use pci_pcie_cap()
by Vladislav Zolotarov
· 13 years ago
b1fb874
bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_task
by Vladislav Zolotarov
· 13 years ago
2189400
bnx2x: enable internal target-read for 57712 and up only
by Shmulik Ravid
· 13 years ago
d6cae23
bnx2x: count statistic ramrods on EQ to prevent MC assert
by Vladislav Zolotarov
· 13 years ago
1cb0c78
bnx2x: fix loopback for non 10G link
by Yaniv Rosner
· 13 years ago
09b775e
bnx2x: dcb - send all unmapped priorities to same COS as L2
by Dmitry Kravkov
· 13 years ago
2629313
iwlwifi: Fix build with CONFIG_PM disabled.
by David S. Miller
· 13 years ago
b6844e8
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 13 years ago
2f17507
Documentation: Update augmented rbtree documentation
by Sasha Levin
· 13 years ago
81d6743
XZ: Fix missing <linux/kernel.h> include
by Lasse Collin
· 13 years ago
21c7075
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 13 years ago
ff0c4ad
Merge branch 'for-upstream' of git://openrisc.net/jonas/linux
by Linus Torvalds
· 13 years ago
fcda12e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 13 years ago
5fabc48
Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
c61264f
Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 13 years ago
a23a334
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
62a2635
modpost: Fix modpost's license checking V3
by Alessio Igor Bogani
· 13 years ago
88bfa32
module: add /sys/module/<name>/uevent files
by Kay Sievers
· 13 years ago
4befb02
module: change attr callbacks to take struct module_kobject
by Kay Sievers
· 13 years ago
66574cc
modules: make arch's use default loader hooks
by Jonas Bonn
· 13 years ago
74e08fc
modules: add default loader hook implementations
by Jonas Bonn
· 13 years ago
81c7413
param: fix return value handling in param_set_*
by Satoru Moriya
· 13 years ago
3f68b03
KVM: IOMMU: Disable device assignment without interrupt remapping
by Alex Williamson
· 13 years ago
4f02264
KVM: MMU: trace mmio page fault
by Xiao Guangrong
· 13 years ago
ce88dec
KVM: MMU: mmio page fault support
by Xiao Guangrong
· 13 years ago
dd3bfd5
KVM: MMU: reorganize struct kvm_shadow_walk_iterator
by Xiao Guangrong
· 13 years ago
c2a2ac2
KVM: MMU: lockless walking shadow page table
by Xiao Guangrong
· 13 years ago
603e065
KVM: MMU: do not need atomicly to set/clear spte
by Xiao Guangrong
· 13 years ago
1df9f2d
KVM: MMU: introduce the rules to modify shadow page table
by Xiao Guangrong
· 13 years ago
d7c5520
KVM: MMU: abstract some functions to handle fault pfn
by Xiao Guangrong
· 13 years ago
fce92dc
KVM: MMU: filter out the mmio pfn from the fault pfn
by Xiao Guangrong
· 13 years ago
c370795
KVM: MMU: remove bypass_guest_pf
by Xiao Guangrong
· 13 years ago
bd4c86e
KVM: MMU: split kvm_mmu_free_page
by Xiao Guangrong
· 13 years ago
aa6bd18
KVM: MMU: count used shadow pages on prepareing path
by Xiao Guangrong
· 13 years ago
b90a0e6
KVM: MMU: rename 'pt_write' to 'emulate'
by Xiao Guangrong
· 13 years ago
b36c7a7
KVM: MMU: cleanup for FNAME(fetch)
by Xiao Guangrong
· 13 years ago
640d9b0
KVM: MMU: optimize to handle dirty bit
by Xiao Guangrong
· 13 years ago
bebb106
KVM: MMU: cache mmio info on page fault path
by Xiao Guangrong
· 13 years ago
af7cc7d1
KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code
by Xiao Guangrong
· 13 years ago
ffb61bb
KVM: MMU: do not update slot bitmap if spte is nonpresent
by Xiao Guangrong
· 13 years ago
052331b
KVM: MMU: fix walking shadow page table
by Xiao Guangrong
· 13 years ago
d910f5c
KVM guest: KVM Steal time registration
by Glauber Costa
· 13 years ago
73b7d40
[S390] use siginfo for sigtrap signals
by Martin Schwidefsky
· 13 years ago
4fa52aa
[S390] dasd: add enhanced DASD statistics interface
by Stefan Weinhuber
· 13 years ago
8bb3a2e
[S390] kvm: make sigp emerg smp capable
by Christian Ehrhardt
· 13 years ago
cadfce7
[S390] disable cpu measurement alerts on a dying cpu
by Jan Glauber
· 13 years ago
c76e70d
[S390] initial cr0 bits
by Martin Schwidefsky
· 13 years ago
5beab99
[S390] iucv cr0 enablement bit
by Martin Schwidefsky
· 13 years ago
89c9b66
[S390] race safe external interrupt registration
by Jan Glauber
· 13 years ago
9e280f6
[S390] remove tape block docu
by Martin Schwidefsky
· 13 years ago
6bed05b
[S390] ap: toleration support for ap device type 10
by Holger Dengler
· 13 years ago
fdb204d
[S390] cleanup program check handler prototypes
by Martin Schwidefsky
· 13 years ago
f7850c9
[S390] remove kvm mmu reload on s390
by Carsten Otte
· 13 years ago
092670c
[S390] Use gmap translation for accessing guest memory
by Carsten Otte
· 13 years ago
598841c
[S390] use gmap address spaces for kvm guest images
by Carsten Otte
· 13 years ago
e5992f2
[S390] kvm guest address space mapping
by Martin Schwidefsky
· 13 years ago
144d634
[S390] fix s390 assembler code alignments
by Jan Glauber
· 13 years ago
603d1a5
[S390] move sie code to entry.S
by Martin Schwidefsky
· 13 years ago
bb25b9b
[S390] kvm: handle tprot intercepts
by Christian Borntraeger
· 13 years ago
b02f0c2
[S390] qdio: clear shared DSCI before scheduling the queue handler
by Jan Glauber
· 13 years ago
50a1598
[S390] reference bit testing for unmapped pages
by Martin Schwidefsky
· 13 years ago
f433c4a
[S390] irqs: Do not trace arch_local_{*,irq_*} functions
by Steven Rostedt
· 13 years ago
284ecb0
[S390] kconfig: remove tape interface support comment
by Martin Schwidefsky
· 13 years ago
a642285
of: fix missing include from of_pci.c
by Grant Likely
· 13 years ago
559fafb
gre: fix improper error handling
by xeb@mail.ru
· 13 years ago
b0fe4a3
ipv4: use RT_TOS after some rt_tos conversions
by Julian Anastasov
· 13 years ago
f6226de
via-velocity: remove duplicated #include
by Huang Weiyi
· 13 years ago
9413b31
qlge: remove duplicated #include
by Huang Weiyi
· 13 years ago
48b0375
igb: remove duplicated #include
by Huang Weiyi
· 13 years ago
4570a52
can: c_can: remove duplicated #include
by Huang Weiyi
· 13 years ago
4fa5ee3
bnad: remove duplicated #include
by Huang Weiyi
· 13 years ago
3b5ec27
ata: PATA_ARASAN_CF depends on DMADEVICES
by Randy Dunlap
· 14 years ago
47db477
ata: remove unnecessary code
by Greg Dietsche
· 13 years ago
d4d8eaf
[libata] Prevent warning during PMP error recovery
by Gwendal Grignou
· 13 years ago
2cab7a4
ahci: RAID-mode SATA patch for Intel Panther Point DeviceIDs
by Seth Heasley
· 13 years ago
1c30c02
pata_it821x: Fix RAID type display, by adding missing comma
by Jean Delvare
· 13 years ago
04e506b
sata_dwc_460ex: fix error path
by Vasiliy Kulikov
· 13 years ago
3c4aa91
ahci: Enable SB600 64bit DMA on Asus M3A
by Mark Nelson
· 13 years ago
38941c9
libata: report link resume failure as KERN_WARNING instead of ERR
by Tejun Heo
· 13 years ago
345347c
ahci: move ahci_sb600_softreset to libahci.c and rename it
by Yuan-Hsin Chen
· 13 years ago
8ea7645
libata: leave port thawed after reset failure
by Tejun Heo
· 13 years ago
5b933e6
ata: sata_via: Use dev_dbg
by Joe Perches
· 14 years ago
06296a1
ata: Add and use ata_print_version_once
by Joe Perches
· 14 years ago
Next »