aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-20x86, extable: Switch to relative exception table entriesH. Peter Anvin3-22/+146
2012-04-20x86, extable: Disable presorted exception table for nowH. Peter Anvin1-1/+0
2012-04-20x86, extable: Add _ASM_EXTABLE_EX() macroH. Peter Anvin2-12/+24
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.SH. Peter Anvin1-3/+1
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/include/asm/xsave.hH. Peter Anvin1-8/+2
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/include/asm/kvm_host.hH. Peter Anvin1-3/+2
2012-04-20x86, extable: Remove the now-unused __ASM_EX_SEC macrosH. Peter Anvin1-2/+0
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/xen/xen-asm_32.SH. Peter Anvin1-4/+2
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/um/checksum_32.SH. Peter Anvin1-6/+3
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/usercopy_32.cH. Peter Anvin1-126/+106
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/putuser.SH. Peter Anvin1-7/+5
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/getuser.SH. Peter Anvin1-5/+4
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-copy_64.SH. Peter Anvin1-12/+4
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_nocache_64.SH. Peter Anvin1-27/+23
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_64.SH. Peter Anvin1-37/+26
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/checksum_32.SH. Peter Anvin1-6/+3
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/kernel/test_rodata.cH. Peter Anvin1-8/+2
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/kernel/entry_64.SH. Peter Anvin1-12/+4
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/kernel/entry_32.SH. Peter Anvin1-33/+14
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.SH. Peter Anvin1-3/+2
2012-04-20x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE()H. Peter Anvin1-10/+10
2012-04-19x86, doc: Revert "x86: Document rdmsr_safe restrictions"H. Peter Anvin1-8/+1
2012-04-19x86-32: Handle exception table entries during early bootH. Peter Anvin1-94/+129
2012-04-19x86-64: Handle exception table entries during early bootH. Peter Anvin2-20/+58
2012-04-19x86, extable: Add early_fixup_exception()H. Peter Anvin1-0/+17
2012-04-19x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAXH. Peter Anvin2-7/+5
2012-04-19x86: Add symbolic constant for exceptions with error codeH. Peter Anvin2-1/+3
2012-04-19x86, nop: Make the ASM_NOP* macros work from assemblyH. Peter Anvin1-0/+4
2012-04-19x86: Select BUILDTIME_EXTABLE_SORTDavid Daney1-0/+1
2012-04-19MIPS: Select BUILDTIME_EXTABLE_SORTDavid Daney1-0/+1
2012-04-19kbuild/extable: Hook up sortextable into the build system.David Daney2-0/+13
2012-04-19extable: Skip sorting if sorted at build time.David Daney1-1/+7
2012-04-19scripts: Add sortextable to sort the kernel's exception table.David Daney4-0/+441
2012-04-15Linux 3.4-rc3Linus Torvalds1-1/+1
2012-04-15x86-32: fix up strncpy_from_user() sign errorLinus Torvalds1-2/+2
2012-04-15ARM: 7386/1: jump_label: fixup for rename to static_keyRabin Vincent1-1/+1
2012-04-15ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEEJonathan Austin1-0/+12
2012-04-15ARM: 7382/1: mm: truncate memory banks to fit in 4GB space for classic MMUWill Deacon1-1/+15
2012-04-15ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpusLinus Walleij1-1/+5
2012-04-15PCI: Fix regression in pci_restore_state(), v3Rafael J. Wysocki1-18/+39
2012-04-15SCSI: Fix error handling when no ULD is attachedMartin K. Petersen2-1/+4
2012-04-14ARM: OMAP: clock: cleanup CPUfreq leftovers, fix build errorsKevin Hilman5-129/+0
2012-04-14ARM: dts: remove blank interrupt-parent propertiesRob Herring5-5/+0
2012-04-14ARM: EXYNOS: Fix Kconfig dependencies for device tree enabled machine filesSachin Kamat1-0/+2
2012-04-14do not export kernel's NULL #define to userspaceLubos Lunak1-6/+2
2012-04-14ARM: EXYNOS: Remove broken config values for touchscren for NURI boardMarek Szyprowski1-42/+0
2012-04-14ARM: EXYNOS: set fix xusbxti clock for NURI and Universal210 boardsMarek Szyprowski2-1/+3
2012-04-14ARM: EXYNOS: fix regulator name for NURI boardMarek Szyprowski1-1/+1
2012-04-14ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LLMaurus Cuelenaere1-0/+1
2012-04-13cpufreq: OMAP: fix build errors: depends on ARCH_OMAP2PLUSKevin Hilman1-0/+1