summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: ia32_signal: use proper macro __USER32_DSHiroshi Shimamoto2008-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: ia32_signal: use __put_user() instead of __copy_to_user()Hiroshi Shimamoto2008-12-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: use signal_fault() in sys_sigreturn()Hiroshi Shimamoto2008-12-161-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: change type of paramter for sys_rt_sigreturn()Hiroshi Shimamoto2008-12-082-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: unify signal_{32|64}.cHiroshi Shimamoto2008-11-263-916/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: unify signal_{32|64}.c, prepareHiroshi Shimamoto2008-11-262-1/+121
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigfra...Hiroshi Shimamoto2008-11-262-242/+536
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: move {setup|restore}_sigcontext()Hiroshi Shimamoto2008-11-262-209/+210
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: cosmetic unification of sys_rt_sigreturn()Hiroshi Shimamoto2008-11-232-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: cosmetic unification of sys_sigaltstack()Hiroshi Shimamoto2008-11-232-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: cosmetic unification of including headersHiroshi Shimamoto2008-11-232-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: rename COPY_SEG_STRICT to COPY_SEG_CPL3Hiroshi Shimamoto2008-11-212-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: ia32_signal: change order of storing in setup_sigcontext()Hiroshi Shimamoto2008-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: ia32_signal: remove using temporary variableHiroshi Shimamoto2008-11-181-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: ia32_signal: cleanup macro RELOAD_SEGHiroshi Shimamoto2008-11-181-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: ia32_signal: introduce COPY_SEG_CPL3Hiroshi Shimamoto2008-11-181-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: ia32_signal: cleanup macro COPYHiroshi Shimamoto2008-11-181-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: ia32_signal: remove unnecessary paddingHiroshi Shimamoto2008-11-121-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal_32: introduce retcode and rt_retcodeHiroshi Shimamoto2008-11-121-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: cosmetic unification of setup_sigcontext()Hiroshi Shimamoto2008-11-082-9/+56
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal_64: make setup_sigcontext() similarHiroshi Shimamoto2008-11-061-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal_64: setup fpstate in setup_sigcontext()Hiroshi Shimamoto2008-11-061-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: ia32_signal: do save_i387_xstate_ia32 at get_sigframe()Hiroshi Shimamoto2008-11-061-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal_32: do save_i387_xstate() at get_sigframe()Hiroshi Shimamoto2008-11-061-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal_64: remove unused code in __setup_rt_frame()Hiroshi Shimamoto2008-11-041-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: cosmetic unification of NR_restart_syscallHiroshi Shimamoto2008-10-302-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: cosmetic unification of macros for setup_rt_frame()Hiroshi Shimamoto2008-10-302-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: cosmetic unification of signr_convert()Hiroshi Shimamoto2008-10-302-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal_64.c: get_stack() doesn't need entire regsHiroshi Shimamoto2008-10-271-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: signal: cosmetic unification of restore_sigcontext()Hiroshi Shimamoto2008-10-272-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | x86: change static allocation of trampoline areaRafael J. Wysocki2008-12-085-18/+30
| | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | x86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameterNiels de Vos2008-12-022-11/+0
| | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | x86: drop REBOOT_CF9_COND from reboot fallback chainH. Peter Anvin2008-11-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | x86: revert default reboot method to REBOOT_KBDH. Peter Anvin2008-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | x86: attempt reboot via port CF9 if we have standard PCI portsH. Peter Anvin2008-11-114-9/+34
| | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | x86: call machine_shutdown and stop all CPUs in native_machine_haltIvan Vecera2008-11-115-13/+24
| | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | x86: clean up get_smp_config()Yinghai Lu2008-12-082-14/+22
| | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | Merge branch 'linus' into x86/quirksIngo Molnar2008-12-08625-6630/+11585
| | | | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | |/| | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | x86: fix wakeup_cpu with numaq/es7000 v2 - call ->update_genapic()Yinghai Lu2008-11-201-1/+11
| | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | x86: use update_genapic to get rid of ES7000_CLUSTERED_APIC v2Yinghai Lu2008-11-185-32/+80
| | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | x86: fix wakeup_cpu with numaq/es7000, v2, fix #2Ingo Molnar2008-11-181-2/+4
| | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | x86: fix wakeup_cpu with numaq/es7000, v2, fixYinghai Lu2008-11-1811-15/+48
| | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | x86: fix wakeup_cpu with numaq/es7000, v2Yinghai Lu2008-11-1715-95/+110
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | x86, bts: DS and BTS initializationMarkus Metzger2008-11-103-12/+9
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-10-2815715-586225/+1290878
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|/ / / / / / | | | | | | | | | | | | | | | | | | | | | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | x86, pci: introduce config option for pci reroute quirks (was: [PATCH 0/3] Bo...Stefan Assmann2008-07-185-2/+38
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-07-183772-278955/+247222
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | PCI quirks: call boot IRQ quirks at end of device init and during resumeOlaf Dabrunz2008-07-131-13/+24
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | PCI quirks: disable AMD/ATI legacy boot interrupt generationOlaf Dabrunz2008-07-131-21/+50
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | PCI quirks: add quirk to disable boot interrupt generation on broadcom HT1000Olaf Dabrunz2008-07-131-0/+32