All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-15 00:00:23 to 2014-11-15 05:07:27 UTC [more...]

[PATCH 00/26 v5] trace-seq/seq-buf/x86/printk: Print all stacks from NMI safely
 2014-11-15  4:59 UTC  (8+ messages)
` [PATCH 01/26 v5] tracing: Fix trace_seq_bitmask() to start at current position
` [PATCH 03/26 v5] blktrace/tracing: Use trace_seq_has_overflowed() helper function
` [PATCH 06/26 v5] tracing: Have function_graph use trace_seq_has_overflowed()
` [PATCH 12/26 v5] tracing: Remove return values of most trace_seq_*() functions
` [PATCH 23/26 v5] seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF
` [PATCH 24/26 v5] seq_buf: Move the seq_buf code to lib/
` [PATCH 25/26 v5] printk: Add per_cpu printk func to allow printk to be diverted

git push --all --tags
 2014-11-15  4:44 UTC 

[U-Boot] [PATCH v2 0/30] x86: Add additional system setup for ivybridge
 2014-11-15  4:44 UTC  (41+ messages)
` [U-Boot] [PATCH v2 01/30] Align embedded device tree correctly
` [U-Boot] [PATCH v2 02/30] Add ALIGN_DOWN() to find next smallest alignment
` [U-Boot] [PATCH v2 03/30] pci: Update pci_ids.h to include some missing IDs
` [U-Boot] [PATCH v2 04/30] x86: Remove board_early_init_r()
` [U-Boot] [PATCH v2 05/30] x86: Panic if there is no relocation data
` [U-Boot] [PATCH v2 06/30] x86: Ensure that all relocation data is included in the image
` [U-Boot] [PATCH v2 07/30] x86: Factor out common values in the link script
` [U-Boot] [PATCH v2 08/30] rtc: mc146818: Set up RTC at start of day
` [U-Boot] [PATCH v2 09/30] x86: Add ioapic.h header
` [U-Boot] [PATCH v2 10/30] x86: pci: Add handlers before and after a PCI hose scan
` [U-Boot] [PATCH v2 11/30] x86: config: Enable plug-and-play for link PCI
` [U-Boot] [PATCH v2 12/30] pci: Add functions to read and write a BAR address
` [U-Boot] [PATCH v2 13/30] x86: Set up edge triggering on interrupt 9
` [U-Boot] [PATCH v2 14/30] x86: ivybridge: Add support for BD82x6x PCH
` [U-Boot] [PATCH v2 15/30] x86: Add a simple header file for ACPI
` [U-Boot] [PATCH v2 16/30] x86: ivybridge: Add PCH init
` [U-Boot] [PATCH v2 17/30] x86: ivybridge: Add additional LPC init
` [U-Boot] [PATCH v2 18/30] x86: dts: Move PCI peripherals into a pci node
` [U-Boot] [PATCH v2 19/30] x86: dts: Add LPC settings for link
` [U-Boot] [PATCH v2 20/30] x86: ivybridge: Add SATA init
` [U-Boot] [PATCH v2 21/30] x86: dts: Add SATA settings for link
` [U-Boot] [PATCH v2 22/30] x86: ivybridge: Set up EHCI USB
` [U-Boot] [PATCH v2 23/30] x86: config: Enable USB on link
` [U-Boot] [PATCH v2 24/30] x86: ivybridge: Set up XHCI USB
` [U-Boot] [PATCH v2 25/30] x86: Add Intel speedstep and turbo mode code
` [U-Boot] [PATCH v2 26/30] x86: Add LAPIC setup code
` [U-Boot] [PATCH v2 27/30] x86: Add init for model 206AX CPU
` [U-Boot] [PATCH v2 28/30] x86: Drop some msr functions that we don't support
` [U-Boot] [PATCH v2 29/30] x86: ivybridge: Add northbridge init functions
` [U-Boot] [PATCH v2 30/30] x86: config: Enable SPI for chromebook_link

[PATCH] NVMe: Defer namespace add_disk() until after char device creation
 2014-11-15  4:44 UTC  (2+ messages)

[PATCH] drm/i915: s/MI_STORE_DWORD_IMM_GEN8/MI_STORE_DWORD_IMM_GEN4/
 2014-11-15  4:43 UTC  (2+ messages)
` [PATCH] drm/i915:

DMA_ALIAS_DEVFN issue
 2014-11-15  4:25 UTC  (2+ messages)

Thermometer D-Bus API Signature
 2014-11-15  4:13 UTC 

dom0 kenrel crashes for openstack + libvirt + libxl
 2014-11-15  4:10 UTC  (5+ messages)

[U-Boot] [PATCH 0/19] x86: ivybridge: Add graphics support
 2014-11-15  3:56 UTC  (20+ messages)
` [U-Boot] [PATCH 01/19] x86: Add a definition of asmlinkage
` [U-Boot] [PATCH 02/19] Introduce a header file for the BIOS emulator
` [U-Boot] [PATCH 03/19] x86: Add GDT descriptors for option ROMs
` [U-Boot] [PATCH 04/19] x86: Add vesa mode configuration options
` [U-Boot] [PATCH 05/19] Add support for Vesa BIOS extensions
` [U-Boot] [PATCH 06/19] x86: Add support for running option ROMs natively
` [U-Boot] [PATCH 07/19] pci: Add general support for execution of video ROMs
` [U-Boot] [PATCH 08/19] x86: video: Add video driver for bare x86 boards
` [U-Boot] [PATCH 09/19] x86: Allow an option ROM to be built into U-Boot
` [U-Boot] [PATCH 10/19] x86: Add initial video device init for Intel GMA
` [U-Boot] [PATCH 11/19] x86: dts: Add video information to the device tree
` [U-Boot] [PATCH 12/19] x86: config: Enable video support for chromebook_link
` [U-Boot] [PATCH 13/19] bios_emulator: Allow x86 to use the emulator
` [U-Boot] [PATCH 14/19] bios_emulator: Add vesa support and allow ROMs to be passed in as data
` [U-Boot] [PATCH 15/19] bios_emulator: Allow a custom interrupt handler to be installed
` [U-Boot] [PATCH 16/19] bios_emulator: Add an option to enable debugging
` [U-Boot] [PATCH 17/19] bios_emulator: Always print errors when opcode decode fails
` [U-Boot] [PATCH 18/19] x86: chromebook_link: Enable the x86 emulator
` [U-Boot] [PATCH 19/19] x86: chromebook_link: Enable the Chrome OS EC

[PATCH 1/2] i2c: omap: fix NACK and Arbitration Lost irq handling
 2014-11-15  3:53 UTC  (8+ messages)
  ` [PATCH 2/2] i2c: omap: fix "Too much work in one IRQ" "

[PATCH] genl: Do not call the callback for NLMSG_DONE messages
 2014-11-15  3:52 UTC  (2+ messages)

[PATCH] genl: Call vanished function on error when fetching netlink family info
 2014-11-15  3:51 UTC  (2+ messages)

[xen-4.2-testing test] 31525: regressions - FAIL
 2014-11-15  3:49 UTC 

[PATCH V1] virtio_scsi: support multi hw queue of blk-mq
 2014-11-15  3:47 UTC 

[RFC PATCH 0/7] Replace _PAGE_NUMA with PAGE_NONE protections
 2014-11-15  3:29 UTC  (5+ messages)

[PATCH v2] x86, mm: set NX across entire PMD at boot
 2014-11-15  3:38 UTC  (7+ messages)

[PATCH] audit: convert status version to a feature bitmap
 2014-11-15  3:32 UTC  (5+ messages)

suspect UBIFS async operations causing issues during reboot
 2014-11-15  3:30 UTC  (3+ messages)

[PATCH 0/4] rhashtable: Allow local locks to be used and tested
 2014-11-15  3:25 UTC  (7+ messages)
` [PATCH 4/4] rhashtable: Add parent argument to mutex_is_held

[PATCH V2] cpufreq: Remove architecture specific menu entries
 2014-11-15  3:20 UTC 

cron job: media_tree daily build: ERRORS
 2014-11-15  3:19 UTC 

[PATCH] crypto: aesni-intel - avoid IPsec re-ordering
 2014-11-15  3:15 UTC  (3+ messages)

[GIT PULL] ARM: mvebu: Fixes for v3.18
 2014-11-15  3:13 UTC  (5+ messages)

[PATCH v2] kernel: use the gnu89 standard explicitly
 2014-11-15  3:04 UTC  (3+ messages)

[rumpuserxen test] 31565: regressions - FAIL
 2014-11-15  3:03 UTC 

uclibc recipes in oe-core versioning & using upstream
 2014-11-15  3:02 UTC  (2+ messages)

[PATCH] Replace mentions of "list_struct" to "list_head"
 2014-11-15  2:59 UTC  (4+ messages)
` [RESUBMIT] "

Mismatch UUID
 2014-11-15  2:58 UTC  (6+ messages)

[PATCH] mac80211: skip legacy rate mask handling for VHT rates
 2014-11-15  2:48 UTC 

[PATCH v2] ARM: mvebu: re-enable SDHCI driver for Armada 38x SoC in v7 defconfig
 2014-11-15  2:48 UTC  (2+ messages)

[PATCH v3] ixgbe: Look up MAC address in Open Firmware or IDPROM
 2014-11-15  2:16 UTC 

frequent lockups in 3.18rc4
 2014-11-15  2:40 UTC  (7+ messages)

[PATCH v4] sched/numa: fix unsafe get_task_struct() in task_numa_assign()
 2014-11-15  2:38 UTC  (4+ messages)

intel email addresses bouncing
 2014-11-15  2:38 UTC 

simd: Allow simd use in kernel threads with softirqs disabled
 2014-11-15  2:28 UTC  (3+ messages)

[nightly] Distroless meta-ti/master minimal build 2014-11-14_21-01-10
 2014-11-15  2:08 UTC 

[PATCH] DTS: ARM: OMAP3-N900: Add n900-battery support
 2014-11-15  2:08 UTC 

tcp_mark_head_lost warning in Linux kernel 3.10
 2014-11-15  2:08 UTC  (4+ messages)

[PATCH 0/2] dma-debug: prevent early callers from crashing
 2014-11-15  2:02 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] gc: support temporarily preserving garbage
 2014-11-15  1:49 UTC  (3+ messages)

[U-Boot] Query on CONFIG_SYS_THUMB_BUILD
 2014-11-15  1:56 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/30] ARM: tegra: Add PCIe support
 2014-11-15  1:54 UTC  (4+ messages)
` [U-Boot] [PATCH v3 22/30] ARM: cache_v7: Various minor cleanups

(no subject)
 2014-11-15  1:49 UTC  (2+ messages)
` (unknown),

[PATCH] ARM: DTS: OMAP3-N900: add si4713 support
 2014-11-15  1:47 UTC 

vhost-user technical isssues
 2014-11-15  1:42 UTC  (5+ messages)

[PATCH 1/2] of: Add vendor prefix for NovaTech LLC
 2014-11-15  1:41 UTC  (7+ messages)
` [PATCH 2/2] ARM: dts: Add devicetree for NovaTech OrionLXm

[PATCH net 5/5] openvswitch: Validate IPv6 flow key and mask values
 2014-11-15  1:38 UTC 

[PATCH] timekeeping: Move persistent clock registration code from ARM to kernel
 2014-11-15  1:38 UTC  (15+ messages)

[PATCH net 4/5] openvswitch: Convert dp rcu read operation to locked operations
 2014-11-15  1:38 UTC 

[PATCH] ACPI / sleep: Drain outstanding events after disabling multiple GPEs
 2014-11-15  1:37 UTC  (2+ messages)

[PATCH net 3/5] openvswitch: Fix NDP flow mask validation
 2014-11-15  1:37 UTC 

[PATCH net 2/5] openvswitch: Fix checksum calculation when modifying ICMPv6 packets
 2014-11-15  1:37 UTC 

[PATCH net 1/5] openvswitch: Fix memory leak
 2014-11-15  1:37 UTC 

[PATCH] mmu_gather: move minimal range calculations into generic code
 2014-11-15  1:37 UTC  (2+ messages)

[GIT net] Open vSwitch
 2014-11-15  1:37 UTC 

[PATCH 1/3] tuners: si2157: Si2148 support
 2014-11-15  1:36 UTC  (4+ messages)

DMA alias quirk
 2014-11-15  1:27 UTC 

btrfs-progs: ARGV0_BUF_SIZE causes problems with tests
 2014-11-15  1:27 UTC 

[patch 00/16] genirq: Hierarchical irq domains and generic MSI interrupt code
 2014-11-15  1:26 UTC  (6+ messages)
` [patch 07/16] genirq: Introduce helper irq_domain_set_info() to reduce duplicated code

[PATCH 2/2] nfsd: implement chage_attr_type attribute
 2014-11-15  1:24 UTC  (11+ messages)

Request for help: what did I do wrong with idtentry?
 2014-11-15  1:21 UTC  (3+ messages)

[PATCH] backports: fix mconf compilation on Ubuntu
 2014-11-15  1:21 UTC  (10+ messages)

[PATCH v3 00/21] backports: add kernel integration support
 2014-11-15  1:20 UTC  (6+ messages)

[U-Boot] [Patch v2] driver/ddr/fsl: Add workaround for faulty SPD
 2014-11-15  1:17 UTC 

[PATCH 3/3] drm/i915/dsi: an example how to handle dual link for each port
 2014-11-15  1:15 UTC  (2+ messages)
` [PATCH 3/3] drm/i915/dsi: an example how to handle dual

[PATCH RFC] lib/librte_vhost: vhost-user
 2014-11-15  1:14 UTC 

i2c: omap: fix NACK and Arbitration Lost irq handling
 2014-11-15  1:12 UTC  (2+ messages)
  ` i2c: omap: fix "Too much work in one IRQ" "

[PATCH 0/8] Astrometa DVB USB support
 2014-11-15  1:07 UTC  (5+ messages)
` [PATCH 4/8] rtl28xxu: add support for Panasonic MN88472 slave demod

[V2 PATCH 3/4] scsi:stex.c Add reboot support
 2014-11-15  1:03 UTC  (3+ messages)

[PATCH v4 0/2] ath10k: testmode support
 2014-11-15  1:00 UTC  (6+ messages)

[PATCH 0/4] Bluetooth: More lockdep warning fixes with the help of RCU
 2014-11-15  0:55 UTC  (2+ messages)

[GIT PULL] Power Supply changes for 3.18-rc
 2014-11-15  0:54 UTC 

[PATCH v2 0/3] Bluetooth: Bluetooth: LE CoC fixes
 2014-11-15  0:51 UTC  (2+ messages)

[PATCH net-next] net: introduce SO_INCOMING_CPU
 2014-11-15  0:50 UTC  (17+ messages)

[Qemu-devel] [PATCH v2 0/4] raw-posix: Get rid of FIEMAP, and more
 2014-11-15  0:47 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 3/4] raw-posix: Fix try_seek_hole()'s handling of SEEK_DATA failure

[PATCH] Introduce a hook to run after formatting patches
 2014-11-15  0:47 UTC 

[PATCH] gpio-tz1090: fix error handling of irq_of_parse_and_map
 2014-11-15  0:44 UTC  (3+ messages)

[PATCH] x86, PCI: support mmio more than 44 bit on 32bit/PAE mode
 2014-11-15  0:39 UTC  (2+ messages)

[PATCH net] dcbnl : Disable software interrupts before taking dcb_lock
 2014-11-15  0:38 UTC 

Handling EBUSY for LE connections
 2014-11-15  0:35 UTC  (7+ messages)

[PATCH] serial: 8250_dw: Handle no_console_suspend when uart loses state
 2014-11-15  0:32 UTC  (2+ messages)

[PATCH 1/1 net-next] Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_user
 2014-11-15  0:31 UTC  (2+ messages)

[PATCH] difftool: honor --trust-exit-code for builtin tools
 2014-11-15  0:27 UTC 

[PATCH] PCI: Don't reject 64bit mmio on 32bit/PAE mode
 2014-11-15  0:26 UTC  (2+ messages)

[PATCH v4] Allow TTY tests to run under recent Mac OS
 2014-11-15  0:14 UTC  (3+ messages)

[PATCH 0/2] add progress indicator to btrfs-convert
 2014-11-15  0:09 UTC  (2+ messages)

Enhance KNI DPDK-app-side to be Multi-Producer/Consumer
 2014-11-15  0:04 UTC  (2+ messages)

[PATCH v2 0/2] Add support for the rockchip mmc clock phases using the framework
 2014-11-15  0:00 UTC  (3+ messages)
` [PATCH v2 1/2] clk: rockchip: add bindings for the mmc clock phases
` [PATCH v2 2/2] clk: rockchip: Add support for the mmc clock phases using the framework


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.