| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-20 | 3 | -5/+3 |
|\ |
|
| * | new helper: compat_user_stack_pointer() | Al Viro | 2012-12-19 | 1 | -2/+3 |
| * | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2012-12-19 | 2 | -3/+0 |
* | | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-12-20 | 1 | -0/+1 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'... | Joerg Roedel | 2012-12-16 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | * | | | | ARM64: dma_debug: add debug_dma_mapping_error support | Shuah Khan | 2012-11-28 | 1 | -0/+1 |
| | |/ / / |
|
* | | | | | compat: generic compat_sys_sched_rr_get_interval() implementation | Catalin Marinas | 2012-12-17 | 2 | -15/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | 7 | -35/+10 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 1 | -2/+1 |
| * | | | | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 2012-11-28 | 1 | -8/+0 |
| * | | | | arm64: sanitize copy_thread(), switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 7 | -28/+12 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 2012-11-28 | 10 | -207/+56 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | Merge branch 'arch-microblaze' into no-rebases | Al Viro | 2012-11-16 | 5 | -4/+5 |
| | |\ \ \ \ |
|
* | | \ \ \ \ | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-12 | 29 | -366/+469 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | arm64: compat for clock_adjtime(2) is miswired | Al Viro | 2012-12-05 | 1 | -1/+1 |
| * | | | | | | | arm64: move FP-SIMD save/restore code to a macro | Marc Zyngier | 2012-12-05 | 2 | -40/+67 |
| * | | | | | | | arm64: hyp: initialize vttbr_el2 to zero | Marc Zyngier | 2012-12-05 | 1 | -0/+3 |
| * | | | | | | | arm64: add hypervisor stub | Marc Zyngier | 2012-12-05 | 4 | -1/+118 |
| * | | | | | | | arm64: record boot mode when entering the kernel | Marc Zyngier | 2012-12-05 | 2 | -3/+73 |
| * | | | | | | | arm64: move vector entry macro to assembler.h | Marc Zyngier | 2012-12-05 | 2 | -4/+8 |
| * | | | | | | | arm64: add AArch32 execution modes to ptrace.h | Marc Zyngier | 2012-12-05 | 1 | -0/+10 |
| * | | | | | | | arm64: expand register mapping between AArch32 and AArch64 | Marc Zyngier | 2012-12-05 | 1 | -2/+19 |
| * | | | | | | | arm64: generic timer: use virtual counter instead of physical at EL0 | Will Deacon | 2012-12-05 | 3 | -6/+7 |
| * | | | | | | | arm64: vdso: defer shifting of nanosecond component of timespec | Will Deacon | 2012-12-05 | 2 | -3/+7 |
| * | | | | | | | arm64: vdso: rework __do_get_tspec register allocation and return shift | Will Deacon | 2012-12-05 | 1 | -44/+44 |
| * | | | | | | | arm64: vdso: check sequence counter even for coarse realtime operations | Will Deacon | 2012-12-05 | 1 | -3/+3 |
| * | | | | | | | arm64: vdso: fix clocksource mask when extracting bottom 56 bits | Will Deacon | 2012-12-05 | 1 | -1/+1 |
| * | | | | | | | ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ | Alexander Shiyan | 2012-11-29 | 1 | -1/+0 |
| * | | | | | | | arm64: Make !dirty ptes read-only | Catalin Marinas | 2012-11-29 | 1 | -0/+2 |
| * | | | | | | | arm64: Convert empty flush_cache_{mm,page} functions to static inline | Catalin Marinas | 2012-11-23 | 2 | -11/+9 |
| * | | | | | | | arm64: signal: let the compiler inline compat_get_sigframe | Will Deacon | 2012-11-23 | 1 | -3/+3 |
| * | | | | | | | arm64: signal: return struct rt_sigframe from get_sigframe | Will Deacon | 2012-11-23 | 1 | -6/+6 |
| * | | | | | | | arm64: signal: align return types for compat and native setup_return | Will Deacon | 2012-11-23 | 1 | -9/+5 |
| * | | | | | | | arm64: signal: push the unwinding prologue on the signal stack | Will Deacon | 2012-11-23 | 1 | -21/+16 |
| * | | | | | | | arm64: Include the clkdev.h generic header | Catalin Marinas | 2012-11-23 | 1 | -0/+1 |
| * | | | | | | | arm64: Force use of common clk at architecture level | Deepak Saxena | 2012-11-20 | 1 | -0/+1 |
| * | | | | | | | Merge branch 'execve' into upstream | Catalin Marinas | 2012-11-19 | 7 | -52/+25 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge remote-tracking branch 'viro/arch-arm64' into execve | Catalin Marinas | 2012-11-19 | 7 | -52/+25 |
| | |\ \ \ \ \ \ \
| | | | |/ / / / /
| | | |/| | | | | |
|
| | | * | | | | | | Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64 | Al Viro | 2012-11-16 | 14 | -82/+92 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | arm64: get rid of fork/vfork/clone wrappers | Al Viro | 2012-10-22 | 7 | -52/+25 |
| * | | | | | | | | | Merge branch 'execve' into upstream | Catalin Marinas | 2012-11-14 | 10 | -157/+33 |
| |\| | | | | | | | |
|
| | * | | | | | | | | Merge tag 'v3.7-rc5' into execve | Catalin Marinas | 2012-11-13 | 16 | -86/+97 |
| | |\ \ \ \ \ \ \ \
| | | |/ / / / / / /
| | |/| | | / / / /
| | | | |_|/ / / /
| | | |/| | | | | |
|
| | * | | | | | | | arm64: Use generic sys_execve() implementation | Catalin Marinas | 2012-10-17 | 7 | -54/+2 |
| | * | | | | | | | arm64: Use generic kernel_execve() implementation | Catalin Marinas | 2012-10-17 | 3 | -44/+2 |
| | * | | | | | | | arm64: Use generic kernel_thread() implementation | Catalin Marinas | 2012-10-17 | 4 | -59/+29 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | arm64: mm: update max_dma32 before calculating size of NORMAL zone | Will Deacon | 2012-11-14 | 1 | -2/+2 |
| * | | | | | | | arm64: Make the user fault reporting more specific | Catalin Marinas | 2012-11-14 | 1 | -2/+11 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-12-11 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-12-08 | 1 | -0/+1 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | * | | | | | | tracing,x86: Add a TSC trace_clock | David Sharp | 2012-11-13 | 1 | -0/+1 |
| | | |_|_|_|/
| | |/| | | | |
|