summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix spelling mistake in jhashAnton Blanchard2010-08-181-1/+1
| * include/video/vga.h: update web address.Justin P. Mattock2010-08-161-1/+1
| * vesafb: fix comment a typoJustin P. Mattock2010-08-161-1/+1
| * paravirt: noreplace-paravirt is implemented for x86 and ia-64Jiri Kosina2010-08-161-1/+1
| * Merge branch 'master' into for-nextJiri Kosina2010-08-11978-18586/+39215
| |\
| * | fix a typo on comments in mm/percpu.cNamhyung Kim2010-08-111-1/+1
| * | drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-1030-99/+2
| * | Doc: Fix spellingStefan Weil2010-08-101-2/+2
| * | Merge branch 'master' into for-nextJiri Kosina2010-08-103773-224001/+257115
| |\ \
| * | | fix printk typo 'faild'Paul Bolle2010-08-0913-28/+28
| * | | Fix spelling fuction -> function in commentsStefan Weil2010-08-0915-18/+18
* | | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...Linus Torvalds2010-10-245-8/+1273
|\ \ \ \
| * | | | i7300_edac: Properly initialize per-csrow memory sizeMauro Carvalho Chehab2010-09-241-7/+10
| * | | | V4L/DVB: i7300_edac: better initialize page countsMauro Carvalho Chehab2010-09-241-9/+9
| * | | | MAINTAINERS: Add maintainer for i7300-edac driverMauro Carvalho Chehab2010-09-221-0/+7
| * | | | i7300-edac: CodingStyle cleanupMauro Carvalho Chehab2010-08-301-16/+26
| * | | | i7300_edac: Improve commentsMauro Carvalho Chehab2010-08-301-116/+104
| * | | | i7300_edac: Cleanup: reorganize the file contentsMauro Carvalho Chehab2010-08-301-56/+60
| * | | | i7300_edac: Properly detect channel on CE errorsMauro Carvalho Chehab2010-08-301-5/+14
| * | | | i7300_edac: enrich FBD error info for corrected errorsMauro Carvalho Chehab2010-08-301-12/+51
| * | | | i7300_edac: enrich FBD error info for fatal errorsMauro Carvalho Chehab2010-08-301-4/+39
| * | | | i7300_edac: pre-allocate a buffer used to prepare err messagesMauro Carvalho Chehab2010-08-301-17/+24
| * | | | i7300_edac: Fix MTR x4/x8 detection logicMauro Carvalho Chehab2010-08-301-2/+2
| * | | | i7300_edac: Make the debug messages coherent with the othersMauro Carvalho Chehab2010-08-301-3/+3
| * | | | i7300_edac: Cleanup: remove get_error_info logicMauro Carvalho Chehab2010-08-301-36/+6
| * | | | i7300_edac: Add a code to cleanup error registersMauro Carvalho Chehab2010-08-301-2/+27
| * | | | i7300_edac: Add support for reporting FBD errorsMauro Carvalho Chehab2010-08-301-0/+125
| * | | | i7300_edac: Properly detect the type of error correctionMauro Carvalho Chehab2010-08-301-4/+14
| * | | | i7300_edac: Detect if the device is on single modeMauro Carvalho Chehab2010-08-301-8/+17
| * | | | i7300_edac: Adds detection for enhanced scrub mode on x8Mauro Carvalho Chehab2010-08-301-4/+17
| * | | | i7300_edac: Clear the error bit after readingMauro Carvalho Chehab2010-08-301-0/+10
| * | | | i7300_edac: Add error detection code for global errorsMauro Carvalho Chehab2010-08-301-491/+77
| * | | | i7300_edac: Better name PCI devicesMauro Carvalho Chehab2010-08-301-43/+43
| * | | | i7300_edac: Add a FIXME note about the error correction typeMauro Carvalho Chehab2010-08-301-0/+9
| * | | | i7300_edac: add global error registersMauro Carvalho Chehab2010-08-301-82/+92
| * | | | i7300_edac: display info if ECC is enabled or notMauro Carvalho Chehab2010-08-301-8/+20
| * | | | i7300_edac: start a driver for i7300 chipset (Clarksboro)Mauro Carvalho Chehab2010-08-304-8/+1392
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-10-244-384/+424
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusPekka Enberg2010-10-244957-178594/+298960
| |\ \ \ \ \
| * | | | | | SLUB: Fix memory hotplug with !NUMAPekka Enberg2010-10-061-1/+1
| * | | | | | slub: Move functions to reduce #ifdefsChristoph Lameter2010-10-061-156/+141
| * | | | | | slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter2010-10-063-7/+37
| * | | | | | SLUB: Optimize slab_free() debug checkPekka Enberg2010-10-061-2/+2
| * | | | | | slub: Move NUMA-related functions under CONFIG_NUMANamhyung Kim2010-10-021-2/+4
| * | | | | | slub: Add lock release annotationNamhyung Kim2010-10-021-0/+2
| * | | | | | slub: Fix signedness warningsNamhyung Kim2010-10-021-4/+3
| * | | | | | slub: extract common code to remove objects from partial list without lockingChristoph Lameter2010-10-021-8/+11
| * | | | | | SLUB: Pass active and inactive redzone flags instead of boolean to debug func...Christoph Lameter2010-10-021-19/+14
| * | | | | | slub: reduce differences between SMP and NUMAChristoph Lameter2010-10-022-42/+2
| * | | | | | Revert "Slub: UP bandaid"Pekka Enberg2010-10-021-16/+0
OpenPOWER on IntegriCloud