All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-10 23:05:45 to 2015-11-11 00:31:57 UTC [more...]

[Qemu-devel] [PATCH 00/77] ppc: Add "native" POWER8 platform
 2015-11-11  0:28 UTC  (65+ messages)
` [Qemu-devel] [PATCH 01/77] ppc: Remove MMU_MODEn_SUFFIX definitions
` [Qemu-devel] [PATCH 02/77] ppc: Use split I/D mmu modes to avoid flushes on interrupts
` [Qemu-devel] [PATCH 03/77] ppc: Do some batching of TCG tlb flushes
` [Qemu-devel] [PATCH 04/77] target-ppc: Use sensible POWER8/POWER8E versions
` [Qemu-devel] [PATCH 05/77] ppc: Update SPR definitions
` [Qemu-devel] [PATCH 06/77] ppc: Add macros to register hypervisor mode SPRs
` [Qemu-devel] [PATCH 07/77] ppc: Add a bunch of hypervisor SPRs to Book3s
` [Qemu-devel] [PATCH 08/77] ppc: Add number of threads per core to the processor definition
` [Qemu-devel] [PATCH 09/77] ppc: Fix do_rfi() for rfi emulation
` [Qemu-devel] [PATCH 11/77] ppc: Create cpu_ppc_set_papr() helper
` [Qemu-devel] [PATCH 12/77] ppc: Better figure out if processor has HV mode
` [Qemu-devel] [PATCH 13/77] ppc: tlbie, tlbia and tlbisync are HV only
` [Qemu-devel] [PATCH 14/77] ppc: Change 'invalid' bit mask of tlbiel and tlbie
` [Qemu-devel] [PATCH 17/77] ppc: Add PPC_64H instruction flag to POWER7 and POWER8
` [Qemu-devel] [PATCH 18/77] ppc: Rework POWER7 & POWER8 exception model
` [Qemu-devel] [PATCH 19/77] ppc: Fix POWER7 and POWER8 exception definitions
` [Qemu-devel] [PATCH 20/77] ppc: Fix generation if ISI/DSI vs. HV mode
` [Qemu-devel] [PATCH 21/77] ppc: Rework generation of priv and inval interrupts
` [Qemu-devel] [PATCH 23/77] ppc: Turn a bunch of booleans from int to bool
` [Qemu-devel] [PATCH 25/77] ppc: Add P7/P8 Power Management instructions
` [Qemu-devel] [PATCH 26/77] ppc/pnv: Add skeletton PowerNV platform
` [Qemu-devel] [PATCH 27/77] ppc/pnv: Add XSCOM infrastructure
` [Qemu-devel] [PATCH 28/77] ppc/xics: Rename existing XICS classe to XICS_SPAPR
` [Qemu-devel] [PATCH 29/77] ppc/xics: Move SPAPR specific code to a separate file
` [Qemu-devel] [PATCH 30/77] ppc/xics: Implement H_IPOLL using an accessor
` [Qemu-devel] [PATCH 31/77] ppc/xics: Remove unused xics_set_irq_type()
` [Qemu-devel] [PATCH 32/77] ppc/xics: Replace "icp" with "xics" in most places
` [Qemu-devel] [PATCH 33/77] ppc/xics: Make the ICSState a list
` [Qemu-devel] [PATCH 34/77] ppc/xics: An ICS with offset 0 is assumed to be uninitialized
` [Qemu-devel] [PATCH 35/77] ppc/xics: Move xics_set_nr_irqs() to xics_spapr.c and xics_kvm.c
` [Qemu-devel] [PATCH 36/77] ppc/xics: Use a helper to add a new ICS
` [Qemu-devel] [PATCH 38/77] ppc/xics: Add "native" XICS subclass
` [Qemu-devel] [PATCH 39/77] ppc/xics: Add xics to the monitor "info pic" command
` [Qemu-devel] [PATCH 40/77] ppc/pnv: Wire up XICS native with PowerNV platform
` [Qemu-devel] [PATCH 41/77] ppc/pnv: Add LPC controller and hook it up with a UART and RTC
` [Qemu-devel] [PATCH 42/77] ppc/pnv: Add cut down PSI bridge model and hookup external interrupt
` [Qemu-devel] [PATCH 43/77] ppc/pnv: Add OCC model stub with interrupt support
` [Qemu-devel] [PATCH 44/77] pci-bridge: Set a supported devfn_min for bridge
` [Qemu-devel] [PATCH 45/77] qdev: Add a hook for a bus to device if it can add devices
` [Qemu-devel] [PATCH 46/77] pci: Use the new pci_can_add_device() to enforce devfn_min/max
` [Qemu-devel] [PATCH 47/77] pci: Don't call pci_irq_handler() for a negative intx
` [Qemu-devel] [PATCH 49/77] ppc/pnv: Create a default PCI layout
` [Qemu-devel] [PATCH 50/77] ppc: Update LPCR definitions
` [Qemu-devel] [PATCH 51/77] ppc: Use a helper to filter writes to LPCR
` [Qemu-devel] [PATCH 52/77] ppc: Cosmetic, align some comments
` [Qemu-devel] [PATCH 53/77] ppc: Add proper real mode translation support
` [Qemu-devel] [PATCH 54/77] ppc: Fix 64K pages support in full emulation
` [Qemu-devel] [PATCH 55/77] ppc/pnv+spapr: Add "ibm, pa-features" property to the device-tree
` [Qemu-devel] [PATCH 56/77] ppc: Fix conditions for delivering external interrupts to a guest
` [Qemu-devel] [PATCH 57/77] ppc: Enforce setting MSR:EE, IR and DR when MSR:PR is set
` [Qemu-devel] [PATCH 58/77] ppc: Initial HDEC support
` [Qemu-devel] [PATCH 59/77] ppc: Add placeholder SPRs for DPDES and DHDES on P8
` [Qemu-devel] [PATCH 60/77] ppc: LPCR is a HV resource
` [Qemu-devel] [PATCH 61/77] ppc: SPURR & PURR are HV writeable and privileged
` [Qemu-devel] [PATCH 62/77] ppc: Add dummy SPR_IC for POWER8
` [Qemu-devel] [PATCH 63/77] ppc: Initialize AMOR in PAPR mode
` [Qemu-devel] [PATCH 64/77] ppc: Fix writing to AMR/UAMOR
` [Qemu-devel] [PATCH 65/77] ppc: Add POWER8 IAMR register
` [Qemu-devel] [PATCH 66/77] ppc: Add a few more P8 PMU SPRs
` [Qemu-devel] [PATCH 67/77] ppc: Add dummy write to VTB
` [Qemu-devel] [PATCH 68/77] ppc: Add dummy POWER8 MPPR register
` [Qemu-devel] [PATCH 69/77] ppc: Add dummy POWER8 PSPB SPR
` [Qemu-devel] [PATCH 72/77] ppc: A couple more dummy POWER8 Book4 regs
` [Qemu-devel] [PATCH 77/77] ppc: Fix CFAR updates

[PATCH] drm/rockchip: vop: fix window origin calculation
 2015-11-11  0:30 UTC  (5+ messages)

[PATCH 00/11] Drivers: hv: vmbus: Miscellaneous fixes and cleanup
 2015-11-11  1:59 UTC  (12+ messages)
` [PATCH 01/11] Drivers: hv: vss: run only on supported host versions
  ` [PATCH 02/11] Drivers: hv: vmbus: Use uuid_le type consistently
  ` [PATCH 03/11] Drivers: hv: vmbus: Use the macro for comparing GUIDs
  ` [PATCH 04/11] Drivers: hv: vmbus: Get rid of the unused macro
  ` [PATCH 05/11] Drivers: hv: vmbus: Get rid of the unused irq variable
  ` [PATCH 06/11] Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()
  ` [PATCH 07/11] Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()
  ` [PATCH 08/11] Drivers: hv: vmbus: fix rescind-offer handling for device without a driver
  ` [PATCH 09/11] Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
  ` [PATCH 10/11] Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
  ` [PATCH 11/11] drivers:hv: Allow for MMIO claims that span ACPI _CRS records

[U-Boot] [PATCH v7 01/21] include: Add log2 header from the kernel
 2015-11-11  0:29 UTC  (5+ messages)
` [U-Boot] [PATCH v7 21/21] sf: Add SPI NOR protection mechanism

[LTP] [PATCH] change /test/aiodio to TMPDIR in runtest/ltp-aio-stress.partX
 2015-11-11  0:29 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] nios2: rename board nios2-generic to 3c120_devboard
 2015-11-11  0:27 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/3] "
  ` [U-Boot] [PATCH v3 2/3] nios2: change README.nios2 to use 10m50 as template
  ` [U-Boot] [PATCH v3 3/3] nios2: add 3c120 and 10m50 devboards MAINTAINERS

[PATCH 0/2] arm64: bpf: add BPF_ST and BPF_XADD instructions support
 2015-11-11  0:26 UTC  (6+ messages)
` [PATCH 2/2] arm64: bpf: add BPF XADD instruction

[Intel-wired-lan] [next PATCH S21 00/14] i40e/i40evf updates
 2015-11-11  0:24 UTC  (3+ messages)
` [Intel-wired-lan] [next PATCH S21 10/14] i40e: remove CONFIG_I40E_VXLAN

[PATCH] x86, fpu: fix 32-bit signal frame handling
 2015-11-11  0:23 UTC 

[PATCH] http: fix some printf format warnings on 32-bit builds
 2015-11-11  0:23 UTC 

[RFC v2 0/4] mac80211: jump labels for hw flags
 2015-11-11  0:22 UTC  (3+ messages)
` [RFC v2 3/4] mac80211: use static keys "

why ShardedWQ in osd using smart pointer for PG?
 2015-11-11  0:22 UTC  (4+ messages)

git-credential-cache--daemon quits on SIGHUP, can we change it to ignore instead?
 2015-11-11  0:22 UTC  (12+ messages)

[PATCH] virtio_ring: Shadow available ring flags & index
 2015-11-11  0:21 UTC 

[PATCH] virtio_ring: Shadow available ring flags & index
 2015-11-11  0:21 UTC 

[PATCH] instmem/gk20a: fix race conditions
 2015-11-11  0:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 1/1] target-ppc: Implement rtas_get_sysparm(PROCESSOR_MODULE_INFO)
 2015-11-11  0:17 UTC  (4+ messages)

[Qemu-devel] [PATCH v1 0/2] Handle KVM_PPC_ALLOCATE_HTAB ioctl failure
 2015-11-11  0:07 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 2/2] spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctl

Bridge does not forward packets to a tap device
 2015-11-11  0:18 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 00/30] qapi member collision (post-introspection cleanups, subset C')
 2015-11-11  0:17 UTC  (8+ messages)
` [Qemu-devel] [PATCH v10 23/30] qapi: Check for qapi collisions of flat union branches
` [Qemu-devel] [PATCH v10 27/30] qapi: Track owner of each object member

[PATCH 00/29] Add gobject introspection support to oe-core
 2015-11-11  0:15 UTC  (7+ messages)

[PATCH 00/20] staging/wilc1000: cleanups once again
 2015-11-11  0:13 UTC  (25+ messages)
` [PATCH 01/20] staging/wilc1000: add struct net_device declaration
` [PATCH 02/20] staging/wilc1000: remove unused functions
` [PATCH 03/20] staging/wilc1000: make symbols static if possible
` [PATCH 04/20] staging/wilc1000: use proper naming for global symbols
` [PATCH 05/20] staging/wilc1000: move extern declarations to headers
` [PATCH 06/20] staging/wilc1000: use NO_SECURITY instead of NO_ENCRYPT
` [PATCH 07/20] staging/wilc1000: avoid static definitions in header
` [PATCH 08/20] staging/wilc1000: remove linux_wlan_{device_power,device_detection}
` [PATCH 09/20] staging/wilc1000: move wilc_wlan_inp_t into struct wilc
` [PATCH 10/20] staging/wilc1000: move init/exit functions to driver files
` [PATCH 11/20] staging/wilc1000: unify device pointer
` [PATCH 12/20] staging/wilc1000: pass io_type to wilc_netdev_init
` [PATCH 13/20] staging/wilc1000: use device pointer for phy creation
` [PATCH 14/20] staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIO
` [PATCH 15/20] staging/wilc1000: pass hif operations through initialization
` [PATCH 16/20] staging/wilc1000: turn enable_irq/disable_irq into callbacks
` [PATCH 17/20] staging/wilc1000: remove WILC_SDIO/WILC_SPI macros
` [PATCH 18/20] staging/wilc1000: split out bus specific modules
` [PATCH 19/20] staging/wilc1000: use more regular probing
` [PATCH 20/20] staging/wilc1000: pass struct wilc to most linux_wlan.c functions

[PATCH] tools/testing/nvdimm, acpica: fix flag rename build breakage
 2015-11-11  0:10 UTC  (3+ messages)

Transitioning to Yocto, some basic questions about workflow
 2015-11-11  0:06 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] libnet:new package
 2015-11-11  0:04 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] netsniff-ng:new package

[PATCH stable <= 3.18] net: add length argument to skb_copy_and_csum_datagram_iovec
 2015-11-11  0:03 UTC  (4+ messages)

[PATCH i-g-t] tests/gem_buffered_svm_test: New tests for buffered SVM feature
 2015-11-10 16:02 UTC 

[PATCH 4.1] target-core: fix return without a value
 2015-11-11  0:00 UTC  (4+ messages)

broken raid level 5 array caused by user error
 2015-11-10 23:59 UTC  (4+ messages)

[PATCH 2/2] thermal: rcar_thermal: use pm_runtime_put_sync()
 2015-11-11  0:11 UTC  (7+ messages)

[PATCH RFC 0/3] Introduce device attribute rdma_read_access_flags
 2015-11-10 23:55 UTC  (11+ messages)
` [PATCH RFC 2/3] svcrdma: Use device rdma_read_access_flags

mmotm 2015-11-10-15-53 uploaded
 2015-11-10 23:54 UTC  (2+ messages)

mmotm 2015-11-10-15-53 uploaded
 2015-11-10 23:54 UTC 

[PATCH v4 0/3] sched: account fair load avg consistently
 2015-11-10 23:51 UTC  (6+ messages)
` [PATCH v4 3/3] sched: optimize migration by forcing rmb() and updating to be called once

[PATCH net v2 0/3] packet fixes
 2015-11-10 23:51 UTC  (6+ messages)
` [PATCH net v2 3/3] packet: fix tpacket_snd max frame and vlan handling

[PATCH v2] staging/rdma/hfi1: set Gen3 half-swing for integrated devices
 2015-11-10 23:51 UTC  (3+ messages)

[PATCH v4 0/6] virtio core DMA API conversion
 2015-11-10 23:44 UTC  (14+ messages)

Reminder: Toaster Weekly Meeting
 2015-11-10 23:41 UTC 

[PATCH i-g-t] tests/gem_buffered_svm_test: New tests for buffered SVM feature
 2015-11-10 15:37 UTC 

[PATCH 1/1] omap3isp: preview: Mark output buffer done first
 2015-11-10 23:34 UTC 

[PATCH v5] net: ethernet: add driver for Aurora VLSI NB8800 Ethernet controller
 2015-11-10 23:34 UTC  (6+ messages)

[PATCH] ofdisk: allocate space for vscsi table
 2015-11-10 23:31 UTC  (7+ messages)

[PATCH] drm/i915/guc: Fix a fw content lost issue after it is evicted
 2015-11-10 23:29 UTC  (6+ messages)
      ` [PATCH v1] "

[PATCH] ASoC: Intel: constify sst_block_ops structures
 2015-11-10 23:18 UTC  (2+ messages)

[PATCH openbmc] add: build status on main page
 2015-11-10 23:30 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests
 2015-11-10 23:30 UTC  (5+ messages)
` [U-Boot] [PATCH v2 18/26] dm: usb: Remove inactive children after a bus scan

[PATCH v3] ofdisk: add sas disks to the device list
 2015-11-10 23:29 UTC  (2+ messages)

[PATCH 0/3] drm/i915: Module unload fixes
 2015-11-10 23:49 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: Kill intel_runtime_pm_disable()

[PATCH 0/4 v2] xfs: get rid of xfs_cluster_write()
 2015-11-10 23:25 UTC  (7+ messages)
` [PATCH 2/4] xfs: Introduce writeback context for writepages

[PATCH 0/7] Add hierarchical support to make install
 2015-11-10 23:25 UTC  (4+ messages)
` [PATCH v6 00/10] Add installation rules for dpdk files

[meta-fsl-arm-extra] nitrogen6x: ov5642 support in master/jethro broken
 2015-11-10 23:25 UTC  (3+ messages)

[PATCH] ASoC: core: Fix warning while make xmldocs caused by soc-ops.c
 2015-11-10 23:25 UTC 

[PATCH v3 0/5] Add memory mapped read support for ti-qspi
 2015-11-10 23:23 UTC  (5+ messages)
` [PATCH v3 1/5] spi: introduce mmap read support for spi flash devices

[GIT PULL 0/6] ARM: SoC branches for v4.4
 2015-11-10 23:23 UTC  (5+ messages)
` [GIT PULL 2/6] ARM: SoC cleanups "

v9.2.0 Infernalis released
 2015-11-10 23:23 UTC  (3+ messages)

[Buildroot] [pull request] skeleton: fix custom skeleton for use with systemd
 2015-11-10 23:22 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] package/skeleton: ensure custom skeleton uses merged /usr if needed

linux-next: manual merge of the vfs tree with the xfs tree
 2015-11-10 23:21 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] qga: fix append file open modes for win32
 2015-11-10 23:19 UTC 

[Qemu-devel] [PATCH] docs: update bitmaps.md
 2015-11-10 23:18 UTC  (3+ messages)

4.3 serial driver crashes with console shortly after boot
 2015-11-10 23:15 UTC  (5+ messages)

Failed to build arm64 bpf samples with LLVM 3.7 on 4.3 kernel
 2015-11-10 23:10 UTC  (3+ messages)

[PATCH] leds: ledtrig-transient: fix duration to be msec instead of jiffies
 2015-11-10 23:10 UTC 

[PATCH v2] selinux: rate-limit unrecognized netlink message warnings in selinux_nlmsg_perm()
 2015-11-10 23:07 UTC  (2+ messages)

[PATCH] mtd: tests: Use boottime
 2015-11-10 23:05 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.