summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ARM: mach-shmobile: Runtime PM V3Magnus Damm2010-08-163-2/+171
| | | |/ / | | |/| |
| * | | | ARM: 6343/1: wire up fanotify and prlimit64 syscalls on ARMMikael Pettersson2010-09-012-0/+6
| * | | | ARM: 6330/1: perf: reword comments relating to perf_event_do_pendingWill Deacon2010-09-012-5/+5
| | |/ / | |/| |
* | | | lglock: make lg_lock_global() actually lock globallyJonathan Corbet2010-09-091-2/+2
* | | | mm: Move vma_stack_continue into mm.hStefan Bader2010-09-093-7/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-09-095-12/+27
|\ \ \ \
| * \ \ \ Merge branches 'cxgb3' and 'nes' into for-linusRoland Dreier2010-09-084-11/+26
| |\ \ \ \
| | * | | | RDMA/nes: Fix hang with modified FIN handling on A0 cardsFaisal Latif2010-09-082-1/+3
| | * | | | RDMA/nes: Change state to closing after FINFaisal Latif2010-09-081-1/+12
| | * | | | RDMA/nes: Fix double CLOSE event indication crashFaisal Latif2010-09-081-8/+10
| | * | | | RDMA/nes: Write correct register write to set TX pause paramChien Tung2010-09-081-2/+2
| * | | | | RDMA/cxgb3: Don't exceed the max HW CQ depthSteve Wise2010-09-021-1/+1
| |/ / / /
* | | | | Merge branch 'fixes' of git://oss.oracle.com/git/tma/linux-2.6Linus Torvalds2010-09-099-107/+475
|\ \ \ \ \
| * | | | | ocfs2: Fix orphan add in ocfs2_create_inode_in_orphanMark Fasheh2010-09-081-20/+107
| * | | | | ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functionsMark Fasheh2010-09-081-32/+88
| * | | | | ocfs2: allow return of new inode block location before allocation of the inodeMark Fasheh2010-09-082-0/+180
| * | | | | ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open codingMark Fasheh2010-09-081-13/+4
| * | | | | ocfs2: split out inode alloc code from ocfs2_mknod_lockedMark Fasheh2010-09-081-18/+37
| * | | | | Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef...Tristan Ye2010-09-081-1/+1
| * | | | | ocfs2: Fix deadlock when allocating pageJan Kara2010-09-083-4/+5
| * | | | | ocfs2: properly set and use inode group alloc hintMark Fasheh2010-09-081-4/+20
| * | | | | ocfs2: Use the right group in nfs sync check.Tao Ma2010-09-081-8/+11
| * | | | | ocfs2: Flush drive's caches on fdatasyncJan Kara2010-09-081-1/+10
| * | | | | ocfs2: make __ocfs2_page_mkwrite handle file end properly.Tao Ma2010-09-081-3/+5
| * | | | | ocfs2: Fix incorrect checksum validation errorSunil Mushran2010-09-081-1/+5
| * | | | | ocfs2: Fix metaecc error messagesSunil Mushran2010-09-081-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-09-085-17/+28
|\ \ \ \ \
| * | | | | Input: i8042 - fix device removal on unloadDmitry Torokhov2010-08-311-1/+1
| * | | | | Input: bcm5974 - adjust major/minor to scaleHenrik Rydberg2010-08-311-4/+8
| * | | | | Input: MT - initialize slots to unusedHenrik Rydberg2010-08-281-2/+9
| * | | | | Input: use PIT_TICK_RATE in vt beep ioctlArnd Bergmann2010-08-281-8/+8
| * | | | | Input: wacom - fix mousewheel handling for old wacom tabletsMike Auty2010-08-281-2/+2
* | | | | | Merge branch 'semaphore-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-081-0/+3
|\ \ \ \ \ \
| * | | | | | semaphore: Add DEFINE_SEMAPHOREThomas Gleixner2010-09-081-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-086-25/+25
|\ \ \ \ \ \
| * | | | | | x86, mcheck: Avoid duplicate sysfs links/files for thresholding banksAndreas Herrmann2010-09-051-2/+2
| * | | | | | io-mapping: Fix the address space annotationsFrancisco Jerez2010-09-051-12/+12
| * | | | | | x86: Fix the address space annotations of iomap_atomic_prot_pfn()Francisco Jerez2010-09-052-5/+5
| * | | | | | x86, mm: Fix CONFIG_VMSPLIT_1G and 2G_OPT trampolineHugh Dickins2010-08-241-2/+1
| * | | | | | x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_devSergey Senozhatsky2010-08-201-4/+5
* | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-0811-29/+30
|\ \ \ \ \ \ \
| * | | | | | | gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen2010-09-055-12/+3
| * | | | | | | mutex: Fix annotations to include it in kernel-locking docbookRandy Dunlap2010-09-034-17/+23
| * | | | | | | pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney2010-08-311-0/+2
| * | | | | | | MAINTAINERS: Add RCU's public git treePaul E. McKenney2010-08-251-0/+2
* | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-0810-53/+133
|\ \ \ \ \ \ \ \
| * | | | | | | | perf, x86: Try to handle unknown nmis with an enabled PMURobert Richter2010-09-031-13/+46
| * | | | | | | | perf, x86: Fix handle_irq return valuesPeter Zijlstra2010-09-032-3/+8
| * | | | | | | | perf, x86: Fix accidentally ack'ing a second event on intel perf counterDon Zickus2010-09-031-4/+2
| * | | | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2010-09-013-20/+31
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud