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
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
2017-08-30
MIPS: generic: Bump default NR_CPUS to 16
Paul Burton
1
-1
/
+1
2017-08-30
MIPS: generic: Don't explicitly disable CONFIG_USB_SUPPORT
Paul Burton
1
-1
/
+0
2017-08-30
MIPS: Make CONFIG_MIPS_MT_SMP default y
Paul Burton
6
-4
/
+2
2017-08-30
MIPS: Prevent direct use of generic_defconfig
Paul Burton
1
-0
/
+13
2017-08-30
MIPS: NI 169445: Only include in 32r2el kernels
Paul Burton
1
-0
/
+3
2017-08-30
MIPS: SEAD-3: Only include in 32 bit kernels by default
Paul Burton
1
-0
/
+2
2017-08-30
MIPS: generic: Allow filtering enabled boards by requirements
Paul Burton
3
-2
/
+99
2017-08-30
MIPS: CPS: Detect CPUs in secondary clusters
Paul Burton
1
-29
/
+51
2017-08-30
MIPS: CPS: Cluster support for topology functions
Paul Burton
7
-48
/
+136
2017-08-30
MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers
Paul Burton
20
-30
/
+28
2017-08-30
MIPS: SMP: Allow boot_secondary SMP op to return errors
Paul Burton
14
-15
/
+37
2017-08-30
MIPS: CM: Add cluster & block args to mips_cm_lock_other()
Paul Burton
4
-18
/
+58
2017-08-30
MIPS: Add CPU cluster number accessors
Paul Burton
2
-0
/
+21
2017-08-30
MIPS: Unify checks for sibling CPUs
Paul Burton
5
-13
/
+28
2017-08-30
MIPS: Store core & VP IDs in GlobalNumber-style variable
Paul Burton
2
-26
/
+35
2017-08-30
MIPS: Abstract CPU core & VP(E) ID access through accessor functions
Paul Burton
16
-46
/
+71
2017-08-30
MIPS: CPS: Use GlobalNumber macros rather than magic numbers
Paul Burton
1
-2
/
+2
2017-08-30
MIPS: Add accessor & bit definitions for GlobalNumber
Paul Burton
1
-0
/
+13
2017-08-30
MIPS: CPS: Add CM/CPC 3.5 register definitions
Paul Burton
2
-7
/
+69
2017-08-30
MIPS: CPS: Use change_*, set_* & clear_* where appropriate
Paul Burton
3
-21
/
+8
2017-08-30
MIPS: CPS: Introduce register modify (set/clear/change) accessors
Paul Burton
1
-1
/
+22
2017-08-30
MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shifts
Paul Burton
4
-42
/
+49
2017-08-30
MIPS: CPC: Use common CPS accessor generation macros
Paul Burton
1
-41
/
+22
2017-08-29
MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
Paul Burton
9
-241
/
+190
2017-08-29
MIPS: CM: Specify register size when generating accessors
Paul Burton
3
-115
/
+135
[next]