Age | Commit message (Expand) | Author | Files | Lines |
2017-06-01 | bpf: Take advantage of stack_depth tracking in sparc64 JIT | David S. Miller | 1 | -2/+7 |
2017-06-01 | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode | Alexei Starovoitov | 1 | -1/+1 |
2017-05-22 | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. | David S. Miller | 1 | -0/+2 |
2017-05-17 | sparc/ftrace: Fix ftrace graph time measurement | Liam R. Howlett | 1 | -7/+6 |
2017-05-17 | sparc: Fix -Wstringop-overflow warning | Orlando Arias | 3 | -4/+4 |
2017-05-17 | sparc64: Fix mapping of 64k pages with MAP_FIXED | Nitin Gupta | 1 | -2/+4 |
2017-05-11 | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -48/+0 |
2017-05-10 | uapi: export all headers under uapi directories | Nicolas Dichtel | 1 | -48/+0 |
2017-05-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 6 | -14/+13 |
2017-05-09 | sparc64: fix fault handling in NGbzero.S and GENbzero.S | Dave Aldridge | 3 | -2/+8 |
2017-05-09 | sparc: use memdup_user_nul in sun4m LED driver | Geliang Tang | 1 | -10/+3 |
2017-05-09 | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -7/+4 |
2017-05-03 | sparc: Remove redundant tests in boot_flags_init(). | David S. Miller | 2 | -2/+2 |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 9 | -61/+1805 |
2017-05-02 | sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions. | David S. Miller | 1 | -1/+2 |
2017-05-02 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -28/+11 |
2017-05-02 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -0/+4 |
2017-05-02 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 23 | -128/+38 |
2017-04-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -2/+49 |
2017-04-26 | HAVE_ARCH_HARDENED_USERCOPY is unconditional now | Al Viro | 1 | -1/+0 |
2017-04-26 | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 1 | -1/+0 |
2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 24 | -127/+40 |
2017-04-25 | sparc64: Improve 64-bit constant loading in eBPF JIT. | David S. Miller | 1 | -4/+245 |
2017-04-25 | sparc64: Support cbcond instructions in eBPF JIT. | David S. Miller | 1 | -54/+184 |
2017-04-24 | sparc: Update syscall tables. | David S. Miller | 3 | -1/+10 |
2017-04-24 | sparc64: Fill in rest of HAVE_REGS_AND_STACK_ACCESS_API | David S. Miller | 3 | -1/+39 |
2017-04-22 | sparc64: Add eBPF JIT. | David S. Miller | 7 | -60/+1424 |
2017-04-22 | sparc: Split BPF JIT into 32-bit and 64-bit. | David S. Miller | 6 | -3/+5 |
2017-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+17 |
2017-04-20 | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 1 | -3/+3 |
2017-04-18 | sparc64: Fix hugepage page table free | Nitin Gupta | 1 | -0/+16 |
2017-04-18 | sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALL | Daniel Jordan | 1 | -1/+1 |
2017-04-18 | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space | David Woodhouse | 1 | -0/+1 |
2017-04-18 | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> | David Woodhouse | 1 | -4/+0 |
2017-04-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 20 | -25/+47 |
2017-04-15 | sparc/sysfs: Replace racy task affinity logic | Thomas Gleixner | 1 | -28/+11 |
2017-04-14 | sparc/time: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 2 | -0/+4 |
2017-04-08 | New getsockopt option to get socket cookie | Chenbo Feng | 1 | -0/+2 |
2017-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 20 | -25/+47 |
2017-04-06 | sparc: remove unused wp_works_ok macro | Mathias Krause | 2 | -10/+0 |
2017-04-06 | sparc32: Export vac_cache_size to fix build error | Guenter Roeck | 1 | -0/+1 |
2017-04-06 | sparc64: Fix memory corruption when THP is enabled | Nitin Gupta | 2 | -5/+5 |
2017-04-06 | sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write() | Tom Hromatka | 1 | -7/+8 |
2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-04-02 | sparc: switch to RAW_COPY_USER | Al Viro | 21 | -94/+37 |
2017-04-02 | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 1 | -0/+1 |
2017-03-29 | Merge branch 'regset' (PTRACE_SETREGSET data leakage) | Linus Torvalds | 1 | -1/+1 |
2017-03-29 | sparc/ptrace: Preserve previous registers for short regset write | Dave Martin | 1 | -1/+1 |
2017-03-29 | sparc32: kill __ret_efault() | Al Viro | 2 | -9/+0 |
2017-03-28 | new helper: uaccess_kernel() | Al Viro | 2 | -2/+2 |