Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f035a51536af9802f55d8c79bd87f184ebffb093
« Previous
fd122e6
KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
by Andre Przywara
· 9 years ago
2b0cda8
KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
by Marc Zyngier
· 9 years ago
fb848db
KVM: arm/arm64: vgic-new: Add GICv2 MMIO handling framework
by Andre Przywara
· 9 years ago
4493b1c
KVM: arm/arm64: vgic-new: Add MMIO handling framework
by Marc Zyngier
· 9 years ago
90eee56c
KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
by Eric Auger
· 9 years ago
59529f6
KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
by Marc Zyngier
· 9 years ago
140b086
KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
by Marc Zyngier
· 9 years ago
0919e84
KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
by Marc Zyngier
· 9 years ago
8e44474
KVM: arm/arm64: vgic-new: Add IRQ sorting
by Christoffer Dall
· 9 years ago
81eeb95
KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
by Christoffer Dall
· 9 years ago
64a959d
KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
by Christoffer Dall
· 9 years ago
b18b577
KVM: arm/arm64: vgic-new: Add data structure definitions
by Christoffer Dall
· 9 years ago
44bfc42
KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
by Andre Przywara
· 9 years ago
b13216c
KVM: arm/arm64: Provide functionality to pause and resume a guest
by Christoffer Dall
· 9 years ago
2defaff
KVM: arm/arm64: pmu: abstract access to number of SPIs
by Andre Przywara
· 9 years ago
d5a5a0e
KVM: arm/arm64: Export mmio_read/write_bus
by Christoffer Dall
· 9 years ago
83091db
KVM: arm/arm64: Fix MMIO emulation data handling
by Christoffer Dall
· 9 years ago
2db4c10
KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
by Christoffer Dall
· 9 years ago
41a5448
KVM: arm/arm64: Move timer IRQ map to latest possible time
by Christoffer Dall
· 9 years ago
c8eb3f6
KVM: arm/arm64: vgic: Remove irq_phys_map from interface
by Andre Przywara
· 9 years ago
a7e33ad
KVM: arm/arm64: arch_timer: Remove irq_phys_map
by Andre Przywara
· 9 years ago
b452cb5
KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
by Christoffer Dall
· 8 years ago
63306c2
KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()
by Andre Przywara
· 9 years ago
e262f41
KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
by Andre Przywara
· 9 years ago
4f551a3
KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()
by Andre Przywara
· 9 years ago
7cbc084
KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
by Andre Przywara
· 9 years ago
e4fe9e7
kvm: arm64: Fix EC field in inject_abt64
by Matt Evans
· 9 years ago
63d1532
drm/i915: Inline sg_next() for the optimised SGL iterator
by Dave Gordon
· 9 years ago
85d1225
drm/i915: Introduce & use new lightweight SGL iterators
by Dave Gordon
· 9 years ago
b338fa4
drm/i915: optimise i915_gem_object_map() for small objects
by Dave Gordon
· 9 years ago
dd6034c
drm/i915: refactor i915_gem_object_pin_map()
by Dave Gordon
· 9 years ago
3497610
rtc: stmp3xxx: print message on error
by Sudip Mukherjee
· 9 years ago
6fca3fc
rtc: Use IS_ENABLED() instead of checking for built-in or module
by Javier Martinez Canillas
· 9 years ago
b4b77f3
rtc: ds3232: fix call trace when rtc->ops_lock is used as NULL
by Qianyu Gong
· 9 years ago
a350259
rtc: snvs: return error in case enable_irq_wake fails
by Stefan Agner
· 9 years ago
b62c3a1
rtc: zynqmp: Update seconds time programming logic
by Anurag Kumar Vulisha
· 9 years ago
01dc699
rtc: sa1100: DT spelling s/interrupt-name/interrupt-names/
by Geert Uytterhoeven
· 9 years ago
5333a40
rtc: mc13xxx: remove UIE signaling
by Wolfram Sang
· 14 years ago
1726982
rtc: mxc: remove UIE signaling
by Wolfram Sang
· 14 years ago
7457d5f
rtc: ds1307: Remove CLK_IS_ROOT
by Stephen Boyd
· 9 years ago
bdcaace
rtc: hym8563: Remove CLK_IS_ROOT
by Stephen Boyd
· 9 years ago
74e1af3
rtc: pcf8563: Remove CLK_IS_ROOT
by Stephen Boyd
· 9 years ago
58c4ed3
rtc: zynqmp: Write Calibration value before setting time
by Anurag Kumar Vulisha
· 9 years ago
9092984
rtc: zynqmp: Enable RTC switching to battery power when VCC_PSAUX is N/A
by Anurag Kumar Vulisha
· 9 years ago
19105f4
rtc: ds1685: actually spin forever in poweroff path
by Josh Poimboeuf
· 9 years ago
6406d96
rtc: da9053: fix access ordering error during RTC interrupt at system power on
by Steve Twiss
· 9 years ago
5919fb9
rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is enabled
by Nicolas Boullis
· 9 years ago
1d87951
rtc: ds1307: fix ds1307_native_smbus_read_block_data function
by Nicolas Boullis
· 9 years ago
ef50f86
rtc: ds1302: fix write value for day of week register
by Akinobu Mita
· 9 years ago
bc83a14
rtc: ds1302: fix error check in set_time
by Akinobu Mita
· 9 years ago
05a7f27
rtc: m41t80: handle oscillator failure bit
by Mylène Josserand
· 9 years ago
3726a21
rtc: m41t80: add wakealarm functionality
by Mylène Josserand
· 9 years ago
9c6dfed
rtc: m41t80: add alarm functionality
by Mylène Josserand
· 9 years ago
fc99b90
rtc: m41t80: remove warnings and replace obsolete function
by Mylène Josserand
· 9 years ago
54339f3
rtc: m41t80: add the use of 'BIT' macro
by Mylène Josserand
· 9 years ago
f2b84ee
rtc: m41t80: replace i2c functions for smbus ones
by Mylène Josserand
· 9 years ago
ca91607
rtc: m41t80: remove proc macro
by Mylène Josserand
· 9 years ago
ef6b312
rtc: m41t80: update sysfs entries export
by Mylène Josserand
· 9 years ago
fa56911
rtc: remove useless DRV_VERSION
by Alexandre Belloni
· 9 years ago
df2d741
rtc: at91sam9: remove duplicate assignment of variable mr
by Colin Ian King
· 9 years ago
d25a5ed
rtc: ds1302: rewrite using SPI
by Sergey Yanovich
· 9 years ago
423cd78
ALSA: hda - Fix headphone noise on Dell XPS 13 9360
by Kai-Heng Feng
· 9 years ago
dc00b6a
drm/i915/psr: Implement PSR2 w/a for gen9
by Daniel Vetter
· 9 years ago
d4dcbdc
drm/i915/psr: Use ->get_aux_send_ctl functions
by Daniel Vetter
· 9 years ago
6f32ea7
drm/i915/psr: Order DP aux transactions correctly
by Daniel Vetter
· 9 years ago
1c80c25
drm/i915/psr: Make idle_frames sensible again
by Daniel Vetter
· 9 years ago
50db139
drm/i915/psr: Try to program link training times correctly
by Daniel Vetter
· 9 years ago
1ab9418
perf/x86/intel/p4: Trival indentation fix, remove space
by Colin Ian King
· 9 years ago
dc4fac8
x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code
by Andy Lutomirski
· 9 years ago
d696ca0
x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits
by Andy Lutomirski
· 9 years ago
06cd3d8
Merge branch 'linus' into x86/urgent, to refresh the tree
by Ingo Molnar
· 9 years ago
0f6ff2b
x86/mm/mpx: Work around MPX erratum SKD046
by Dave Hansen
· 9 years ago
21f77d2
Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 9 years ago
52103b7
Revert "net: pegasus: remove dead coding"
by David S. Miller
· 9 years ago
ca79e49
drm/nouveau/gr/gf100-: fix race condition in fecs/gpccs ucode
by Ben Skeggs
· 9 years ago
f9e2029
drm/nouveau/core: recognise GM108 chipsets
by Ben Skeggs
· 9 years ago
00f50c6
drm/nouveau/gr/gm107-: fix touching non-existent ppcs in attrib cb setup
by Ben Skeggs
· 9 years ago
a00ecf2
drm/nouveau/gr/gk104-: share implementation of ppc exception init
by Ben Skeggs
· 9 years ago
87ac331
drm/nouveau/gr/gk104-: move rop_active_fbps init to nonctx
by Ben Skeggs
· 9 years ago
4d3df19
drm/nouveau/bios/pll: check BIT table version before trying to parse it
by Ben Skeggs
· 9 years ago
2781c92
drm/nouveau/bios/pll: prevent oops when limits table can't be parsed
by Ben Skeggs
· 9 years ago
d07a97e
drm/nouveau/volt/gk104: round up in gk104_volt_set
by Karol Herbst
· 9 years ago
e976278
drm/nouveau/fb/gm200: setup mmu debug buffer registers at init()
by Ben Skeggs
· 9 years ago
834b21f
drm/nouveau/fb/gk20a,gm20b: setup mmu debug buffer registers at init()
by Ben Skeggs
· 9 years ago
99c5917
drm/nouveau/fb/gf100-: allocate mmu debug buffers
by Ben Skeggs
· 9 years ago
917d95a
drm/nouveau/fb: allow chipset-specific actions for oneinit()
by Ben Skeggs
· 9 years ago
06d4f26
drm/nouveau/gr/gm200-: fix bad hardcoding of a max-tpcs-per-gpc value
by Ben Skeggs
· 9 years ago
734a0aa
drm/nouveau/gr/gm200-: rop count == ltc count
by Ben Skeggs
· 9 years ago
c83e7d6
drm/nouveau/gr/gm200: modify the mask when copying mmu settings from fb
by Ben Skeggs
· 9 years ago
54aa38a
drm/nouveau/gr/gm200: move some code into init_gpc_mmu() hook
by Ben Skeggs
· 9 years ago
560e6da
drm/nouveau/gr/gm200: make generate_main() static
by Ben Skeggs
· 9 years ago
64cb5a3
drm/nouveau/gr/gf100-: abstract fetching rop count
by Ben Skeggs
· 9 years ago
5ec3def
drm/nouveau/gr/gf100-: rename magic_not_rop_nr to screen_tile_row_offset
by Ben Skeggs
· 9 years ago
933ad44
drm/nouveau/gr/gf100-: remove hardcoded idle_timeout values
by Ben Skeggs
· 9 years ago
0cdc3fd
drm/nouveau/fifo/gm107-: remove engines from mmu engine mapping array
by Ben Skeggs
· 9 years ago
289e082
drm/nouveau/fifo/gk104-: identify mmu engine ids for host faults
by Ben Skeggs
· 9 years ago
e50d023
drm/nouveau/fifo/gk104-: implement support for PTOP fault info
by Ben Skeggs
· 9 years ago
91419ac
drm/nouveau/fifo/gk104-: abstract mmu fault data structures
by Ben Skeggs
· 9 years ago
98ac3f0
drm/nouveau/fifo/gk104-: subclass func
by Ben Skeggs
· 9 years ago
e93e198
drm/nouveau/fifo/gk104-: use device info from top subdev
by Ben Skeggs
· 9 years ago
Next »