index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-ns2.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-17
leds: max77693: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-09-17
leds: ktd2692: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-09-17
leds: bcm6358: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-09-17
leds: bcm6328: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-09-17
leds: aat1290: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-09-17
powerpc32: memset: only use dcbz once cache is enabled
LEROY Christophe
2
-0
/
+9
2015-09-17
powerpc32: memcpy: only use dcbz once cache is enabled
LEROY Christophe
2
-0
/
+8
2015-09-17
ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpoints
Doug Anderson
1
-3
/
+5
2015-09-17
ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definition
Andre Przywara
1
-1
/
+3
2015-09-17
ARM: get rid of needless #if in signal handling code
Russell King
1
-4
/
+2
2015-09-17
clk: check for invalid parent index of orphans in __clk_init()
Mans Rullgard
1
-1
/
+2
2015-09-17
clk: tegra: dfll: Properly protect OPP list
Thierry Reding
1
-1
/
+7
2015-09-16
arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources
Pavel Fedin
1
-1
/
+1
2015-09-16
KVM: s390: Replace incorrect atomic_or with atomic_andnot
Jason J. Herne
1
-1
/
+1
2015-09-16
arm64: Remove ununsed set_irq_flags
Rob Herring
1
-5
/
+0
2015-09-16
ARM: Remove ununsed set_irq_flags
Rob Herring
2
-26
/
+0
2015-09-16
sh: Kill off set_irq_flags usage
Rob Herring
1
-9
/
+1
2015-09-16
irqchip: Kill off set_irq_flags usage
Rob Herring
17
-37
/
+18
2015-09-16
gpu/drm: Kill off set_irq_flags usage
Rob Herring
2
-3
/
+1
2015-09-16
x86/platform: Fix Geode LX timekeeping in the generic x86 build
David Woodhouse
1
-7
/
+10
2015-09-16
arm: KVM: Fix incorrect device to IPA mapping
Marek Majtyka
1
-2
/
+4
2015-09-16
arm64: KVM: Fix user access for debug registers
Marc Zyngier
1
-4
/
+4
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
188
-340
/
+281
2015-09-16
genirq: Move field 'msi_desc' from irq_data into irq_common_data
Jiang Liu
4
-7
/
+7
2015-09-16
genirq: Move field 'affinity' from irq_data into irq_common_data
Jiang Liu
5
-20
/
+19
2015-09-16
genirq: Move field 'handler_data' from irq_data into irq_common_data
Jiang Liu
4
-8
/
+9
2015-09-16
genirq: Move field 'node' from irq_data into irq_common_data
Jiang Liu
4
-6
/
+18
2015-09-16
irqchip/gic-v3: Use IRQD_FORWARDED_TO_VCPU flag
Thomas Gleixner
1
-8
/
+6
2015-09-16
irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flag
Thomas Gleixner
1
-25
/
+9
2015-09-16
genirq: Provide IRQD_FORWARDED_TO_VCPU status flag
Thomas Gleixner
1
-0
/
+16
2015-09-16
genirq: Simplify irq_data_to_desc()
Thomas Gleixner
1
-5
/
+1
2015-09-16
genirq: Remove __irq_set_handler_locked()
Thomas Gleixner
1
-10
/
+0
2015-09-16
pinctrl/pistachio: Use irq_set_handler_locked
Thomas Gleixner
1
-2
/
+2
2015-09-16
gpio: vf610: Use irq_set_handler_locked
Thomas Gleixner
1
-2
/
+2
2015-09-16
powerpc/mpc8xx: Use irq_set_handler_locked()
Thomas Gleixner
1
-1
/
+1
2015-09-16
powerpc/ipic: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-09-16
powerpc/cpm2: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-09-16
powerpc/mpc52xx: Use irq_set_handler_locked()
Thomas Gleixner
1
-1
/
+1
2015-09-16
KVM: vmx: fix VPID is 0000H in non-root operation
Wanpeng Li
1
-0
/
+2
2015-09-16
powerpc/mm: Recompute hash value after a failed update
Aneesh Kumar K.V
1
-1
/
+2
2015-09-16
powerpc/boot: Specify ABI v2 when building an LE boot wrapper
Benjamin Herrenschmidt
1
-0
/
+3
2015-09-16
genirq: Remove __irq_set_chip_handler_name_locked()
Thomas Gleixner
1
-13
/
+0
2015-09-16
pinctrl: sunxi: Use irq_set_chip_handler_name_locked()
Thomas Gleixner
1
-6
/
+4
2015-09-16
KVM: add halt_attempted_poll to VCPU stats
Paolo Bonzini
12
-0
/
+12
2015-09-16
virtio/s390: handle failures of READ_VQ_CONF ccw
Pierre Morel
1
-1
/
+9
2015-09-16
tools/virtio: propagate V=X to kernel build
Michael S. Tsirkin
1
-1
/
+1
2015-09-16
vhost: move features to core
Michael S. Tsirkin
4
-6
/
+8
2015-09-16
ARM: fix Thumb2 signal handling when ARMv6 is enabled
Russell King
1
-5
/
+10
2015-09-16
cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()
Rafael J. Wysocki
3
-4
/
+8
2015-09-16
blockdev: don't set S_DAX for misaligned partitions
Jeff Moyer
1
-0
/
+7
[prev]
[next]