index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
oom_kill.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-23
arm64: lib: Implement optimized string length routines
zhichang.yuan
5
-1
/
+307
2014-05-23
arm64: lib: Implement optimized string compare routines
zhichang.yuan
5
-1
/
+553
2014-05-23
arm64: lib: Implement optimized memcmp routine
zhichang.yuan
4
-1
/
+263
2014-05-23
arm64: lib: Implement optimized memset routine
zhichang.yuan
1
-22
/
+185
2014-05-23
arm64: lib: Implement optimized memmove routine
zhichang.yuan
1
-25
/
+165
2014-05-23
arm64: lib: Implement optimized memcpy routine
zhichang.yuan
1
-22
/
+170
2014-05-22
arm64: defconfig: enable a few more common/useful options in defconfig
Will Deacon
1
-13
/
+23
2014-05-16
arm64: Fix deadlock scenario with smp_send_stop()
Arun KS
1
-2
/
+3
2014-05-16
arm64: Fix machine_shutdown() definition
Arun KS
1
-6
/
+35
2014-05-16
arm64: Support arch_irq_work_raise() via self IPIs
Larry Bassel
2
-1
/
+20
2014-05-16
arm64: topology: Add support for topology DT bindings
Mark Brown
1
-8
/
+196
2014-05-16
arm64: topology: Initialise default topology state immediately
Mark Brown
1
-4
/
+4
2014-05-16
arm64: sched: Remove unused mc_capable() and smt_capable()
Zi Shen Lim
1
-3
/
+0
2014-05-16
Revert "arm64: Introduce execute-only page access permissions"
Catalin Marinas
2
-8
/
+8
2014-05-14
arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions
Ard Biesheuvel
6
-0
/
+1521
2014-05-14
arm64: pull in <asm/simd.h> from asm-generic
Ard Biesheuvel
1
-0
/
+1
2014-05-14
arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions
Ard Biesheuvel
4
-0
/
+529
2014-05-14
arm64/crypto: AES using ARMv8 Crypto Extensions
Ard Biesheuvel
3
-1
/
+164
2014-05-14
arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions
Ard Biesheuvel
4
-0
/
+259
2014-05-14
arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions
Ard Biesheuvel
4
-0
/
+419
2014-05-14
arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
Ard Biesheuvel
6
-0
/
+359
2014-05-12
arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h
AKASHI Takahiro
5
-7
/
+4
2014-05-12
arm64: Add regs_return_value() in syscall.h
AKASHI Takahiro
1
-0
/
+5
2014-05-12
arm64: split syscall_trace() into separate functions for enter/exit
AKASHI Takahiro
2
-27
/
+33
2014-05-12
arm64: make a single hook to syscall_trace() for all syscall features
AKASHI Takahiro
2
-2
/
+16
2014-05-12
arm64: debug: avoid accessing mdscr_el1 on fault paths where possible
Will Deacon
2
-54
/
+42
2014-05-09
arm64: mm: use inner-shareable barriers for inner-shareable maintenance
Will Deacon
2
-4
/
+4
2014-05-09
arm64: kvm: use inner-shareable barriers for inner-shareable maintenance
Will Deacon
1
-3
/
+9
2014-05-09
arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flag
Will Deacon
1
-5
/
+3
2014-05-09
arm64: barriers: use barrier() instead of smp_mb() when !SMP
Will Deacon
1
-2
/
+2
2014-05-09
arm64: barriers: wire up new barrier options
Will Deacon
1
-7
/
+7
2014-05-09
arm64: barriers: make use of barrier options with explicit barriers
Will Deacon
6
-15
/
+15
2014-05-09
arm64: mm: Optimise tlb flush logic where we have >4K granule
Steve Capper
3
-77
/
+26
2014-05-09
arm64: xchg: prevent warning if return value is unused
Will Deacon
1
-1
/
+6
2014-05-09
arm64: mm: Create gigabyte kernel logical mappings where possible
Steve Capper
3
-1
/
+36
2014-05-09
arm64: Make atomic64_t() return "long", not "long long"
Bjorn Helgaas
1
-1
/
+1
2014-05-09
arm64: Clean up the default pgprot setting
Catalin Marinas
5
-95
/
+50
2014-05-09
arm64: Introduce execute-only page access permissions
Catalin Marinas
2
-8
/
+8
2014-05-09
arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUS
Catalin Marinas
2
-0
/
+17
2014-05-09
arm64: Remove the aux_context structure
Catalin Marinas
2
-41
/
+17
2014-05-09
arm64: Provide read/write fault information in compat signal handlers
Catalin Marinas
5
-9
/
+20
2014-05-09
arm64: Remove boot thread synchronisation for spin-table release method
Catalin Marinas
1
-38
/
+1
2014-05-09
arm64: Implement cache_line_size() based on CTR_EL0.CWG
Catalin Marinas
4
-1
/
+41
2014-05-08
arm64: add support for kernel mode NEON in interrupt context
Ard Biesheuvel
5
-15
/
+109
2014-05-08
arm64: defer reloading a task's FPSIMD state to userland resume
Ard Biesheuvel
6
-18
/
+143
2014-05-08
arm64: add abstractions for FPSIMD state manipulation
Ard Biesheuvel
5
-13
/
+30
2014-05-08
asm-generic: allow generic unaligned access if the arch supports it
Ard Biesheuvel
1
-8
/
+13
2014-05-05
Linux 3.15-rc4
v3.15-rc4
Linus Torvalds
1
-1
/
+1
2014-05-04
vexpress: Initialise the sysregs before setting up the clocks
Catalin Marinas
1
-0
/
+2
2014-05-03
arm64: Mark the Applied Micro X-Gene SATA controller as DMA coherent
Catalin Marinas
2
-0
/
+6
[next]