index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-22
mips: drop __pXd_offset() macros that duplicate pXd_index() ones
Mike Rapoport
6
-25
/
+18
2019-11-22
mips: fix build when "48 bits virtual memory" is enabled
Mike Rapoport
1
-2
/
+7
2019-11-11
MIPS: math-emu: Reuse name array in debugfs_fpuemu()
Paul Burton
1
-2
/
+1
2019-11-11
MIPS: allow building with kcov coverage
Alexey Khoroshilov
2
-0
/
+3
2019-11-11
MIPS: Loongson64: Drop setup_pcimap
Jiaxun Yang
1
-43
/
+0
2019-11-11
MIPS: Loongson2ef: Convert to early_printk_8250
Jiaxun Yang
6
-41
/
+4
2019-11-11
MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED
Jiaxun Yang
3
-72
/
+0
2019-11-11
MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdline
Jiaxun Yang
12
-187
/
+28
2019-11-11
MIPS: Drop pmon.h
Jiaxun Yang
2
-47
/
+0
2019-11-11
MIPS: Loongson: Unify LOONGSON3/LOONGSON64 Kconfig usage
Huacai Chen
3
-17
/
+24
2019-11-11
MIPS: Loongson: Rename LOONGSON1 to LOONGSON32
Huacai Chen
13
-17
/
+17
2019-11-04
MIPS: Loongson: Fix return value of loongson_hwmon_init
Tiezhu Yang
1
-1
/
+1
2019-11-01
MIPS: add support for SGI Octane (IP30)
Thomas Bogendoerfer
19
-0
/
+1471
2019-11-01
MIPS: PCI: make phys_to_dma/dma_to_phys for pci-xtalk-bridge common
Thomas Bogendoerfer
2
-13
/
+16
2019-11-01
MIPS: Loongson: Make default kernel log buffer size as 128KB for Loongson3
Tiezhu Yang
1
-1
/
+0
2019-11-01
MIPS: SGI-IP27: replace MAX_COMPACT_NODE with MAX_NUMNODES
Thomas Bogendoerfer
6
-30
/
+10
2019-11-01
mips/cavium-octeon: Fix typo *must* in comment
Paul Menzel
1
-1
/
+1
2019-11-01
MIPS: Loongson64: Move files to the top-level directory
Jiaxun Yang
27
-77
/
+39
2019-11-01
MIPS: Loongson64: Cleanup unused code
Jiaxun Yang
35
-1543
/
+34
2019-11-01
MIPS: Loongson2ef: clean up loongson64 related code
Jiaxun Yang
30
-1097
/
+56
2019-11-01
MIPS: Fork loongson2ef from loongson64
Jiaxun Yang
71
-132
/
+3351
2019-10-31
MIPS: Loongson64: Rename CPU TYPES
Jiaxun Yang
34
-96
/
+95
2019-10-24
MIPS: include: remove unsued header file asm/sgi/sgi.h
Thomas Bogendoerfer
1
-48
/
+0
2019-10-24
MIPS: tlbex: Fix build_restore_pagemask KScratch restore
Paul Burton
1
-8
/
+15
2019-10-24
MIPS: SGI-IP27: reduce ARC usage to a minimum
Thomas Bogendoerfer
4
-10
/
+22
2019-10-24
MIPS: arc: use function argument for passing argc/argv to prom_init_cmdline
Thomas Bogendoerfer
3
-19
/
+13
2019-10-24
MIPS: arc: remove unused stuff
Thomas Bogendoerfer
2
-4
/
+2
2019-10-24
MIPS: SGI-IP27: move registering of smp ops into IP27 specific code
Thomas Bogendoerfer
3
-7
/
+3
2019-10-24
MIPS: SGI-IP27: collect externs in new header file
Thomas Bogendoerfer
5
-4
/
+17
2019-10-24
MIPS: bmips: mark exception vectors as char arrays
Jonas Gorski
3
-10
/
+10
2019-10-24
MIPS: Loongson: Fix GENMASK misuse
Rikard Falkeborn
1
-1
/
+1
2019-10-18
mips: vdso: Fix __arch_get_hw_counter()
Vincenzo Frascino
1
-1
/
+3
2019-10-18
MAINTAINERS: Use @kernel.org address for Paul Burton
Paul Burton
2
-6
/
+7
2019-10-14
Linux 5.4-rc3
v5.4-rc3
Linus Torvalds
1
-1
/
+1
2019-10-13
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-13
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
1
-0
/
+2
2019-10-13
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-10-13
recordmcount: Fix nop_mcount() function
Steven Rostedt (VMware)
1
-4
/
+1
2019-10-13
tracing: Do not create tracefs files if tracefs lockdown is in effect
Steven Rostedt (VMware)
1
-0
/
+4
2019-10-13
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
10
-4
/
+98
2019-10-13
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
6
-60
/
+81
2019-10-13
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
3
-15
/
+5
2019-10-13
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-10-13
ftrace: Get a reference counter for the trace_array on filter files
Steven Rostedt (VMware)
1
-9
/
+18
2019-10-13
tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...
Steven Rostedt (VMware)
1
-41
/
+1
2019-10-12
MIPS: Make builtin_cmdline const & variable length
Paul Burton
1
-1
/
+1
2019-10-12
MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n builds
Paul Burton
1
-0
/
+6
2019-10-12
MIPS: Always define builtin_cmdline
Paul Burton
1
-0
/
+2
2019-10-12
perf/x86/cstate: Add Tiger Lake CPU support
Kan Liang
1
-9
/
+11
2019-10-12
perf/x86/msr: Add Tiger Lake CPU support
Kan Liang
1
-0
/
+2
[next]