All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-08 03:23:17 to 2015-07-08 05:51:22 UTC [more...]

[PATCH v25 00/15] x86/PMU: Xen PMU PV(H) support
 2015-07-08  5:51 UTC  (3+ messages)
` [PATCH v25 07/15] x86/VPMU: Save VPMU state for PV guests during context switch

[Cocci] Remove unnecessary null pointer checks?
 2015-07-08  5:49 UTC  (20+ messages)
                              ` [Cocci] [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH 1/1] DRM-vmwgfx: Deletion of an unnecessary check before the function call "vfree"

[Qemu-devel] [PATCH 1/2] tests: introduce basic pci test for virtio-net
 2015-07-08  5:48 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/2] tests: test rx recovery from cont

[PATCH 4/4] ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of paths
 2015-07-08  5:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/1] s390 pci infrastruture modelling
 2015-07-08  5:44 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 1/1] s390 pci infrastructure modelling

[PATCH] [SCSI] FlashPoint: optimize string comparison
 2015-07-08  5:45 UTC  (6+ messages)

[PATCH v2 0/6] ARM: AM437x: Add IO wake up support
 2015-07-08  5:42 UTC  (14+ messages)
` [PATCH v2 1/6] ARM: OMAP4: PRM: Remove hardcoding of PRM_IO_PMCTRL_OFFSET register
` [PATCH v2 2/6] ARM: AM43xx: Add the PRM IRQ register offsets
` [PATCH v2 3/6] ARM: dts: AM4372: Add PRCM IRQ entry
` [PATCH v2 4/6] ARM: OMAP: PRM: Remove hardcoding of IRQENABLE_MPU_2 and IRQSTATUS_MPU_2 register offsets
` [PATCH v2 5/6] ARM: OMAP4+: PRM: Add AM437x specific data
` [PATCH v2 6/6] ARM: PRM: AM437x: Enable IO wakeup feature

[PATCH] arm64: dts: mt8173: add clock_null
 2015-07-08  5:44 UTC  (8+ messages)

[PATCH V4 00/13] MD: a caching layer for raid5/6
 2015-07-08  5:44 UTC  (3+ messages)

[PATCH 01/41] clocksource: asm9260: Migrate to new 'set-state' interface
 2015-07-08  5:43 UTC  (6+ messages)

[PATCH v1 Resend] mpt2sas: setpci reset kernel oops fix
 2015-07-08  5:47 UTC 

[RFC PATCH v6 0/3] Implement NVMEM/SoC bus support for Vybrid
 2015-07-08  5:39 UTC  (7+ messages)
` [RFC PATCH v6 3/3] drivers: nvmem: Add Vybrid OCOTP support

ssh admin git accidentally deleted
 2015-07-08  5:38 UTC  (3+ messages)

[U-Boot] [RFC PATCH v1 0/1] MIPS64 timer bug
 2015-07-08  5:38 UTC  (2+ messages)
` [U-Boot] [RFC PATCH v1] mips: Use unsigned int when reading c0 registers

[PATCH V2 1/2] powerpc/kexec: Reset secondary cpu endianess before kexec
 2015-07-08  5:37 UTC  (3+ messages)
` [PATCH V2 2/2] powerpc/kexec: Reset HILE before kexec_sequence

[PATCH 0/4] ARM: dts: Use labels instead of full paths for Exynos5 pinctrl nodes
 2015-07-08  5:36 UTC  (8+ messages)
` [PATCH 1/4] ARM: dts: Include exynos5250-pinctrl after the nodes were defined
` [PATCH 2/4] ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of paths
` [PATCH 3/4] ARM: dts: Include exynos5420-pinctrl after the nodes were defined

[PATCH] refs: loosen restrictions on wildcard '*' refspecs
 2015-07-08  5:36 UTC 

linux-4.2-rc1/drivers/gpu/drm/i915/intel_csr.c:353: bad if statement ?
 2015-07-08  5:32 UTC  (3+ messages)

[PATCH net] ipvs: fix crash with sync protocol v0 and FTP
 2015-07-08  5:31 UTC 

[rumpuserxen test] 59184: regressions - FAIL
 2015-07-08  5:31 UTC 

[Buildroot] [PATCH 1/2] system/skeleton: remove random-seed
 2015-07-08  5:24 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] system/skeleton: don't use random-seed from a read-only fs

[PATCH 6/7] hvsock: introduce Hyper-V VM Sockets feature
 2015-07-08  5:22 UTC  (10+ messages)

Broadcom BCM54610 Linux support
 2015-07-08  5:22 UTC  (3+ messages)

[PATCH] net: systemport: Use eth_hw_addr_random
 2015-07-08  5:19 UTC 

[U-Boot] [RFC PATCH 00/12] Devres (Managed Device Resource) for U-Boot
 2015-07-08  5:19 UTC  (22+ messages)
` [U-Boot] [RFC PATCH 01/12] x86: delete unneeded declarations of disable_irq() and enable_irq()
` [U-Boot] [RFC PATCH 02/12] linux_compat: remove cpu_relax() define
` [U-Boot] [RFC PATCH 03/12] linux_compat: move vzalloc() to header file as an inline function
` [U-Boot] [RFC PATCH 04/12] linux_compat: handle __GFP_ZERO in kmalloc()
` [U-Boot] [RFC PATCH 05/12] dm: add DM_FLAG_BOUND flag
` [U-Boot] [RFC PATCH 06/12] devres: introduce Devres (Managed Device Resource) framework
` [U-Boot] [RFC PATCH 07/12] devres: add devm_kmalloc() and friends (managed memory allocation)
` [U-Boot] [RFC PATCH 08/12] dm: refactor device_bind() and device_unbind() with devm_kzalloc()
` [U-Boot] [RFC PATCH 09/12] dm: merge fail_alloc labels
` [U-Boot] [RFC PATCH 10/12] linux_compat: introduce GFP_DMA flag for kmalloc()
` [U-Boot] [RFC PATCH 11/12] dm: refactor device_probe() and device_remove() with devm_kzalloc()
` [U-Boot] [RFC PATCH 12/12] devres: add debug command to dump devres

[U-Boot] [PATCH 2/2] x86: Simplify architecture defined exception handling in irq_llsr()
 2015-07-08  5:17 UTC 

[U-Boot] [PATCH 1/2] x86: Display correct CS/EIP/EFLAGS when there is an error code
 2015-07-08  5:17 UTC 

[PATCH v2 0/2] iio: light: add support for APDS9660 sensor
 2015-07-08  5:16 UTC  (6+ messages)
  ` [PATCH v2 1/2] iio: light: DT binding docs for APDS9960 driver
  ` [PATCH v2 2/2] iio: light: add APDS9960 ALS + promixity driver

[patch] hosts.equiv.5: Fix format, clarify IdM needs, and provide examples
 2015-07-08  5:16 UTC  (4+ messages)

[PATCH v4 11/11] tools: enable xenpm to control the intel_pstate driver
 2015-07-08  5:15 UTC  (5+ messages)

Stable request for gso feature flag and error handling fixes
 2015-07-08  5:10 UTC  (3+ messages)

[PATCH] [RFC] drm/i915: Handle HPD when it has actually occurred
 2015-07-08  5:10 UTC  (4+ messages)
` [PATCH] "

Strange hardware: XFX nForce 780i SLI MCP
 2015-07-08  5:10 UTC  (3+ messages)

[PATCH] net/tipc: initialize security state for new connection socket
 2015-07-08  5:09 UTC  (2+ messages)

bash getcwd errors when running under OverlayFS
 2015-07-08  5:07 UTC 

[U-Boot] [PATCH v3 2/2] pci: Disable expansion ROM address decoding when signature check fails
 2015-07-08  5:06 UTC 

[U-Boot] [PATCH v3 1/2] pci: Configure expansion ROM during auto config process
 2015-07-08  5:06 UTC 

[U-Boot] [PATCH 1/1] net: lpc32xx: improve download rate in RMII phy mode
 2015-07-08  5:05 UTC  (2+ messages)

IPsec maintenance during the next weeks
 2015-07-08  5:04 UTC 

[PATCH 0/7] This series adds pinctrl drivers for UniPhier SoC family
 2015-07-08  5:01 UTC  (5+ messages)
` [PATCH 1/7] pinctrl: UniPhier: add UniPhier pinctrl core support

[PATCH] uio: uio_fsl_elbc_gpcm: Use module_platform_driver
 2015-07-08  4:54 UTC 

[Buildroot] [PATCH 0/2 v2] package/libtirpc: bump and add new dependencies (branch yem/libtirpc)
 2015-07-08  4:54 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2 v2] package/libtirpc: does not build with musl libc

Git grep does not support multi-byte characters (like UTF-8)
 2015-07-08  4:52 UTC  (7+ messages)

[PATCH 0/3] ARM: add UART and EHCI support for UniPhier DTS and enable them
 2015-07-08  4:51 UTC  (6+ messages)
` [PATCH 3/3] ARM: dts: UniPhier: add USB EHCI device nodes

[PATCH V2] acpi-cpufreq: replace per_cpu with driver_data of policy
 2015-07-08  4:51 UTC  (3+ messages)

[PATCH] git: add optional support for full pattern in fetch refspecs
 2015-07-08  4:47 UTC  (3+ messages)

[PATCH] scsi: Use module_platform_driver
 2015-07-08  4:47 UTC 

[U-Boot] [PATCH 00/18] x86: minnowmax: Move USB and Ethernet to driver model
 2015-07-08  4:42 UTC  (3+ messages)
` [U-Boot] [PATCH 05/18] dm: pci: Add support for PCI driver matching

[U-Boot] [PATCH 1/2] Allow CONFIG_REGEX to be disabled when CONFIG_NET
 2015-07-08  4:38 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] blackfin: Fix build regression due to image size

[PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id
 2015-07-08  4:34 UTC  (3+ messages)

[PATCH] scsi: Use module_pci_driver
 2015-07-08  4:31 UTC 

[PATCH 00/12] Color Manager Implementation
 2015-07-08  4:29 UTC  (7+ messages)
` [PATCH 02/12] drm: Create Color Management DRM properties
` [PATCH 03/12] drm/i915: Attach color properties to CRTC

[PATCH 1/1] infiniband: Remove redundant NULL check before kfree
 2015-07-08  4:23 UTC  (2+ messages)

[PATCH v3 0/3] IRQ/Gic-V3:Support Mbigen interrupt controller
 2015-07-08  4:21 UTC  (5+ messages)
` [PATCH v3 1/3] IRQ/Gic-V3: Add mbigen driver to support mbigen "

[PATCH 1/2] powerpc/kexec: Reset secondary cpu endianess before kexec
 2015-07-08  4:22 UTC  (4+ messages)

[U-Boot] [PATCH 01/13][v4] drivers/fsl-mc: Make MC boot error messages more readable
 2015-07-08  4:22 UTC  (5+ messages)
` [U-Boot] [PATCH 06/13][v4] drivers: fsl-mc: Return error for major version mismatch
` [U-Boot] [PATCH 10/13][v4] driver/ldpaa_eth: Retry enqueue if portal was busy

[Bug 91231] New: [NV92] Psychonauts (native) segfaults on start when DRI3 enabled
 2015-07-08  4:22 UTC  (2+ messages)
  ` [Bug 91231] "

Lttng Soft Hang issue
 2015-07-08  4:19 UTC 

[PATCH v2 0/7] crypto: omap-aes: Add support for GCM mode
 2015-07-08  4:18 UTC  (5+ messages)
` [PATCH v2 5/7] crypto: aead: Add aead_request_cast() api
` [PATCH v2 6/7] crypto: omap-aes: Add support for GCM mode

[PATCH] libdrm: remove git recipe, merge inc
 2015-07-08  4:16 UTC  (2+ messages)

crypto: aead - Add aead_queue interface
 2015-07-08  4:15 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] infiniband: free only allocated items
 2015-07-08  4:13 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used
 2015-07-08  4:14 UTC  (2+ messages)

[PATCH v2] log: add log.follow config option
 2015-07-08  4:12 UTC  (4+ messages)

[Qemu-devel] [PATCH] target-ppc: Add POWER8E_v2.1 CPU model
 2015-07-08  4:10 UTC  (2+ messages)

[PATCH] drm/rockchip: use drm_gem_mmap helpers
 2015-07-08  4:06 UTC  (3+ messages)

[PATCH v2 0/5] ipvlan: fix ipv6 autoconfiguration
 2015-07-08  4:05 UTC  (5+ messages)
` [PATCH v2 1/5] ipvlan: remove counters of ipv4 and ipv6 addresses
` [PATCH v2 4/5] ipvlan: protect addresses with internal spinlock

[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-07-08  4:04 UTC  (3+ messages)
` [U-Boot] [PATCH 01/20] dm: net: Support usbethaddr environment variable

[linux-linus test] 59130: regressions - FAIL
 2015-07-08  4:03 UTC 

weaning distributions off tarballs: extended verification of git tags
 2015-07-08  4:00 UTC  (2+ messages)

[RFC PATCH 1/2] powerpc/numa: fix cpu_to_node() usage during boot
 2015-07-08  4:00 UTC  (2+ messages)
` [RFC,1/2] "

[U-Boot] [PATCH] net/designware: revert MAC-address setup on init
 2015-07-08  4:00 UTC  (8+ messages)

[PATCH 1/2] qe_common: add qe common functions into qe_common.c
 2015-07-08  3:27 UTC  (11+ messages)
` [PATCH 2/2] rheap: move rheap.c from arch/powerpc/lib/ to lib/

[Ksummit-discuss] [CORE TOPIC] Recruitment (Reviewers, Testers, Maintainers, Hobbyists)
 2015-07-08  3:40 UTC  (5+ messages)

[trace] kernel BUG at kernel/sched/core.c:2881!
 2015-07-08  3:57 UTC  (6+ messages)

[PATCH v6 00/23] usb gadget update for OTG 2.0
 2015-07-08  3:57 UTC  (4+ messages)
` [PATCH v6 23/23] usb: gadget: zero: allocate and init otg descriptor by otg capabilities

[U-Boot] [PATCH] net: designware: Program MAC address to hardware after soft reset
 2015-07-08  3:56 UTC  (3+ messages)

crypto: api - Remove unused __crypto_dequeue_request
 2015-07-08  3:55 UTC 

[U-Boot] [PATCH 0/8] assortment of fixes/enhancements
 2015-07-08  3:55 UTC  (3+ messages)
` [U-Boot] [PATCH 2/8] net: asix: fix operation without eeprom

Dell Vostro V131 hotkeys revisited
 2015-07-08  3:53 UTC  (8+ messages)

[kexec-lite PATCH V2] trampoline: Reset primary cpu endian to big-endian
 2015-07-08  3:49 UTC  (3+ messages)

Darlehen anbieten 1.5%
 2015-07-07  7:33 UTC 

[PATCH v6 0/7] mm/zsmalloc: introduce automatic pool compaction
 2015-07-08  3:49 UTC  (10+ messages)
` [PATCH v6 7/7] zsmalloc: use shrinker to trigger auto-compaction

[PATCH v2] librte_ether: release memory in uninit function
 2015-07-08  3:47 UTC  (10+ messages)

About Adding eventfd support for LibRBD
 2015-07-08  3:46 UTC  (3+ messages)

[PATCH v3 0/4] btrfs: Fix data checksum error cause by replace with io-load
 2015-07-08  3:44 UTC  (5+ messages)
` [PATCH v3 1/4] btrfs: Use ref_cnt for set_block_group_ro()
` [PATCH v3 2/4] btrfs: Separate scrub_blocked_if_needed() to scrub_pause_on/off()
` [PATCH v3 3/4] btrfs: use scrub_pause_on/off() to reduce code in scrub_enumerate_chunks()
` [PATCH v3 4/4] btrfs: Fix data checksum error cause by replace with io-load

[PATCH v2 0/9] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init
 2015-07-08  3:40 UTC  (12+ messages)
` [PATCH v2 6/9] irqchip / gic: Add stacked irqdomain support for ACPI based GICv2 init

linux-next: Tree for Jul 8
 2015-07-08  3:38 UTC 

[PATCH] dsa: mv88e6352/mv88e6xxx: Add support for Marvell 88E6320 and 88E6321
 2015-07-08  3:38 UTC 

[U-Boot] [PATCH 00/11 v2] Add more commands for VSC9953 L2 Switch
 2015-07-08  3:35 UTC  (11+ messages)
` [U-Boot] [PATCH 01/11 v2] drivers/net/vsc9953: Cleanup patch
` [U-Boot] [PATCH 07/11 v2] drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953

[GIT PULL] Fix for btrfs/070 checksum error
 2015-07-08  3:35 UTC 

Intel Baytrail Linux Audio
 2015-07-08  3:36 UTC  (7+ messages)

API for multi-segment atomic IO
 2015-07-08  3:33 UTC 

[PATCH] regmap: Use different lockdep class for each regmap init call
 2015-07-08  3:32 UTC  (3+ messages)

[PATCH][meta-selinux] policycoreutils: enable mcstransd
 2015-07-08  3:31 UTC  (2+ messages)

[PATCH][V2] rpm: disable external key server
 2015-07-08  3:30 UTC 

[PATCH] dmeventd: fix dso name wrong compare
 2015-07-08  3:30 UTC  (2+ messages)

[Bug 91141] Lots of *ERROR* Couldn't update BO_VA (-22) since drm/radeon: stop using addr to check for BO move
 2015-07-08  3:26 UTC  (2+ messages)

how-to build ethernet drivers
 2015-07-08  3:25 UTC  (2+ messages)

[PATCH] rtc/rtc-opal: Disable rtc-alarms when opal doesn't support tpo
 2015-07-08  3:25 UTC  (2+ messages)

[PATCH v2][meta-selinux] udev: restorecon /run to allow mdadm creating /run/mdadm
 2015-07-08  3:24 UTC  (2+ messages)

[PATCH][meta-networking] systemd.bbclass: delete dangling symblink
 2015-07-08  3:23 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.