summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* cpumask: arch_send_call_function_ipi_mask: mipsRusty Russell2009-09-2412-20/+25
* cpumask: arch_send_call_function_ipi_mask: m32rRusty Russell2009-09-242-12/+13
* cpumask: arch_send_call_function_ipi_mask: alphaRusty Russell2009-09-242-8/+9
* cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-2/+0Star
* cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-2/+0Star
* cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-1/+0Star
* cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-2/+0Star
* ia64: convert last user of smp_call_function_maskRusty Russell2009-09-241-1/+1
* cpumask: remove last assignment to mask field of struct irqaction.Rusty Russell2009-09-241-1/+0Star
* cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: mipsRusty Russell2009-09-241-1/+1
* cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2009-09-247-40/+1Star
* cpumask: remove the now-obsoleted pcibus_to_cpumask(): powerpcRusty Russell2009-09-241-5/+0Star
* cpumask: remove the now-obsoleted pcibus_to_cpumask(): mipsRusty Russell2009-09-241-1/+0Star
* cpumask: remove the now-obsoleted pcibus_to_cpumask(): alphaRusty Russell2009-09-241-1/+0Star
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-243-15/+7Star
* Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-09-232-11/+11
|\
| * ixp4xx: arch_idle() documentation fixupMikael Pettersson2009-09-211-2/+4
| * ixp4xx: timer and clocks cleanupsMikael Pettersson2009-09-211-9/+7Star
* | MN10300: Handle removal of struct uart_infoDavid Howells2009-09-233-9/+9
* | FRV: Use asm/generic-hardirq.hChristoph Hellwig2009-09-232-17/+4Star
* | Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-231-14/+8Star
|\ \
| * | x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath2009-09-231-14/+8Star
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-09-237-4/+269
|\ \ \
| * | | mtd: OneNand support for Nomadik 8815 SoC (on NHK8815 board)Alessandro Rubini2009-09-201-0/+63
| * | | mtd: nand: driver for Nomadik 8815 SoC (on NHK8815 board)Alessandro Rubini2009-09-204-1/+138
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-09-202068-25432/+133392
| |\ \ \
| * | | | mtd: omap: add support for nand prefetch-read and post-writevimal singh2009-09-192-1/+66
| * | | | mtd: onenand: make onenand/generic.c more genericMagnus Damm2009-09-191-2/+2
* | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-233-5/+4Star
|\ \ \ \ \
| * | | | | intel-iommu: Kill DMAR_BROKEN_GFX_WA option.David Woodhouse2009-09-191-1/+1
| * | | | | ia64: IOMMU passthrough mode shouldn't trigger swiotlb initDavid Woodhouse2009-08-131-1/+1
| * | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2009-08-08447-6604/+8059
| |\ \ \ \ \
| * | | | | | intel-iommu: Unify hardware and software passthrough supportDavid Woodhouse2009-08-041-3/+2Star
| * | | | | | iommu=pt is a valid early paramAlex Williamson2009-08-031-3/+1Star
* | | | | | | misc: remove redundant start_kernel prototypesRusty Russell2009-09-233-2/+1Star
* | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-09-2317-233/+259
|\ \ \ \ \ \ \
| * | | | | | | [S390] Update default configuration.Martin Schwidefsky2009-09-221-12/+25
| * | | | | | | [S390] hibernate: Do real CPU swap at resume timeMichael Holzheu2009-09-225-69/+71
| * | | | | | | [S390] hibernate: make sure pfn_is_nosave handles lowcore pagesHeiko Carstens2009-09-222-17/+9Star
| * | | | | | | [S390] smp: introduce LC_ORDER and simplify lowcore handlingHeiko Carstens2009-09-222-10/+10
| * | | | | | | [S390] ptrace: use common code for simple peek/poke operationsChristian Borntraeger2009-09-221-15/+4Star
| * | | | | | | [S390] fix disabled_wait inline assembly clobber listHeiko Carstens2009-09-221-1/+1
| * | | | | | | [S390] Change kernel_page_present coding style.Heiko Carstens2009-09-221-10/+7Star
| * | | | | | | [S390] hibernation: reset system after resumeHeiko Carstens2009-09-221-2/+40
| * | | | | | | [S390] hibernation: fix guest page hinting related crashHeiko Carstens2009-09-222-8/+51
| * | | | | | | [S390] Get rid of init_module/delete_module compat functions.Heiko Carstens2009-09-223-41/+8Star
| * | | | | | | [S390] Convert sys_execve to function with parameters.Heiko Carstens2009-09-226-39/+39
| * | | | | | | [S390] Convert sys_clone to function with parameters.Heiko Carstens2009-09-226-28/+13Star
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-234-0/+19
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-294-0/+19
| |\ \ \ \ \ \ \