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
2012-04-04
Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-78
/
+204
2012-04-04
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
Linus Torvalds
45
-198
/
+354
2012-04-04
Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-168
/
+284
2012-04-04
Merge branch 'selinux' ("struct common_audit_data" sanitizer)
Linus Torvalds
18
-271
/
+411
2012-04-04
Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Linus Torvalds
1
-1
/
+1
2012-04-04
Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
12
-49
/
+81
2012-04-04
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-4
/
+18
2012-04-04
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-80
/
+8
2012-04-04
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-29
/
+42
2012-04-04
Merge tag 'mce-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+2
2012-04-04
Merge tag 'md-3.4-fixes' of git://neil.brown.name/md
Linus Torvalds
5
-35
/
+75
2012-04-04
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
6
-4
/
+8
2012-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-4
/
+4
2012-04-04
avr32: fix nop compile fails from system.h split up
Paul Gortmaker
2
-13
/
+2
2012-04-04
Revert "nouveau/bios: Fix tracking of BIOS image data"
Linus Torvalds
1
-3
/
+1
2012-04-04
MCE, AMD: Drop too granulary family model checks
Borislav Petkov
1
-4
/
+2
2012-04-04
serial/sunzilog: fix keyboard on SUN SPARCstation
Sam Ravnborg
1
-2
/
+2
2012-04-03
hwmon: (ad7314) Adds missing spi_dev initialization
Graeme Smecher
1
-0
/
+1
2012-04-03
Merge branch 'drm-fixes-intel' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
15
-35
/
+152
2012-04-03
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
12
-16
/
+54
2012-04-03
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
7
-39
/
+72
2012-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
3
-0
/
+7
2012-04-03
lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...
Linus Torvalds
5
-17
/
+15
2012-04-03
SELinux: do not allocate stack space for AVC data unless needed
Eric Paris
2
-14
/
+27
2012-04-03
SELinux: remove avd from slow_avc_audit()
Eric Paris
1
-2
/
+2
2012-04-03
SELinux: remove avd from selinux_audit_data
Eric Paris
1
-1
/
+0
2012-04-03
LSM: shrink the common_audit_data data union
Eric Paris
5
-105
/
+140
2012-04-03
LSM: shrink sizeof LSM specific portion of common_audit_data
Eric Paris
16
-147
/
+242
2012-04-03
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
15
-35
/
+152
2012-04-03
drm: Validate requested virtual size against allocated fb size
Chris Wilson
1
-2
/
+6
2012-04-03
drm/i915: treat src w & h as fixed point in sprite handling code
Jesse Barnes
1
-0
/
+3
2012-04-03
drm/i915: no-lvds quirk on MSI DC500
Anisse Astier
1
-0
/
+8
2012-04-03
drm/i915: Add lock on drm_helper_resume_force_mode
Sean Paul
1
-0
/
+2
2012-04-03
drm/i915: don't leak struct_mutex lock on ppgtt init failures
Daniel Vetter
1
-1
/
+3
2012-04-03
perf/x86/p4: Add format attributes
Peter Zijlstra
1
-0
/
+13
2012-04-03
md/raid1,raid10: don't compare excess byte during consistency check.
NeilBrown
2
-2
/
+2
2012-04-03
md/raid5: Fix a bug about judging if the operation is syncing or replacing
majianpeng
1
-1
/
+3
2012-04-03
md/raid1:Remove unnecessary rcu_dereference(conf->mirrors[i].rdev).
majianpeng
1
-2
/
+1
2012-04-03
md: Avoid OOPS when reshaping raid1 to raid0
Jes Sorensen
1
-1
/
+17
2012-04-03
md/raid5: fix handling of bad blocks during recovery.
NeilBrown
1
-26
/
+29
2012-04-02
Merge branch 'drm-prime-dmabuf-initial' of git://people.freedesktop.org/~airl...
Linus Torvalds
8
-2
/
+401
2012-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
69
-294
/
+705
2012-04-02
sky2: dont overwrite settings for PHY Quick link
Lino Sanfilippo
1
-2
/
+3
2012-04-02
Merge branch 'paul' (Fixups from Paul Gortmaker)
Linus Torvalds
10
-113
/
+128
2012-04-02
tg3: Fix 5717 serdes powerdown problem
Matt Carlson
1
-1
/
+3
2012-04-02
asm-generic: add linux/types.h to cmpxchg.h
Paul Gortmaker
1
-0
/
+1
2012-04-02
firewire: restore the device.h include in linux/firewire.h
Paul Gortmaker
1
-2
/
+1
2012-04-02
frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOL
Paul Gortmaker
1
-0
/
+1
2012-04-02
parisc: fix missing cmpxchg file error from system.h split
Paul Gortmaker
2
-106
/
+117
2012-04-02
blackfin: fix cmpxchg build fails from system.h fallout
Paul Gortmaker
1
-1
/
+2
[next]