summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | xen/smp: Fix crash when booting with ACPI hotplug CPUs.Konrad Rzeszutek Wilk2012-04-271-0/+15
| | * | | | | xen/enlighten: Disable MWAIT_LEAF so that acpi-pad won't be loaded.Konrad Rzeszutek Wilk2012-04-261-2/+2
| | * | | | | Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe"Konrad Rzeszutek Wilk2012-04-201-2/+6
| | * | | | | Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...Konrad Rzeszutek Wilk2012-04-184098-80651/+133396
| | |\ \ \ \ \
| | * | | | | | xen/p2m: m2p_find_override: use list_for_each_entry_safeStefano Stabellini2012-04-171-6/+2
| * | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-283-6/+12
| |\ \ \ \ \ \ \
| | * | | | | | | x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson2012-04-251-0/+6
| | * | | | | | | x86/mrst: Quiet sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-04-251-2/+2
| | * | | | | | | Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2012-04-2537-206/+77
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()Srivatsa S. Bhat2012-04-191-4/+4
| | | | |_|_|_|/ / | | | |/| | | | |
| * | | | | | | | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-285-30/+29
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xtensa: fix build fail on undefined ack_bad_irqPaul Gortmaker2012-04-271-3/+0
| | * | | | | | | | blackfin: fix ifdef fustercluck in mach-bf538/boards/ezkit.cPaul Gortmaker2012-04-261-27/+26
| | * | | | | | | | xtensa: fix build error in xtensa/include/asm/io.hPaul Gortmaker2012-04-231-0/+1
| | * | | | | | | | xtensa: fix build failure in xtensa/kernel/signal.cPaul Gortmaker2012-04-231-0/+1
| | * | | | | | | | powerpc: fix system.h fallout in sysdev/scom.c [chroma_defconfig]Paul Gortmaker2012-04-191-0/+1
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'sh/urgent' into sh-fixes-for-linusPaul Mundt2012-04-272-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sh: Fix up tracepoint build fallout from static key introduction.Nobuhiro Iwamatsu2012-04-271-1/+1
| | * | | | | | | | sh: Fix error synchronising kernel page tablesStuart Menefy2012-04-191-1/+1
| * | | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-04-272-4/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arch/tile: fix a couple of functions that should be __initChris Metcalf2012-04-252-4/+4
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-271-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arch/arm/mach-ux500/mbox-db5500.c: world-writable sysfs fifo fileVasiliy Kulikov2012-04-261-1/+1
| | |/ / / / / / / /
* | | | | | | | | | sh: Remove cpu_idle_wait()Thomas Gleixner2012-05-083-24/+0
* | | | | | | | | | powerpc: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-083-24/+0
* | | | | | | | | | ia64: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-082-21/+0
* | | | | | | | | | arm: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-083-25/+0
* | | | | | | | | | x86: Use kick_all_cpus_sync()Thomas Gleixner2012-05-084-26/+1
* | | | | | | | | | powerpc: Fix broken cpu_idle_wait() implementationThomas Gleixner2012-05-081-9/+5
* | | | | | | | | | mips: Use PAGE_SIZE for INIT_TASK_DATA alignment againThomas Gleixner2012-05-071-1/+1
* | | | | | | | | | parisc: Fix init_task falloutThomas Gleixner2012-05-072-2/+2
* | | | | | | | | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-0528-27/+3
* | | | | | | | | | xtensa: Use generic init_taskThomas Gleixner2012-05-053-32/+2
* | | | | | | | | | x86: Use generic init_taskThomas Gleixner2012-05-055-44/+11
* | | | | | | | | | um: Use generic init_taskThomas Gleixner2012-05-054-39/+7
* | | | | | | | | | unicore32: Use generic init_taskThomas Gleixner2012-05-054-46/+2
* | | | | | | | | | tile: Use generic init_taskThomas Gleixner2012-05-054-60/+18
* | | | | | | | | | sparc: Use generic init_taskThomas Gleixner2012-05-054-24/+1
* | | | | | | | | | sh: Use generic init_taskThomas Gleixner2012-05-054-32/+3
* | | | | | | | | | score: Use generic init_taskThomas Gleixner2012-05-053-47/+2
* | | | | | | | | | s390: Use generic init_taskThomas Gleixner2012-05-054-40/+2
* | | | | | | | | | powerpc: Use generic init_taskThomas Gleixner2012-05-053-30/+2
* | | | | | | | | | parisc: Use generic init_taskThomas Gleixner2012-05-053-70/+13
* | | | | | | | | | openrisc: Use generic init_taskThomas Gleixner2012-05-054-44/+3
* | | | | | | | | | mn10300: Use generic init_taskThomas Gleixner2012-05-054-41/+3
* | | | | | | | | | mips: Use generic init_taskThomas Gleixner2012-05-055-38/+4
* | | | | | | | | | microblaze: Use generic init_taskThomas Gleixner2012-05-053-27/+2
* | | | | | | | | | m68k: Use generic init_taskThomas Gleixner2012-05-053-36/+2
* | | | | | | | | | m32r: Use generic init_taskThomas Gleixner2012-05-054-36/+3
* | | | | | | | | | hexagon: Use generic idle_taskThomas Gleixner2012-05-054-57/+3