| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc32: destroy_context() and switch_mm() needs to disable interrupts. | Andreas Larsson | 2014-12-18 | 1 | -4/+7 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 16 | -19/+0 |
|\ |
|
| * | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2014-11-03 | 16 | -19/+0 |
| |\ |
|
| | * | sparc: kernel: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 15 | -18/+0 |
| | * | sparc: include: asm: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-12-13 | 8 | -12/+12 |
|\ \ \ |
|
| * | | | crypto: sparc - replace memset by memzero_explicit | Julia Lawall | 2014-12-02 | 2 | -2/+2 |
| * | | | crypto: prefix module autoloading with "crypto-" | Kees Cook | 2014-11-24 | 8 | -10/+10 |
| |/ / |
|
* | | | Merge branch 'akpm' (second patch-bomb from Andrew) | Linus Torvalds | 2014-12-13 | 5 | -2/+16 |
|\ \ \ |
|
| * | | | sparc: hook up execveat system call | David Drysdale | 2014-12-13 | 4 | -1/+15 |
| * | | | mm/debug-pagealloc: make debug-pagealloc boottime configurable | Joonsoo Kim | 2014-12-13 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-12-12 | 1 | -2/+5 |
|\ \ \ \ |
|
| * | | | | arch: Add lightweight memory barriers dma_rmb() and dma_wmb() | Alexander Duyck | 2014-12-11 | 1 | -0/+3 |
| * | | | | arch: Cleanup read_barrier_depends() and comments | Alexander Duyck | 2014-12-11 | 1 | -2/+2 |
| |/ / / |
|
* | | | | sparc/ldc: create separate ldc_unbind from ldc_free | Dwight Engen | 2014-12-11 | 2 | -3/+10 |
* | | | | vio: create routines for inc,dec vio dring indexes | Dwight Engen | 2014-12-11 | 1 | -0/+15 |
* | | | | sparc32, leon: Align ccall_info to prevent unaligned traps on crosscall | Andreas Larsson | 2014-12-11 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-12-11 | 3 | -1/+24 |
|\ \ \ |
|
| * | | | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 2014-12-10 | 1 | -1/+0 |
| * | | | sunvnet: add VIO v1.7 and v1.8 support | David L Stevens | 2014-12-08 | 1 | -0/+19 |
| * | | | net: sock: allow eBPF programs to be attached to sockets | Alexei Starovoitov | 2014-12-05 | 1 | -0/+3 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-29 | 1 | -0/+8 |
| |\ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-21 | 6 | -20/+43 |
| |\ \ \ \ |
|
| * | | | | | net: introduce SO_INCOMING_CPU | Eric Dumazet | 2014-11-11 | 1 | -0/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | mm: fix huge zero page accounting in smaps report | Kirill A. Shutemov | 2014-12-10 | 1 | -0/+7 |
* | | | | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-12-10 | 1 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner | 2014-11-23 | 1 | -4/+4 |
| * | | | | | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu | 2014-11-23 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-09 | 2 | -10/+8 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | sparc: io: remove duplicate relaxed accessors on sparc32 | Arnd Bergmann | 2014-11-19 | 2 | -9/+6 |
| * | | | | sparc: io: implement dummy relaxed accessor macros for writes | Will Deacon | 2014-10-20 | 3 | -10/+11 |
| |/ / / |
|
* | | | | sparc: Add NOP dma_cache_sync() implementation. | David S. Miller | 2014-11-26 | 1 | -0/+8 |
| |_|/
|/| | |
|
* | | | sparc64: Fix constraints on swab helpers. | David S. Miller | 2014-11-16 | 1 | -6/+6 |
* | | | sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks | Andreas Larsson | 2014-11-07 | 3 | -11/+30 |
* | | | sparc64: Do irq_{enter,exit}() around generic_smp_call_function*(). | David S. Miller | 2014-11-07 | 1 | -0/+4 |
* | | | sparc64: Fix crashes in schizo_pcierr_intr_other(). | David S. Miller | 2014-11-01 | 1 | -3/+3 |
| |/
|/| |
|
* | | sparc: Hook up bpf system call. | David S. Miller | 2014-10-28 | 3 | -4/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2014-10-24 | 11 | -62/+70 |
|\ \
| |/
|/| |
|
| * | sparc64: Implement __get_user_pages_fast(). | David S. Miller | 2014-10-24 | 1 | -0/+30 |
| * | sparc64: Fix register corruption in top-most kernel stack frame during boot. | David S. Miller | 2014-10-24 | 10 | -62/+40 |
* | | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-10-19 | 4 | -7/+13 |
|\ \
| |/
|/| |
|
| * | sparc: implement is_32bit_task | Eric Paris | 2014-09-23 | 3 | -6/+5 |
| * | sparc: properly conditionalize use of TIF_32BIT | Stephen Rothwell | 2014-09-23 | 1 | -0/+4 |
| * | ARCH: AUDIT: audit_syscall_entry() should not require the arch | Eric Paris | 2014-09-23 | 1 | -7/+2 |
| * | ARCH: AUDIT: implement syscall_get_arch for all arches | Eric Paris | 2014-09-23 | 1 | -0/+8 |
* | | sparc64: Do not define thread fpregs save area as zero-length array. | David S. Miller | 2014-10-18 | 1 | -1/+2 |
* | | sparc64: Fix corrupted thread fault code. | David S. Miller | 2014-10-18 | 2 | -6/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2014-10-18 | 2 | -1/+21 |
|\ \ |
|
| * | | sparc64: Fix FPU register corruption with AES crypto offload. | David S. Miller | 2014-10-14 | 2 | -1/+21 |
* | | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 10 | -35/+35 |
|\ \ \
| |/ /
|/| | |
|