summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (applesmc) Check key count before proceedingHenrik Rydberg2013-09-261-1/+10
* Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-256-67/+63
|\
| * xen/spinlock: Document the xen_nopvspin parameter.Konrad Rzeszutek Wilk2013-09-251-0/+4
| * xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel2013-09-252-17/+24
| * xen/balloon: don't alloc page while non-preemptibleDavid Vrabel2013-09-241-12/+11
| * xen: Do not enable spinlocks before jump_label_init() has executedKonrad Rzeszutek Wilk2013-09-241-2/+24
| * tpm: xen-tpmfront: Remove the locality sysfs attributeJason Gunthorpe2013-09-241-29/+0
| * tpm: xen-tpmfront: Fix default durationsJason Gunthorpe2013-09-241-7/+0
* | Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2013-09-259-26/+120
|\ \
| * | dm: add reserved_bio_based_ios module parameterMike Snitzer2013-09-233-5/+20
| * | dm: add reserved_rq_based_ios module parameterMike Snitzer2013-09-233-4/+42
| * | dm: lower bio-based mempool reservationMike Snitzer2013-09-231-4/+5
| * | dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer2013-09-231-3/+11
| * | dm mpath: disable WRITE SAME if it failsMike Snitzer2013-09-203-2/+23
| * | dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka2013-09-201-3/+2
| * | dm snapshot: workaround for a false positive lockdep warningMikulas Patocka2013-09-201-1/+1
| * | dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka2013-09-181-6/+17
| * | dm mpath: do not fail path on -ENOSPCJun'ichi Nomura2013-09-181-0/+1
* | | Merge git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-09-252-9/+5
|\ \ \
| * | | MIPS: mm: Move some checks out of 'for' loop in DMA operationsJayachandran C2013-09-251-8/+4
| * | | MIPS: cpu-features.h: s/MIPS53/MIPS64/Maciej W. Rozycki2013-09-241-1/+1
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-09-2515-94/+147
|\ \ \ \
| * | | | powerpc/pseries: Do not start secondaries in Open FirmwareBenjamin Herrenschmidt2013-09-252-10/+37
| * | | | powerpc/zImage: make the "OF" wrapper support ePAPR bootBenjamin Herrenschmidt2013-09-255-9/+33
| * | | | powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt2013-09-256-18/+23
| * | | | powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt2013-09-254-65/+62
| |/ / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-252-5/+24
|\ \ \ \
| * | | | x86/reboot: Fix apparent cut-n-paste mistake in Dell reboot workaroundDave Jones2013-09-251-1/+1
| * | | | x86/reboot: Add quirk to make Dell C6100 use reboot=pci automaticallyMasoud Sharbiani2013-09-231-0/+16
| * | | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2013-09-201-4/+7
| |\ \ \ \
| | * | | | x86, efi: Don't map Boot Services on i386Josh Boyer2013-09-181-4/+7
| | | |/ / | | |/| |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-251-4/+5
|\ \ \ \ \
| * | | | | sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov2013-09-201-1/+1
| * | | | | sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov2013-09-201-2/+2
| * | | | | sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov2013-09-201-1/+2
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-2523-49/+164
|\ \ \ \ \ \
| * | | | | | perf/x86/intel: Add model number for Avoton SilvermontYan, Zheng2013-09-231-0/+1
| * | | | | | perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra2013-09-204-13/+38
| * | | | | | perf/x86/intel/uncore: Don't use smp_processor_id() in validate_group()Yan, Zheng2013-09-201-5/+5
| * | | | | | perf: Update ABI commentPeter Zijlstra2013-09-201-0/+1
| * | | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-09-2017-31/+119
| |\ \ \ \ \ \
| | * | | | | | tools lib lk: Uninclude linux/magic.h in debugfs.cVinson Lee2013-09-191-1/+0
| | * | | | | | perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms()Ingo Molnar2013-09-191-1/+1
| | * | | | | | perf probe: Fix finder to find lines of given functionMasami Hiramatsu2013-09-193-7/+27
| | * | | | | | perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo2013-09-196-8/+16
| | * | | | | | perf tools: Fix compile with libelf without get_phdrnumAdrian Hunter2013-09-193-0/+28
| | * | | | | | perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter2013-09-191-13/+28
| | * | | | | | perf annotate: Fix objdump line parsing offset validationAdrian Hunter2013-09-191-1/+1
| | * | | | | | perf tools: Fill in new definitions for madvise()/mmap() flagsIngo Molnar2013-09-191-0/+17
| | * | | | | | perf tools: Sharpen the libaudit dependencies testIngo Molnar2013-09-191-0/+1
OpenPOWER on IntegriCloud