summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vt_ioctl: return -EFAULT on copy_from_user errorsDan Carpenter2010-06-041-1/+3
* serial: altera_uart: Proper section for altera_uart_removeTobias Klauser2010-06-041-1/+1
* tty: fix a little bug in scrup, vt.cFrank Pan2010-06-041-1/+1
* altera_uart: Simplify altera_uart_console_putcTobias Klauser2010-06-041-15/+8
* altera_uart: Don't take spinlock in already protected functionsTobias Klauser2010-06-041-15/+4
* TTY/n_gsm: potential double lockDan Carpenter2010-06-041-4/+5
* serial: bfin_5xx: fix typo in IER checkSonic Zhang2010-06-041-1/+1
* serial: bfin_5xx: IRDA is not affected by anomaly 05000230Graf Yang2010-06-041-1/+6
* serial_cs: add and sort IDs for serial and modem cardsAlexander Kurz2010-06-041-2/+16
* msm_serial: fix serial on troutAbhijeet Dharmapurikar2010-06-042-18/+59
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-06-038-8/+80
|\
| * libata: implement on-demand HPA unlockingTejun Heo2010-06-023-0/+32
| * libata: use the enlarged capacity after late HPA unlockTejun Heo2010-06-021-3/+2
| * SCSI: implement sd_unlock_native_capacity()Tejun Heo2010-06-022-0/+30
| * libata-sff: trivial corrections to Kconfig help textStefan Richter2010-06-021-3/+3
| * sata_nv: don't diddle with nIEN on mcp55Tejun Heo2010-06-021-2/+0
| * sata_via: magic vt6421 fix for transmission problems w/ WD drivesTejun Heo2010-06-021-0/+13
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-06-034-26/+41
|\ \
| * | sched, trace: Fix sched_switch() prev_state argumentPeter Zijlstra2010-06-011-1/+18
| * | sched: Fix wake_affine() vs RT tasksPeter Zijlstra2010-06-012-24/+22
| * | sched: Make sure timers have migrated before killing the migration_threadAmit K. Arora2010-05-311-1/+1
| |/
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-06-035-23/+27
|\ \
| * | x86, smpboot: Fix cores per node printing on bootBorislav Petkov2010-06-021-1/+1
| * | Merge branch 'amd-iommu/2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-06-012-10/+26
| |\ \
| | * | x86/amd-iommu: Fall back to GART if initialization failsJoerg Roedel2010-06-012-4/+9
| | * | x86/amd-iommu: Fix crash when request_mem_region failsJoerg Roedel2010-06-011-3/+8
| | * | Merge commit 'v2.6.35-rc1' into amd-iommu/2.6.35Joerg Roedel2010-06-017973-270322/+609968
| | |\ \ | | | |/
| | * | arch/x86/kernel: Add missing spin_unlockJulia Lawall2010-05-271-3/+9
| * | | x86/mm: Remove unused DBG() macroAkinobu Mita2010-05-312-12/+0
| | |/ | |/|
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-06-0318-53/+67
|\ \ \
| * | | powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt2010-06-0214-34/+58
| * | | agp/uninorth: Fix oops caused by flushing too muchPaul Mackerras2010-06-021-1/+1
| * | | powerpc/pasemi: Update MAINTAINERS fileOlof Johansson2010-06-021-2/+1
| * | | powerpc/cell: Fix integer constant warningDenis Kirjanov2010-06-021-1/+1
| * | | powerpc/kprobes: Remove resume_execution() in kprobesAnanth N Mavinakayanahalli2010-06-021-12/+2
| * | | powerpc/macio: Don't dereference pointer before null checkAndreas Schwab2010-06-021-3/+4
* | | | Merge branch 'for-linus/bugfixes' of git://xenbits.xensource.com/people/ianc/...Linus Torvalds2010-06-032-3/+3
|\ \ \ \
| * | | | xen: avoid allocation causing potential swap activity on the resume pathIan Campbell2010-06-031-1/+1
| * | | | xen: ensure timer tick is resumed even on CPU driving the resumeIan Campbell2010-06-031-2/+2
| | |/ / | |/| |
* | | | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-06-0315-176/+309
|\ \ \ \
| * | | | perf: Fix crash in sweventsPeter Zijlstra2010-06-031-9/+15
| * | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2010-06-024-20/+39
| |\ \ \ \
| | * | | | perf buildid-list: Fix --with-hits event processingArnaldo Carvalho de Melo2010-06-011-1/+3
| | * | | | perf scripts python: Give field dict to unhandled callbackPierre Tardy2010-06-012-18/+35
| | * | | | perf hist: fix objdump output parsingKonstantin Stepanyuk2010-06-011-1/+1
| * | | | | perf-record: Check correct pid when forkingBorislav Petkov2010-06-011-2/+1
| * | | | | perf: Do the comm inheritance per thread in event__process_taskFrederic Weisbecker2010-06-011-7/+2
| * | | | | perf: Use event__process_task from perf schedFrederic Weisbecker2010-06-011-0/+1
| * | | | | perf: Process comm events by tidFrederic Weisbecker2010-05-311-2/+2
| |/ / / /
| * | | | blktrace: Fix new kernel-doc warningsRandy Dunlap2010-05-311-0/+2
OpenPOWER on IntegriCloud