summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] e_powersaver: Additional checksRafaƂ Bilski2011-10-261-11/+30
* [CPUFREQ] exynos4210: Show list of available frequenciesDonggeun Kim2011-10-261-1/+22
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-10-266-182/+425
|\
| *-. Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg2011-10-266-182/+425
| |\ \
| | | * slub: Discard slab page when node partial > minimum partial numberAlex Shi2011-09-271-1/+1
| | | * slub: correct comments error for per cpu partialAlex Shi2011-09-272-2/+2
| | | * slub: Code optimization in get_partial_node()Alex,Shi2011-09-131-4/+2
| | | * slub: update slabinfo tools to report per cpu partial list statisticsChristoph Lameter2011-08-191-0/+8
| | | * slub: per cpu cache for partial pagesChristoph Lameter2011-08-193-48/+309
| | | * slub: return object pointer from get_partial() / new_slab().Christoph Lameter2011-08-191-60/+73
| | | * slub: pass kmem_cache_cpu pointer to get_partial()Christoph Lameter2011-08-191-15/+15
| | | * slub: Prepare inuse field in new_slab()Christoph Lameter2011-08-191-3/+2
| | | * slub: Remove useless statements in __slab_allocChristoph Lameter2011-08-191-4/+0
| | | * slub: free slabs without holding locksChristoph Lameter2011-08-191-13/+13
| | * | tools, slub: Fix off-by-one buffer corruption after readlink() callThomas Jarosch2011-10-181-1/+1
| | * | mm: restrict access to slab files under procfs and sysfsVasiliy Kulikov2011-09-272-4/+5
| | * | Merge branch 'slab/urgent' into slab/nextPekka Enberg2011-09-19880-13251/+40610
| | |\ \
| | | * | slub: explicitly document position of inserting slab to partial listShaohua Li2011-08-271-6/+6
| | * | | slub: doc: update the slabinfo.c file pathJason Liu2011-08-312-3/+1
| | * | | slub: use print_hex_dumpSebastian Andrzej Siewior2011-07-311-35/+9
| | * | | slab: use print_hex_dumpSebastian Andrzej Siewior2011-07-311-11/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-10-2618-164/+85
|\ \ \ \ \
| * | | | | Blackfin: irq: remove IRQF_DISABLEDYong Zhang2011-10-268-11/+8
| * | | | | Blackfin: boards: clean up i2c_board_infoMichael Hennerich2011-10-251-28/+0
| * | | | | Blackfin: drop unused Kconfig symbolPaul Bolle2011-10-251-4/+0
| * | | | | Blackfin: bf537-stamp: register ASoC EVAL-ADAU1373 board driverLars-Peter Clausen2011-10-251-0/+12
| * | | | | Blackfin: bf537-stamp: Register adav801 codec and ASoC machine driverLars-Peter Clausen2011-10-251-3/+16
| * | | | | Blackfin: bf537-stamp: register adau1701 codec and asoc machine driverLars-Peter Clausen2011-10-251-0/+17
| * | | | | Blackfin: merge asm/mutex.h into kbuild tooMike Frysinger2011-10-252-1/+1
| * | | | | Blackfin: bf537-stamp: fix ad73311 codec config macroScott Jiang2011-10-251-2/+2
| * | | | | Blackfin: bf537-stamp: fix ad1836 nameScott Jiang2011-10-251-3/+3
| * | | | | Blackfin: kgdb_test: rework code to avoid -O0 usageSonic Zhang2011-10-252-3/+2
| * | | | | Blackfin: fix sparse warnings in copy_to/from_userMikhail Gruzdev2011-10-251-3/+3
| * | | | | Blackfin: bf548-ezkit: update defconfigSonic Zhang2011-10-251-10/+3
| * | | | | Blackfin: SMP: fix scheduling deadlockSteven Miao2011-10-251-1/+6
| * | | | | Blackfin: H8606: fixup bogus ioresource initThomas Gleixner2011-10-251-1/+2
| * | | | | Blackfin: SMP: convert to common asm-generic/atomic.hMike Frysinger2011-10-251-94/+10
* | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-10-2619-1273/+1217
|\ \ \ \ \ \
| * | | | | | md: Fix some bugs in recovery_disabled handling.NeilBrown2011-10-263-1/+6
| * | | | | | md/raid5: fix bug that could result in reads from a failed device.NeilBrown2011-10-261-1/+1
| * | | | | | lib/raid6: Fix filename emitted in generated codeDan McGee2011-10-201-1/+1
| * | | | | | md.c: trivial comment fixChris Dunlop2011-10-191-2/+2
| * | | | | | MD: Allow restarting an interrupted incremental recovery.Andrei Warkentin2011-10-181-7/+15
| * | | | | | md: clear In_sync bit on devices added to an active array.NeilBrown2011-10-181-0/+1
| * | | | | | md: add proper write-congestion reporting to RAID1 and RAID10.NeilBrown2011-10-114-1/+42
| * | | | | | md: rename "mdk_personality" to "md_personality"NeilBrown2011-10-119-22/+22
| * | | | | | md/bitmap remove fault injection options.NeilBrown2011-10-111-33/+1
| * | | | | | md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown2011-10-113-86/+84
| * | | | | | md/raid1: typedef removal: conf_t -> struct r1confNeilBrown2011-10-112-50/+48
| * | | | | | md/raid10: typedef removal: conf_t -> struct r10confNeilBrown2011-10-112-57/+55
OpenPOWER on IntegriCloud