summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | 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-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: attempt reboot via port CF9 if we have standard PCI portsH. Peter Anvin2008-11-124-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
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-07-13115-386/+2221
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | pci, acpi: reroute PCI interrupt to legacy boot interrupt equivalent, warning...Bernhard Walle2008-07-081-2/+0
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | x86: boot IRQ quirks and rerouting, fixIngo Molnar2008-07-081-0/+2
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | pci, acpi: reroute PCI interrupt to legacy boot interrupt equivalentStefan Assmann2008-07-083-0/+90
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | pci: add quirk to disable boot interrupt generation on intel 6300ESBStefan Assmann2008-07-081-0/+30
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | x86, pci: introduce pci=ioapicreroute kernel cmdline optionStefan Assmann2008-07-084-0/+14
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | x86, pci: introduce pci=noioapicquirk kernel cmdline optionStefan Assmann2008-07-084-0/+12
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | pci: add PCI IDs for devices that need boot irq quirksOlaf Dabrunz2008-07-081-0/+5
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | x86: PAT: pfnmap documentation update changesvenkatesh.pallipadi@intel.com2008-12-201-5/+5
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com2008-12-204-56/+50
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com2008-12-204-70/+11
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com2008-12-202-17/+16
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | x86: PAT: clarify is_linear_pfn_mapping() interfacevenkatesh.pallipadi@intel.com2008-12-201-0/+8
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | x86: PAT: update documentation to cover pgprot and remap_pfn related changes ...venkatesh.pallipadi@intel.com2008-12-181-0/+24