summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: cns3xxx: drop unnecessary symbol selectionImre Kaloz2012-11-121-1/+0
* ARM: vexpress: fix ll debug code when building multiplatformArnd Bergmann2012-11-081-0/+1
* Merge tag 'davinci-for-v3.8/fixes' of git://gitorious.org/linux-davinci/linux...Olof Johansson2012-11-064-4/+11
|\
| * ARM: davinci: fix return value check by using IS_ERR in tnetv107x_devices_init()Wei Yongjun2012-10-301-1/+1
| * ARM: davinci: uncompress.h: bail out if uart not initializedSekhar Nori2012-10-271-0/+6
| * ARM: davinci: serial.h: fix uart number in the commentHenrique Camargo2012-10-271-1/+1
| * ARM: davinci: dm644x evm: move pointer dereference below NULL checkWei Yongjun2012-10-271-2/+3
* | Merge branch 'vexpress-fixes' of git://git.linaro.org/people/pawelmoll/linux ...Arnd Bergmann2012-10-251-4/+6
|\ \ | |/ |/|
| * ARM: vexpress: Make the debug UART detection more specificPawel Moll2012-10-181-4/+6
* | Linux 3.7-rc2v3.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-201-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-209-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-2032-75/+133
|\ \ \ \
| * \ \ \ Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/...Olof Johansson2012-10-203-12/+12
| |\ \ \ \
| | * | | | ARM: kirkwood: fix buttons on lsxl boardsMichael Walle2012-10-181-3/+5
| | * | | | ARM: kirkwood: fix LEDs names for lsxl boardsMichael Walle2012-10-181-5/+5
| | * | | | ARM: Kirkwood: fix disabling CACHE_FEROCEON_L2Jason Gunthorpe2012-10-182-4/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-10-207-10/+11
| |\ \ \ \
| | * | | | ARM: s3c: mark s3c2440_clk_add as __init_refokArnd Bergmann2012-10-171-1/+1
| | * | | | spi/s3c64xx: use correct dma_transfer_direction typeArnd Bergmann2012-10-171-3/+3
| | * | | | pcmcia: sharpsl: don't discard sharpsl_pcmcia_opsArnd Bergmann2012-10-121-1/+1
| | * | | | USB: EHCI: mark ehci_orion_conf_mbus_windows __devinitArnd Bergmann2012-10-091-1/+1
| | * | | | mm/slob: use min_t() to compare ARCH_SLAB_MINALIGNArnd Bergmann2012-10-091-3/+3
| | * | | | SCSI: ARM: make fas216_dumpinfo function conditionalArnd Bergmann2012-10-091-1/+1
| | * | | | SCSI: ARM: ncr5380/oak uses no interruptsArnd Bergmann2012-10-091-0/+1
| * | | | | Merge tag 'mvebu_gpio_fixes_for_v3.7' of git://git.infradead.org/users/jcoope...Olof Johansson2012-10-181-0/+3
| |\ \ \ \ \
| | * | | | | gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_typeAxel Lin2012-10-171-0/+3
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'mvebu_dove_late_fixes_for_v3.7' of git://git.infradead.org/users/j...Olof Johansson2012-10-183-21/+41
| |\ \ \ \ \