Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
60d79fd99ff3b9c692b260a4d53a203f537c052a
/
arch
/
sparc
f02a38d
Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
f0daed0
jump_label: Fix unaligned traps on sparc.
by David Miller
· 14 years ago
c07724e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 14 years ago
51399a3
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 14 years ago
4ad9b20
sparc: remove dma64_addr_t usage
by FUJITA Tomonori
· 14 years ago
a9384e2
ptrace: cleanup arch_ptrace() on sparc
by Namhyung Kim
· 14 years ago
9b05a69
ptrace: change signature of arch_ptrace()
by Namhyung Kim
· 14 years ago
f11b478d
fbmem: fix fb_read, fb_write unaligned accesses
by James Hogan
· 14 years ago
2027394
mm: fix race in kunmap_atomic()
by Peter Zijlstra
· 14 years ago
ece0e2b
mm: remove pte_*map_nested()
by Peter Zijlstra
· 14 years ago
3e4d3af
mm: stack based kmap_atomic()
by Peter Zijlstra
· 14 years ago
5167232
sparc32: fix build failure on CONFIG_SPARC_LEON
by Namhyung Kim
· 14 years ago
502279a
sparc: Fixed random SPARC/LEON SMP CPU Stuck problem.
by Daniel Hellstrom
· 14 years ago
a3e5a37
sparc32: remove CONFIG_HAVE_PERF_EVENTS option
by Namhyung Kim
· 14 years ago
5125c6b
sparc: don't #include asm/system.h in asm/jump_label.h
by Namhyung Kim
· 14 years ago
9088333
sparc32: Fix unaligned stack handling on trap return.
by David S. Miller
· 14 years ago
caebf91
sparc: keep calling do_signal() as long as pending signals remain
by Al Viro
· 14 years ago
51f00a4
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
3044100
Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
e36f561
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags
by Linus Torvalds
· 14 years ago
4a60cfa
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
e360adb
irq_work: Add generic hardirq context callbacks
by Peter Zijlstra
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
ed41850
of/promtree: add of_pdt namespace to pdt code
by Andres Salomon
· 14 years ago
f90c34bd
of/promtree: no longer call prom_ functions directly; use an ops structure
by Andres Salomon
· 14 years ago
c7fc2de
memblock, bootmem: Round pfn properly for memory and reserved regions
by Yinghai Lu
· 14 years ago
1c9db52
pci: Convert msi to new irq_chip functions
by Thomas Gleixner
· 14 years ago
239060b
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
by Michal Marek
· 14 years ago
3cfc535
of/promtree: make drivers/of/pdt.c no longer sparc-only
by Andres Salomon
· 14 years ago
9bdf6ba
sparc: break out some PROM device-tree building code out into drivers/of
by Andres Salomon
· 14 years ago
8d12556
of/sparc: convert various prom_* functions to use phandle
by Andres Salomon
· 14 years ago
4e13efc
sparc: stop exporting openprom.h header
by Andres Salomon
· 14 years ago
153db80
Merge commit 'v2.6.36-rc7' into core/memblock
by Ingo Molnar
· 14 years ago
df9ee29
Fix IRQ flag handling naming
by David Howells
· 14 years ago
a5a2bad
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
d0303d7
Merge branch 'linus' into perf/core
by Ingo Molnar
· 14 years ago
46eb3b6
jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditions
by Steven Rostedt
· 14 years ago
dff9d3c
jump label: Add sparc64 support
by David S. Miller
· 14 years ago
c79bd89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 14 years ago
c278525
sparc: Prevent no-handler signal syscall restart recursion.
by David S. Miller
· 14 years ago
392c218
sparc: Don't mask signal when we can't setup signal frame.
by David S. Miller
· 14 years ago
7ed5692
Merge commit 'v2.6.36-rc5' into perf/core
by Ingo Molnar
· 14 years ago
05c5e76
sparc64: Fix race in signal instruction flushing.
by David S. Miller
· 14 years ago
838a2e5
kbuild: migrate all arch to the kconfig mainmenu upgrade
by Arnaud Lacombe
· 14 years ago
3aabae7
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
c41d68a
compat: Make compat_alloc_user_space() incorporate the access_ok()
by H. Peter Anvin
· 14 years ago
b343ae5
sparc64: Support RAW perf events.
by David S. Miller
· 14 years ago
10d90f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 14 years ago
15ac9a3
perf: Remove the sysfs bits
by Peter Zijlstra
· 14 years ago
a4eaf7f
perf: Rework the PMU methods
by Peter Zijlstra
· 14 years ago
33696fc
perf: Per PMU disable
by Peter Zijlstra
· 14 years ago
24cd7f5
perf: Reduce perf_disable() usage
by Peter Zijlstra
· 14 years ago
b0a873e
perf: Register PMU implementations
by Peter Zijlstra
· 14 years ago
51b0fe3
perf: Deconstify struct pmu
by Peter Zijlstra
· 14 years ago
b19f820
sparc: Kill all BKL usage.
by David S. Miller
· 14 years ago
daab7fc
Merge commit 'v2.6.36-rc3' into x86/memblock
by Ingo Molnar
· 14 years ago
2637d13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
7de5d89
Merge branch 'linus' into perf/core
by Ingo Molnar
· 14 years ago
1a7c553
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 14 years ago
25edd69
sparc64: Get rid of indirect p1275 PROM call buffer.
by David S. Miller
· 14 years ago
1495cc9
Input: sysrq - drop tty argument from sysrq ops handlers
by Dmitry Torokhov
· 14 years ago
019408f
sparc64: Fill a missing delay slot.
by Mikulas Patocka
· 14 years ago
c8710ad
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
0f58189
sparc64: Make lock backoff really a NOP on UP builds.
by David S. Miller
· 14 years ago
6ec2747
sparc64: simple microoptimizations for atomic functions
by Mikulas Patocka
· 14 years ago
f72c1a9
perf: Factorize callchain context handling
by Frederic Weisbecker
· 14 years ago
56962b4
perf: Generalize some arch callchain code
by Frederic Weisbecker
· 14 years ago
70791ce
perf: Generalize callchain_store()
by Frederic Weisbecker
· 14 years ago
9b3bb86
sparc64: Make rwsems 64-bit.
by David S. Miller
· 14 years ago
b10f997
sparc64: Really fix atomic64_t interface types.
by David S. Miller
· 14 years ago
19147d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 14 years ago
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
86fa04b
sparc64: Fix atomic64_t routine return values.
by David S. Miller
· 14 years ago
ef201be
sparc64: Fix rwsem constant bug leading to hangs.
by David S. Miller
· 14 years ago
8e8073a
sparc: Hook up new fanotify and prlimit64 syscalls.
by David S. Miller
· 14 years ago
300a103
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 14 years ago
0a49289
sparc: Really fix "console=" for serial consoles.
by David S. Miller
· 14 years ago
8b1bb90
defconfig reduction
by Sam Ravnborg
· 14 years ago
c788732
Mark arguments to certain syscalls as being const
by David Howells
· 14 years ago
3b9c6c1
dma-mapping: remove dma_is_consistent API
by FUJITA Tomonori
· 14 years ago
4565f01
dma-mapping: unify dma_get_cache_alignment implementations
by FUJITA Tomonori
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
26df6d1
tty: Add EXTPROC support for LINEMODE
by hyc@symas.com
· 14 years ago
4d15393
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 14 years ago
597781f
kmap_atomic: make kunmap_atomic() harder to misuse
by Cesar Eduardo Barros
· 14 years ago
2dc4ec5
sparc64: Update defconfig.
by David S. Miller
· 14 years ago
4cb6066
sparc: Kill user copy check code.
by David S. Miller
· 14 years ago
b11287e
sparc64: Fix perf_arch_get_caller_regs().
by David S. Miller
· 14 years ago
c883743
sparc64: Add missing ID to parport probing code.
by David S. Miller
· 14 years ago
7e005f7
remove needless ISA_DMA_THRESHOLD
by FUJITA Tomonori
· 14 years ago
b62ad9a
Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
4aed2fd
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
03c0c29
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
673b864
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 14 years ago
9d1e249
memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()
by Benjamin Herrenschmidt
· 14 years ago
e63075a
memblock: Introduce default allocation limit and use it to replace explicit ones
by Benjamin Herrenschmidt
· 14 years ago
35a1f0b
memblock: Remove nid_range argument, arch provides memblock_nid_range() instead
by Benjamin Herrenschmidt
· 14 years ago
d790d4d
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
08b8479
memblock/sparc: Use new accessors
by Benjamin Herrenschmidt
· 14 years ago
Next »