summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix setattr error handling in sysfs, configfsNick Piggin2010-06-042-7/+8
* kobject: free memory if netlink_kernel_create() failsDan Carpenter2010-06-041-0/+1
* lib/kobject_uevent.c: fix CONIG_NET=n warningAndrew Morton2010-06-041-0/+2
* 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
| * | | | perf_events: Fix unincremented buffer base on partial copyFrederic Weisbecker2010-05-311-0/+1
| * | | | perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian2010-05-312-4/+29
| * | | | perf_events, trace: Fix perf_trace_destroy(), mutex went missingPeter Zijlstra2010-05-311-1/+4
| * | | | perf_events, trace: Fix probe unregister racePeter Zijlstra2010-05-314-7/+13
| * | | | perf_events: Fix races in group compositionPeter Zijlstra2010-05-312-24/+71
| * | | | perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra2010-05-312-100/+129
| |/ / /
* | | | Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-06-032-4/+14
|\ \ \ \
OpenPOWER on IntegriCloud