All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-07 22:31:37 to 2013-06-08 00:08:57 UTC [more...]

Getting started with perf; a couple of questions
 2013-06-08  0:08 UTC  (9+ messages)

[PATCH 0/9] sh_eth: make driver build on any platform
 2013-06-08  0:07 UTC  (20+ messages)
` [PATCH 1/9] sh_eth: create initial ID table
` [PATCH 2/9] sh_eth: get SH771x support out of #ifdef
` [PATCH 3/9] sh_eth: get SH7619 "
` [PATCH 4/9] sh_eth: get R8A7740 "
` [PATCH 5/9] sh_eth: get SH77{34|63} "
` [PATCH 6/9] sh_eth: get SH7757 "
` [PATCH 7/9] sh_eth: get SH7724 "
` [PATCH 8/9] sh_eth: get R8A777x "
` [PATCH 9/9] sh_eth: remove dependencies from Kconfig

hi Where initializate structure of current?
 2013-06-08  0:03 UTC 

[GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11
 2013-06-08  0:03 UTC  (5+ messages)
    ` [GIT PULL v2] "

[PATCH 0/2] introduce list_for_each_entry_del
 2013-06-08  0:03 UTC  (9+ messages)
` [PATCH 1/2] list: add list_for_each_entry_del

[PATCH 1/3] powerpc/mpc85xx: remove the unneeded pci init functions for corenet ds board
 2013-06-08  0:00 UTC  (2+ messages)

Status of "ummunot" branch?
 2013-06-07 23:57 UTC  (15+ messages)

[GIT PULL] Power management and ACPI fixes for v3.10-rc5
 2013-06-07 23:54 UTC  (5+ messages)
    ` acpi_sba_ioc_driver breakage (was: Re: [GIT PULL] Power management and ACPI fixes for v3.10-rc5)

[PATCH v2 0/6] format string usage clean ups
 2013-06-07 23:50 UTC  (7+ messages)
` [PATCH 1/6] block: do not pass disk names as format strings
` [PATCH 2/6] crypto: sanitize argument for format string
` [PATCH 3/6] device: avoid format string in dev_set_name
` [PATCH 4/6] workqueue: avoid format strings in names
` [PATCH 5/6] kthread: avoid parsing names as format strings
` [PATCH 6/6] isdn: clean up debug format string usage

[PATCH v2 0/8] arm: add basic support for Rockchip Cortex-A9 SoCs
 2013-06-07 23:53 UTC  (9+ messages)
` [PATCH v2 5/8] pinctrl: add pinctrl driver for Rockchip SoCs

[GIT PULL] nommu-fixes, r7 and MPU support for 3.11
 2013-06-07 23:51 UTC  (2+ messages)

kernel/workqueue.c:4435:61: sparse: expression using sizeof bool
 2013-06-07 23:50 UTC 

adjusting the monotonic system time (from inside the kernel)
 2013-06-07 23:49 UTC  (2+ messages)

[PATCH] ARM: mach-imx6q: Enable the codec clock earlier
 2013-06-07 23:49 UTC  (6+ messages)

[PATCH] tests: fix autostash
 2013-06-07 23:45 UTC 

[Buildroot] [PATCH 1/1] lua-msgpack-native: fix git hash tag
 2013-06-07 23:46 UTC 

[U-Boot] [U-BOOT] mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards
 2013-06-07 23:46 UTC  (3+ messages)

[PATCH RFC V9 0/19] Paravirtualized ticket spinlocks
 2013-06-07 23:41 UTC  (9+ messages)

[GIT PULL] ARM dts cpus/cpu nodes updates
 2013-06-07 23:40 UTC  (3+ messages)

[PATCH v2 00/22] git-remote-mediawiki: Follow perlcritic's recommandations
 2013-06-07 23:34 UTC  (3+ messages)
` [PATCH v2 22/22] git-remote-mediawiki: Clearly rewrite double dereference

[PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions
 2013-06-07 23:34 UTC  (36+ messages)
` [PATCH 01/31] MIPS: Move allocate_kscratch to cpu-probe.c and make it public
` [PATCH 02/31] MIPS: Save and restore K0/K1 when CONFIG_KVM_MIPSVZ
` [PATCH 03/31] mips/kvm: Fix 32-bitisms in kvm_locore.S
` [PATCH 04/31] mips/kvm: Add casts to avoid pointer width mismatch build failures
` [PATCH 05/31] mips/kvm: Use generic cache flushing functions
` [PATCH 06/31] mips/kvm: Rename kvm_vcpu_arch.pc to kvm_vcpu_arch.epc
` [PATCH 07/31] mips/kvm: Rename VCPU_registername to KVM_VCPU_ARCH_registername
` [PATCH 08/31] mips/kvm: Fix code formatting in arch/mips/kvm/kvm_locore.S
` [PATCH 09/31] mips/kvm: Factor trap-and-emulate support into a pluggable implementation
` [PATCH 10/31] mips/kvm: Implement ioctls to get and set FPU registers
` [PATCH 11/31] MIPS: Rearrange branch.c so it can be used by kvm code
` [PATCH 12/31] MIPS: Add instruction format information for WAIT, MTC0, MFC0, et al
` [PATCH 13/31] mips/kvm: Add accessors for MIPS VZ registers
` [PATCH 14/31] mips/kvm: Add thread_info flag to indicate operation in MIPS VZ Guest Mode
` [PATCH 15/31] mips/kvm: Exception handling to leave and reenter guest mode
` [PATCH 16/31] mips/kvm: Add exception handler for MIPSVZ Guest exceptions
` [PATCH 17/31] MIPS: Quit exposing Kconfig symbols in uapi headers
` [PATCH 18/31] mips/kvm: Add pt_regs slots for BadInstr and BadInstrP
` [PATCH 19/31] mips/kvm: Add host definitions for MIPS VZ based host
` [PATCH 20/31] mips/kvm: Hook into TLB fault handlers
` [PATCH 21/31] mips/kvm: Allow set_except_vector() to be used from MIPSVZ code
` [PATCH 22/31] mips/kvm: Split get_new_mmu_context into two parts
` [PATCH 23/31] mips/kvm: Hook into CP unusable exception handler
` [PATCH 24/31] mips/kvm: Add thread_struct fields used by MIPSVZ hosts
` [PATCH 25/31] mips/kvm: Add some asm-offsets constants used by MIPSVZ
` [PATCH 26/31] mips/kvm: Split up Kconfig and Makefile definitions in preperation for MIPSVZ
` [PATCH 27/31] mips/kvm: Gate the use of kvm_local_flush_tlb_all() by KVM_MIPSTE
` [PATCH 28/31] mips/kvm: Only use KVM_COALESCED_MMIO_PAGE_OFFSET with KVM_MIPSTE
` [PATCH 29/31] mips/kvm: Add MIPSVZ support
` [PATCH 30/31] mips/kvm: Enable MIPSVZ in Kconfig/Makefile
` [PATCH 31/31] mips/kvm: Allow for upto 8 KVM vcpus per vm

[Qemu-devel] [PATCH 0/2] gdbstub runstate check follow-ups
 2013-06-07 23:33 UTC  (2+ messages)

FSL 64-bit DMA window question
 2013-06-07 23:33 UTC  (5+ messages)

Is this expected RAID10 performance?
 2013-06-07 23:33 UTC  (9+ messages)

[PATCH v9 1/3] syslinux: Update to 4.06
 2013-06-07 23:31 UTC  (3+ messages)
` [PATCH 2/3] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

SATA FSL and upstreaming
 2013-06-07 23:30 UTC  (27+ messages)
                                  ` fsqrt

[meta-gnome][PATCH] gnome-disk-utility: use PACKAGECONFIG for nautilus extension
 2013-06-07 23:29 UTC 

[PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+
 2013-06-07 23:28 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] linenoise: fix git hash tag
 2013-06-07 23:27 UTC 

[PATCHv3 net-next] netlink: allow large data transfers from user-space
 2013-06-07 23:26 UTC  (2+ messages)

[PATCH 3/3] memcg: simplify mem_cgroup_reclaim_iter
 2013-06-07 23:25 UTC  (11+ messages)

rtl28xxu IR remote
 2013-06-07 23:22 UTC 

race condition in schedule_on_each_cpu()
 2013-06-07 23:22 UTC  (4+ messages)

[PATCH] cpuidle: fix ARCH_NEEDS_CPU_IDLE_COUPLED dependency warning
 2013-06-07 23:21 UTC  (5+ messages)

[Buildroot] [PATCH v10 00/13] add Gstreamer 1.X for gst-omx support
 2013-06-07 23:18 UTC  (14+ messages)
` [Buildroot] [PATCH v10 01/13] libglib2: Bump libglib2 to 2.36.1
` [Buildroot] [PATCH v10 02/13] gdk-pixbuf: bump to version 2.28.1
` [Buildroot] [PATCH v10 03/13] libgtk2: bump to version 2.24.18 and drop DirectFB
` [Buildroot] [PATCH v10 04/13] libsoup: bump to version 2.43.1
` [Buildroot] [PATCH v10 05/13] webkit: bump to version 1.9.6
` [Buildroot] [PATCH v10 06/13] gstreamer1: Add gstreamer version 1.1.1 package
` [Buildroot] [PATCH v10 07/13] gstreamer: update Config.in with gstreamer1 info
` [Buildroot] [PATCH v10 08/13] gst1-plugins-base: add gstreamer1 base plugins
` [Buildroot] [PATCH v10 09/13] gst1-plugins-good: add gstreamer1 good plugins
` [Buildroot] [PATCH v10 10/13] gst1-plugins-bad: add gstreamer1 bad plugins
` [Buildroot] [PATCH v10 11/13] gst1-plugins-ugly: add gstreamer1 ugly plugins
` [Buildroot] [PATCH v10 12/13] gst1-plugins-good: add libvpx support
` [Buildroot] [PATCH v10 13/13] gst-omx: add gst-omx package

getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))
 2013-06-07 23:17 UTC  (14+ messages)
` [Arm-netbook] "

[U-Boot] [PATCH v2 06/16] sf: Update sf to support all sizes of flashes
 2013-06-07 23:14 UTC  (2+ messages)

btrfs raid1 on 16TB goes read-only after "btrfs: block rsv returned -28"
 2013-06-07 23:14 UTC  (7+ messages)

[PATCH 0/2] Build fixes
 2013-06-07 23:12 UTC  (8+ messages)
` [PATCH 1/2] build: generate test scripts

[U-Boot] [PATCH] cmd_bootm: Add command line arguments to Plan 9
 2013-06-07 23:11 UTC  (6+ messages)

[PATCH 0/8] format string usage clean ups
 2013-06-07 23:10 UTC  (3+ messages)
` [PATCH 5/8] device: avoid format string in dev_set_name

[PATCH v3 1/1] v4l: Document timestamp behaviour to correspond to reality
 2013-06-07 23:08 UTC 

[Buildroot] [PATCH] libroxml: bump version to 2.2.2
 2013-06-07 23:02 UTC 

[PATCH] serial: omap: Fix device tree based PM runtime
 2013-06-07 23:00 UTC  (5+ messages)

OE TSC Minutes 4 June 2013
 2013-06-07 22:59 UTC  (5+ messages)
` [OE-core] "

[PATCH 0/3] Trivial patches
 2013-06-07 22:59 UTC  (4+ messages)
` [PATCH 1/3] sequencer: trivial fix

AHCI bug: a lockup in ahci_interrupt with fbs enabled pmp
 2013-06-07 22:56 UTC  (4+ messages)

[PATCH] ARM: tegra: disable nonboot CPUs when reboot
 2013-06-07 22:55 UTC  (10+ messages)

pam_tty_audit bi-directional logging
 2013-06-07 22:48 UTC  (2+ messages)

[PATCH v2 1/1] v4l: Document timestamp behaviour to correspond to reality
 2013-06-07 22:47 UTC  (3+ messages)

Latest Arndale Xen, dom0 kernel stuck on ASIX mac
 2013-06-07 22:44 UTC  (19+ messages)

xfsprogs: is it one issue?
 2013-06-07 22:31 UTC  (4+ messages)

[RFC] ipv6: allow rejecting with "source address failed policy"
 2013-06-07 22:40 UTC  (3+ messages)

[PATCH v3 00/27] x86, irq: support ioapic device hotplug
 2013-06-07 22:31 UTC  (28+ messages)
` [PATCH v3 01/27] x86, irq: Change irq_remap_modify_chip_defaults to static
` [PATCH v3 02/27] x86, irq: Modify irq chip once for irq remapping
` [PATCH v3 03/27] x86, irq: Print out MSI/MSI-X clearly
` [PATCH v3 04/27] x86, irq: Show MSI-X in /proc/interrupt
` [PATCH v3 05/27] x86, irq: Make dmar_msi/hpet_msi irq_chip name consistent
` [PATCH v3 06/27] ia64, irq: Add dummy create_irq_nr()
` [PATCH v3 07/27] iommu, irq: Allocate irq_desc for dmar_msi with local node
` [PATCH v3 08/27] x86, irq: kill create_irq()
` [PATCH v3 09/27] x86, irq: Convert irq_2_pin list to generic list
` [PATCH v3 10/27] genirq: Split __irq_reserve_irqs from irq_alloc_descs
` [PATCH v3 11/27] x86, irq: Add realloc_irq_and_cfg_at()
` [PATCH v3 12/27] x86, irq: Move down arch_early_irq_init()
` [PATCH v3 13/27] x86, irq: Split out alloc_ioapic_save_registers()
` [PATCH v3 14/27] xen, irq: call irq_realloc_desc_at() at first
` [PATCH v3 15/27] x86, irq: pre-reserve irq range/realloc for booting path
` [PATCH v3 16/27] x86, irq: Add ioapic_gsi_to_irq
` [PATCH v3 17/27] genirq: Bail out early in free_desc()
` [PATCH v3 18/27] x86, irq: More strict checking about registering ioapic
` [PATCH v3 19/27] x86, irq: Make mp_register_ioapic handle hot-added ioapic
` [PATCH v3 20/27] x86, irq: Add mp_unregister_ioapic to handle hot-remove ioapic
` [PATCH v3 21/27] x86, irq: Make ioapics loop skip blank slots
` [PATCH v3 22/27] x86, ioapic: Find usable ioapic id for 64bit
` [PATCH v3 23/27] x86: Move declaration for mp_register_ioapic()
` [PATCH v3 24/27] PCI, x86: Make ioapic hotplug support built-in
` [PATCH v3 25/27] PCI, x86, ACPI: Link acpi ioapic register to ioapic
` [PATCH v3 26/27] PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge
` [PATCH v3 27/27] PCI, x86, ACPI: get ioapic address from acpi device

[PATCH] ARM: KVM: perform save/restore of PAR
 2013-06-07 22:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/5] Xilinx Intc Fixes
 2013-06-07 22:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 1/5] intc/xilinx_intc: Use qemu_set_irq
    ` [Qemu-devel] [Qemu-trivial] "

[Ocfs2-devel] [PATCH] Remove unecessary variable needs_checkpoint
 2013-06-07 22:35 UTC  (3+ messages)

[Buildroot] [PATCH] Add documentation for the header style
 2013-06-07 22:34 UTC 

[Qemu-devel] [PATCH] configure: Disable host-bsd USB on FreeBSD
 2013-06-07 22:33 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH] configure: remove ${config_host_ld} variable
 2013-06-07 22:33 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Ocfs2-devel] [PATCH] ocfs2: add missing lockres put in dlm_mig_lockres_handler
 2013-06-07 22:32 UTC  (2+ messages)


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.