All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-25 06:09:05 to 2015-07-25 09:13:03 UTC [more...]

[PATCH] e1000e: Move e1000e_disable_aspm_locked() inside CONFIG_PM
 2015-07-25  9:12 UTC  (6+ messages)
        ` [Intel-wired-lan] "

[RESEND PATCH 0/6] This series adds SMP support for the MediaTek MT6580
 2015-07-25  9:13 UTC  (7+ messages)
  ` [RESEND PATCH 2/6] soc: Mediatek: Add SCPSYS CPU power domain driver

[PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic
 2015-07-25  9:11 UTC  (4+ messages)

[PATCH v4 0/3] x86: modify_ldt improvement, test, and config option
 2015-07-25  9:03 UTC  (13+ messages)
` [PATCH v4 1/3] x86/ldt: Make modify_ldt synchronous
` [PATCH v4 2/3] x86/ldt: Make modify_ldt optional

Inappropriate ioctl for device
 2015-07-25  8:56 UTC 

[PATCH] powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash
 2015-07-25  8:59 UTC  (3+ messages)

linux 4.2-rc1 broken Nokia N900
 2015-07-25  8:55 UTC  (4+ messages)

[Buildroot] [PATCH] can-utils: bump version
 2015-07-25  8:53 UTC 

AW: Aufmerksamkeit!
 2015-07-25  8:49 UTC 

AW: Aufmerksamkeit!
 2015-07-25  8:45 UTC 

[PATCH iproute2] xfrm: remove duplicated include
 2015-07-25  8:44 UTC 

[PATCH 0/3] x86_64: Make int3 non-magical
 2015-07-25  8:39 UTC  (10+ messages)
` [PATCH 1/3] x86/entry/64: Refactor IRQ stacks and make then NMI-safe

[PATCH v3 0/3] x86: modify_ldt improvement, test, and config option
 2015-07-25  8:37 UTC  (6+ messages)
` [PATCH v3 1/3] x86/ldt: Make modify_ldt synchronous

[PATCH v5 00/19] Per-device MSI domain & platform MSI
 2015-07-25  8:25 UTC  (16+ messages)
` [PATCH v5 01/19] genirq: irqdomain: Allow irq domain aliasing
` [PATCH v5 02/19] PCI: MSI: Register irq domain with specific token
` [PATCH v5 03/19] device core: Introduce per-device MSI domain pointer
` [PATCH v5 04/19] PCI/MSI: Add hooks to populate the msi_domain field
` [PATCH v5 07/19] PCI/MSI: Let pci_msi_get_domain use struct device's msi_domain

[PATCH] MAINTAINERS: stable backports should be requested on xen-devel
 2015-07-25  8:25 UTC 

[xen-unstable test] 59833: regressions - FAIL
 2015-07-25  8:24 UTC 

Upgrade path to bcachefs
 2015-07-25  8:15 UTC 

Free Gift
 2015-07-25  5:00 UTC 

[U-Boot] [PATCH v2 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-07-25  8:11 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] doc: dfu: tftp: README entry for TFTP extension of DFU
` [U-Boot] [PATCH v2 2/9] net: tftp: Move tftp.h file from ./net to ./include/net
` [U-Boot] [PATCH v2 3/9] tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FLASH is set
` [U-Boot] [PATCH v2 4/9] dfu: tftp: update: Provide tftp support for the DFU subsystem
` [U-Boot] [PATCH v2 5/9] dfu: tftp: update: Add dfu_write_from_mem_addr() function
` [U-Boot] [PATCH v2 6/9] update: tftp: dfu: Extend update_tftp() function to support DFU
` [U-Boot] [PATCH v2 7/9] dfu: command: Extend "dfu" command to handle receiving data via TFTP
` [U-Boot] [PATCH v2 8/9] config: bbb: Configs necessary for running update via TFTP on Beagle Bone Black
` [U-Boot] [PATCH v2 9/9] dfu:tests: Modify dfu_gadget_test.sh to accept USB device major:minor number

[qemu-mainline test] 59877: regressions - FAIL
 2015-07-25  8:08 UTC 

[RFC v5 00/26] Re-use nvram module
 2015-07-25  7:46 UTC  (83+ messages)
` [RFC v5 01/26] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC v5 02/26] char/nvram: Use bitwise OR to obtain Atari video mode data
` [RFC v5 03/26] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [RFC v5 04/26] m68k/atari: Replace nvram_{read,write}_byte with arch_nvram_ops
  ` [RFC v5 04/26] m68k/atari: Replace nvram_{read, write}_byte "
` [RFC v5 05/26] char/nvram: Re-order functions to remove forward declarations and #ifdefs
` [RFC v5 06/26] char/nvram: Adopt arch_nvram_ops
` [RFC v5 07/26] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v5 08/26] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [RFC v5 09/26] char/nvram: Implement NVRAM read/write methods
` [RFC v5 10/26] char/nvram: Use generic fixed_size_llseek()
` [RFC v5 11/26] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v5 12/26] char/nvram: Add "devname:nvram" module alias
` [RFC v5 13/26] powerpc: Cleanup nvram includes
` [RFC v5 14/26] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC v5 15/26] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC v5 16/26] powerpc: Implement nvram sync ioctl
` [RFC v5 17/26] powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 and CONFIG_PPC_PMAC and CONFIG_NVRAM
  ` [RFC v5 17/26] powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 and CONFIG_PPC_PMAC
` [RFC v5 18/26] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
  ` [RFC v5 18/26] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_wri
` [RFC v5 19/26] nvram: Drop nvram_* symbol exports and prototypes
` [RFC v5 20/26] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v5 21/26] char/generic_nvram: Remove as unused
` [RFC v5 22/26] powerpc: Adopt nvram module for PPC64
` [RFC v5 23/26] m68k/mac: Adopt naming and calling conventions for PRAM routines
` [RFC v5 24/26] m68k/mac: Use macros for RTC accesses not magic numbers
` [RFC v5 25/26] m68k/mac: Fix PRAM accessors
` [RFC v5 26/26] m68k: Dispatch nvram_ops calls to Atari or Mac functions

[PATCH lttng-tools] Fix: set session should not set not-existent session
 2015-07-25  7:55 UTC 

[linux-linus test] 59898: regressions - FAIL
 2015-07-25  7:54 UTC 

[PATCH] parport: Revert "parport: fix memory leak"
 2015-07-25  7:49 UTC 

[PATCH v2] clk: exynos4: Fix wrong clock for Exynos4x12 ADC
 2015-07-25  7:42 UTC  (3+ messages)

[libvirt test] 59834: tolerable all pass - PUSHED
 2015-07-25  7:40 UTC 

[PATCH v2 0/7] clk: sunxi: Add support for the Audio PLL
 2015-07-25  7:39 UTC  (9+ messages)
` [PATCH v2 1/7] clk: Add a basic factor clock

[RFC v4 00/25] Re-use nvram module
 2015-07-25  7:38 UTC  (14+ messages)
` [RFC v4 03/25] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c

[PATCH] ASoC: tas2552: Remove unneeded NULL test for tas2552->enable_gpio
 2015-07-25  7:32 UTC 

post-receive: pub/scm/linux/kernel/git/davem/net
 2015-07-25  7:32 UTC 

[PATCH v3 1/3] bitbake.conf: Add nonarch_libdir and base systemd vars on it
 2015-07-25  7:29 UTC  (4+ messages)
` [PATCH v3 2/3] systemd.bbclass: Use systemd_system_unitdir

[PATCH 0/3] ARM: UniPhier: update DTS and MAINTAINERS
 2015-07-25  7:23 UTC  (7+ messages)
` [PATCH 1/3] ARM: dts: UniPhier: add pinctrl device nodes
` [PATCH 2/3] ARM: dts: UniPhier: add UART and USB pinmux nodes
` [PATCH 3/3] MAINTAINERS: add entries for UniPhier device trees and drivers

[seabios test] 59875: tolerable FAIL - PUSHED
 2015-07-25  7:16 UTC 

[PATCH v2] Documentation: gpio: consumer: describe the con_id parameter
 2015-07-25  7:15 UTC  (3+ messages)

[PATCH 1/2] Documentation: gpio: board: add flags parameter to gpiod_get*() functions
 2015-07-25  7:11 UTC  (2+ messages)
` [PATCH 2/2] Documentation: gpio: board: describe the con_id parameter

[PATCH v2 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver
 2015-07-25  7:07 UTC  (8+ messages)
` [PATCH v2 1/3] Documentation: Update the APM X-Gene SoC EDAC DTS binding for L3/SoC subnodes
  ` [PATCH v2 2/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver
    ` [PATCH v2 3/3] arm64: Add L3/SoC DT subnodes to the APM X-Gene SoC EDAC node

[PATCH 00/10] Netfilter/IPVS fixes for net
 2015-07-25  7:18 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2015-07-25  7:04 UTC 

[net-next 00/15][pull request] Intel Wired LAN Driver Updates 2015-07-23
 2015-07-25  7:16 UTC  (2+ messages)

[PATCH v2] thermal: consistently use int for temperatures
 2015-07-25  7:01 UTC  (9+ messages)
            ` [lm-sensors] "

post-receive: pub/scm/linux/kernel/git/davem/net
 2015-07-25  7:00 UTC 

[PATCH] cgroup: net_cls: fix false-positive "suspicious RCU usage"
 2015-07-25  7:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/7] Making the generic ACPI GSI layer irqdomain aware
 2015-07-25  6:57 UTC  (6+ messages)
` [PATCH v2 5/7] acpi: gsi: Add acpi_set_irq_model to initialize the GSI layer

[PATCH] target: fix crash in cmd tracing when cmd didn't match a LUN
 2015-07-25  6:48 UTC  (4+ messages)

[PATCH v2 00/10] pwm: add support for atomic update
 2015-07-25  6:36 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound-unstable
 2015-07-25  6:34 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/sound-unstable
 2015-07-25  6:34 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2015-07-25  6:33 UTC 

[PATCH] drivers/reset: appropriate __init annotation for const data
 2015-07-25  6:33 UTC  (2+ messages)

[PATCH] target: add support for START_STOP_UNIT SCSI opcode
 2015-07-25  6:32 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2015-07-24
 2015-07-25  6:30 UTC 

[PATCH] qla2xxx: Return the fabric command state for non-task management requests
 2015-07-25  6:29 UTC  (3+ messages)

[PATCH 00/10] IB: Replace safe uses for ib_get_dma_mr with pd->local_dma_lkey
 2015-07-25  6:27 UTC  (3+ messages)

[PATCH v2] watchdog: sunxi: fix activation of system reset
 2015-07-25  6:25 UTC  (2+ messages)

[PATCH v5 0/5] Support for Open-Channel SSDs
 2015-07-25  6:25 UTC  (6+ messages)
` [PATCH v5 4/5] null_blk: LightNVM support

[RFC PATCH v4 net-next 0/4] tcp: add NV congestion control
 2015-07-25  6:22 UTC  (3+ messages)
` [RFC PATCH v4 net-next 1/4] tcp: replace cnt & rtt with struct in pkts_acked()

[PATCH 2/2] secutity:lsm_audit.c fixed spelling error
 2015-07-25  6:20 UTC 

[PATCH v3] ALSA: hda - Fix the headset mic that will not work on Dell desktop machine
 2015-07-25  6:20 UTC  (2+ messages)

ALSA: hda - Use generic parser for Cirrus codec driver
 2015-07-25  6:20 UTC  (4+ messages)
` [patch] ALSA: hda - fix cs4210_spdif_automute()

Building kernel the Debian way fails
 2015-07-25  6:19 UTC  (3+ messages)

[lkp] [sched/preempt] 103637a5b94: 12.4% fsmark.app_overhead, -1.4% fsmark.files_per_sec
 2015-07-25  6:09 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.