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
2016-07-29
arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
James Hogan
2
-0
/
+3
2016-07-29
arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinux
Ard Biesheuvel
3
-29
/
+5
2016-07-29
arm64: vmlinux.lds: make __rela_offset and __dynsym_offset ABSOLUTE
Ard Biesheuvel
1
-2
/
+2
2016-07-27
arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype
Catalin Marinas
2
-1
/
+1
2016-07-27
arm64: Only select ARM64_MODULE_PLTS if MODULES=y
Catalin Marinas
1
-1
/
+1
2016-07-25
arm64: mm: run pgtable_page_ctor() on non-swapper translation table pages
Ard Biesheuvel
1
-3
/
+6
2016-07-25
arm64: mm: make create_mapping_late() non-allocating
Ard Biesheuvel
1
-1
/
+1
2016-07-21
Merge branch 'for-next/kprobes' into for-next/core
Catalin Marinas
27
-10
/
+1781
2016-07-21
arm64: Honor nosmp kernel command line option
Suzuki K Poulose
1
-0
/
+7
2016-07-21
arm64: Fix incorrect per-cpu usage for boot CPU
Suzuki K Poulose
1
-1
/
+1
2016-07-21
arm64: kprobes: Add KASAN instrumentation around stack accesses
Catalin Marinas
1
-0
/
+5
2016-07-21
arm64: kprobes: Cleanup jprobe_return
Marc Zyngier
1
-12
/
+10
2016-07-20
arm64: kprobes: Fix overflow when saving stack
Marc Zyngier
1
-8
/
+14
2016-07-19
arm64: kprobes: WARN if attempting to step with PSTATE.D=1
Will Deacon
1
-0
/
+2
2016-07-19
arm64: debug: remove unused local_dbg_{enable, disable} macros
Will Deacon
1
-3
/
+0
2016-07-19
arm64: debug: remove redundant spsr manipulation
Will Deacon
1
-11
/
+2
2016-07-19
arm64: debug: unmask PSTATE.D earlier
Will Deacon
3
-2
/
+2
2016-07-19
arm64: localise Image objcopy flags
Mark Rutland
2
-1
/
+2
2016-07-19
arm64: ptrace: remove extra define for CPSR's E bit
Vladimir Murzin
1
-1
/
+0
2016-07-19
kprobes: Add arm64 case in kprobe example module
Sandeepa Prabhu
1
-0
/
+9
2016-07-19
arm64: Add kernel return probes support (kretprobes)
Sandeepa Prabhu
2
-1
/
+90
2016-07-19
arm64: Add trampoline code for kretprobes
William Cohen
5
-0
/
+100
2016-07-19
arm64: kprobes instruction simulation support
Sandeepa Prabhu
8
-15
/
+326
2016-07-19
arm64: Treat all entry code as non-kprobe-able
Pratyush Anand
3
-0
/
+30
2016-07-19
arm64: Blacklist non-kprobe-able symbol
Pratyush Anand
4
-0
/
+31
2016-07-19
arm64: Kprobes with single stepping support
Sandeepa Prabhu
14
-5
/
+859
2016-07-19
arm64: add conditional instruction simulation support
David A. Long
4
-4
/
+119
2016-07-19
arm64: Add more test functions to insn.c
David A. Long
2
-0
/
+70
2016-07-19
arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature
David A. Long
4
-1
/
+152
2016-07-12
arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs
Steve Capper
3
-0
/
+132
2016-07-12
arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSO
Kevin Brodsky
4
-15
/
+64
2016-07-12
arm64: Refactor vDSO time functions
Kevin Brodsky
1
-126
/
+172
2016-07-11
arm64: fix vdso-offsets.h dependency
Kevin Brodsky
3
-8
/
+13
2016-07-11
Revert "arm64: Fix vdso-offsets.h dependency"
Catalin Marinas
2
-7
/
+7
2016-07-08
arm64: mm: change IOMMU notifier action to attach DMA ops
Lorenzo Pieralisi
1
-17
/
+5
2016-07-08
drivers/perf: arm-pmu: Handle per-interrupt affinity mask
Marc Zyngier
2
-6
/
+25
2016-07-08
arm64: Fix vdso-offsets.h dependency
Catalin Marinas
2
-7
/
+7
2016-07-01
arm64: mm: fold init_pgd() into __create_pgd_mapping()
Ard Biesheuvel
1
-18
/
+6
2016-07-01
arm64: mm: Remove split_p*d() functions
Catalin Marinas
1
-43
/
+4
2016-07-01
arm64: efi: avoid block mappings for unaligned UEFI memory regions
Ard Biesheuvel
1
-0
/
+14
2016-07-01
arm64: efi: always map runtime services code and data regions down to pages
Ard Biesheuvel
2
-3
/
+36
2016-07-01
arm64: mm: add param to force create_pgd_mapping() to use page mappings
Ard Biesheuvel
3
-42
/
+29
2016-07-01
arm64: trap userspace "dc cvau" cache operation on errata-affected core
Andre Przywara
5
-2
/
+75
2016-07-01
arm64: consolidate signal injection on emulation errors
Andre Przywara
3
-36
/
+54
2016-07-01
arm64: errata: Calling enable functions for CPU errata too
Andre Przywara
3
-2
/
+9
2016-07-01
arm64: include alternative handling in dcache_by_line_op
Andre Przywara
1
-1
/
+11
2016-07-01
arm64: fix "dc cvau" cache operation on errata-affected core
Andre Przywara
2
-1
/
+5
2016-07-01
Revert "arm64: alternatives: add enable parameter to conditional asm macros"
Andre Przywara
1
-9
/
+3
2016-06-30
arm64: mm: remove unnecessary BUG_ON
Kefeng Wang
1
-1
/
+0
2016-06-27
arm64: mm: fix location of _etext
Ard Biesheuvel
4
-16
/
+17
[next]