messages from 2011-12-12 03:30:55 to 2011-12-12 06:15:08 UTC [more...]
msm: iommu: what is iommu_ctx?
2011-12-12 6:15 UTC
[PATCH 1/3] slub: set a criteria for slub node partial adding
2011-12-12 6:09 UTC (17+ messages)
[PATCH 0/7] arm/imx6: add imx6q sabrelite board and imx6q cpufreq support
2011-12-12 6:08 UTC (14+ messages)
` [PATCH 1/7] arm/imx6: add imx6q sabrelite board support
` [PATCH 2/7] arm/imx: cpufreq: add multi-core support
` [PATCH 3/7] ARM: imx: fix cpufreq build errors
` [PATCH 4/7] arm/imx: fix cpufreq section mismatch
` [PATCH 5/7] arm/imx: add cpu_voltage to cpu_op
` [PATCH 6/7] arm/imx6q: add cpufreq support
` [PATCH 7/7] arm/imx6q: register arm_clk to clkdev
[PATCH V2 04/23] kvm tools: Get correct 64-bit types on PPC64 and
2011-12-12 6:06 UTC (15+ messages)
` [PATCH V2 04/23] kvm tools: Get correct 64-bit types on PPC64
` [PATCH V2 04/23] kvm tools: Get correct 64-bit types on PPC64 and link appropriately
` [PATCH V2 17/23] kvm tools: Add ability to map guest RAM from hugetlbfs
` [PATCH V2 17/23] kvm tools: Add ability to map guest RAM from
[PATCH 1/2] selftests: New very basic kernel selftests directory
2011-12-12 6:06 UTC (3+ messages)
` [PATCH 2/2] selftests: New x86 breakpoints selftest
Crash in __brelse with recent kernels copying sparse file
2011-12-12 6:04 UTC (3+ messages)
raid6 rebuild not starting
2011-12-12 6:02 UTC (5+ messages)
[PATCH] ALSA: HDA: Set position fix to LPIB for an Atom/Poulsbo based device
2011-12-12 6:01 UTC
Fwd: Re: [PATCH v2 1/6] max17042: Move power suppply registration to a worker thread
2011-12-12 6:00 UTC
[U-Boot] [PATCH v2 0/6] reboard: Introduce generic relocation feature
2011-12-12 5:58 UTC (21+ messages)
` [U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed
` [U-Boot] [PATCH v2 2/6] reboard: define CONFIG_SYS_SKIP_RELOC for all archs
` [U-Boot] [PATCH v2 4/6] reboard: arm: Add processor function library
` [U-Boot] [PATCH v2 6/6] reboard: arm: Remove unused code in start.S
[Qemu-devel] [PATCH v3] block : return real error code in cow.c
2011-12-12 5:54 UTC
[U-Boot] [PATCH] MAKEALL: Add -l option to only list build targets
2011-12-12 5:49 UTC (4+ messages)
RFC: redesigning random(4)
2011-12-12 5:46 UTC (2+ messages)
[U-Boot] [PATCH 1/2] NET: NE2000: Cleanup IO accessors
2011-12-12 5:45 UTC (4+ messages)
[Buildroot] Require guide lines for cross-compiling net-snmp package
2011-12-12 5:42 UTC
[PATCH v2 00/51] ref-api-C and ref-api-D re-roll
2011-12-12 5:38 UTC (52+ messages)
` [PATCH v2 01/51] struct ref_entry: document name member
` [PATCH v2 02/51] refs: rename "refname" variables
` [PATCH v2 03/51] refs: rename parameters result -> sha1
` [PATCH v2 04/51] clear_ref_array(): rename from free_ref_array()
` [PATCH v2 05/51] is_refname_available(): remove the "quiet" argument
` [PATCH v2 06/51] parse_ref_line(): add docstring
` [PATCH v2 07/51] add_ref(): "
` [PATCH v2 08/51] is_dup_ref(): extract function from sort_ref_array()
` [PATCH v2 09/51] refs: change signatures of get_packed_refs() and get_loose_refs()
` [PATCH v2 10/51] get_ref_dir(): change signature
` [PATCH v2 11/51] resolve_gitlink_ref(): improve docstring
` [PATCH v2 12/51] Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
` [PATCH v2 13/51] resolve_gitlink_ref_recursive(): change to work with struct ref_cache
` [PATCH v2 14/51] repack_without_ref(): remove temporary
` [PATCH v2 15/51] create_ref_entry(): extract function from add_ref()
` [PATCH v2 16/51] add_ref(): take a (struct ref_entry *) parameter
` [PATCH v2 17/51] do_for_each_ref(): correctly terminate while processesing extra_refs
` [PATCH v2 18/51] do_for_each_ref_in_array(): new function
` [PATCH v2 19/51] do_for_each_ref_in_arrays(): "
` [PATCH v2 20/51] repack_without_ref(): reimplement using do_for_each_ref_in_array()
` [PATCH v2 21/51] names_conflict(): new function, extracted from is_refname_available()
` [PATCH v2 22/51] names_conflict(): simplify implementation
` [PATCH v2 23/51] is_refname_available(): reimplement using do_for_each_ref_in_array()
` [PATCH v2 24/51] refs.c: reorder definitions more logically
` [PATCH v2 25/51] free_ref_entry(): new function
` [PATCH v2 26/51] check_refname_component(): return 0 for zero-length components
` [PATCH v2 27/51] struct ref_entry: nest the value part in a union
` [PATCH v2 28/51] refs.c: rename ref_array -> ref_dir
` [PATCH v2 29/51] refs: store references hierarchically
` [PATCH v2 30/51] sort_ref_dir(): do not sort if already sorted
` [PATCH v2 31/51] refs: sort ref_dirs lazily
` [PATCH v2 32/51] do_for_each_ref(): only iterate over the subtree that was requested
` [PATCH v2 33/51] get_ref_dir(): keep track of the current ref_dir
` [PATCH v2 34/51] refs: wrap top-level ref_dirs in ref_entries
` [PATCH v2 35/51] get_packed_refs(): return (ref_entry *) instead of (ref_dir *)
` [PATCH v2 36/51] get_loose_refs(): "
` [PATCH v2 37/51] is_refname_available(): take "
` [PATCH v2 38/51] find_ref(): "
` [PATCH v2 39/51] read_packed_refs(): "
` [PATCH v2 40/51] add_ref(): "
` [PATCH v2 41/51] find_containing_direntry(): use "
` [PATCH v2 42/51] search_ref_dir(): take "
` [PATCH v2 43/51] add_entry(): "
` [PATCH v2 44/51] do_for_each_ref_in_dir*(): "
` [PATCH v2 45/51] sort_ref_dir(): "
` [PATCH v2 46/51] struct ref_dir: store a reference to the enclosing ref_cache
` [PATCH v2 47/51] read_loose_refs(): take a (ref_entry *) as argument
` [PATCH v2 48/51] refs: read loose references lazily
` [PATCH v2 49/51] is_refname_available(): query only possibly-conflicting references
` [PATCH v2 50/51] read_packed_refs(): keep track of the directory being worked in
` [PATCH v2 51/51] repack_without_ref(): call clear_packed_ref_cache()
[PATCH] ALSA: HDA: Realtek: Take vmaster dac from multiout dac list
2011-12-12 5:37 UTC
buildbot failure in kvm on next-i386
2011-12-12 6:01 UTC
[patch 0/3] kvm tool: Serial emulation overhaul
2011-12-12 5:30 UTC (8+ messages)
buildbot failure in kvm on next-x86_64
2011-12-12 5:58 UTC
[PATCH 0/3] Samsung S5P platform modification required for G2D driver
2011-12-12 5:27 UTC (3+ messages)
` [PATCH 2/3] s5p-g2d: add G2D to mach-nuri
Linux Kernel Version 3.x
2011-12-12 5:27 UTC (2+ messages)
[RFD] Handling of non-UTF8 data in gitweb
2011-12-12 5:26 UTC (4+ messages)
[PATCH 01/29] Staging: comedi: fix printk issue in dt3000.c
2011-12-12 5:19 UTC (29+ messages)
` [PATCH 02/29] "
` [PATCH 03/29] "
` [PATCH 04/29] "
` [PATCH 05/29] "
` [PATCH 06/29] Staging: comedi: fix printk issue in pcmuio.c
` [PATCH 07/29] "
` [PATCH 08/29] "
` [PATCH 09/29] Staging: comedi: fix printk issue in daqboard2000.c
` [PATCH 10/29] Staging: comedi: fix line over 80 character "
` [PATCH 11/29] Staging: comedi: fix printk "
` [PATCH 12/29] Staging: comedi: fix printk issue in jr3_pci.c
` [PATCH 13/29] "
` [PATCH 14/29] Staging: comedi: fix brace coding style issue in ni_at_a2150.c
` [PATCH 15/29] "
` [PATCH 16/29] "
` [PATCH 17/29] Staging: comedi: fix printk issue in das1800.c
` [PATCH 18/29] Staging: comedi: fix printk issue in daqboard2000.c
` [PATCH 19/29] Staging: comedi: fix printk issue in das1800.c
` [PATCH 20/29] "
` [PATCH 21/29] Staging: comedi: fix printk issue in cb_pcidas.c
` [PATCH 22/29] "
` [PATCH 23/29] Staging: comedi: fix printk issue in cb_pcidas64.c
` [PATCH 24/29] "
` [PATCH 25/29] Staging: comedi: fix brace coding style issue in cb_pcidda.c
` [PATCH 26/29] Staging: comedi: fix printk issue in das1800.c
` [PATCH 27/29] "
` [PATCH 28/29] Staging: comedi: fix printk issue in contec_pci_dio.c
` [PATCH 29/29] "
[PATCH 1/2] serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available
2011-12-12 5:20 UTC (4+ messages)
` [PATCH 2/2] serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS
HOB usage
2011-12-12 5:20 UTC (7+ messages)
DRM nouveau crash with 3.2.0-rc5
2011-12-12 5:19 UTC (5+ messages)
[PATCH] imsm: FIX: Use first map only in migration record disk operations
2011-12-12 5:19 UTC (2+ messages)
[PATCH] imsm: FIX: Limit migration record operation by disk slot not by index
2011-12-12 5:17 UTC (2+ messages)
linux-next: Tree for Dec 12
2011-12-12 5:14 UTC
linux-yocto: ktypes/tiny and some questions along the way
2011-12-12 5:14 UTC (2+ messages)
[RFC] virtio: use mandatory barriers for remote processor vdevs
2011-12-12 5:12 UTC (9+ messages)
XFS causing stack overflow
2011-12-12 5:13 UTC (11+ messages)
buildbot failure in kvm on next-s390
2011-12-12 5:32 UTC
[PATCH 03/06] MFD: DA9052/53 MFD core module v9 Added SPI support
2011-12-12 5:01 UTC (2+ messages)
v4 [PATCH 08/10] TDA18271c2dd: Allow frontend to set DELSYS
2011-12-12 5:01 UTC (3+ messages)
[PATCH 00/10] ARM: OMAP1: ams-delta: replace custom I/O with GPIO
2011-12-12 5:00 UTC (8+ messages)
` [PATCH 07/10] ASoC: OMAP: ams-delta: Drive modem/codec pins over GPIO API
` [PATCH 00/10] ARM: OMAP1: ams-delta: replace custom I/O with
[PATCH] ASoC: Fix hx4700 error handling to free gpios if snd_soc_register_card fails
2011-12-12 4:58 UTC (2+ messages)
[PATCH] ASoC: WM8958: correctly show firmware magic on mismatch
2011-12-12 4:58 UTC (2+ messages)
[PATCH] block/swim3: Locking fixes
2011-12-12 4:57 UTC
[PATCH] i2c/busses: (mpc) Add support for SMBUS_READ_BLOCK_DATA
2011-12-12 4:10 UTC (2+ messages)
[PATCH] ASoC: Raise Speyside audio system clock rate to 512fs
2011-12-11 3:54 UTC
[PATCH 02/06] MFD: DA9052/53 MFD core module v9 Added ADC support
2011-12-12 4:52 UTC (2+ messages)
[PATCH 0/4] KVM: Make mmu_shrink() scan nr_to_scan shadow pages
2011-12-12 4:51 UTC (5+ messages)
` [PATCH 1/4] KVM: Rename vm_list to kvm_list to avoid confusion
[PATCH 01/06] MFD: DA9052/53 MFD core module v9
2011-12-12 4:48 UTC (3+ messages)
linux-next: build failure after merge of the akpm tree
2011-12-12 4:41 UTC (4+ messages)
[xen-unstable test] 10474: tolerable FAIL
2011-12-12 4:36 UTC
v4 [PATCH 09/10] CXD2820r: Query DVB frontend delivery capabilities
2011-12-12 4:28 UTC (3+ messages)
Data corruption, md5 changes on every mount
2011-12-12 4:15 UTC (4+ messages)
v4 [PATCH 07/10] TDA18271: Allow frontend to set DELSYS
2011-12-12 4:06 UTC (4+ messages)
New Guess OS Creation Problem
2011-12-12 4:05 UTC
[PATCH 0/4] PM: Make the PM core execute driver callbacks if subsystem ones are not present
2011-12-12 4:04 UTC (3+ messages)
` [PATCH 1/4] PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointers
v4 [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C
2011-12-12 3:59 UTC (3+ messages)
[PATCH v4] ARM: sched_clock: allow sched_clock to be selected at runtime
2011-12-12 3:57 UTC (2+ messages)
[PULL] Calxeda Highbank for 3.3
2011-12-12 3:53 UTC
[PATCH] btrfs: change resize ioctl to take device path instead of id
2011-12-12 3:49 UTC (3+ messages)
[PATCH 0/3] kref: inline and barriers
2011-12-12 3:48 UTC (12+ messages)
` [PATCH 3/3] kref: Remove the memory barriers
Conditional compilation depending on CONFIG_FOOBAR
2011-12-12 3:47 UTC (2+ messages)
[PATCH 0/4] perf_events: add support for Intel reference cycles event
2011-12-12 3:45 UTC (5+ messages)
` [PATCH 2/4] perf_event: add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU event
linux-next: manual merge of the trivial tree with the wireless-next tree
2011-12-12 3:43 UTC (3+ messages)
[PATCH] Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"
2011-12-12 3:43 UTC (5+ messages)
[RESEND][PATCH] ARM: Exynos: Add irq domain and device tree support for interrupt combiner
2011-12-12 3:42 UTC (3+ messages)
x2apic boot failure on recent sandy bridge system
2011-12-12 3:40 UTC (6+ messages)
failed reshape!
2011-12-12 3:39 UTC (2+ messages)
[PATCH] scripts/genksyms: clean lex/yacc generated files
2011-12-12 3:17 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.