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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-28
Blackfin arch: only add IFLUSH nop padding when anomaly 443 is enabled
Mike Frysinger
1
-1
/
+5
2008-10-28
Blackfin arch: Remove useless SSYNCs in DMA code
Michael Hennerich
1
-13
/
+1
2008-10-28
Blackfin arch: lookup channel2irq() only once
Michael Hennerich
2
-18
/
+7
2008-10-28
Blackfin arch: update anomaly lists to match latest sheets
Mike Frysinger
6
-9
/
+20
2008-10-28
Blackfin arch: refine the gpio check
Mike Frysinger
1
-5
/
+5
2008-10-28
Blackfin arch: unify port_setup() to reduce arch differences
Mike Frysinger
1
-14
/
+10
2008-10-28
Blackfin arch: unify peripheral_request() to reduce arch differences
Mike Frysinger
1
-78
/
+11
2008-10-28
Blackfin arch: fix cmp_label() so it doesnt incorrectly accept partial leadin...
Mike Frysinger
1
-2
/
+1
2008-10-28
Blackfin arch: unify check_gpio() to reduce arch differences
Mike Frysinger
1
-9
/
+3
2008-10-28
Blackfin arch: remove unused local define
Mike Frysinger
1
-3
/
+0
2008-11-18
Blackfin arch: add support for Blackfin latest processor family BF51x
Bryan Wu
36
-31
/
+8524
2008-10-28
Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3
Mike Frysinger
6
-6
/
+6
2008-10-28
Blackfin arch: fix bug - kernel with SMP patch can not bootup
Graf Yang
1
-3
/
+4
2008-10-28
Blackfin arch: drop redundant BFIN_DMA_5XX depends
Mike Frysinger
1
-3
/
+2
2008-10-28
Blackfin arch: drop unused exports and comment remaining exports
Mike Frysinger
1
-48
/
+12
2008-10-28
Blackfin arch: add an option to allow people to stick exception stack into L1...
Mike Frysinger
2
-6
/
+26
2008-10-28
Blackfin arch: move EXPORT_SYMBOL to the place where it is actually defined
Mike Frysinger
4
-9
/
+6
2008-11-18
Blackfin arch: BF538/9 Linux kernel Support
Michael Hennerich
29
-16
/
+10587
2008-10-27
Blackfin arch: unify duplicated bss init code
Mike Frysinger
1
-47
/
+19
2009-01-06
Fix up 64-bit byte swaps for most 32-bit architectures
Linus Torvalds
1
-1
/
+1
2009-01-06
byteorder: remove the now unused byteorder.h
Harvey Harrison
2
-373
/
+0
2009-01-06
mn10300: introduce asm/swab.h
Harvey Harrison
3
-40
/
+44
2009-01-06
frv: introduce asm/swab.h
Harvey Harrison
3
-7
/
+12
2009-01-06
m32r: introduce asm/swab.h
Harvey Harrison
3
-6
/
+12
2009-01-06
m68knommu: introduce asm/swab.h
Harvey Harrison
3
-21
/
+27
2009-01-06
h8300: introduce asm/swab.h
Harvey Harrison
3
-7
/
+12
2009-01-06
ia64: introduce asm/swab.h
Harvey Harrison
3
-36
/
+36
2009-01-06
blackfin: introduce asm/swab.h
Harvey Harrison
3
-42
/
+50
2009-01-06
arm: introduce asm/swab.h
Harvey Harrison
3
-32
/
+52
2009-01-06
alpha: introduce asm/swab.h
Harvey Harrison
3
-41
/
+44
2009-01-06
m68k: introduce asm/swab.h
Harvey Harrison
3
-14
/
+19
2009-01-06
x86: introduce asm/swab.h
Harvey Harrison
3
-60
/
+64
2009-01-06
sparc: introduce asm/swab.h
Harvey Harrison
3
-44
/
+48
2009-01-06
sh: introduce asm/swab.h
Harvey Harrison
3
-59
/
+64
2009-01-06
s390: introduce asm/swab.h
Harvey Harrison
3
-90
/
+94
2009-01-06
powerpc: introduce asm/swab.h
Harvey Harrison
3
-81
/
+93
2009-01-06
mips: introduce asm/swab.h
Harvey Harrison
3
-49
/
+59
2009-01-06
avr32: introduce asm/swab.h
Harvey Harrison
3
-29
/
+38
2009-01-06
byteorder: only use linux/swab.h
Harvey Harrison
6
-388
/
+27
2009-01-06
Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...
Linus Torvalds
10
-39
/
+397
2009-01-07
drm: fix ordering of driver unload vs agp unload.
Dave Airlie
1
-3
/
+3
2009-01-07
drm/i915: Respect the other stolen memory sizes we know of.
Eric Anholt
2
-14
/
+40
2009-01-07
drm/i915: Non-mobile parts don't have integrated TV-out.
Eric Anholt
1
-1
/
+1
2009-01-07
drm/i915: Add support for integrated HDMI on G4X hardware.
Eric Anholt
7
-7
/
+322
2009-01-07
drm/i915: Pin cursor bo and unpin old bo when setting cursor.
Kristian Høgsberg
2
-8
/
+22
2009-01-07
drm/i915: Don't allow objects to get bound while VT switched.
Eric Anholt
1
-6
/
+9
2009-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
54
-522
/
+3105
2009-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
26
-423
/
+1229
2009-01-06
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-73
/
+72
2009-01-06
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-37
/
+35
[next]