Age | Commit message (Expand) | Author | Files | Lines |
2012-04-20 | x86, extable: Switch to relative exception table entries | H. Peter Anvin | 3 | -22/+146 |
2012-04-20 | x86, extable: Disable presorted exception table for now | H. Peter Anvin | 1 | -1/+0 |
2012-04-20 | x86, extable: Add _ASM_EXTABLE_EX() macro | H. Peter Anvin | 2 | -12/+24 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32... | H. Peter Anvin | 1 | -3/+1 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/include/a... | H. Peter Anvin | 1 | -8/+2 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/include/a... | H. Peter Anvin | 1 | -3/+2 |
2012-04-20 | x86, extable: Remove the now-unused __ASM_EX_SEC macros | H. Peter Anvin | 1 | -2/+0 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/xen/xen-a... | H. Peter Anvin | 1 | -4/+2 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/um/checks... | H. Peter Anvin | 1 | -6/+3 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/lib/userc... | H. Peter Anvin | 1 | -126/+106 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/lib/putus... | H. Peter Anvin | 1 | -7/+5 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/lib/getus... | H. Peter Anvin | 1 | -5/+4 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-... | H. Peter Anvin | 1 | -12/+4 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_... | H. Peter Anvin | 1 | -27/+23 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_... | H. Peter Anvin | 1 | -37/+26 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/lib/check... | H. Peter Anvin | 1 | -6/+3 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/te... | H. Peter Anvin | 1 | -8/+2 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en... | H. Peter Anvin | 1 | -12/+4 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en... | H. Peter Anvin | 1 | -33/+14 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32... | H. Peter Anvin | 1 | -3/+2 |
2012-04-20 | x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE() | H. Peter Anvin | 1 | -10/+10 |
2012-04-19 | x86, doc: Revert "x86: Document rdmsr_safe restrictions" | H. Peter Anvin | 1 | -8/+1 |
2012-04-19 | x86-32: Handle exception table entries during early boot | H. Peter Anvin | 1 | -94/+129 |
2012-04-19 | x86-64: Handle exception table entries during early boot | H. Peter Anvin | 2 | -20/+58 |
2012-04-19 | x86, extable: Add early_fixup_exception() | H. Peter Anvin | 1 | -0/+17 |
2012-04-19 | x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAX | H. Peter Anvin | 2 | -7/+5 |
2012-04-19 | x86: Add symbolic constant for exceptions with error code | H. Peter Anvin | 2 | -1/+3 |
2012-04-19 | x86, nop: Make the ASM_NOP* macros work from assembly | H. Peter Anvin | 1 | -0/+4 |
2012-04-19 | x86: Select BUILDTIME_EXTABLE_SORT | David Daney | 1 | -0/+1 |
2012-04-19 | MIPS: Select BUILDTIME_EXTABLE_SORT | David Daney | 1 | -0/+1 |
2012-04-19 | kbuild/extable: Hook up sortextable into the build system. | David Daney | 2 | -0/+13 |
2012-04-19 | extable: Skip sorting if sorted at build time. | David Daney | 1 | -1/+7 |
2012-04-19 | scripts: Add sortextable to sort the kernel's exception table. | David Daney | 4 | -0/+441 |
2012-04-15 | Linux 3.4-rc3v3.4-rc3 | Linus Torvalds | 1 | -1/+1 |
2012-04-15 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 14 | -61/+46 |
2012-04-15 | x86-32: fix up strncpy_from_user() sign error | Linus Torvalds | 1 | -2/+2 |
2012-04-15 | ARM: 7386/1: jump_label: fixup for rename to static_key | Rabin Vincent | 1 | -1/+1 |
2012-04-15 | ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEE | Jonathan Austin | 1 | -0/+12 |
2012-04-15 | ARM: 7382/1: mm: truncate memory banks to fit in 4GB space for classic MMU | Will Deacon | 1 | -1/+15 |
2012-04-15 | ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus | Linus Walleij | 1 | -1/+5 |
2012-04-15 | PCI: Fix regression in pci_restore_state(), v3 | Rafael J. Wysocki | 1 | -18/+39 |
2012-04-15 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 26 | -193/+31 |
2012-04-15 | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2 | -11/+29 |
2012-04-15 | SCSI: Fix error handling when no ULD is attached | Martin K. Petersen | 2 | -1/+4 |
2012-04-14 | Merge branch 'v3.4-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 11 | -51/+24 |
2012-04-14 | ARM: OMAP: clock: cleanup CPUfreq leftovers, fix build errors | Kevin Hilman | 5 | -129/+0 |
2012-04-14 | ARM: dts: remove blank interrupt-parent properties | Rob Herring | 5 | -5/+0 |
2012-04-14 | Merge branch 'msm-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/david... | Olof Johansson | 5 | -8/+7 |
2012-04-14 | ARM: EXYNOS: Fix Kconfig dependencies for device tree enabled machine files | Sachin Kamat | 1 | -0/+2 |
2012-04-14 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -13/+68 |