summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-12-18x86: signal: move ia32 func declarations into arch/x86/kernel/signal.cHiroshi Shimamoto2-5/+5
2008-12-16x86: signal: use signal_fault() in sys_sigreturn()Hiroshi Shimamoto1-12/+3
2008-12-08x86: signal: change type of paramter for sys_rt_sigreturn()Hiroshi Shimamoto1-4/+2
2008-11-26x86: signal: unify signal_{32|64}.cHiroshi Shimamoto3-916/+1
2008-11-26x86: signal: unify signal_{32|64}.c, prepareHiroshi Shimamoto2-1/+121
2008-11-26x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigfra...Hiroshi Shimamoto2-242/+536
2008-11-26x86: signal: move {setup|restore}_sigcontext()Hiroshi Shimamoto2-209/+210
2008-11-23x86: signal: cosmetic unification of sys_rt_sigreturn()Hiroshi Shimamoto2-0/+16
2008-11-23x86: signal: cosmetic unification of sys_sigaltstack()Hiroshi Shimamoto2-0/+24
2008-11-23x86: signal: cosmetic unification of including headersHiroshi Shimamoto2-13/+21
2008-11-21x86: signal: rename COPY_SEG_STRICT to COPY_SEG_CPL3Hiroshi Shimamoto2-8/+8
2008-11-12x86: signal_32: introduce retcode and rt_retcodeHiroshi Shimamoto1-6/+24
2008-11-08x86: signal: cosmetic unification of setup_sigcontext()Hiroshi Shimamoto2-9/+56
2008-11-06x86: signal_64: make setup_sigcontext() similarHiroshi Shimamoto1-7/+5
2008-11-06x86: signal_64: setup fpstate in setup_sigcontext()Hiroshi Shimamoto1-4/+6
2008-11-06x86: signal_32: do save_i387_xstate() at get_sigframe()Hiroshi Shimamoto1-5/+3
2008-11-04x86: signal_64: remove unused code in __setup_rt_frame()Hiroshi Shimamoto1-5/+1
2008-10-30x86: signal: cosmetic unification of NR_restart_syscallHiroshi Shimamoto2-0/+11
2008-10-30x86: signal: cosmetic unification of macros for setup_rt_frame()Hiroshi Shimamoto2-2/+24
2008-10-30x86: signal: cosmetic unification of signr_convert()Hiroshi Shimamoto2-0/+8
2008-10-27x86: signal_64.c: get_stack() doesn't need entire regsHiroshi Shimamoto1-6/+4
2008-10-27x86: signal: cosmetic unification of restore_sigcontext()Hiroshi Shimamoto2-0/+37
2008-10-23Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-24/+28
2008-10-23Merge branch 'x86/um-header' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+4
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds6-25/+91
2008-10-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-17/+1
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin2-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-1/+1
2008-10-23Merge branch 'bugzilla-11715' into testLen Brown1-3/+52
2008-10-23Merge branch 'linus' into testLen Brown139-11806/+13770
2008-10-22Merge branch 'yinghai' into testLen Brown1-0/+3
2008-10-22Merge branch 'misc' into testLen Brown2-3/+5
2008-10-22Merge branch 'i7300_idle' into testLen Brown1-0/+7
2008-10-22Merge branch 'FW_BUG' into testLen Brown1-18/+24
2008-10-22x86: fix section mismatch warning - apic_x2apic_physMarcin Slusarz1-1/+1
2008-10-22x86: fix section mismatch warning - apic_x2apic_clusterMarcin Slusarz1-1/+1
2008-10-22x86: fix section mismatch warning - apic_x2apic_uv_xMarcin Slusarz1-1/+1
2008-10-22x86: fix section mismatch warning - apic_physflatMarcin Slusarz1-1/+1
2008-10-22x86: fix section mismatch warning - apic_flatMarcin Slusarz1-1/+1
2008-10-22x86/tlb_uv: remove strange mc146818rtc includeJeremy Fitzhardinge1-1/+1
2008-10-22x86: remove redundant KERN_DEBUG on pr_debugGustavo F. Padovan2-2/+2
2008-10-22x86: do_boot_cpu - check if we have ESR registerCyrill Gorcunov1-3/+5
2008-10-22x86/proc: fix /proc/cpuinfo cpu offline bugLai Jiangshan1-2/+4
2008-10-22x86: call dmi-quirks for HP Laptops after early-quirks are executedAndreas Herrmann1-0/+8
2008-10-22x86, kexec: fix hang on i386 when panic occurs while console_sem is heldNeil Horman1-1/+1
2008-10-22MCE: Don't run 32bit machine checks with interrupts onAndi Kleen2-9/+1
2008-10-22x86: SB600: skip IRQ0 override if it is not routed to INT2 of IOAPICAndreas Herrmann1-3/+52
2008-10-22x86: make variables staticroel kluin1-1/+1
2008-10-21x86 allow modules to register idle notifiersVenkatesh Pallipadi1-0/+7
2008-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse39-5737/+2892