Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | arm64: vdso: remove broken, redundant sequence counting for timezones | Will Deacon | 2 | -6/+0 |
2013-01-04 | ARCH: drivers remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-12-18 | compat: generic compat_sys_sched_rr_get_interval() implementation | Catalin Marinas | 1 | -15/+0 |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -27/+4 |
2012-12-05 | arm64: move FP-SIMD save/restore code to a macro | Marc Zyngier | 1 | -40/+3 |
2012-12-05 | arm64: hyp: initialize vttbr_el2 to zero | Marc Zyngier | 1 | -0/+3 |
2012-12-05 | arm64: add hypervisor stub | Marc Zyngier | 3 | -1/+115 |
2012-12-05 | arm64: record boot mode when entering the kernel | Marc Zyngier | 1 | -3/+22 |
2012-12-05 | arm64: move vector entry macro to assembler.h | Marc Zyngier | 1 | -4/+0 |
2012-12-05 | arm64: generic timer: use virtual counter instead of physical at EL0 | Will Deacon | 2 | -2/+3 |
2012-12-05 | arm64: vdso: defer shifting of nanosecond component of timespec | Will Deacon | 2 | -3/+7 |
2012-12-05 | arm64: vdso: rework __do_get_tspec register allocation and return shift | Will Deacon | 1 | -44/+44 |
2012-12-05 | arm64: vdso: check sequence counter even for coarse realtime operations | Will Deacon | 1 | -3/+3 |
2012-12-05 | arm64: vdso: fix clocksource mask when extracting bottom 56 bits | Will Deacon | 1 | -1/+1 |
2012-11-29 | flagday: don't pass regs to copy_thread() | Al Viro | 1 | -2/+1 |
2012-11-29 | arm64: sanitize copy_thread(), switch to generic fork/vfork/clone | Al Viro | 3 | -26/+4 |
2012-11-23 | arm64: signal: let the compiler inline compat_get_sigframe | Will Deacon | 1 | -3/+3 |
2012-11-23 | arm64: signal: return struct rt_sigframe from get_sigframe | Will Deacon | 1 | -6/+6 |
2012-11-23 | arm64: signal: align return types for compat and native setup_return | Will Deacon | 1 | -9/+5 |
2012-11-23 | arm64: signal: push the unwinding prologue on the signal stack | Will Deacon | 1 | -21/+16 |
2012-11-19 | Merge remote-tracking branch 'viro/arch-arm64' into execve | Catalin Marinas | 5 | -44/+16 |
2012-11-17 | Merge branch 'arch-microblaze' into no-rebases | Al Viro | 1 | -2/+1 |
2012-11-17 | Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64 | Al Viro | 6 | -59/+75 |
2012-11-13 | Merge tag 'v3.7-rc5' into execve | Catalin Marinas | 6 | -61/+76 |
2012-11-08 | arm64: smp: add missing completion for secondary boot | Will Deacon | 1 | -2/+1 |
2012-11-08 | arm64: elf: fix core dumping definitions for GP and FP registers | Will Deacon | 1 | -18/+0 |
2012-11-08 | arm64: perf: use architected event for CPU cycle counter | Will Deacon | 1 | -8/+2 |
2012-10-23 | arm64: get rid of fork/vfork/clone wrappers | Al Viro | 5 | -44/+16 |
2012-10-18 | arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpoints | Will Deacon | 1 | -16/+21 |
2012-10-18 | arm64: ptrace: make structure padding explicit for debug registers | Will Deacon | 1 | -6/+30 |
2012-10-18 | arm64: Ignore memory blocks below PHYS_OFFSET | Catalin Marinas | 1 | -0/+12 |
2012-10-18 | arm64: Fix the update_vsyscall() prototype | Catalin Marinas | 1 | -10/+10 |
2012-10-17 | arm64: Use generic sys_execve() implementation | Catalin Marinas | 4 | -50/+0 |
2012-10-17 | arm64: Use generic kernel_execve() implementation | Catalin Marinas | 2 | -44/+1 |
2012-10-17 | arm64: Use generic kernel_thread() implementation | Catalin Marinas | 2 | -54/+28 |
2012-10-16 | arm64: Remove duplicate inclusion of mmu_context.h in smp.c | Sachin Kamat | 1 | -1/+0 |
2012-10-13 | Merge tag 'arm64-uapi' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari... | Linus Torvalds | 5 | -143/+16 |
2012-10-13 | vfs: define struct filename and have getname() return it | Jeff Layton | 2 | -5/+5 |
2012-10-11 | arm64: Do not export the compat-specific definitions to the user | Catalin Marinas | 1 | -3/+3 |
2012-10-11 | arm64: Do not include asm/unistd32.h in asm/unistd.h | Catalin Marinas | 4 | -8/+4 |
2012-10-11 | arm64: Remove unused definitions from asm/unistd32.h | Catalin Marinas | 2 | -132/+9 |
2012-10-08 | arm64: Enable interrupts before calling do_notify_resume() | Catalin Marinas | 1 | -0/+1 |
2012-10-08 | arm64: Use the generic compat_sys_sendfile() implementation | Catalin Marinas | 1 | -20/+0 |
2012-10-05 | compat: move compat_siginfo_t definition to asm/compat.h | Denys Vlasenko | 1 | -53/+0 |
2012-09-27 | arm64: ptrace: remove obsolete ptrace request numbers from user headers | Will Deacon | 1 | -6/+6 |
2012-09-17 | arm64: Build infrastructure | Catalin Marinas | 3 | -0/+154 |
2012-09-17 | arm64: Generic timers support | Marc Zyngier | 1 | -0/+65 |
2012-09-17 | arm64: Loadable modules | Will Deacon | 1 | -0/+456 |
2012-09-17 | arm64: Miscellaneous library functions | Marc Zyngier | 1 | -0/+46 |
2012-09-17 | arm64: Performance counters support | Will Deacon | 1 | -0/+1368 |