messages from 2012-08-18 19:36:29 to 2012-08-19 08:49:20 UTC [more...]
[PATCH 0/14] fix error return code
2012-08-19 8:44 UTC (15+ messages)
` [PATCH 1/14] drivers/rpmsg/virtio_rpmsg_bus.c: "
` [PATCH 6/14] drivers/power/wm97xx_battery.c: "
` [PATCH 5/14] drivers/power/ab8500_charger.c: "
` [PATCH 4/14] drivers/power/bq27x00_battery.c: "
` [PATCH 3/14] drivers/power/ab8500_fg.c: "
` [PATCH 2/14] drivers/power/ab8500_btemp.c: "
` [PATCH 7/14] drivers/mtd/maps/rbtx4939-flash.c: delete unneeded test
` [PATCH 8/14] drivers/video/sunxvr2500.c: fix error return code
` [PATCH 12/14] drivers/spi/spi-coldfire-qspi.c: "
` [PATCH 11/14] drivers/spi/spi-orion.c: "
` [PATCH 10/14] drivers/spi/spi-ep93xx.c: "
` [PATCH 9/14] drivers/spi/spi-omap-100k.c: "
` [PATCH 13/14] drivers/mtd/ubi/build.c: "
` [PATCH 14/14] drivers/spi/spi-s3c24xx.c: "
[PATCH RESEND 1/2] i2c: pnx: Fix bit definitions
2012-08-19 8:47 UTC (6+ messages)
` [PATCH RESEND 2/2] i2c: pnx: Fix read transactions of >= 2 bytes
RFC: Link Time Optimization support for the kernel
2012-08-19 8:46 UTC (81+ 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
Search for patch for kernel stack disclosure in binfmt_script during execve
2012-08-19 8:39 UTC (2+ messages)
` Search for patch for kernel stack data "
BUG: unable to handle kernel paging request at 00010016
2012-08-19 8:21 UTC (3+ messages)
[PATCH] fs: Introducing Lanyard Filesystem
2012-08-19 10:12 UTC (5+ messages)
Const section fixes tree sweep
2012-08-19 7:41 UTC (9+ messages)
` [PATCH 01/31] Disable const sections for PA-RISC
` [PATCH 14/31] sections: Fix section conflicts in drivers/hwmon
printks messed up in 3.6-rc2+git
2012-08-19 7:30 UTC
[PATCH 0/8] UBI: add max_beb_per1024 parameter / ioctl
2012-08-19 7:20 UTC (3+ messages)
` [PATCH 2/8] UBI: separate bad_peb_limit in a function
[PATCH 0/4] UBI: Use the whole NAND device to calculate max bad block number
2012-08-19 7:09 UTC (7+ messages)
` [PATCH 4/4] UBI: replace MTD_UBI_BEB_LIMIT with user-space parameter
[PATCH 0/10] fix error return code
2012-08-19 7:03 UTC (10+ messages)
` [PATCH 2/10] sound/soc/fsl/imx-sgtl5000.c: "
` [PATCH 1/10] sound/soc/ux500/ux500_msp_i2s.c: better use devm functions and "
` [PATCH 8/9] sound/pci/rme9652/hdspm.c: "
` [PATCH 7/9] sound/pci/sis7019.c: "
` [PATCH 6/9] sound/pci/ctxfi/ctatc.c: "
` [PATCH 5/9] sound/atmel/ac97c.c: "
` [PATCH 3/10] sound/atmel/abdac.c: "
` [PATCH 9/9] sound/ppc/snd_ps3.c: "
` [PATCH 4/9] sound/soc/omap/am3517evm.c: "
[PATCH] serial: add a new helper function
2012-08-19 18:27 UTC (3+ messages)
[PATCH] dyndbg: fix for SOH in logging messages
2012-08-19 6:37 UTC (4+ messages)
[GIT PATCH] Driver core fixes for 3.6-rc3
2012-08-19 6:37 UTC (11+ messages)
` [bisected] Driver core fixes for 3.6-rc3 regression
[PATCH V2 1/2] i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20
2012-08-19 6:33 UTC (3+ messages)
` [PATCH V2 2/2] i2c: tegra: dynamically control fast clk
[PATCH v1 0/3] firmware loader: fix build failure
2012-08-19 6:20 UTC (6+ messages)
` [PATCH v1 2/3] PM / Sleep: introduce dpm_for_each_dev
Patch: Thermostat doesn't cool Harddrives (12 inch Powerbooks, Ibooks G4)
2012-08-19 5:48 UTC (2+ messages)
[PATCH 00/11] x86/microcode: Early load microcode
2012-08-19 5:24 UTC (11+ 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] edac_mc: fix kfree calls in the error path
2012-08-19 4:11 UTC (5+ messages)
` [PATCH 0/3] Fix edac_mc crash in e7xxx_edac "
` [PATCH 1/3] edac_mc: fix kfree calls in the "
` [PATCH 2/3] edac: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs
` [PATCH 3/3] edac: edac_mc no longer deals with kobjects directly
[PATCH] x32: use compat shims for {g,s}etsockopt
2012-08-19 4:11 UTC (2+ messages)
` [tip:x86/urgent] x32: Use "
IPv4 BUG: held lock freed!
2012-08-19 3:39 UTC (2+ messages)
[PATCH 3/3] writeback: add dirty_ratio_time per bdi variable
2012-08-19 2:57 UTC (2+ messages)
` [PATCH 3/3] writeback: add dirty_ratio_time per bdi variable (NFS write performance)
[PATCH] ext4: fix trivial typo in the comment for extents.c/ext4_split_unwritten_extents
2012-08-19 2:39 UTC (2+ messages)
[PATCH RESEND] Ext4: No need to add inode to orphan list during hole punch
2012-08-19 2:30 UTC (2+ messages)
[PATCH 2/3] writeback: fix incorrect return value type of bdi_dirty_limit
2012-08-19 2:17 UTC (2+ messages)
[PATCH 1/3] writeback: change nr_pages_dirtied argument into local variable
2012-08-19 2:15 UTC (2+ messages)
[PATCH v2 00/16] generic hashtable implementation
2012-08-19 0:52 UTC (18+ 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 04/16] workqueue: "
` [PATCH v2 05/16] mm/huge_memory: "
` [PATCH v2 06/16] tracepoint: "
` [PATCH v2 07/16] net,9p: "
` [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] 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 0/7] HID: picoLCD updates
2012-08-19 0:11 UTC (2+ messages)
[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 (3+ messages)
[PATCH 00/16] generic hashtable implementation
2012-08-18 22:21 UTC (5+ messages)
` [PATCH 02/16] user_ns: use new "
[PATCH v4] mmc: card: Skip secure option for MoviNAND
2012-08-18 22:21 UTC (2+ messages)
[PATCH] ARM: shmobile: Add A4S cpuidle state on sh7372
2012-08-18 22:10 UTC (3+ messages)
` [Update][PATCH] "
[PATCH] kernel: workqueue.c: fixed checkpatch issues
2012-08-18 21:52 UTC
grant pin #UNF/FBF-816-1119 G-900-94
2012-08-18 21:28 UTC
[PATCH 2/5] drivers/media/video/mt9m032.c: introduce missing initialization
2012-08-18 21:25 UTC
[PATCH 5/5] drivers/media/video/m5mols/m5mols_core.c: introduce missing initialization
2012-08-18 21:25 UTC
[PATCH 4/5] drivers/net/wireless/ath/ath6kl/main.c: introduce missing initialization
2012-08-18 21:25 UTC
[PATCH 3/5] drivers/media/video/gspca/cpia1.c: introduce missing initialization
2012-08-18 21:25 UTC
[PATCH 1/5] drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initialization
2012-08-18 21:25 UTC
[GIT PULL] Power management fixes for 3.6-rc3
2012-08-18 21:19 UTC
[PATCH] NET: xfrm, use correct rcu dereference helper
2012-08-18 21:08 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).