All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-01 07:10:40 to 2016-07-01 08:30:00 UTC [more...]

[PATCH 1/2] x86/amd_nb: Return negative value when no northbridges
 2016-07-01  7:40 UTC  (2+ messages)
` [tip:x86/urgent] x86/amd_nb: Fix boot crash on non-AMD systems

[Qemu-devel] [PATCH 1/2] hw/misc: fix Aspeed SCU hw-strap2 property
 2016-07-01  8:28 UTC  (5+ messages)

[Buildroot] no device wlan0 for wifi on rasp3 linux system from raspberrypi3_defconfig
 2016-07-01  8:28 UTC 

[PATCH] usb: host: Allow EHCI_OMAP to be built-in when USB_GADGET is 'm'
 2016-07-01  8:28 UTC  (10+ messages)

[PATCH v2 00/15] lirc_dev fixes and beautification
 2016-07-01  8:01 UTC  (13+ messages)
` [PATCH v2 01/15] [media] lirc_dev: place buffer allocation on separate function
` [PATCH v2 02/15] [media] lirc_dev: allow bufferless driver registration
` [PATCH v2 03/15] [media] lirc_dev: remove unnecessary debug prints
` [PATCH v2 04/15] [media] lirc_dev: replace printk with pr_* or dev_*
` [PATCH v2 05/15] [media] lirc_dev: simplify goto paths
` [PATCH v2 06/15] [media] lirc_dev: do not use goto to create loops
` [PATCH v2 07/15] [media] lirc_dev: simplify if statement in lirc_add_to_buf
` [PATCH v2 08/15] [media] lirc_dev: remove double if ... else statement
` [PATCH v2 10/15] [media] lirc_dev: remove CONFIG_COMPAT precompiler check
` [PATCH v2 13/15] [media] lirc_dev: extremely trivial comment style fix
` [PATCH v2 14/15] [media] lirc_dev: fix potential segfault
` [PATCH v2 15/15] [media] include: lirc: add LIRC_GET_LENGTH command

[PATCH] cec: use same build config mode as MEDIA_SUPPORT
 2016-07-01  8:26 UTC 

git-credentials-store.exe crash
 2016-07-01  8:19 UTC  (11+ messages)
  ` [PATCH 0/5] consistent setup code for external commands
    ` [PATCH 1/5] add an extra level of indirection to main()
    ` [PATCH 2/5] common-main: call git_extract_argv0_path()

[PATCH v2 3/3] drivers core: allow id match override when manually binding driver
 2016-07-01  8:25 UTC  (11+ messages)

[PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property
 2016-07-01  8:17 UTC  (5+ messages)

[PATCH] Introduce rb_replace_node_rcu()
 2016-07-01  8:14 UTC  (4+ messages)

[RFC 0/4] sched/fair: Rebalance tasks based on affinity
 2016-07-01  8:24 UTC  (5+ messages)
` [PATCH 3/4] sched/fair: Add REBALANCE_AFFINITY rebalancing code

[PATCH v1 00/11] KVM: x86: break the xAPIC barrier
 2016-07-01  8:24 UTC  (9+ messages)
` [PATCH v1 02/11] KVM: x86: add kvm_apic_map_get_dest_lapic
` [PATCH v1 03/11] KVM: x86: dynamic kvm_apic_map
` [PATCH v1 04/11] KVM: x86: use u16 for logical VCPU mask in lapic
` [PATCH v1 10/11] KVM: x86: add KVM_CAP_X2APIC_API

[PATCH] ipv6: Fix soft lockup for ipv6 network notifier
 2016-07-01  8:23 UTC  (4+ messages)

[PATCH -v2 0/2] printk.kmsg: Ratelimit it by default
 2016-07-01  8:22 UTC  (3+ messages)
` [PATCH -v2 1/2] ratelimit: Extend to print suppressed messages on release

[PATCH 1/4] spi: Add option to wake a device by toggling CS
 2016-07-01  8:21 UTC  (5+ messages)

[meta-filesystems][master][PATCH] sshfs-fuse: update to 2.8
 2016-07-01  8:20 UTC  (2+ messages)

[PATCH perf/core v13 00/15] perf-probe --cache and SDT support
 2016-07-01  8:05 UTC  (16+ messages)
` [PATCH perf/core v13 01/15] perf probe: Use cache entry if possible
` [PATCH perf/core v13 02/15] perf probe: Show all cached probes
` [PATCH perf/core v13 03/15] perf probe: Remove caches when --cache is given
` [PATCH perf/core v13 04/15] perf/sdt: ELF support for SDT
` [PATCH perf/core v13 05/15] perf probe: Add group name support
` [PATCH perf/core v13 06/15] perf buildid-cache: Scan and import user SDT events to probe cache
` [PATCH perf/core v13 07/15] perf probe: Accept %sdt and %cached event name
` [PATCH perf/core v13 08/15] perf-probe: Make --list shows only available cached events
` [PATCH perf/core v13 09/15] perf: probe-cache: Add for_each_probe_cache_entry() wrapper
` [PATCH perf/core v13 10/15] perf probe: Allow wildcard for cached events
` [PATCH perf/core v13 11/15] perf probe: Search SDT/cached event from all probe caches
` [PATCH perf/core v13 12/15] perf probe: Support @BUILDID or @FILE suffix for SDT events
` [PATCH perf/core v13 13/15] perf probe: Support a special SDT probe format
` [PATCH perf/core v13 14/15] perf build: Add sdt feature detection
` [PATCH perf/core v13 15/15] perf-test: Add a test case for SDT event

[PATCH 1/2] drm/i915/ringbuffer: Move all generic engine->dispatch_batchbuffer together
 2016-07-01  8:18 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/ringbuffer: Move all default irq vfuncs init to a separate func

[PATCH v4 0/2] mempool: add stack mempool handler
 2016-07-01  8:18 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] test: migrate custom handler test to stack handler
  ` [PATCH v6 0/2] mempool: add stack mempool handler
    ` [PATCH v6 1/2] mempool: add stack (lifo) "
    ` [PATCH v6 2/2] test: migrate custom handler test to stack handler

[RFC 00/12] lockdep: Implement crossrelease feature
 2016-07-01  8:10 UTC  (5+ messages)
` [RFC 08/12] lockdep: Apply crossrelease to PG_locked lock

[PATCH] x86: rename "WESTMERE2" family to "NEHALEM_G"
 2016-07-01  8:09 UTC  (2+ messages)
` [tip:x86/cpu] x86/cpu: Rename "

Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue
 2016-07-01  8:16 UTC  (6+ messages)

[Buildroot] [PATCH] lttng-babeltrace: fix build with standalone gettext
 2016-07-01  8:15 UTC  (2+ messages)

[PATCH] [linux-next] Doc: x86: Fix typo in x86
 2016-07-01  8:12 UTC  (2+ messages)
` [tip:x86/urgent] x86/Documentation: Fix various typos in Documentation/x86/ files

[PATCH] kref: prefer atomic_inc_not_zero to atomic_add_unless
 2016-07-01  7:08 UTC  (6+ messages)
      ` Patch for drm-next WAS "

[PATCH v2 0/3] pwm: lpc32xx: Add support to control PWM_PIN_LEVEL bit
 2016-07-01  8:13 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] fix numa node mapping for hotplugged CPUs
 2016-07-01  8:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/4] acpi: provide _PXM method for CPU devices if QEMU is started numa enabled

[Qemu-devel] [PATCH v2] spec/qcow2: bitmaps: zero bitmap table offset
 2016-07-01  8:12 UTC  (5+ messages)

[PATCH] kasan/quarantine: fix NULL pointer dereference bug
 2016-07-01  8:11 UTC  (3+ messages)

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2016-07-01_03-27-09
 2016-07-01  8:10 UTC 

[PATCH 0/3] Add R8A7792/Blanche PFC support
 2016-07-01  8:10 UTC  (8+ messages)
` [PATCH 1/3] ARM: dts: r8a7792: add "
` [PATCH 2/3] ARM: dts: blanche: add SCIF0/3 pins

[PATCH v2] libfc: sanity check cpu number extracted from xid
 2016-07-01  8:09 UTC  (2+ messages)

[PATCH 1/2] cxl: Fix bug where AFU disable operation had no effect
 2016-07-01  8:09 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/7] PCI: Add support for enforcing all MMIO BARs not to share PAGE_SIZE
 2016-07-01  6:35 UTC  (4+ messages)
` [PATCH v3 3/7] PCI: Do not disable memory decoding in pci_reassigndev_resource_alignment()

[PATCH v4] cpuidle: Fix last_residency division
 2016-07-01  8:06 UTC  (4+ messages)

[PATCH] regulator: pwm: Fix regulator ramp delay for continuous mode
 2016-07-01  8:06 UTC  (2+ messages)

[PATCH] Makefile: drop extra dependencies for test helpers
 2016-07-01  7:59 UTC  (2+ messages)
` [PATCH] Makefile: use VCSSVN_LIB to refer to svn library

[krogoth][wic][PATCH] wic: rawcopy: make source filenames unique
 2016-07-01  8:05 UTC 

[PATCH] mk: fix acl library static linking
 2016-07-01  8:05 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2] Add Renesas R8A7792 PFC support
 2016-07-01  8:04 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: sh-pfc: fix overly long lines
` [PATCH 2/2] pinctrl: sh-pfc: add R8A7792 PFC support

tcp md5: one more crypto-sg-on-the-stack instance
 2016-07-01  8:03 UTC  (4+ messages)
` [PATCH net-next] tcp: md5: do not use stack storage in crypto operations
  ` [PATCH v2 net-next] tcp: md5: use kmalloc() backed scratch areas

[PATCH] ixgbe: fix compilation when offload flags disabled
 2016-07-01  8:02 UTC  (2+ messages)
` [PATCH v2] net/ixgbe: "

[PATCH] vm-event: MAINTAINERS fix
 2016-07-01  8:02 UTC  (5+ messages)

[RFC] drm/i915/chv: Clip cursor for CHV pipe C HW Cursor pos < 0
 2016-07-01  8:00 UTC  (3+ messages)
` [RFC v2] "

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Fix speedy join in gateway client mode
 2016-07-01  8:00 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Use broadcast as fallback for gateway replies

[Buildroot] Patchwork cleanup week #24
 2016-07-01  7:59 UTC  (4+ messages)

[PATCH v2 00/17] Xen ARM DomU ACPI support
 2016-07-01  7:58 UTC  (10+ messages)
` [PATCH v2 11/17] libxl/arm: Construct ACPI DSDT table

[PATCH v4] x86/cpuid: AVX-512 Feature Detection
 2016-07-01  7:56 UTC  (2+ messages)

[patch] crypto: sha256-mb - cleanup a || vs | typo
 2016-07-01  7:55 UTC  (5+ messages)

[PATCH 0/8] x86/vm-event: Adjustments & fixes
 2016-07-01  7:54 UTC  (10+ messages)
` [PATCH 1/8] x86/vm-event: proper vCPU-paused checks at resume
` [PATCH 3/8] x86/vm-event/monitor: relocate code-motion more appropriately
` [PATCH 8/8] minor #include change

[PATCH 0/5] Implement bitlock map allocator
 2016-07-01  7:53 UTC  (5+ messages)
` [PATCH 1/5] lockdep: "

[PATCH v2 3/3] ASoC: Intel: Skylake: Increase loglevel of debug messages
 2016-07-01  7:50 UTC  (6+ messages)
` [REPOST REPOST PATCH v3 0/3] ASoC: Reduce audio related kernel spew

[x86/KASLR] ed9f007ee6: -- System halted
 2016-07-01  7:50 UTC  (3+ messages)

building brcmfmac driver for iMX6 Ultralite platform
 2016-07-01  7:49 UTC  (2+ messages)

Regular deadlocks
 2016-07-01  7:48 UTC  (9+ messages)

[PATCH 0/3] Expose new mmc caps to DT
 2016-07-01  7:45 UTC  (4+ messages)
` [PATCH 1/3] mmc: core: Allow hosts to specify non-support for MMC commands
` [PATCH 2/3] mmc: core: expose MMC_CAP2_NO_* to dt
` [PATCH 3/3] Documentation: mmc: add description for new no-sd* and no-mmc

[PATCH v2] Thermal regulation for Orange Pi PC and Orange Pi One
 2016-07-01  7:47 UTC  (9+ messages)
` [PATCH v2 06/14] ARM: sun8i: clk: Add clk-factor rate application method

[RFC PATCH 0/2] net: ethernet: Add support for gmii2rgmii converter
 2016-07-01  7:45 UTC  (3+ messages)
` [RFC PATCH 2/2] net: macb: Add gmii2rgmii phy converter support

[PATCH 2/2] x86/amd_nb: Cleanup init path
 2016-07-01  7:46 UTC  (2+ messages)
` [tip:x86/cpu] x86/amd_nb: Clean up "

[PATCH v20 00/14] arm64 kexec kernel patches
 2016-07-01  7:45 UTC  (7+ messages)
` [PATCH v20 13/14] arm64: kdump: update a kernel doc

[PATCH 0/8] x86/time: improve cross-CPU clock monotonicity (and more)
 2016-07-01  7:44 UTC  (2+ messages)
` Ping: "

[Qemu-devel] [Bug 1598029] [NEW] failed to boot a customized kernel if emulating Broadwell/Skylake
 2016-07-01  7:34 UTC 

Audit, lxc containers and logged paths
 2016-07-01  7:40 UTC  (3+ messages)

[PATCH] block: fix use-after-free in sys_ioprio_get()
 2016-07-01  7:39 UTC 

[PATCHv4 0/2] USB Type-C Connector class
 2016-07-01  7:38 UTC  (6+ messages)
` [PATCHv4 1/2] usb: USB Type-C connector class

Patchwork upgrade tonight
 2016-07-01  7:37 UTC  (3+ messages)
` [oe] "

bug report - bluetoothctl ble connection
 2016-07-01  7:37 UTC  (4+ messages)

[RFC] [PATCH 0/3] media: an attempt to refresh omap1_camera driver
 2016-07-01  7:37 UTC  (4+ messages)

[PATCH 0/2] arm64: dts: rockchip: Support PMU for rk3399 SoCs
 2016-07-01  7:36 UTC  (7+ messages)
` [PATCH 1/2] arm64: dts: rockchip: change all interrupts cells for 4 on "
` [PATCH 2/2] arm64: dts: rockchip: support the pmu node for rk3399

[PATCH] vhost: fix segfault on bad descriptor address
 2016-07-01  7:35 UTC  (2+ messages)

[PATCH] net: mvneta: fix open() error cleanup
 2016-07-01  7:34 UTC  (2+ messages)

[libvirt test] 96491: tolerable FAIL - PUSHED
 2016-07-01  7:32 UTC 

[PATCH] btrfs: check truncate can update file size correctly when truncate fails
 2016-07-01  7:32 UTC  (7+ messages)
` [PATCH v2] geceric/362: "

[RFC PATCH 00/24] Make Nokia N900 cameras working
 2016-07-01  7:31 UTC  (6+ messages)
    ` Nokia N900 cameras -- pipeline setup in python (was Re: [RFC PATCH 00/24] Make Nokia N900 cameras working)
          ` square-only image on Nokia N900 camera "

[B.A.T.M.A.N.] [RFC 1/2] batman-adv: Fix speedy join in gateway client mode
 2016-07-01  7:30 UTC  (3+ messages)
` [B.A.T.M.A.N.] [RFC 2/2] batman-adv: Use broadcast as fallback for gateway replies

[ath9k-devel] What is the expected throughput of ath9k with 20Mhz channel bandwidth?
 2016-07-01  7:29 UTC  (5+ messages)

[git pull] clk: renesas: Updates for v4.8 (take two)
 2016-07-01  7:09 UTC  (5+ messages)

[PATCH 1/1] sound/usb: Add Asus Xonar U7 Mixer - input support
 2016-07-01  7:30 UTC  (3+ messages)

[nightly] RT Core TISDK (krogoth/2.1) 2016.05 build 2016-06-30_16-40-42
 2016-07-01  7:27 UTC 

[Buildroot] [PATCH v3 1/5] package/efl: switch to luajit support
 2016-07-01  7:26 UTC  (5+ messages)
` [Buildroot] [PATCH v3 5/5] package/enlightenment: bump to 0.20.9

[PATCH 00/38] i.MX5/6 Video Capture
 2016-07-01  7:24 UTC  (6+ messages)
` [PATCH 28/38] v4l: Add signal lock status to source change events

[U-Boot] Missing maintainers
 2016-07-01  7:25 UTC  (2+ messages)
` [U-Boot] Missing maintainers[Involving remittance information, please pay attention to the safety of property]

automatic interrupt affinity for MSI/MSI-X capable devices V2
 2016-07-01  7:25 UTC  (6+ messages)
` [PATCH 06/13] irq: add a helper spread an affinity mask for MSI/MSI-X vectors

[PATCH 1/1] drm/i915: gracefully reject mmap of huge tiled objects
 2016-07-01  7:25 UTC  (2+ messages)

Assembly of RAID6 with 48 disk fails
 2016-07-01  7:24 UTC  (3+ messages)

[PATCH 0/6] enable sysfs for lightnvm
 2016-07-01  7:20 UTC  (5+ messages)
` [PATCH 5/6] lightnvm: expose device geometry through sysfs

[PATCH][RT] x86: Fix an RT MCE crash
 2016-07-01  7:20 UTC  (11+ messages)

[PATCH 0/3 v2] ALSA: ctl: add dimension information validator
 2016-07-01  7:19 UTC  (3+ messages)
` [PATCH 2/3] ALSA: control: add dimension validator for userspace element

[PATCH v3] xsm: add a default policy to .init.data
 2016-07-01  7:19 UTC  (5+ messages)

[benjamin.gaignard:sti-drm-next-2016-06-30 4/4] drivers/gpu/drm/sti/sti_hdmi.c:478:41: error: 'struct sti_hdmi' has no member named 'audio'
 2016-07-01  7:19 UTC  (2+ messages)

[PATCH] cmdline: fix unchecked return value
 2016-07-01  7:19 UTC  (4+ messages)

[RFC PATCHv1 0/4] Push options in C Git
 2016-07-01  7:14 UTC  (4+ messages)
` [PATCH 1/4] push options: {pre,post}-receive hook learns about push options

[QUEUED v20160630 0/4] stm class/intel_th: Updates for char-misc-next
 2016-07-01  7:10 UTC  (9+ messages)
` [QUEUED v20160630 1/4] stm class: Add runtime power management handling
` [QUEUED v20160630 3/4] intel_th: gth: Fix a source comment

[U-Boot] Brotli Compression to Fit Image/bzImage
 2016-07-01  7:13 UTC 

[Qemu-devel] [PATCH 0/4] ppc: fixes for large page and VRMA support
 2016-07-01  7:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] ppc: simplify ppc_hash64_hpte_page_shift_noslb()
` [Qemu-devel] [PATCH 2/4] ppc: fix large page support
` [Qemu-devel] [PATCH 3/4] ppc: simplify ppc_hash64_pteg_search()
` [Qemu-devel] [PATCH 4/4] ppc: fix VRMA support


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.