aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)Author
2014-09-24sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov
2014-09-24sparc: Set CONFIG_NET=y in defconfigsMichal Marek
2014-09-19sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGAlexei Starovoitov
2014-08-13sparc: Hook up memfd_create system call.David S. Miller
2014-08-13sparc64: Properly claim resources as each PCI bus is probed.David S. Miller
2014-08-13sparc64: Skip bogus PCI bridge ranges.David S. Miller
2014-08-13sparc64: Expand PCI bridge probing debug logging.David S. Miller
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2014-08-11sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller
2014-08-11sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott
2014-08-06sparc: Hook up seccomp and getrandom system calls.David S. Miller
2014-08-06sparc: fix decimal printf format specifiers prefixed with 0xHans Wennborg
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-08-05sparc64: Fix up merge thinko.David S. Miller
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller
2014-08-04sparc: Add "install" targetDavid L Stevens
2014-08-04arch/sparc/math-emu/math_32.c: drop stray break operatorAndrey Utkin
2014-08-04sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan
2014-08-04sparc64: Guard against flushing openfirmware mappings.David S. Miller
2014-08-04sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-07-21sparc: Hook up renameat2 syscall.David S. Miller
2014-07-21sparc64: avoid code duplication in io_64.hSam Ravnborg
2014-07-21sparc64: reorder functions in io_64.hSam Ravnborg
2014-07-21sparc64: drop unused SLOW_DOWN_IO definitionsSam Ravnborg
2014-07-21sparc64: remove macro indirection in io_64.hSam Ravnborg
2014-07-21sparc64: update IO access functions in PeeCeeISam Ravnborg
2014-07-21sparc: Add support for seek and shorter read to /dev/mdescKhalid Aziz
2014-07-21sparc: use %s for unaligned panicKees Cook
2014-07-21sparc64 - add mem to iomem resourcebob picco
2014-07-18sparc64,ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra
2014-06-23nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-06net: filter: fix sparc32 typoAlexei Starovoitov
2014-06-06net: filter: fix typo in sparc BPF JITAlexei Starovoitov
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo