All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-18 22:22:29 to 2012-08-19 02:57:44 UTC [more...]

RFC: Link Time Optimization support for the kernel
 2012-08-19  2:57 UTC  (62+ 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 50/74] x86, lto: Make empty_zero_page __visible for LTO
` [PATCH 52/74] x86, lto, paravirt: Don't rely on local assembler labels
` [PATCH 53/74] x86, lto, paravirt: Make paravirt thunks global
` [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 63/74] Kbuild, lto: Print correct info messages for vmlinux link
` [PATCH 66/74] Kbuild, lto: Handle basic LTO in modpost
` [PATCH 69/74] lto: Increase kallsyms max symbol length
` [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] ext4: fix trivial typo in the comment for extents.c/ext4_split_unwritten_extents
 2012-08-19  2:39 UTC  (2+ messages)

[PATCH 00/11] x86/microcode: Early load microcode
 2012-08-19  2:38 UTC  (7+ messages)
` [PATCH 02/11] x86/lib/cpio.c: Find cpio data by its file name
` [PATCH 04/11] x86/microcode_core_early.c: Define interfaces for early load ucode

[PATCH RESEND] Ext4: No need to add inode to orphan list during hole punch
 2012-08-19  2:30 UTC  (2+ messages)

[U-Boot] [[Patch V2] mips: 00/16] add mips64 support to U-Boot
 2012-08-19  2:25 UTC  (5+ messages)
` [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

[PATCH 2/3] writeback: fix incorrect return value type of bdi_dirty_limit
 2012-08-19  2:17 UTC  (2+ messages)

KVM-enabled Linux 3.2 won't boot in kvm
 2012-08-19  2:04 UTC 

[PATCH 1/3] writeback: change nr_pages_dirtied argument into local variable
 2012-08-19  2:15 UTC  (2+ messages)

Const section fixes tree sweep
 2012-08-19  2:07 UTC  (9+ messages)
` [PATCH 01/31] Disable const sections for PA-RISC
` [PATCH 14/31] sections: Fix section conflicts in drivers/hwmon
    ` [lm-sensors] "

[PATCH] ARM: Kirkwood: Iomega IX2-200 Device Tree Support Patch v2
 2012-08-19  2:06 UTC  (3+ messages)
` [PATCH] ARM: Kirkwood: Iomega IX2-200 Device Tree Support Patch v2 Signed-off-by: Alan M Butler <alanbutty12@gmail.com>

[RFC] Replacing chrpath with patchelf
 2012-08-19  1:27 UTC  (4+ messages)

[v3] Add basic address decoding support for Marvell 370/XP
 2012-08-19  1:23 UTC  (5+ messages)

[PATCH 0/8] *** ARM: Update arch-vt8500 to Devicetree ***
 2012-08-19  1:22 UTC  (3+ messages)

[PATCH V3] unifdef-native: Correct LICENSE
 2012-08-19  0:48 UTC 

Add invalidatepage_range address space operation
 2012-08-19  0:57 UTC  (2+ messages)

[PATCH v2 00/16] generic hashtable implementation
 2012-08-19  0:52 UTC  (43+ messages)
` [PATCH v2 01/16] hashtable: introduce a small and naive hashtable
` [PATCH 02/16] user_ns: use new hashtable implementation
` [PATCH v2 02/16] userns: "
  ` [PATCH v2 03/16] mm, ksm: "
    ` [PATCH v2 03/16] mm,ksm: "
` [PATCH v2 04/16] workqueue: "
` [PATCH v2 05/16] mm/huge_memory: "
` [PATCH v2 06/16] tracepoint: "
` [PATCH v2 07/16] net,9p: "
  ` [PATCH v2 07/16] net, 9p: "
` [PATCH v2 08/16] block,elevator: "
  ` [PATCH v2 08/16] block, elevator: "
` [PATCH v2 09/16] SUNRPC/cache: "
` [PATCH v2 10/16] dlm: "
` [PATCH v2 11/16] net,l2tp: "
` [PATCH v2 12/16] dm: "
` [PATCH v2 13/16] lockd: "
` [PATCH v2 14/16] net,rds: "
` [PATCH v2 15/16] openvswitch: "
` [PATCH v2 16/16] tracing output: "

[PATCH] sparse, llvm: 'Verify' the LLVM module before writing it
 2012-08-19  0:50 UTC 

[PATCH] sched: fix kernel-doc warnings in kernel/sched/fair.c
 2012-08-19  0:45 UTC 

[PATCH] regulator: fix kernel-doc warnings in drivers/regulator/core.c
 2012-08-19  0:44 UTC 

[PATCH] MTD: fix kernel-doc warning in include/linux/mtd/nand.h
 2012-08-19  0:41 UTC 

Odd behavior of a "SAS-2" backplane with SGPIO commands
 2012-08-19  0:10 UTC  (3+ messages)

[PATCH] sparse, llvm: Fix SIGSEGV for extern symbols
 2012-08-19  0:41 UTC  (2+ messages)

[PATCH] fs: fix fs/namei.c kernel-doc warnings
 2012-08-19  0:39 UTC 

[PATCH] pci: fix drivers/pci/pci.c kernel-doc warnings
 2012-08-19  0:37 UTC 

[PATCH] net/core/dev.c: fix kernel-doc warning
 2012-08-19  0:36 UTC 

[RFC-v2 0/6] vhost-scsi: Add support for host virtualized target
 2012-08-19  0:36 UTC  (13+ messages)
` [RFC-v2 3/6] vhost-scsi: add -vhost-scsi host device for use with tcm-vhost
        ` [Qemu-devel] "

[PATCH] dyndbg: fix for SOH in logging messages
 2012-08-19  0:35 UTC 

sparse-llvm: void return type compiles to i8
 2012-08-19  0:32 UTC 

[U-Boot] [PATCH] MX: Set a common gpio.h for all i.MX
 2012-08-19  0:25 UTC  (2+ messages)

[PATCH] drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700
 2012-08-19  0:22 UTC 

[PATCH] sound: fix pcm.h kernel-doc warning and notation
 2012-08-19  0:43 UTC 

[josef-btrfs:fsync-work 52/52] fs/btrfs/file.c:905:6: sparse: symbol 'update_extent_generation' was
 2012-08-19  0:11 UTC 

[PATCH 0/7] HID: picoLCD updates
 2012-08-19  0:11 UTC  (4+ messages)

[GIT PATCH] Driver core fixes for 3.6-rc3
 2012-08-19  0:08 UTC  (8+ messages)
` [bisected] Driver core fixes for 3.6-rc3 regression

[Qemu-devel] Compilation Error with gcc 4.6
 2012-08-19  0:05 UTC  (2+ messages)

[PATCH 1/3] retain reflogs for deleted refs
 2012-08-19  0:02 UTC  (5+ messages)
` [RFC 0/3] Reflogs for deleted refs: fix breakage and suggest namespace change

[Qemu-devel] [PATCH] Two trivial patches for iSCSI and blank DVDs
 2012-08-18 23:44 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/2] ISCSI: Force scsi-generic for MMC with blank disks

[U-Boot] [PATCH 1/2] mx28evk: Remove unneeded 'undef'
 2012-08-18 23:43 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mxs: Use correct function name to initialize dram

[PATCH v3 1/2] git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tip
 2012-08-18 23:43 UTC  (6+ messages)
` [PATCH v3 2/2] git-svn.perl: keep processing all commits in parents_exclude

[Bug 53101] New: Fedora 17 "PFIFO - playlist update failed" on boot
 2012-08-18 23:39 UTC  (2+ messages)
  ` [Bug 53101] "

[Bug 53566] New: bisected regression 3.5+ kernel
 2012-08-18 23:39 UTC  (2+ messages)
  ` [Bug 53566] "

[PATCH 0/2] Fix two minor problems in the docs for git-config
 2012-08-18 23:39 UTC  (4+ messages)
` [PATCH 1/2] git-config.txt: properly escape quotation marks in example

[PATCH] fs: Introducing Lanyard Filesystem
 2012-08-18 23:38 UTC  (3+ messages)

[U-Boot] usb_test_unit_ready called every block read - performance
 2012-08-18 23:17 UTC  (6+ messages)

MAIL 18.08.2012
 2012-08-18 22:55 UTC 

[LTP] [PATCH v2] ioctl: check if tty device nodes are usable
 2012-08-18 23:13 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] pxa25x: Add UDC registers definitions
 2012-08-18 23:14 UTC  (2+ messages)

[PATCH v2 1/2] mtd: fix wrong usage of ioremap_nocache() in uclinux.c map driver
 2012-08-18 23:11 UTC  (3+ messages)

MAIL 18.08.2012
 2012-08-18 22:55 UTC 

[PATCH 0/6] Integrator devicetree support
 2012-08-18 23:06 UTC  (4+ messages)

[U-Boot] [PATCH] MX: Set a common gpio.h for all i.MX
 2012-08-18 23:01 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/2] MX28: config: Allow different target generation in elftosb call
 2012-08-18 23:00 UTC  (7+ messages)

[LTP] [PATCH] pthread_detach/4-3: workaround for segment fault
 2012-08-18 22:58 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] efikamx: update Efika MX support
 2012-08-18 22:56 UTC  (12+ messages)
` [U-Boot] [PATCH 2/4] efikamx: remove drive strength hack from early_init_f and move it to the DCD
` [U-Boot] [PATCH 3/4] efikamx: update to Efika MX Smarttop and Smartbook boards

[PATCH] [media] winbond-cir: Fix initialization
 2012-08-18 22:46 UTC  (2+ messages)

[U-Boot] [PATCH] mx5: add iomux-mx51.h include
 2012-08-18 22:51 UTC  (4+ messages)

[PATCH 5/6] ARM: integrator: convert AMBA devices to device tree
 2012-08-18 22:42 UTC  (4+ messages)

md raid behavior, bad sector uncorrectable read error
 2012-08-18 22:40 UTC 

[PATCH] tcm_fc: rcu_deref outside rcu lock/unlock section
 2012-08-18 22:35 UTC  (2+ messages)

[GIT PULL] tcm_vhost: Initial merge of vhost level target fabric driver
 2012-08-18 22:31 UTC  (5+ messages)
    ` [Qemu-devel] "

[PATCH 0/4] linux-yocto: consolidated update
 2012-08-18 22:18 UTC  (4+ messages)

Add new package
 2012-08-18 22:28 UTC  (2+ messages)

[U-Boot] U-boot confused - flashing
 2012-08-18 22:28 UTC 

[PATCH] spi/pl022: Fill master->dev.of_node to get spi devices registered via DT
 2012-08-18 22:26 UTC  (2+ messages)

[PATCH 1/6] OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl support
 2012-08-18 22:22 UTC  (5+ messages)
` [PATCH 3/6] OF: pinctrl: MIPS: lantiq: adds support for FALCON SoC


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.