summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* signals: demultiplexing SIGTRAP signalSrinivasa Ds2008-09-235-15/+8
* Merge branch 'x86/signal' into core/signalIngo Molnar2008-09-2394-1065/+2981
|\
| * x86: signal: introduce do_rt_sigreturn()Hiroshi Shimamoto2008-09-142-6/+17
| * x86: signal: remove unneeded err handlingHiroshi Shimamoto2008-09-143-17/+10
| * x86: signal: put give_sigsegv of setup frames togetherHiroshi Shimamoto2008-09-143-42/+32
| * x86: signal_64.c: make handle_signal() similarHiroshi Shimamoto2008-09-101-28/+29
| * x86: signal_64.c: arg for restore_i387_xstate() is void __user *Hiroshi Shimamoto2008-09-101-1/+2
| * x86: signal_64.c: clean up signal_fault()Hiroshi Shimamoto2008-09-101-4/+6
| * x86_32: signal: move signal number conversion to upper layerHiroshi Shimamoto2008-09-061-19/+12
| * x86: signal: split out frame setupsHiroshi Shimamoto2008-09-062-19/+40
| * x86: signal: make NR_restart_syscallHiroshi Shimamoto2008-09-062-4/+5
| * x86_32: signal: introduce signal_fault()Hiroshi Shimamoto2008-09-061-1/+17
| * x86_32: signal: use syscall_get_nr and errorHiroshi Shimamoto2008-09-061-4/+5
| * Merge branch 'x86/cleanups' into x86/signalIngo Molnar2008-09-0631-316/+315
| |\
| | * x86: capitalize function call interrupts consistentlyAndi Kleen2008-09-042-2/+2
| | * x86: acpi: move acpi_mcfg_64bit_base_addr into CONFIG_PCI_MMCONFIGHiroshi Shimamoto2008-08-271-2/+2
| | * x86: msr-on-cpu: remove unnecessary level of abstractionH. Peter Anvin2008-08-251-42/+36
| | * Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin2008-08-2545-265/+639
| | |\
| | * | x86: cleanup in amd_cpu_notify()Robert Richter2008-08-251-1/+1
| | * | Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2008-08-2524-113/+303
| | |\ \
| | * | | arch/x86/kernel/apm_32.c: remove duplicated #includeHuang Weiyi2008-08-211-1/+0
| | * | | arch/x86/pci/irq.c: attempt to clean up code layoutAndrew Morton2008-08-211-29/+38
| | * | | x86: another user of PTE_FLAGS_MASKJeremy Fitzhardinge2008-08-201-2/+2
| | * | | x86_64: use save/loadsegment in ia32 compatJeremy Fitzhardinge2008-08-202-15/+17
| | * | | x86, cleanup: use X86_CR4_PGE in x86/power/hibernate_asm_32.SUros Bizjak2008-08-201-7/+7
| | * | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-20493-5571/+30205
| | |\ \ \
| | * | | | x86: coding style fixes to arch/x86/kernel/traps_64.cGustavo F. Padovan2008-08-151-6/+8
| | * | | | x86: coding style fixes to arch/x86/kernel/paravirt_patch_32.cPaolo Ciarrocchi2008-08-151-1/+1
| | * | | | x86: coding style fixes to arch/x86/lib/string_32.cPaolo Ciarrocchi2008-08-151-21/+21
| | * | | | x86: coding style fixes to arch/x86/lib/strstr_32.cPaolo Ciarrocchi2008-08-151-3/+3
| | * | | | x86: coding style fixes to arch/x86/kernel/bios_uv.cPaolo Ciarrocchi2008-08-151-5/+5
| | * | | | x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi2008-08-151-4/+6
| | * | | | x86: remove nesting CONFIG_HOTPLUG_CPULi Zefan2008-08-151-4/+1
| | * | | | x86: fix comment in protected mode headerPhilipp Kohlbecher2008-08-111-2/+3
| | * | | | arch/x86/kernel/cpuid.c: removed duplicated #includeHuang Weiyi2008-08-111-1/+0
| | * | | | arch/x86/kernel/acpi/boot.c: removed duplicated #includeHuang Weiyi2008-08-111-1/+0
| | * | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-113575-18911/+261583
| | |\ \ \ \
| | * | | | | x86: mpparse.c: fix section mismatch warningMarcin Slusarz2008-08-101-2/+2
| | * | | | | x86: mmconf: fix section mismatch warningMarcin Slusarz2008-08-101-1/+1
| | * | | | | x86: fix MP_processor_info section mismatch warningMarcin Slusarz2008-08-101-1/+1
| | * | | | | x86, tsc: fix section mismatch warningMarcin Slusarz2008-08-101-1/+1
| | * | | | | x86: coding style fixes to arch/x86/kernel/sys_x86_64.cGustavo F. Padovan2008-07-311-21/+22
| | * | | | | x86: coding style fixes to arch/x86/kernel/traps_64.cGustavo F. Padovan2008-07-311-27/+32
| | * | | | | x86: coding style fixes to arch/x86/kernel/signal_64.cGustavo F. Padovan2008-07-312-32/+35
| | * | | | | x86: coding style fixes to arch/x86/kernel/crash_dump_64.cGustavo F. Padovan2008-07-311-4/+3
| | * | | | | x86: add KERN_INFO to printks on process_64.cGustavo F. Padovan2008-07-311-15/+17
| | * | | | | x86: coding styles fixes to arch/x86/kernel/process_64.cGustavo F. Padovan2008-07-311-51/+50
| | * | | | | x86: visws_quirks, fix build errorIngo Molnar2008-07-261-0/+1
| | * | | | | arch/x86/kernel/visws_quirks.c: Removed duplicated #includeHuang Weiyi2008-07-261-15/+0
| | * | | | | x86: convert discontig_32.c from round_up to roundupJoerg Roedel2008-07-261-1/+1
OpenPOWER on IntegriCloud