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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-18
sparc64: Reschedule KGDB capture to a software interrupt.
David S. Miller
4
-24
/
+10
2009-03-04
sparc64: Fix lost interrupts on sun4u.
David S. Miller
1
-10
/
+19
2009-02-11
sparc64: Fix crashes in jbusmc_print_dimm()
David S. Miller
1
-0
/
+1
2009-02-10
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
12
-19
/
+34
2009-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
17
-126
/
+74
2009-02-10
powerpc: Add missing sparsemem.h include
Michael Neuling
1
-0
/
+1
2009-02-10
powerpc/pci: mmap anonymous memory when legacy_mem doesn't exist
Benjamin Herrenschmidt
1
-2
/
+15
2009-02-10
powerpc/cell: Add missing #include for oprofile
Michael Neuling
1
-0
/
+1
2009-02-10
powerpc/ftrace: Fix math to calculate offset in TOC
Steven Rostedt
1
-2
/
+3
2009-02-10
powerpc: Don't emulate mr. instructions
Ananth N Mavinakayanahalli
1
-0
/
+2
2009-02-09
powerpc/fsl-booke: Fix mapping functions to use phys_addr_t
Kumar Gala
2
-4
/
+4
2009-02-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
1
-6
/
+22
2009-02-09
FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now
David Howells
1
-1
/
+1
2009-02-09
x86: spinlocks: define dummy __raw_spin_is_contended
Kyle McMartin
3
-0
/
+3
2009-02-08
sparc64: Fix probe_kernel_{read,write}().
David S. Miller
10
-48
/
+25
2009-02-08
sparc64: Kill .fixup section bloat.
David S. Miller
15
-77
/
+42
2009-02-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2
-2
/
+2
2009-02-07
Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...
Len Brown
839
-7147
/
+25842
2009-02-06
x86-64: fix int $0x80 -ENOSYS return
Roland McGrath
1
-3
/
+5
2009-02-06
arch/powerpc: Eliminate double sizeof
Julia Lawall
1
-1
/
+1
2009-02-06
powerpc/cpm2: Fix set interrupt type
paulfax
1
-1
/
+1
2009-02-06
powerpc/83xx: Fix TSEC0 workability on MPC8313E-RDB boards
Anton Vorontsov
2
-8
/
+3
2009-02-06
powerpc/83xx: Fix missing #{address,size}-cells in mpc8313erdb.dts
Anton Vorontsov
1
-0
/
+2
2009-02-06
powerpc/83xx: Build breakage for CONFIG_PM but no CONFIG_SUSPEND
Michael Neuling
1
-1
/
+1
2009-02-05
sparc64: Don't hook up pcr_ops on spitfire chips.
David S. Miller
1
-1
/
+6
2009-02-05
prevent kprobes from catching spurious page faults
Masami Hiramatsu
1
-2
/
+6
2009-02-05
Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-100
/
+184
2009-02-05
alpha: fixup BUG macro
Alexey Dobriyan
1
-2
/
+2
2009-02-05
[CPUFREQ] powernow-k8: Get transition latency from ACPI _PSS table
Mark Langsdorf
1
-6
/
+22
2009-02-04
PCI: return error on failure to read PCI ROMs
Timothy S. Nelson
2
-2
/
+2
2009-02-04
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-30
/
+58
2009-02-04
sparc64: Call dump_stack() in die_nmi().
David S. Miller
1
-0
/
+1
2009-02-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...
Linus Torvalds
58
-866
/
+984
2009-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
17
-284
/
+548
2009-02-04
Merge branch 'core/xen' into x86/urgent
Ingo Molnar
1060
-8802
/
+44392
2009-02-04
Blackfin arch: Remove outdated code
Michael Hennerich
1
-23
/
+1
2009-02-04
Blackfin arch: Fix udelay implementation
Michael Hennerich
1
-6
/
+5
2009-02-04
Blackfin arch: Update Copyright information
Michael Hennerich
1
-1
/
+1
2009-02-04
Blackfin arch: Add BF561 PPI POLS, POLC Masks
Michael Hennerich
1
-0
/
+2
2009-02-04
Blackfin arch: Update CM-BF527 kernel config
Michael Hennerich
1
-124
/
+321
2009-02-04
Blackfin arch: define bfin_memmap as static since it is only used here
Mike Frysinger
1
-1
/
+1
2009-02-04
Blackfin arch: cplb mananger: use a do...while loop rather than a for loop
Mike Frysinger
1
-4
/
+8
2009-02-04
Blackfin arch: fix bug - traps test case 19 for exception 0x2d fails
Bernd Schmidt
1
-3
/
+1
2009-02-04
Blackfin arch: add platform device bfin_mii-bus and KSZ8893M switch driver pl...
Graf Yang
10
-0
/
+105
2009-02-04
Blackfin arch: build jtag tty driver as a module by default
Mike Frysinger
9
-9
/
+9
2009-02-04
Blackfin arch: fix 2 bugs related to debug
Jie Zhang
1
-8
/
+1
2009-02-04
Blackfin arch: Add ANOMALY_05000380 to BF54x to kill the compile warning
Bryan Wu
1
-0
/
+1
2009-02-04
Blackfin arch: Fix bug - 561 SMP kernel can't boot from jffs2
Graf Yang
1
-42
/
+42
2009-02-04
Blackfin arch: base SIC_IWR# programming on whether the MMR exists
Mike Frysinger
2
-14
/
+8
2009-02-04
Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in it
Mike Frysinger
1
-0
/
+6
[next]