messages from 2012-08-17 06:45:31 to 2012-09-11 03:01:15 UTC [more...]
[PATCH] Kbuild: use normal compression settings for tar*-pkg
2012-09-11 3:01 UTC (3+ messages)
[PATCH] ARM: add dtbImage.<dt> and dtbuImage.<dt> rules
2012-09-10 14:39 UTC (2+ messages)
[PATCH] Add mach-specific includes
2012-09-09 21:55 UTC (6+ messages)
[PATCH/RFC] um: Preinclude include/linux/kern_levels.h
2012-09-09 16:06 UTC (4+ messages)
` [uml-devel] "
[PATCH] builddeb: remove unneeded explicit Architecture
2012-09-09 11:54 UTC (12+ messages)
[kbuild bug] /bin/sh: -c: line 0: syntax error near unexpected token `;'
2012-09-08 12:00 UTC
[PATCH v2 0/4] kbuild: Move vmlinux link out of top-level Makefile
2012-09-06 20:43 UTC (3+ messages)
` [PATCH 3/4] kbuild: link of vmlinux moved to a script
(no subject)
2012-09-06 12:23 UTC
[GIT] kbuild rc fixes for v3.6
2012-09-06 10:33 UTC (4+ messages)
[GIT] kbuild rc fixes for v3.6 (v2)
2012-09-06 10:33 UTC
[PATCH v2] kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias
2012-09-06 8:54 UTC (3+ messages)
` [PATCH v3] "
REPLY NEEDED
2012-09-05 17:10 UTC
RFC: Link Time Optimization support for the kernel
2012-09-01 17:26 UTC (128+ messages)
` [PATCH 01/74] Add __visible
` [PATCH 02/74] sections: Make all standard section identifiers __visible
` [PATCH 03/74] sections: Make external kallsyms tables __visible
` [PATCH 04/74] sections: Add __visible to ia64 sections
` [PATCH 05/74] sections: Add __visible to m68k sections
` [PATCH 06/74] sections: Add __visible to powerpc sections
` [PATCH 07/74] sections: Add __visible to sh sections
` [PATCH 08/74] sections: Add __visible to tile sections
` [PATCH 09/74] sections: Add __visible to x86 sections
` [PATCH 10/74] sections: Add __visible to drivers/{base,pci} sections
` [PATCH 11/74] sections: Add __visible to rapidio sections
` [PATCH 12/74] sections: Add __visible to jump_label sections
` [PATCH 13/74] sections: Add __visible to init/* sections
` [PATCH 14/74] sections: Add __visible to kernel/* sections
` [PATCH 15/74] sections: Add __visible to kernel/trace/* sections
` [PATCH 16/74] sections: Add __visible to lib/* sections
` [PATCH 17/74] lto: Make asmlinkage __visible
` [PATCH 18/74] lto, wan/sbni: Make inline assembler symbols visible and assembler global
` [PATCH 19/74] x86, lto: Add missing asmlinkages and __visible
` [PATCH 20/74] x86, lto: Change dotraplinkage into __visible on 32bit
` [PATCH 21/74] lto: Make lockdep_sys_exit asmlinkage
` [PATCH 22/74] lto: Change kernel_execve to asmlinkage for all architectures
` [PATCH 23/74] lto, mutex: Mark __visible
` [PATCH 24/74] lto: Mark do_exit asmlinkage
` [PATCH 25/74] x86, lto: Fix sys_call_table type in asm/syscall.h v2
` [PATCH 26/74] lto, sound: Fix export symbols for !CONFIG_MODULES
` [PATCH 27/74] lto: Mark EXPORT_SYMBOL symbols __visible
` [PATCH 28/74] lto: Make ksymtab and kcrctab symbols and __this_module __visible
` [PATCH 29/74] x86, lto: Make amd.c vide visible
` [PATCH 30/74] x86, lto: Fix AMD K6 indirect call check
` [PATCH 31/74] x86, lto: Make various variables used by assembler code __visible
` [PATCH 32/74] lto, PNP: Fix the inline assembler to use asmlinkage symbols
` [PATCH 33/74] x86, lto, apm: Make APM data structure used from assembler visible
` [PATCH 34/74] x86, lto, lguest: Fix C functions used by inline assembler
` [PATCH 35/74] lto, crypto, aes: mark AES tables __visible
` [PATCH 36/74] lto, crypto, camelia: Make camelia tables used by assembler __visible
` [PATCH 37/74] lto, KVM: Don't assume asm statements end up in the same assembler file
` [PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global
` [PATCH 39/74] x86, lto: Mark vdso variables __visible
` [PATCH 40/74] lto, powerpc: Disable LTO for the powerpc VDSO
` [PATCH 41/74] x86, lto: Disable LTO for the x86 VDSO
` [PATCH 42/74] lto, raid: disable LTO for the Altivec RAID code
` [PATCH 43/74] lto, workaround: Disable LTO for sys_ni to work around alias bugs
` [PATCH 44/74] lto: Mark functions used by the vsyscall init code visible
` [PATCH 45/74] lto: Mark rwsem functions that can be called from assembler asmlinkage
` [PATCH 46/74] x86, lto: Disable fancy hweight optimizations for LTO
` [PATCH 47/74] x86, lto: Fix kprobes "
` [PATCH 48/74] x86, lto: Use inline assembler instead of global register variable to get sp
` [PATCH 49/74] x86, lto, paravirt: Add __visible/asmlinkage to xen paravirt ops
` [PATCH 50/74] x86, lto: Make empty_zero_page __visible for LTO
` [PATCH 51/74] x86, lto, efi: Mark the efi variable used from assembler __visible
` [PATCH 52/74] x86, lto, paravirt: Don't rely on local assembler labels
` [PATCH 53/74] x86, lto, paravirt: Make paravirt thunks global
` [PATCH 54/74] x86, lto, vdso: Don't duplicate vvar address variables
` [PATCH 55/74] lto, workaround: Add workaround for initcall reordering
` [PATCH 56/74] lto, workaround: Add workaround for missing LTO symbols in igb
` [PATCH 57/74] lto, workaround: Add workaround for LTO build problem in pvrusb2-audio
` [PATCH 58/74] lto, workaround: Work around LTO compiler problem in atheros driver
` [PATCH 59/74] lto: Handle LTO common symbols in module loader
` [PATCH 60/74] lto, Kbuild, bloat-o-meter: fix static detection
` [PATCH 61/74] Kbuild, lto: Drop .number postfixes in modpost
` [PATCH 62/74] Kbuild, lto: add ld-version and ld-ifversion macros
` [PATCH 63/74] Kbuild, lto: Print correct info messages for vmlinux link
` [PATCH 64/74] Kbuild, lto: Add a gcc-ld script to let run gcc as ld
` [PATCH 65/74] Kbuild, lto: Disable LTO for asm-offsets.c
` [PATCH 66/74] Kbuild, lto: Handle basic LTO in modpost
` [PATCH 67/74] Kbuild, lto: Add Link Time Optimization support
` [PATCH 68/74] Kbuild, lto: Add LTO build Documentation
` [PATCH 69/74] lto: Increase kallsyms max symbol length
` [PATCH 70/74] Kbuild, lto: Handle longer symbols in kallsyms.c
` [PATCH 71/74] lto, kprobes: Use KSYM_NAME_LEN to size identifier buffers
` [PATCH 72/74] lto: Mark spinlocks noinline when inline spinlocks are disabled
` [PATCH 73/74] lto, module: Warn about modules that are not fully LTOed
` [PATCH 74/74] lto, workaround: Mark do_futex noinline to prevent clobbering ebp
[PATCH] scripts/Makefile.modpost: error in finding modules from .mod files
2012-08-31 15:47 UTC (2+ messages)
[PATCH] [Signed-off] kconfig: document oldnoconfig to what it really does in conf.c
2012-08-31 14:57 UTC (3+ messages)
[PATCH] scripts/kernel-doc: drop maintainer
2012-08-31 14:46 UTC (3+ messages)
[PATCH] kbuild: Remove useless warning while appending KCFLAGS
2012-08-31 14:18 UTC (2+ messages)
[PATCH] scripts/kernel-doc: added support for html5
2012-08-31 13:35 UTC (2+ messages)
i2c-designware-core: KBUILD_MODNAME undeclared [was: Build regressions/improvements in v3.6-rc1]
2012-08-31 13:18 UTC (3+ messages)
Failure while make modules_install if kmod was compiled with --with-rootprefix set
2012-08-30 14:37 UTC (2+ messages)
[PATCH] firmware: fix directory creation rule matching with make 3.82
2012-08-30 14:27 UTC (2+ messages)
[Patch] scripts: fix "make install" when a directory or file named install exists
2012-08-30 13:30 UTC (2+ messages)
[RFC] kconfig/mconf.c: revision of curses initialization
2012-08-30 12:59 UTC (2+ messages)
[PATCH] KBUILD: Drop exporting an empty irqnr.h
2012-08-29 14:47 UTC
is there any value in exporting <linux/irqnr.h> to userspace?
2012-08-29 14:27 UTC (2+ messages)
[PATCH] scripts/Makefile.modpost: error in finding modules from .mod files
2012-08-29 6:23 UTC
[PATCH v2 0/6] menuconfig: jump to search results
2012-08-27 12:37 UTC (10+ messages)
` [PATCH v2 1/6] menuconfig: Remove superfluous conditionnal
` [PATCH v2 2/6] menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypresses
` [PATCH v2 3/6] menuconfig: Extend dialog_textbox so that it can return to a scrolled position
` [PATCH v2 4/6] menuconfig: Add jump keys to search results
` [PATCH v2 5/6] menuconfig: Do not open code textbox scroll up/down
` [PATCH v2 6/6] menuconfig: Assign jump keys per-page instead of globally
$
2012-08-25 7:06 UTC
[PATCH] kconfig: replace 'oldnoconfig' with 'olddefconfig', what it really does
2012-08-24 3:05 UTC (3+ messages)
[PATCH] kconfig: allow ARCH set to 'the machine hardware name', like 's390x' but not 's390'
2012-08-17 16:54 UTC (2+ messages)
[PATCH] kconfig: document oldnoconfig to what it really does in conf.c
2012-08-17 6:45 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox