| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 3 | -24/+24 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-08-02 | 1 | -24/+0 |
|\ |
|
| * | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code | Andy Lutomirski | 2016-08-02 | 1 | -24/+0 |
* | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-02 | 2 | -12/+11 |
|\ \
| |/
|/| |
|
| * | Merge branch 'pci/msi-affinity' into next | Bjorn Helgaas | 2016-08-01 | 3 | -9/+5 |
| |\ |
|
| * | | sparc/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus() | Bjorn Helgaas | 2016-06-17 | 1 | -9/+11 |
| * | | PCI: Unify pci_resource_to_user() declarations | Bjorn Helgaas | 2016-06-17 | 1 | -3/+0 |
* | | | sparc64: Trim page tables for 8M hugepages | Nitin Gupta | 2016-07-29 | 6 | -68/+129 |
* | | | sparc64 mm: Fix base TSB sizing when hugetlb pages are used | Mike Kravetz | 2016-07-28 | 6 | -15/+19 |
* | | | sparc32: off by ones in BUG_ON() | Dan Carpenter | 2016-07-27 | 1 | -2/+2 |
* | | | sparc: Don't leak context bits into thread->fault_address | David S. Miller | 2016-07-27 | 3 | -4/+24 |
* | | | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 2016-07-26 | 2 | -3/+3 |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-25 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | genirq: Add affinity hint to irq allocation | Thomas Gleixner | 2016-07-04 | 1 | -1/+1 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | 7 | -39/+114 |
|\ \ \
| |/ /
|/| | |
|
| * | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 2 | -3/+0 |
| * | | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 6 | -34/+105 |
| * | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2016-06-14 | 2 | -5/+12 |
| |/ |
|
* | | sparc: get rid of superfluous __GFP_REPEAT | Michal Hocko | 2016-06-24 | 1 | -4/+2 |
* | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 2016-06-24 | 1 | -4/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2016-05-31 | 11 | -100/+215 |
|\ |
|
| * | sparc64: Fix return from trap window fill crashes. | David S. Miller | 2016-05-29 | 5 | -52/+116 |
| * | sparc: Harden signal return frame checks. | David S. Miller | 2016-05-29 | 5 | -45/+92 |
| * | sparc64: Take ctx_alloc_lock properly in hugetlb_setup(). | David S. Miller | 2016-05-25 | 1 | -3/+7 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-05-25 | 1 | -7/+7 |
|\ \
| |/
|/| |
|
| * | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 2016-05-20 | 1 | -7/+7 |
| |\ |
|
| | * | perf core: Add a 'nr' field to perf_event_callchain_context | Arnaldo Carvalho de Melo | 2016-05-16 | 1 | -3/+3 |
| | * | perf core: Pass max stack as a perf_callchain_entry context | Arnaldo Carvalho de Melo | 2016-05-16 | 1 | -7/+7 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2016-05-22 | 17 | -85/+130 |
|\ \ \ |
|
| * | | | sparc64: Reduce TLB flushes during hugepte changes | Nitin Gupta | 2016-05-20 | 6 | -51/+97 |
| * | | | sparc32: drop superfluous cast in calls to __nocache_pa() | Sam Ravnborg | 2016-05-20 | 2 | -3/+3 |
| * | | | sparc32: fix build with STRICT_MM_TYPECHECKS | Sam Ravnborg | 2016-05-20 | 5 | -11/+14 |
| * | | | sparc32: use proper prototype for trapbase | Sam Ravnborg | 2016-05-20 | 3 | -5/+3 |
| * | | | sparc32: drop local prototype in kgdb_32 | Sam Ravnborg | 2016-05-20 | 1 | -2/+2 |
| * | | | sparc32: drop hardcoding trap_level in kgdb_trap | Sam Ravnborg | 2016-05-20 | 4 | -14/+12 |
* | | | | lib/GCD.c: use binary GCD algorithm instead of Euclidean | Zhaoxiu Zeng | 2016-05-20 | 1 | -0/+1 |
* | | | | printk/nmi: generic solution for safe printk in NMI | Petr Mladek | 2016-05-20 | 1 | -0/+1 |
* | | | | exit_thread: accept a task parameter to be exited | Jiri Slaby | 2016-05-20 | 2 | -8/+8 |
* | | | | exit_thread: remove empty bodies | Jiri Slaby | 2016-05-20 | 1 | -0/+1 |
* | | | | arch: fix has_transparent_hugepage() | Hugh Dickins | 2016-05-19 | 1 | -2/+0 |
* | | | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-05-17 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | sparc: remove ARCH_WANT_OPTIONAL_GPIOLIB | Linus Walleij | 2016-04-26 | 1 | -1/+0 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-05-17 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | bpf: split HAVE_BPF_JIT into cBPF and eBPF variant | Daniel Borkmann | 2016-05-16 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-05-16 | 1 | -3/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2016-05-11 | 20 | -68/+119 |
| |\ \ \
| | |/ / |
|
| * | | | perf core: Allow setting up max frame stack depth via sysctl | Arnaldo Carvalho de Melo | 2016-04-27 | 1 | -3/+3 |
* | | | | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-05-16 | 2 | -124/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | locking/rwsem, sparc: Drop superfluous arch specific implementation | Michal Hocko | 2016-04-13 | 2 | -119/+1 |
| * | | | locking/rwsem: Get rid of __down_write_nested() | Michal Hocko | 2016-04-13 | 1 | -6/+1 |
| |/ / |
|