summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irq: make ht irq_desc more numa awareYinghai Lu2009-04-281-1/+3
* x86/irq: change MSI irq_desc to be more numa awareYinghai Lu2009-04-282-5/+14
* irq: change io_apic_set_pci_routing() to use device parameterYinghai Lu2009-04-281-1/+6
* irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-289-16/+21
* x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-2810-97/+66Star
* irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu2009-04-283-11/+23
* irq: change ->set_affinity() to return statusYinghai Lu2009-04-2823-74/+140
* x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu2009-04-288-93/+9Star
* irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu2009-04-283-13/+25
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-271-6/+18
|\
| * ext4: Do not try to validate extents on special filesTheodore Ts'o2009-04-251-2/+6
| * ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o2009-04-241-3/+1Star
| * ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o2009-04-241-1/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-04-271-2/+2
|\ \
| * | ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov2009-04-271-2/+2
* | | Merge branch 'sh/for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-04-273-41/+61
|\ \ \
| * | | sh: Fix up unsigned syscall_nr in SH-5 pt_regs.Paul Mundt2009-04-271-1/+1
| * | | maple: input: fix up maple mouse driverAdrian McMenamin2009-04-271-20/+23
| * | | sh: sh7785lcr: fix defconfig for 29-bit modeYoshihiro Shimoda2009-04-271-20/+37
| |/ /
* | | FRV: Stop gcc from generating uninitialised variable warnings after BUG()David Howells2009-04-271-2/+3
* | | FRV: Wire up new syscallsDavid Howells2009-04-272-1/+5
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-2612-14/+60
|\ \ \
| * | | x86, hpet: Stop soliciting hpet=force users on ICH4MLen Brown2009-04-241-2/+0Star
| * | | x86: check boundary in setup_node_bootmem()Yinghai Lu2009-04-231-0/+3
| * | | uv_time: add parameter to uv_read_rtc()Coly Li2009-04-221-5/+5
| * | | x86: hpet: fix periodic mode programming on AMD 81xxAndreas Herrmann2009-04-221-1/+17
| * | | Merge commit 'v2.6.30-rc3' into x86/urgentIngo Molnar2009-04-22168-1207/+1595
| |\ \ \
| * | | | x86: more than 8 32-bit CPUs requires X86_BIGSMPMichael K. Johnson2009-04-221-0/+1
| * | | | x86: avoid theoretical spurious NMI backtraces with CONFIG_CPUMASK_OFFSTACK=yRusty Russell2009-04-211-1/+1
| * | | | x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APICRusty Russell2009-04-211-1/+2
| * | | | x86-64: fix FPU corruption with signals and preemptionSuresh Siddha2009-04-201-1/+3
| * | | | x86/uv: fix for no memory at paddr 0Jack Steiner2009-04-201-0/+1
| * | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-04-201348-36758/+41824
| |\ \ \ \
| * | | | | docs, x86: add nox2apic back to kernel-parameters.txtWeidong Han2009-04-181-0/+2
| * | | | | x86: mm/numa_32.c calculate_numa_remap_pages should use __initJaswinder Singh Rajput2009-04-171-1/+1
| * | | | | x86, kbuild: make "make install" not depend on vmlinuxH. Peter Anvin2009-04-171-1/+5
| * | | | | x86/uv: fix init of cpu-less nodesJack Steiner2009-04-171-0/+14
| * | | | | x86/uv: fix init of memory-less nodesJack Steiner2009-04-171-1/+5
* | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-263-3/+5
|\ \ \ \ \ \
| * | | | | | x86/irq: mark NUMA_MIGRATE_IRQ_DESC brokenYinghai Lu2009-04-171-0/+1
| * | | | | | x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh2009-04-142-3/+4
* | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-04-263-9/+18
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | locking: clarify kernel-taint warning messageIngo Molnar2009-04-231-1/+1
| * | | | | | lockdep, x86: account for irqs enabled in paranoid_exitSteven Rostedt2009-04-181-0/+3
| * | | | | | lockdep: more robust lockdep_map init sequencePeter Zijlstra2009-04-171-8/+14
* | | | | | | sparc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-2/+2
* | | | | | | sh: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-264-4/+8
* | | | | | | s390: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-3/+4
* | | | | | | powerpc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-266-6/+11
* | | | | | | mn10300: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-5/+3Star