aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-05-292-15/+24
|\
| * [S390] mm: fix mmu_gather reworkHeiko Carstens2011-05-291-7/+16
| * [S390] mm: fix storage key handlingHeiko Carstens2011-05-291-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-296-28/+338
|\ \
| * | arch/tile: more /proc and /sys file supportChris Metcalf2011-05-276-28/+338
| * | Merge tag 'v2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Chris Metcalf2011-05-26145-724/+1565
| |\ \
* | \ \ Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-298-26/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline paramLen Brown2011-05-291-0/+1
| * | | x86 idle: deprecate "no-hlt" cmdline paramLen Brown2011-05-291-0/+1
| * | | x86 idle APM: deprecate CONFIG_APM_CPU_IDLELen Brown2011-05-291-0/+2
| * | | x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM demands itLen Brown2011-05-291-1/+3
| * | | x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-296-25/+25
* | | | Blackfin: debug-mmrs: include RSI_PID[4567] MMRsMike Frysinger2011-05-281-0/+4
* | | | Blackfin: bf51x: fix up RSI_PID# MMR definesMike Frysinger2011-05-281-8/+8
* | | | Blackfin: bf52x/bf54x: fix up usb MMR definesMike Frysinger2011-05-282-11/+12
* | | | Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppiMike Frysinger2011-05-281-18/+14
* | | | Blackfin: gptimers: add structure for hardware register layoutMike Frysinger2011-05-281-0/+18
* | | | Blackfin: wire up new sendmmsg syscallMike Frysinger2011-05-282-1/+3
* | | | Blackfin: mach/bfin_serial_5xx.h: punt now-unused headerMike Frysinger2011-05-287-528/+0
* | | | Blackfin: bfin_serial.h: turn default port wrappers into stubsMike Frysinger2011-05-281-3/+3
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-2815-1194/+2283
|\ \ \ \
| * | | | x86, asm: Clean up desc.h a bitIngo Molnar2011-05-271-76/+76
| * | | | x86, amd: Do not enable ARAT feature on AMD processors below family 0x12Boris Ostrovsky2011-05-261-2/+5
| * | | | x86: Move do_page_fault()'s error path under unlikely()KOSAKI Motohiro2011-05-261-15/+20
| * | | | Merge branch 'linus' into x86/urgentIngo Molnar2011-05-26306-6209/+18542
| |\ \ \ \
| * | | | | x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett2011-05-253-3/+54
| * | | | | x86: Remove unnecessary check in detect_ht()Nikhil P Rao2011-05-251-7/+0
| * | | | | x86: Reorder mm_context_t to remove x86_64 alignment padding and thus shrink ...Richard Kennedy2011-05-251-2/+2
| * | | | | x86, UV: Clean up uv_tlb.cCliff Wickman2011-05-252-899/+1099
| * | | | | x86, UV: Add support for SGI UV2 hub chipJack Steiner2011-05-256-238/+1075
| * | | | | x86, cpufeature: Update CPU feature RDRND to RDRANDKees Cook2011-05-241-1/+1
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-284-51/+64
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-273-10/+10
| |\ \ \ \ \ \
| | * | | | | | x86/ftrace: Fix compiler warning in ftrace.cRakib Mullick2011-05-251-6/+6
| | * | | | | | maccess,probe_kernel: Make write/read src const void *Steven Rostedt2011-05-252-4/+4
| * | | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-05-272-42/+77
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | oprofile, powerpc: Handle events that raise an exception without overflowingEric B Munson2011-05-241-1/+23
| | * | | | | | oprofile, x86: Enable preemption during pci device setup in IBS initRobert Richter2011-05-201-41/+54
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-2819-5060/+110
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2011-05-273-2113/+104
| |\ \ \ \ \ \ \
| | * | | | | | | GPIO: OMAP: move to drivers/gpioKevin Hilman2011-05-272-2010/+1
| | * | | | | | | GPIO: OMAP: move register offset defines into <plat/gpio.h>Kevin Hilman2011-05-272-103/+103
| * | | | | | | | gpio: Move the s5pc100 GPIO to drivers/gpioKyungmin Park2011-05-262-356/+1
| * | | | | | | | gpio: Move the s5pv210 GPIO to drivers/gpioKyungmin Park2011-05-262-289/+1
| * | | | | | | | gpio: Move the exynos4 GPIO to drivers/gpioKyungmin Park2011-05-262-366/+1
| * | | | | | | | gpio: Move to Samsung common GPIO library to drivers/gpioKyungmin Park2011-05-262-207/+0
| * | | | | | | | gpio/nomadik: add function to read GPIO pull down statusRickard Andersson2011-05-261-0/+2
| * | | | | | | | gpio: move Nomadik GPIO driver to drivers/gpioGrant Likely2011-05-265-1028/+0
| * | | | | | | | gpio: move U300 GPIO driver to drivers/gpioLinus Walleij2011-05-262-701/+1
* | | | | | | | | Merge branch 'setns'Linus Torvalds2011-05-2849-28/+84
|\ \ \ \ \ \ \ \ \