Age | Commit message (Expand) | Author | Files | Lines |
2015-07-31 | sparc/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 2 | -8/+10 |
2015-07-31 | sparc/irq: Use helper irq_data_get_irq_handler_data() | Jiang Liu | 3 | -10/+15 |
2015-07-30 | PCI: Hold pci_slot_mutex while searching bus->slots list | Yijing Wang | 1 | -5/+1 |
2015-07-30 | bpf, x86/sparc: show actual number of passes in bpf_jit_dump | Daniel Borkmann | 1 | -1/+1 |
2015-07-30 | Merge branch 'linus' into irq/core | Thomas Gleixner | 2 | -15/+1 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2 | -4/+0 |
2015-07-27 | sparc: Provide atomic_{or,xor,and} | Peter Zijlstra | 5 | -3/+38 |
2015-07-22 | sparc/PCI: Use helper functions to access fields in struct msi_desc | Jiang Liu | 1 | -1/+1 |
2015-07-20 | ftrace: Format MCOUNT_ADDR address as type unsigned long | Minfei Huang | 1 | -1/+1 |
2015-07-17 | mm: clean up per architecture MM hook header files | Laurent Dufour | 2 | -15/+1 |
2015-06-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -9/+0 |
2015-06-25 | Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell... | Linus Torvalds | 3 | -36/+1 |
2015-06-25 | mm/hugetlb: remove arch_prepare/release_hugepage from arch headers | Dominik Dingel | 1 | -9/+0 |
2015-06-25 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -2/+1 |
2015-06-25 | sparc64: perf: Use UREG_FP rather than UREG_I6 | David Ahern | 1 | -2/+2 |
2015-06-25 | sparc64: perf: Add sanity checking on addresses in user stack | David Ahern | 2 | -0/+35 |
2015-06-25 | sparc64: Convert BUG_ON to warning | David Ahern | 1 | -2/+3 |
2015-06-25 | sparc: perf: Disable pagefaults while walking userspace stacks | David Ahern | 1 | -1/+6 |
2015-06-24 | mm/memblock: add extra "flags" to memblock to allow selection of memory based... | Tony Luck | 1 | -2/+4 |
2015-06-24 | mm: clarify that the function operates on hugepage pte | Aneesh Kumar K.V | 1 | -4/+4 |
2015-06-24 | mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook | Zhang Zhen | 1 | -4/+0 |
2015-06-24 | mm: new mm hook framework | Laurent Dufour | 1 | -0/+15 |
2015-06-24 | mm/hugetlb: reduce arch dependent code about huge_pmd_unshare | Zhang Zhen | 1 | -5/+0 |
2015-06-24 | sparc: use for_each_sg() | Akinobu Mita | 1 | -3/+5 |
2015-06-25 | sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHC | Xunlei Pang | 3 | -36/+1 |
2015-06-23 | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -29/+0 |
2015-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -4/+4 |
2015-06-22 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+2 |
2015-06-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -7/+9 |
2015-06-22 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -5/+2 |
2015-06-22 | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 17 | -64/+286 |
2015-06-19 | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git... | Herbert Xu | 8 | -373/+202 |
2015-06-08 | PCI: Remove unused pci_dma_burst_advice() | Bjorn Helgaas | 2 | -29/+0 |
2015-06-07 | arch/*/io.h: Add ioremap_wt() to all architectures | Toshi Kani | 2 | -0/+2 |
2015-06-03 | Merge branch 'locking/core' into x86/core, to prepare for dependent patch | Ingo Molnar | 3 | -5/+2 |
2015-06-02 | Merge branch 'linus' into sched/core, to resolve conflict | Ingo Molnar | 12 | -59/+282 |
2015-05-31 | sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE | Khalid Aziz | 6 | -22/+104 |
2015-05-31 | sparc64: pci slots information is not populated in sysfs | Eric Snowberg | 1 | -8/+51 |
2015-05-31 | sparc: kernel: GRPCI2: Remove a useless memset | Christophe Jaillet | 1 | -1/+0 |
2015-05-27 | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() | Bartosz Golaszewski | 1 | -1/+1 |
2015-05-19 | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 1 | -1/+0 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 3 | -5/+5 |
2015-05-19 | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* | David Hildenbrand | 1 | -1/+3 |
2015-05-19 | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 1 | -1/+1 |
2015-05-19 | locking/arch: Add WRITE_ONCE() to set_mb() | Peter Zijlstra | 1 | -1/+1 |
2015-05-18 | crypto: sparc/md5 - use md5 IV MD5_HX instead of their raw value | LABBE Corentin | 1 | -4/+4 |
2015-05-13 | arch: Remove __ARCH_HAVE_CMPXCHG | Thomas Gleixner | 2 | -3/+0 |
2015-05-05 | remove <asm/scatterlist.h> | Christoph Hellwig | 1 | -1/+1 |
2015-04-22 | sparc64: Setup sysfs to mark LDOM sockets, cores and threads correctly | chris hyser | 4 | -28/+127 |
2015-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2 | -33/+4 |