index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
reset: Add a reset controller driver for the Lantiq XWAY based SoCs
Martin Blumenstingl
4
-0
/
+249
2017-09-04
MIPS: lantiq: Replace ltq_boot_select() with dummy implementation.
Ralf Baechle
1
-5
/
+5
2017-09-04
MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
Hauke Mehrtens
3
-34
/
+0
2017-09-04
MIPS: lantiq: Convert the fpi bus driver to a platform_driver
Hauke Mehrtens
7
-45
/
+121
2017-09-04
Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
Hauke Mehrtens
1
-0
/
+89
2017-09-04
MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
Martin Blumenstingl
1
-0
/
+1
2017-09-04
watchdog: lantiq: add device tree binding documentation
Hauke Mehrtens
1
-0
/
+24
2017-09-04
watchdog: lantiq: access boot cause register through regmap
Hauke Mehrtens
1
-5
/
+69
2017-09-04
mtd: lantiq-flash: drop check of boot select
Hauke Mehrtens
1
-6
/
+0
2017-09-04
MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
Martin Blumenstingl
1
-1
/
+1
2017-09-04
irqchip: mips-gic: Let the core set struct irq_common_data affinity
Paul Burton
1
-2
/
+1
2017-09-04
irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()
Paul Burton
1
-6
/
+6
2017-09-04
irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handling
Paul Burton
1
-7
/
+7
2017-09-04
irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*
Paul Burton
1
-21
/
+31
2017-09-04
irqchip: mips-gic: Make pcpu_masks a per-cpu variable
Paul Burton
1
-9
/
+8
2017-09-04
irqchip: mips-gic: Inline gic_basic_init()
Paul Burton
1
-27
/
+19
2017-09-04
irqchip: mips-gic: Inline __gic_init()
Paul Burton
1
-60
/
+55
2017-09-04
irqchip: mips-gic: Remove linux/irqchip/mips-gic.h
Paul Burton
1
-14
/
+0
2017-09-04
MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.h
Paul Burton
3
-3
/
+0
2017-09-04
MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.h
Paul Burton
2
-8
/
+3
2017-09-04
irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h
Paul Burton
7
-13
/
+32
2017-09-04
irqchip: mips-gic: Remove gic_present
Paul Burton
2
-8
/
+0
2017-09-04
MIPS: Use mips_gic_present() in place of gic_present
Paul Burton
5
-23
/
+17
2017-09-04
irqchip: mips-gic: Remove gic_init()
Paul Burton
2
-10
/
+0
2017-09-04
irqchip: mips-gic: Remove __gic_irq_dispatch() forward declaration
Paul Burton
1
-2
/
+0
2017-09-04
irqchip: mips-gic: Remove gic_get_usm_range()
Paul Burton
2
-25
/
+0
2017-09-04
MIPS: VDSO: Drop gic_get_usm_range() usage
Paul Burton
1
-10
/
+5
2017-09-04
irqchip: mips-gic: Move various definitions to the driver
Paul Burton
3
-24
/
+16
2017-09-04
irqchip: mips-gic: Remove GIC_CPU_INT* macros
Paul Burton
1
-8
/
+0
2017-09-04
MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.h
Paul Burton
2
-10
/
+24
2017-09-04
irqchip: mips-gic: Convert remaining local reg access to new accessors
Paul Burton
2
-100
/
+12
2017-09-04
irqchip: mips-gic: Convert local int mask access to new accessors
Paul Burton
2
-59
/
+7
2017-09-04
irqchip: mips-gic: Convert remaining shared reg access to new accessors
Paul Burton
2
-28
/
+8
2017-09-04
irqchip: mips-gic: Remove gic_map_to_vpe()
Paul Burton
2
-15
/
+2
2017-09-04
irqchip: mips-gic: Remove gic_map_to_pin()
Paul Burton
2
-17
/
+1
2017-09-04
irqchip: mips-gic: Remove gic_set_dual_edge()
Paul Burton
2
-40
/
+5
2017-09-04
irqchip: mips-gic: Remove gic_set_trigger()
Paul Burton
2
-18
/
+6
2017-09-04
irqchip: mips-gic: Remove gic_set_polarity()
Paul Burton
2
-17
/
+5
2017-09-04
irqchip: mips-gic: Drop gic_(re)set_mask() functions
Paul Burton
2
-19
/
+3
2017-09-04
irqchip: mips-gic: Simplify gic_local_irq_domain_map()
Paul Burton
2
-47
/
+16
2017-09-04
irqchip: mips-gic: Simplify shared interrupt pending/mask reads
Paul Burton
2
-24
/
+11
2017-09-04
MIPS: Add __ioread64_copy
Paul Burton
3
-1
/
+45
2017-09-04
irqchip: mips-gic: Remove gic_read_local_vp_id()
Paul Burton
2
-25
/
+0
2017-09-04
MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driver
Paul Burton
1
-1
/
+1
2017-09-04
irqchip: mips-gic: Remove counter access functions
Paul Burton
2
-117
/
+0
2017-09-01
MIPS: Malta: Use new GIC accessor functions
Paul Burton
1
-3
/
+3
2017-08-30
clocksource: mips-gic-timer: Use new GIC accessor functions
Paul Burton
1
-6
/
+31
2017-08-30
MIPS: GIC: Introduce asm/mips-gic.h with accessor functions
Paul Burton
3
-7
/
+300
2017-08-30
irqchip: mips-gic: SYNC after enabling GIC region
James Hogan
1
-1
/
+4
2017-08-30
MIPS: Don't use dma_cache_sync to implement fd_cacheflush
Christoph Hellwig
1
-2
/
+2
[next]