summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | md/raid5: fix calculate of 'degraded' when a replacement becomes active.NeilBrown2012-09-191-0/+4
| * | | | Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_AC...NeilBrown2012-09-191-1/+1
| |/ / /
* | | | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-192-46/+42
|\ \ \ \
| * | | | cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo2012-09-191-29/+34
| * | | | workqueue: reimplement work_on_cpu() using system_wqTejun Heo2012-09-191-17/+8
* | | | | Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-09-181-1/+2
|\ \ \ \ \
| * | | | | hwspinlock/core: move the dereference below the NULL testWei Yongjun2012-09-101-1/+2
| | |/ / / | |/| | |
* | | | | vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-09-182-2/+4
* | | | | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-181-2/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan2012-09-181-2/+10
* | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-09-1813-20/+60
|\ \ \ \ \
| * | | | | memory hotplug: fix section info double registration bugqiuxishi2012-09-181-6/+10
| * | | | | mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng2012-09-181-1/+1
| * | | | | drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman2012-09-181-0/+5
| * | | | | compiler.h: add __visibleAndi Kleen2012-09-182-0/+11
| * | | | | pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin2012-09-181-1/+5
| * | | | | include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever2012-09-181-1/+1
| * | | | | slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim2012-09-181-5/+10
| * | | | | slab: fix starting index for finding another objectJoonsoo Kim2012-09-181-1/+1
| * | | | | slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman2012-09-181-2/+2
| * | | | | nbd: clear waiting_queue on shutdownPaul Clements2012-09-181-0/+9
| * | | | | MAINTAINERS: fix TXT maintainer list and source repo pathGang Wei2012-09-181-2/+3
| * | | | | mm/ia64: fix a memory block size bugJianguo Wu2012-09-181-1/+1
| * | | | | memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang2012-09-181-0/+1
* | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-09-178-75/+78
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'cxgb4', 'ipoib', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier2012-09-147-74/+77
| |\ \ \ \ \ \ \ \
| | | | | * | | | | IB/qib: Fix failure of compliance test C14-024#06_LocalPortNumMike Marciniszyn2012-09-141-1/+2
| | | | * | | | | | RDMA/ocrdma: Fix CQE expansion of unsignaled WQEParav Pandit2012-09-141-4/+4
| | | | |/ / / / /
| | | * / / / / / mlx4_core: Fix integer overflows so 8TBs of memory registration worksYishai Hadas2012-09-142-17/+23
| | | |/ / / / /
| | * | | | | | IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz2012-09-123-46/+27
| | * | | | | | IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz2012-09-122-6/+21
| | |/ / / / /
| * / / / / / RDMA/cxgb4: Move dereference below NULL testWei Yongjun2012-09-081-1/+1
| |/ / / / /
* | | | | | fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri2012-09-171-3/+2
* | | | | | Linux 3.6-rc6v3.6-rc6Linus Torvalds2012-09-161-1/+1
* | | | | | Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-09-1658-247/+343
|\ \ \ \ \ \
| * | | | | | mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi2012-09-162-7/+26
| * | | | | | mfd: MAX77693: Fix interrupt handling bugChanwoo Choi2012-09-161-5/+31
| * | | | | | mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-1554-112/+125
| * | | | | | mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driverFeng Tang2012-08-231-19/+1
| * | | | | | mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch2012-08-223-105/+161
* | | | | | | Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-09-162-0/+36
|\ \ \ \ \ \ \
| * | | | | | | pwm: pwm-tiehrpwm: Fix conflicting channel period settingPhilip, Avinash2012-09-101-0/+29
| * | | | | | | pwm: pwm-tiecap: Disable APWM mode after configurePhilip, Avinash2012-09-101-0/+7
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-09-1610-126/+141
|\ \ \ \ \ \ \ \
| * | | | | | | | target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2
| * | | | | | | | target: support zero allocation length in REQUEST SENSEPaolo Bonzini2012-09-072-17/+19
| * | | | | | | | target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini2012-09-071-4/+9
| * | | | | | | | target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini2012-09-071-0/+7
| * | | | | | | | target: report too-small parameter lists everywherePaolo Bonzini2012-09-073-2/+30
| * | | | | | | | target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2012-09-072-5/+7