index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
anubis.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-23
arm64: Introduce VA_BITS and translation level options
Jungseok Lee
7
-15
/
+54
2014-07-23
arm64: Do not initialise the fixmap page tables in head.S
Catalin Marinas
3
-19
/
+22
2014-07-23
arm64: Remove stray ARCH_HAS_OPP reference
Mark Brown
1
-1
/
+0
2014-07-21
arm64: dmi: Add SMBIOS/DMI support
Yi Li
3
-0
/
+54
2014-07-18
arm64: cpuinfo: print info for all CPUs
Mark Rutland
1
-22
/
+18
2014-07-18
arm64: add runtime system sanity checks
Mark Rutland
1
-0
/
+93
2014-07-18
arm64: cachetype: report weakest cache policy
Mark Rutland
2
-6
/
+36
2014-07-18
arm64: cpuinfo: record cpu system register values
Mark Rutland
5
-4
/
+144
2014-07-18
arm64: add MIDR_EL1 field accessors
Mark Rutland
1
-7
/
+26
2014-07-18
arm64: kernel: add missing __init section marker to cpu_suspend_init
Lorenzo Pieralisi
1
-1
/
+1
2014-07-18
arm64: kernel: add __init marker to PSCI init functions
Lorenzo Pieralisi
1
-2
/
+2
2014-07-18
arm64: kernel: enable PSCI cpu operations on UP systems
Lorenzo Pieralisi
2
-2
/
+4
2014-07-18
arm64: fpsimd: avoid restoring fpcr if the contents haven't changed
Will Deacon
1
-2
/
+15
2014-07-17
arm64: Align the kbuild output for VDSOL and VDSOA
Ian Campbell
1
-2
/
+2
2014-07-17
arm64: vdso: move data page before code pages
Will Deacon
2
-20
/
+18
2014-07-17
arm64: vdso: move to _install_special_mapping and remove arch_vma_name
Will Deacon
1
-45
/
+35
2014-07-17
arm64: vdso: put vdso datapage in a separate vma
Will Deacon
1
-8
/
+26
2014-07-17
arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitions
Catalin Marinas
1
-3
/
+0
2014-07-17
arm64: Use pr_* instead of printk
Jungseok Lee
1
-4
/
+4
2014-07-10
arm64: Enable TEXT_OFFSET fuzzing
Mark Rutland
4
-2
/
+30
2014-07-10
arm64: Update the Image header
Mark Rutland
4
-11
/
+104
2014-07-10
arm64: place initial page tables above the kernel
Mark Rutland
4
-28
/
+28
2014-07-10
arm64: head.S: remove unnecessary function alignment
Mark Rutland
1
-1
/
+6
2014-07-10
arm64: Cast KSTK_(EIP|ESP) to unsigned long
Catalin Marinas
1
-2
/
+2
2014-07-10
arm64: Add audit support
AKASHI Takahiro
3
-0
/
+17
2014-07-10
arm64: audit: Add audit hook in syscall_trace_enter/exit()
AKASHI Takahiro
1
-0
/
+7
2014-07-10
arm64: Add __NR_* definitions for compat syscalls
Catalin Marinas
6
-404
/
+786
2014-07-10
arm64: enable context tracking
Larry Bassel
3
-1
/
+41
2014-07-10
arm64: adjust el0_sync so that a function can be called
Larry Bassel
1
-6
/
+13
2014-07-09
arm64: Add CONFIG_CC_STACKPROTECTOR
Laura Abbott
3
-0
/
+45
2014-07-09
arm64: topology: add MPIDR-based detection
Zi Shen Lim
2
-14
/
+35
2014-07-06
Linux 3.16-rc4
v3.16-rc4
Linus Torvalds
1
-1
/
+1
2014-07-05
genirq: Fix memory leak when calling irq_free_hwirqs()
Keith Busch
1
-2
/
+2
2014-07-05
MAINTAINERS: Add few more Keystone drivers
Santosh Shilimkar
1
-1
/
+25
2014-07-05
MAINTAINERS: merge MXS entry into IMX one
Shawn Guo
1
-7
/
+1
2014-07-05
ARM: sunxi: Reintroduce the restart code for A10/A20 SoCs
Maxime Ripard
1
-0
/
+77
2014-07-04
arm64: fix el2_setup check of CurrentEL
Marc Zyngier
3
-4
/
+6
2014-07-04
arm64: mm: Make icache synchronisation logic huge page aware
Steve Capper
1
-1
/
+2
2014-07-04
arm64: mm: Fix horrendous config typo
Steve Capper
1
-1
/
+1
2014-07-04
ALSA: hda - restore BCLK M/N value as per CDCLK for HSW/BDW display HDA contr...
Mengdong Lin
3
-41
/
+66
2014-07-04
drm/i915: provide interface for audio driver to query cdclk
Jani Nikula
2
-0
/
+22
2014-07-04
ptrace,x86: force IRET path after a ptrace_stop()
Tejun Heo
2
-0
/
+19
2014-07-04
lz4: add overrun checks to lz4_uncompress_unknownoutputsize()
Greg Kroah-Hartman
1
-1
/
+5
2014-07-03
[SCSI] use the scsi data buffer length to extract transfer size
Martin K. Petersen
1
-1
/
+1
2014-07-03
shmem: fix init_page_accessed use to stop !PageLRU bug
Hugh Dickins
1
-5
/
+10
2014-07-03
kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...
Andrew Morton
1
-26
/
+18
2014-07-03
tools/testing/selftests/ipc/msgque.c: improve error handling when not running...
Shuah Khan
1
-0
/
+5
2014-07-03
fs/seq_file: fallback to vmalloc allocation
Heiko Carstens
1
-9
/
+21
2014-07-03
/proc/stat: convert to single_open_size()
Heiko Carstens
1
-20
/
+2
2014-07-03
hwpoison: fix the handling path of the victimized page frame that belong to n...
Chen Yucong
1
-4
/
+5
[next]