aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann2012-10-25583-7697/+8451
|\
| * ARM: at91: drop duplicated config SOC_AT91SAM9 entryJean-Christophe PLAGNIOL-VILLARD2012-10-241-8/+2
| * ARM: at91/i2c: change id to let i2c-at91 workBo Shen2012-10-249-11/+11
| * ARM: at91/i2c: change id to let i2c-gpio workBo Shen2012-10-245-5/+5
| * ARM: at91/dts: at91sam9g20ek_common: Fix typos in buttons labels.Marek Belisko2012-10-241-2/+2
| * ARM: at91: fix external interrupt specification in board codeNicolas Ferre2012-10-243-3/+3
| * ARM: at91: fix external interrupts in non-DT caseNicolas Ferre2012-10-243-4/+10
| * ARM: at91: at91sam9g10: fix SOC type detectionIvan Shugov2012-10-241-1/+1
| * ARM: at91/tc: fix typo in the DT documentJosh Wu2012-10-241-1/+1
| * Linux 3.7-rc2Linus Torvalds2012-10-201-1/+1
| * Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-10-209-45/+83
| |\
| | * arm64: fix alignment padding in assembly codeMarc Zyngier2012-10-202-1/+7
| | * arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon2012-10-181-16/+21
| | * arm64: ptrace: make structure padding explicit for debug registersWill Deacon2012-10-182-7/+32
| | * arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas2012-10-181-10/+0
| | * arm64: Ignore memory blocks below PHYS_OFFSETCatalin Marinas2012-10-181-0/+12
| | * arm64: Fix the update_vsyscall() prototypeCatalin Marinas2012-10-181-10/+10
| | * arm64: Select MODULES_USE_ELF_RELACatalin Marinas2012-10-181-0/+1
| | * arm64: Remove duplicate inclusion of mmu_context.h in smp.cSachin Kamat2012-10-161-1/+0
| * | use clamp_t in UNAME26 fixKees Cook2012-10-191-1/+1
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-199-17/+56
| |\ \
| | * | perf python: Properly link with libtraceeventArnaldo Carvalho de Melo2012-10-203-14/+15
| | * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-10-209-6/+44
| | |\ \
| | | * | perf hists browser: Add back callchain folding symbolArnaldo Carvalho de Melo2012-10-171-1/+1
| | | * | perf tools: Fix build on sparc.David Miller2012-10-171-1/+1
| | | * | perf python: Link with libtraceeventArnaldo Carvalho de Melo2012-10-171-0/+1
| | | * | perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo2012-10-171-0/+2
| | | * | tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt2012-10-161-0/+15
| | | * | lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt2012-10-161-3/+6
| | | * | perf hists browser: Fix off-by-two bug on the first columnNamhyung Kim2012-10-161-1/+3
| | | * | perf tools: Remove warnings on JIT samples for srcline sort keyNamhyung Kim2012-10-161-0/+3
| | | * | perf tools: Fix segfault when using srcline sort keyNamhyung Kim2012-10-161-0/+3
| | | * | perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra2012-10-161-0/+6
| | | * | perf tool: Precise mode requires exclude_guestDavid Ahern2012-10-161-0/+3
| * | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-1932-75/+133
| |\ \ \ \
| * | | | | MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells2012-10-194-31/+28
| * | | | | MODSIGN: Cleanup .gitignoreDavid Howells2012-10-191-6/+0
| * | | | | MODSIGN: perlify sign-file and merge in x509keyidDavid Howells2012-10-193-347/+400
| * | | | | hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki2012-10-192-3/+51
| * | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2012-10-196-34/+24
| |\ \ \ \ \
| | * \ \ \ \ Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgentH. Peter Anvin2012-10-1913288-373046/+693449
| | |\ \ \ \ \
| | | * | | | | x86, MCE: Remove bios_cmci_threshold sysfs attributeBorislav Petkov2012-10-191-6/+0
| | | | |/ / / | | | |/| | |
| | * | | | | x86, amd, mce: Avoid NULL pointer reference on CPU northbridge lookupDaniel J Blueman2012-10-171-5/+5
| | * | | | | x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct ma...Jacob Shin2012-10-171-2/+15
| | * | | | | x86/cache_info: Use ARRAY_SIZE() in amd_l3_attrs()Dan Carpenter2012-10-041-1/+1
| | * | | | | x86/reboot: Remove quirk entry for SBC FITPCDavid Hooper2012-10-041-8/+0
| | * | | | | x86, suspend: Correct the restore of CR4, EFER; skip computing EFLAGS.IDH. Peter Anvin2012-10-021-12/+3
| * | | | | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-10-198-26/+30
| |\ \ \ \ \ \
| | * | | | | | lib/dma-debug.c: fix __hash_bucket_find()Ming Lei2012-10-191-2/+2
| | * | | | | | mm: compaction: correct the nr_strict va isolated check for CMAMel Gorman2012-10-191-1/+1