index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64/sve: Backend logic for setting the vector length
Dave Martin
2017-11-03
3
-1
/
+149
*
arm64/sve: Signal handling support
Dave Martin
2017-11-03
4
-19
/
+206
*
arm64/sve: Support vector length resetting for new processes
Dave Martin
2017-11-03
3
-4
/
+14
*
arm64/sve: Core task context handling
Dave Martin
2017-11-03
8
-11
/
+407
*
arm64/sve: Low-level CPU setup
Dave Martin
2017-11-03
1
-1
/
+12
*
arm64/sve: Signal frame and context structure definition
Dave Martin
2017-11-03
1
-1
/
+116
*
arm64/sve: Kconfig update and conditional compilation support
Dave Martin
2017-11-03
2
-0
/
+16
*
arm64/sve: Low-level SVE architectural state manipulation functions
Dave Martin
2017-11-03
3
-0
/
+170
*
arm64/sve: System register and exception syndrome definitions
Dave Martin
2017-11-03
4
-1
/
+25
*
arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()
Dave Martin
2017-11-03
1
-4
/
+2
*
arm64: Port deprecated instruction emulation to new sysctl interface
Dave Martin
2017-11-03
1
-12
/
+3
*
arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
Dave Martin
2017-11-03
1
-0
/
+1
*
arm64: KVM: Hide unsupported AArch64 CPU features from guests
Dave Martin
2017-11-03
3
-45
/
+246
*
arm64: signal: Verify extra data is user-readable in sys_rt_sigreturn
Dave Martin
2017-11-03
1
-0
/
+4
*
arm64: fpsimd: Correctly annotate exception helpers called from asm
Dave Martin
2017-11-03
1
-2
/
+3
*
regset: Add support for dynamically sized regsets
Dave Martin
2017-11-03
2
-12
/
+65
*
arm-ccn: perf: Prevent module unload while PMU is in use
Suzuki K Poulose
2017-11-03
1
-0
/
+1
*
perf: arm_spe: Prevent module unload while the PMU is in use
Suzuki K Poulose
2017-11-03
1
-0
/
+1
*
arm64: Fix static use of function graph
Julien Thierry
2017-11-03
1
-9
/
+3
*
arm64: entry.S: move SError handling into a C function for future expansion
Xie XiuQi
2017-11-02
2
-7
/
+42
*
arm64: entry.S: convert elX_irq
James Morse
2017-11-02
2
-2
/
+7
*
arm64: entry.S convert el0_sync
James Morse
2017-11-02
2
-23
/
+10
*
arm64: entry.S: convert el1_sync
James Morse
2017-11-02
2
-8
/
+10
*
arm64: entry.S: Remove disable_dbg
James Morse
2017-11-02
1
-8
/
+1
*
arm64: Mask all exceptions during kernel_exit
James Morse
2017-11-02
2
-7
/
+11
*
arm64: Move the async/fiq helpers to explicitly set process context flags
James Morse
2017-11-02
4
-11
/
+9
*
arm64: introduce an order for exceptions
James Morse
2017-11-02
2
-23
/
+16
*
arm64: explicitly mask all exceptions
James Morse
2017-11-02
8
-19
/
+104
*
arm64: suspend: remove useless included file
Yisheng Xie
2017-11-02
1
-1
/
+0
*
arm64: Don't walk page table for user faults in do_mem_abort
Will Deacon
2017-11-02
1
-1
/
+2
*
arm64: vdso: fix clock_getres for 4GiB-aligned res
Mark Rutland
2017-10-31
1
-1
/
+1
*
arm64: prevent regressions in compressed kernel image size when upgrading to ...
Nick Desaulniers
2017-10-30
1
-2
/
+6
*
arm64: Implement arch-specific pte_access_permitted()
Catalin Marinas
2017-10-30
1
-0
/
+14
*
arm64: uapi: Remove PSR_Q_BIT
Will Deacon
2017-10-27
1
-1
/
+0
*
arm64: traps: Pretty-print pstate in register dumps
Will Deacon
2017-10-27
1
-1
/
+35
*
arm64: traps: Don't print stack or raw PC/LR values in backtraces
Will Deacon
2017-10-27
2
-67
/
+6
*
arm64: consistently log ESR and page table
Mark Rutland
2017-10-27
1
-2
/
+5
*
arm64: asm-bug: Renumber macro local labels to avoid clashes
Dave Martin
2017-10-25
1
-4
/
+4
*
arm64: Fix single stepping in kernel traps
Julien Thierry
2017-10-25
4
-10
/
+27
*
arm64: Use existing defines for mdscr
Julien Thierry
2017-10-25
1
-2
/
+3
*
arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}io
Mark Salyzyn
2017-10-24
1
-7
/
+5
*
Merge branch 'for-next/perf' into aarch64/for-next/core
Will Deacon
2017-10-24
20
-22
/
+3417
|
\
|
*
arm64: MAINTAINERS: hisi: Add HiSilicon SoC PMU support
Shaokun Zhang
2017-10-19
1
-0
/
+7
|
*
perf: hisi: Add support for HiSilicon SoC DDRC PMU driver
Shaokun Zhang
2017-10-19
3
-1
/
+465
|
*
perf: hisi: Add support for HiSilicon SoC HHA PMU driver
Shaokun Zhang
2017-10-19
3
-1
/
+475
|
*
perf: hisi: Add support for HiSilicon SoC L3C PMU driver
Shaokun Zhang
2017-10-19
3
-1
/
+465
|
*
perf: hisi: Add support for HiSilicon SoC uncore PMU driver
Shaokun Zhang
2017-10-19
5
-0
/
+558
|
*
Documentation: perf: hisi: Documentation for HiSilicon SoC PMU driver
Shaokun Zhang
2017-10-19
1
-0
/
+53
|
*
drivers/perf: Add support for ARMv8.2 Statistical Profiling Extension
Will Deacon
2017-10-18
3
-0
/
+1257
|
*
dt-bindings: Document devicetree binding for ARM SPE
Will Deacon
2017-10-18
1
-0
/
+20
[next]