index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-33
/
+4
2015-04-21
sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq...
Sowmini Varadhan
1
-1
/
+1
2015-04-21
sparc64: Use M7 PMC write on all chips T4 and onward.
David S. Miller
1
-32
/
+3
2015-04-20
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2015-04-19
cpumask: remove __first_cpu / __next_cpu
Rusty Russell
1
-2
/
+2
2015-04-18
sparc: Make LDC use common iommu poll management functions
Sowmini Varadhan
1
-88
/
+65
2015-04-18
sparc: Make sparc64 use scalable lib/iommu-common.c functions
Sowmini Varadhan
4
-242
/
+128
2015-04-18
sparc: Revert generic IOMMU allocator.
David S. Miller
5
-257
/
+324
2015-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
5
-324
/
+257
2015-04-17
sparc: switch to using asm-generic for seccomp.h
Kees Cook
1
-8
/
+3
2015-04-16
sparc: Make LDC use common iommu poll management functions
Sowmini Varadhan
1
-88
/
+97
2015-04-16
sparc: Make sparc64 use scalable lib/iommu-common.c functions
Sowmini Varadhan
4
-236
/
+160
2015-04-15
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-26
/
+18
2015-04-14
sparc: clarify __GFP_NOFAIL allocation
Michal Hocko
1
-11
/
+11
2015-04-14
sparc: expose number of page table levels
Kirill A. Shutemov
1
-0
/
+4
2015-04-13
Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-9
/
+14
2015-04-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+1
2015-04-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+2
2015-04-12
sparc: Fix execution domain removal
Guenter Roeck
1
-7
/
+9
2015-04-12
sparc: Remove signal translation and exec_domain
Richard Weinberger
4
-33
/
+23
2015-04-09
Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+1
2015-04-09
jump_label: Allow asm/jump_label.h to be included in assembly
Anton Blanchard
1
-3
/
+2
2015-04-08
Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"
Bjorn Helgaas
1
-4
/
+1
2015-03-31
Merge tag 'v4.0-rc6' into timers/core, before applying new patches
Ingo Molnar
16
-68
/
+182
2015-03-23
sparc64: Fix several bugs in memmove().
David S. Miller
1
-3
/
+32
2015-03-19
sparc: Touch NMI watchdog when walking cpus and calling printk
David Ahern
1
-0
/
+4
2015-03-19
sparc: perf: Add support M7 processor
David Ahern
5
-0
/
+102
2015-03-19
sparc: perf: Make counting mode actually work
David Ahern
1
-8
/
+3
2015-03-19
sparc: perf: Remove redundant perf_pmu_{en|dis}able calls
David Ahern
1
-4
/
+0
2015-03-19
PCI: Cleanup control flow
Bjorn Helgaas
1
-8
/
+9
2015-03-19
sparc/PCI: Claim bus resources before pci_bus_add_devices()
Yijing Wang
1
-2
/
+1
2015-03-19
PCI: Assign resources before drivers claim devices (pci_scan_root_bus())
Yijing Wang
1
-0
/
+1
2015-03-18
sparc: Fix /proc/kcore
David S. Miller
2
-1
/
+4
2015-03-13
clocksource, sparc32: Convert to using clocksource_register_hz()
John Stultz
1
-5
/
+1
2015-03-13
clocksource: Mostly kill clocksource_register()
John Stultz
1
-1
/
+1
2015-03-12
PCI: Assign resources before drivers claim devices (pci_scan_bus())
Yijing Wang
1
-0
/
+4
2015-03-03
sparc: semtimedop() unreachable due to comparison error
Rob Gardner
1
-1
/
+1
2015-03-01
sparc: io_64.h: Replace io function-link macros
Ricardo Ribalda
1
-10
/
+10
2015-03-01
sparc64: fatal trap should stop all cpus
Dave Kleikamp
2
-3
/
+26
2015-03-01
arch: sparc: kernel: starfire.c: Remove unused function
Rickard Strandqvist
2
-6
/
+0
2015-03-01
arch: sparc: kernel: traps_64.c: Remove some unused functions
Rickard Strandqvist
2
-32
/
+0
2015-02-18
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-242
/
+319
2015-02-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
4
-3
/
+4
2015-02-13
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
Andrey Ryabinin
1
-1
/
+1
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
6
-21
/
+7
2015-02-11
mm: gup: use get_user_pages_unlocked within get_user_pages_fast
Andrea Arcangeli
1
-4
/
+2
2015-02-11
mm: make FIRST_USER_ADDRESS unsigned long on all archs
Kirill A. Shutemov
2
-2
/
+2
2015-02-11
sparc32: fix broken set_pte()
Kirill A. Shutemov
1
-1
/
+2
2015-02-11
mm/hugetlb: reduce arch dependent code around follow_huge_*
Naoya Horiguchi
1
-12
/
+0
2015-02-10
sparc: drop pte_file()-related helpers
Kirill A. Shutemov
3
-73
/
+5
[next]