All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-19 12:50:01 to 2015-07-19 17:22:37 UTC [more...]

[PATCH 0/2] x86, microcode: __ref / __refdata cleanups
 2015-07-19 17:21 UTC  (3+ messages)
` [PATCH 1/2] x86, microcode: Drop bogus __refdata annotation of cpu notifier
` [PATCH 2/2] x86, microcode: Drop bogus __ref annotation of show_saved_mc()

[PATCH] fixup! sandbox: Update defconfig
 2015-07-19 17:16 UTC 

[Qemu-devel] [PATCH qemu] vfio_pci: Allow disabling quirks
 2015-07-19 17:15 UTC  (3+ messages)

[meta-raspberrypi][PATCH 0/6] Update packages
 2015-07-19 17:05 UTC  (2+ messages)

[meta-raspberrypi][PATCH 0/2] More package updates
 2015-07-19 17:04 UTC  (2+ messages)

[U-Boot] [ANN] git server, FTP server
 2015-07-19 16:59 UTC  (4+ messages)

pulpito slowness
 2015-07-19 16:56 UTC 

[PATCH 0/2] ACPI: __refdata cleanups
 2015-07-19 16:50 UTC  (3+ messages)
` [PATCH 1/2] ACPI / processor: remove bogus __refdata annotations
` [PATCH 2/2] ACPI / OSL: add comment for the __ref annotation of acpi_os_unmap_iomem()

Meld je nu aan voor meer info / Apply now for more info
 2015-07-19 16:42 UTC 

[PATCH v2] mmc: tmio: Fix timeout value for command request
 2015-07-19 16:39 UTC  (2+ messages)

[U-Boot] [PATCH] build: create time and date independent binary
 2015-07-19 16:39 UTC  (10+ messages)
` [U-Boot] [Reproducible-builds] "

[1/2] RTC: Add core rtc support for Gemini Soc devices
 2015-07-19 16:28 UTC  (8+ messages)
` [rtc-linux] "

[PATCH 0/5] x86: __ref / __refdata cleanup
 2015-07-19 16:22 UTC  (6+ messages)
` [PATCH 1/5] x86, ACPI: Get rid of the acpi_map_cpu() wrapper
` [PATCH 2/5] x86, apic: Drop bogus __refdata annotation of cpu notifier
` [PATCH 3/5] x86, cpuid: "
` [PATCH 4/5] x86, smpboot: Drop bogus __ref annotation from remove_cpu_from_maps()
` [PATCH 5/5] x86, topology: Drop bogus __ref annotations

[Cocci] Finding unstored return values with SmPL
 2015-07-19 16:21 UTC  (14+ messages)

[xen-unstable test] 59736: regressions - FAIL
 2015-07-19 16:17 UTC 

[PATCH] usb: gadget: mv_udc_core: fix phy_regs I/O memory leak
 2015-07-19 16:13 UTC 

[PATCH v6 00/45] Make git-am a builtin
 2015-07-19 16:10 UTC  (46+ messages)
` [PATCH v6 01/45] wrapper: implement xopen()
` [PATCH v6 02/45] wrapper: implement xfopen()
` [PATCH v6 03/45] builtin-am: implement skeletal builtin am
` [PATCH v6 04/45] builtin-am: implement patch queue mechanism
` [PATCH v6 05/45] builtin-am: split out mbox/maildir patches with git-mailsplit
` [PATCH v6 06/45] builtin-am: auto-detect mbox patches
` [PATCH v6 07/45] builtin-am: extract patch and commit info with git-mailinfo
` [PATCH v6 08/45] builtin-am: apply patch with git-apply
` [PATCH v6 09/45] builtin-am: implement committing applied patch
` [PATCH v6 10/45] builtin-am: refuse to apply patches if index is dirty
` [PATCH v6 11/45] builtin-am: implement --resolved/--continue
` [PATCH v6 12/45] builtin-am: don't parse mail when resuming
` [PATCH v6 13/45] builtin-am: implement --skip
` [PATCH v6 14/45] builtin-am: implement --abort
` [PATCH v6 15/45] builtin-am: reject patches when there's a session in progress
` [PATCH v6 16/45] builtin-am: implement -q/--quiet
` [PATCH v6 17/45] builtin-am: exit with user friendly message on failure
` [PATCH v6 18/45] builtin-am: implement -s/--signoff
` [PATCH v6 19/45] cache-tree: introduce write_index_as_tree()
` [PATCH v6 20/45] builtin-am: implement --3way, am.threeWay
` [PATCH v6 21/45] builtin-am: implement --rebasing mode
` [PATCH v6 22/45] builtin-am: bypass git-mailinfo when --rebasing
` [PATCH v6 23/45] builtin-am: handle stray state directory
` [PATCH v6 24/45] builtin-am: implement -u/--utf8
` [PATCH v6 25/45] builtin-am: implement -k/--keep, --keep-non-patch
` [PATCH v6 26/45] builtin-am: implement --[no-]message-id, am.messageid
` [PATCH v6 27/45] builtin-am: support --keep-cr, am.keepcr
` [PATCH v6 28/45] builtin-am: implement --[no-]scissors
` [PATCH v6 29/45] builtin-am: pass git-apply's options to git-apply
` [PATCH v6 30/45] builtin-am: implement --ignore-date
` [PATCH v6 31/45] builtin-am: implement --committer-date-is-author-date
` [PATCH v6 32/45] builtin-am: implement -S/--gpg-sign, commit.gpgsign
` [PATCH v6 33/45] builtin-am: invoke post-rewrite hook
` [PATCH v6 34/45] builtin-am: support automatic notes copying
` [PATCH v6 35/45] builtin-am: invoke applypatch-msg hook
` [PATCH v6 36/45] builtin-am: invoke pre-applypatch hook
` [PATCH v6 37/45] builtin-am: invoke post-applypatch hook
` [PATCH v6 38/45] builtin-am: rerere support
` [PATCH v6 39/45] builtin-am: support and auto-detect StGit patches
` [PATCH v6 40/45] builtin-am: support and auto-detect StGit series files
` [PATCH v6 41/45] builtin-am: support and auto-detect mercurial patches
` [PATCH v6 42/45] builtin-am: implement -i/--interactive
` [PATCH v6 43/45] builtin-am: implement legacy -b/--binary option
` [PATCH v6 44/45] builtin-am: check for valid committer ident
` [PATCH v6 45/45] builtin-am: remove redirection to git-am.sh

RFC: ed/toaster/misc
 2015-07-19 16:12 UTC 

[qemu-mainline test] 59726: regressions - trouble: broken/fail/pass
 2015-07-19 16:10 UTC 

[Documentation] Hardware recommandation : RAM and PGLog
 2015-07-19 16:07 UTC 

CloudNetEngine vSwitch technical preview is available!
 2015-07-19 16:08 UTC 

RFC: Immediate data support for SRP
 2015-07-19 16:07 UTC  (2+ messages)

[PATCH] VT-d: add iommu=igfx_off option to workaround graphics issues
 2015-07-19 15:53 UTC  (2+ messages)

[PATCH v3 00/12] Improve git-am test coverage
 2015-07-19 15:49 UTC  (13+ messages)
` [PATCH v3 01/12] t4150: am.messageid really adds the message id
` [PATCH v3 02/12] t4150: am fails if index is dirty
` [PATCH v3 03/12] t4151: am --abort will keep dirty index intact
` [PATCH v3 04/12] t4150: am refuses patches when paused
` [PATCH v3 05/12] t4150: am --resolved fails if index has no changes
` [PATCH v3 06/12] t4150: am --resolved fails if index has unmerged entries
` [PATCH v3 07/12] t4150: am with applypatch-msg hook
` [PATCH v3 08/12] t4150: am with pre-applypatch hook
` [PATCH v3 09/12] t4150: am with post-applypatch hook
` [PATCH v3 10/12] t4150: tests for am --[no-]scissors
` [PATCH v3 11/12] t3418: non-interactive rebase --continue with rerere enabled
` [PATCH v3 12/12] t3901: test git-am encoding conversion

Dear User *Re-validate your account*
 2015-07-19 15:07 UTC 

[FEATURE][PATCH 0/2] reiser4: Auto-punching holes on commit
 2015-07-19 15:42 UTC 

Beaglebone audio card problem diagnosis?
 2015-07-19 15:40 UTC 

[PATCH] ALSA: hda - Add headset mic support for Acer Aspire V5-573G
 2015-07-19 15:39 UTC 

[PATCH v3] jhash: Deinline jhash and jhash2
 2015-07-19 15:36 UTC 

[PATCH 0/2] iio: temperature: add mcp98xx driver support
 2015-07-19 15:35 UTC  (6+ messages)

[PATCH BLUEZ 0/4] Modify Health profile signals for ObjectManager
 2015-07-19 15:31 UTC  (5+ messages)
` [PATCH BLUEZ 1/4] doc/health-api: Add Connected property to HealthChannel
` [PATCH BLUEZ 2/4] profiles/health: Implement connected property in HealthChannel
` [PATCH BLUEZ 3/4] doc/health-api: Remove ChannelConnected and ChannelDeleted signals
` [PATCH BLUEZ 4/4] profiles/health: Remove HealthDevice signals

[PATCH 2/2] reiser4: Improve truncate (->setattr)
 2015-07-19 15:30 UTC 

[PATCH 1/2] reiser4: Auto-punching holes: basic stuff
 2015-07-19 15:29 UTC 

[PATCH] iommu-common: Do not use 64 bit constant 0xffffffffffffffffl for computing align_mask
 2015-07-19 15:27 UTC  (2+ messages)

[PATCH] drm/fbdev: Return -EBUSY when oopsing
 2015-07-19 15:19 UTC  (2+ messages)

IIO : Clarifying review tags
 2015-07-19 15:19 UTC 

[PATCH 0/3] Fixes for gapped scatters
 2015-07-19 15:18 UTC  (6+ messages)
` [PATCH 3/3] block: Refuse adding appending a gapped integrity page to a bio

[PATCH] drm/fbdev: Return -EBUSY when oopsing
 2015-07-19 15:16 UTC  (2+ messages)

[PATCH v2] jhash: Deinline jhash, jhash2 and __jhash_nwords
 2015-07-19 15:14 UTC  (4+ messages)

Raid5 fails to assemble automatically
 2015-07-19 15:09 UTC  (2+ messages)

[PATCH 0/7] brcmfmac: nvram loading and code rework
 2015-07-19 15:05 UTC  (2+ messages)

[PATCH 3/3] ia64, palinfo: Remove bogus __refdata annotation
 2015-07-19 15:05 UTC 

[PATCH 2/3] ia64, topology: Remove bogus __ref annotations
 2015-07-19 15:05 UTC 

[PATCH 1/3] ACPI / ia64: Get rid of the acpi_map_cpu() wrapper
 2015-07-19 15:05 UTC 

[PATCH 0/3] ia64: Remove unneeded __ref / __refdata annotations
 2015-07-19 15:05 UTC 

[Qemu-devel] [RFC PATCH qemu v3 0/4] vfio: SPAPR IOMMU v2 (memory preregistration support)
 2015-07-19 15:04 UTC  (8+ messages)
` [Qemu-devel] [RFC PATCH qemu v3 4/4] vfio: spapr: Add SPAPR IOMMU v2 support (DMA memory preregistering)

[Qemu-devel] [PATCH v3] qxl: allow to specify head limit to qxl driver
 2015-07-19 15:01 UTC  (5+ messages)
      ` [Qemu-devel] [Spice-devel] "

[PATCH 0/1] device: Some devices send HSP UUIDs in the wrong order
 2015-07-19 14:57 UTC  (3+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] "

[PATCH] Do not reserve crashkernel high memory if crashkernel low memory reserving failed
 2015-07-19 14:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] iio: TSYS01, TSYS02D, HTU21, MS5637, MS8607 Measurement Specialties driver development
 2015-07-19 14:44 UTC  (4+ messages)

[PATCH] ASoC: cs4349: Fix setting digital interface format
 2015-07-19 14:42 UTC 

[PATCH v4 1/1] V4L2: platform: Add Renesas R-Car JPEG codec driver
 2015-07-19 14:40 UTC  (4+ messages)

patch for udp_sendmsg
 2015-07-19 14:38 UTC 

[U-Boot] [PATCH 1/3] stm32f429: pass the device unique ID in DTB
 2015-07-19 14:19 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] stm32f4: add cpu clock option for 180 MHz
` [U-Boot] [PATCH 3/3] stm32f429: use 180 MHz system clock

[PATCH v2 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-07-19 14:19 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: arm: Fix NULL pointer dereference if KVM is used "

[Qemu-devel] vhost-user memory regions
 2015-07-19 14:04 UTC  (3+ messages)

[PATCH v4] tools: iio: Send error messages to stderr
 2015-07-19 14:04 UTC  (2+ messages)

[PATCH 0/3] tools: iio: Fix style issues
 2015-07-19 14:03 UTC  (10+ messages)
` [PATCH 1/3] tools: iio: Remove explicit NULL comparison
` [PATCH 2/3] tools: iio: Remove unnecessary braces
` [PATCH 3/3] tools: iio: Add ARRAY_SIZE macro

[PATCH 0/9] gpiolib: Add GPIO name support
 2015-07-19 14:01 UTC  (5+ messages)
` [PATCH 3/9] gpio: Allow hogged gpios to be requested

[PATCH] ARM: dts: sun4i: Add Iteaduino Plus A10
 2015-07-19 13:45 UTC  (3+ messages)

[PATCH v2 0/5] stk3310 fixes and cleanup
 2015-07-19 13:58 UTC  (9+ messages)
` [PATCH v2 1/5] iio:light:stk3310: move device register to end of probe
` [PATCH v2 2/5] iio:light:stk3310: make endianness independent of host
` [PATCH v2 3/5] iio:light:stk3310: add more error handling
` [PATCH v2 4/5] iio:light:stk3310: use correct names and type for state

[linux-3.18 test] 59734: regressions - FAIL
 2015-07-19 13:56 UTC 

[PATCH v4 0/8] iio:mma8452: improve driver and support more chips
 2015-07-19 13:47 UTC  (12+ messages)
` [PATCH 1/8] iio: mma8452: refactor for seperating chip specific data
` [PATCH 2/8] iio: mma8452: add support for MMA8453Q accelerometer chip
` [PATCH 3/8] iio: mma8452: add freefall / motion interrupt source
` [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

[PATCH v2] mesa-demos: Fix building demos which require GLU
 2015-07-19 13:44 UTC  (6+ messages)

[PATCH v4 0/5] perf tools: Add 'perf-config' command
 2015-07-19 13:39 UTC  (2+ messages)

[Qemu-devel] Qemu-devel Digest, Vol 148, Issue 729
 2015-07-19 13:36 UTC 

[Buildroot] [PATCH v7 1/1] Added linux drivers backports project
 2015-07-19 13:36 UTC  (3+ messages)

[PATCH v9 00/22] tracing: 'hist' triggers
 2015-07-19 13:31 UTC  (5+ messages)
` [PATCH v9 14/22] tracing: Add hist trigger 'hex' modifier for displaying numeric fields
` [PATCH v9 20/22] tracing: Remove restriction on string position in hist trigger keys

[BUG] [PATCH] iio: mma8452: use iio event type IIO_EV_TYPE_MAG
 2015-07-19 13:33 UTC  (2+ messages)

[Intel-wired-lan] [PATCH 1/2] e1000e: Fix tight loop implementation of systime read algorithm
 2015-07-19 13:33 UTC  (2+ messages)
` [Intel-wired-lan] [PATCH 2/2] e1000e: Increase driver version number

ALPS DualPoint double click bug
 2015-07-19 13:29 UTC 

[PATCH v3] iio: light: Add support for TXC PA12 als and proximity sensor
 2015-07-19 13:28 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v2 1/2] batman-adv: Fix conditional statements indentation
 2015-07-19 13:28 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH v2 2/2] batman-adv: Avoid crashing kernel with multicast asserts

[linux-3.4 test] 59735: regressions - FAIL
 2015-07-19 13:17 UTC 

[PATCH v3 0/2] iio: light: add support for TI's opt3001 light sensor
 2015-07-19 13:17 UTC  (10+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] iio: light: opt3001: Add device tree binding documentation

[Buildroot] [PATCHv2] core/pkg-generic: host variants inherits target's override-srcdir
 2015-07-19 13:15 UTC 

[PATCHv2 2/2] iio: dht11: Use new function ktime_get_resolution_ns()
 2015-07-19 13:10 UTC  (9+ messages)
` [PATCHv3 1/4] iio: dht11: whitespace changes to make checkpatch.pl --strict happy
  ` [PATCHv3 2/4] iio: dht11: add comment "
  ` [PATCHv3 3/4] iio: dht11: avoid multiple assignments "
  ` [PATCHv3 4/4] iio: dht11: Use new function ktime_get_resolution_ns()

[Buildroot] [PATCH v2 3/3] qt5quick1, qt5script, qt5webkit: tag as legacy compatibility
 2015-07-19 13:02 UTC  (4+ messages)
` [Buildroot] [PATCH v3 1/5] qt5: bump version to 5.5.0
  ` [Buildroot] [PATCH v3 4/5] qt5webengine: new package

[PATCH] iio: mcp320x: Fix NULL pointer dereference
 2015-07-19 13:00 UTC  (4+ messages)

[PATCH] hid_sensor_magn_3d: Fix scale for rotation from north channels
 2015-07-19 12:57 UTC  (2+ messages)

[Buildroot] [PATCH] uboot: mark Freescale i.MX28 specific formats as such
 2015-07-19 12:50 UTC  (2+ messages)

[Buildroot] [git commit] uboot: mark Freescale i.MX28 specific formats as such
 2015-07-19 12:50 UTC 


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.