All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-03 22:07:46 to 2015-07-04 03:04:09 UTC [more...]

[PATCH] sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq context
 2015-07-04  3:04 UTC  (2+ messages)
` Patch "sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in" has been added to the 3.10-stable tree

[added to the 3.18 stable tree] ata: ahci_mvebu: Fix wrongly set base address for the MBus window setting
 2015-07-04  3:02 UTC  (33+ messages)
` [added to the 3.18 stable tree] irqchip: sunxi-nmi: Fix off-by-one error in irq iterator
` [added to the 3.18 stable tree] ALSA: usb-audio: add native DSD support for JLsounds I2SoverUSB
` [added to the 3.18 stable tree] drm/radeon: fix freeze for laptop with Turks/Thames GPU
` [added to the 3.18 stable tree] Revert "drm/radeon: don't share plls if monitors differ in audio support"
` [added to the 3.18 stable tree] Revert "drm/radeon: adjust pll when audio is not enabled"
` [added to the 3.18 stable tree] iser-target: release stale iser connections
` [added to the 3.18 stable tree] [media] s5h1420: fix a buffer overflow when checking userspace params
` [added to the 3.18 stable tree] [media] cx24116: "
` [added to the 3.18 stable tree] [media] af9013: Don't accept invalid bandwidth
` [added to the 3.18 stable tree] [media] cx24117: fix a buffer overflow when checking userspace params
` [added to the 3.18 stable tree] bus: arm-ccn: Fix node->XP config conversion
` [added to the 3.18 stable tree] ARM: tegra20: Store CPU "resettable" status in IRAM
` [added to the 3.18 stable tree] spi: fix race freeing dummy_tx/rx before it is unmapped
` [added to the 3.18 stable tree] mtd: fix: avoid race condition when accessing mtd->usecount
` [added to the 3.18 stable tree] [media] rc-core: fix dib0700 scancode generation for RC5
` [added to the 3.18 stable tree] intel_pstate: set BYT MSR with wrmsrl_on_cpu()
` [added to the 3.18 stable tree] leds / PM: fix hibernation on arm when gpio-led used with CPU led trigger
` [added to the 3.18 stable tree] crypto: talitos - avoid memleak in talitos_alg_alloc()
` [added to the 3.18 stable tree] genirq: devres: Fix testing return value of request_any_context_irq()
` [added to the 3.18 stable tree] ASoC: wm8737: Fixup setting VMID Impedance control register
` [added to the 3.18 stable tree] ASoC: wm8903: Fix define for WM8903_VMID_RES_250K
` [added to the 3.18 stable tree] ASoC: wm8955: Fix setting wrong register for WM8955_K_8_0_MASK bits
` [added to the 3.18 stable tree] KVM: mips: use id_to_memslot correctly
` [added to the 3.18 stable tree] KEYS: fix "ca_keys=" partial key matching
` [added to the 3.18 stable tree] stable: Update documentation to clarify preferred procedure
` [added to the 3.18 stable tree] mei: txe: reduce suspend/resume time
` [added to the 3.18 stable tree] spi: orion: Fix maximum baud rates for Armada 370/XP
` [added to the 3.18 stable tree] drm/radeon: take the mode_config mutex when dealing with hpds (v2)
` [added to the 3.18 stable tree] usb: dwc3: gadget: return error if command sent to DGCMD register fails
` [added to the 3.18 stable tree] rcu: Correctly handle non-empty Tiny RCU callback list with none ready
` [added to the 3.18 stable tree] ASoC: arizona: Fix noise generator gain TLV
` [added to the 3.18 stable tree] clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifier

Patch "sctp: Fix race between OOTB responce and route removal" has been added to the 3.10-stable tree
 2015-07-04  3:04 UTC 

Patch "packet: read num_members once in packet_rcv_fanout()" has been added to the 3.10-stable tree
 2015-07-04  3:03 UTC 

Patch "packet: avoid out of bounds read in round robin fanout" has been added to the 3.10-stable tree
 2015-07-04  3:03 UTC 

Patch "bridge: fix multicast router rlist endless loop" has been added to the 3.10-stable tree
 2015-07-04  3:03 UTC 

Patch "bridge: fix br_stp_set_bridge_priority race conditions" has been added to the 3.10-stable tree
 2015-07-04  3:03 UTC 

[PATCH] SPARC
 2015-07-04  2:57 UTC  (2+ messages)

[PATCH v2 00/23] replace "checkout --to" with "worktree add"
 2015-07-04  2:53 UTC  (29+ messages)
` [PATCH v2 01/23] Documentation/git-checkout: fix incorrect worktree prune command
` [PATCH v2 02/23] Documentation/git-worktree: associate options with commands
` [PATCH v2 03/23] Documentation: move linked worktree description from checkout to worktree
` [PATCH v2 04/23] Documentation/git-worktree: add BUGS section
` [PATCH v2 05/23] Documentation/git-worktree: split technical info from general description
` [PATCH v2 06/23] Documentation/git-worktree: add high-level 'lock' overview
` [PATCH v2 07/23] Documentation/git-worktree: add EXAMPLES section
` [PATCH v2 08/23] checkout: fix bug with --to and relative HEAD
` [PATCH v2 09/23] checkout: relocate --to's "no branch specified" check
` [PATCH v2 10/23] checkout: prepare_linked_checkout: drop now-unused 'new' argument
` [PATCH v2 11/23] checkout: make --to unconditionally verbose
` [PATCH v2 12/23] checkout: drop 'checkout_opts' dependency from prepare_linked_checkout
` [PATCH v2 13/23] worktree: introduce "add" command
` [PATCH v2 14/23] worktree: add --force option
` [PATCH v2 15/23] worktree: add --detach option
` [PATCH v2 16/23] worktree: add -b/-B options
` [PATCH v2 17/23] tests: worktree: retrofit "checkout --to" tests for "worktree add"
` [PATCH v2 18/23] checkout: retire --to option
` [PATCH v2 19/23] checkout: require worktree unconditionally
` [PATCH v2 20/23] worktree: extract basename computation to new function
` [PATCH v2 21/23] worktree: add: make -b/-B default to HEAD when <branch> is omitted
` [PATCH v2 22/23] worktree: add: auto-vivify new branch "
` [PATCH v2 23/23] checkout: retire --ignore-other-worktrees in favor of --force

cron job: media_tree daily build: OK
 2015-07-04  2:49 UTC 

[PATCH 0/4] Devfreq cooling device
 2015-07-04  2:44 UTC  (3+ messages)
` [PATCH 1/4] PM / devfreq: Add function to set max/min frequency

Changel anguage
 2015-07-04  2:42 UTC  (3+ messages)

CLAIM!!!
 2015-07-04  1:47 UTC 

CLAIM!!!
 2015-07-04  1:47 UTC 

git name-rev not accepting abbreviated SHA with --stdin
 2015-07-04  2:03 UTC  (6+ messages)

mesh support on rtl8192cu
 2015-07-04  2:15 UTC  (3+ messages)

[lustre-devel] [PATCH] LU-3677 mdt: Set HSM dirty open-for-write file when evicted
 2015-07-04  2:00 UTC  (3+ messages)

[meta-fsl-arm][PATCH] u-boot-fslc: mx6sabresd: Enable HDMI video in bootargs
 2015-07-04  1:57 UTC  (13+ messages)

[PATCH SLOF v4 0/4] GPT fixes and LVM support with FAT
 2015-07-04  1:55 UTC  (4+ messages)
` [PATCH SLOF v4 1/4] disk-label: simplify gpt-prep-partition? routine

[PATCH 0/2] nd/slim-index-pack-memory-usage update
 2015-07-04  1:21 UTC  (5+ messages)
` [PATCH 2/2] index-pack: kill union delta_base to save memory
      ` [PATCH] index-pack: fix overallocation of sorted_by_pos array

[PATCH] ext4: fix reservation release on invalidatepage for delalloc fs
 2015-07-04  1:17 UTC  (5+ messages)

[Qemu-devel] [PATCH qemu v7 00/14] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2015-07-04  1:12 UTC  (17+ messages)
` [Qemu-devel] [PATCH qemu v7 06/14] spapr_iommu: Introduce "enabled" state for TCE table

Urgent Proposal of $17.3Million Dollars
 2015-07-04  1:11 UTC 

[nightly] Distroless meta-ti/master minimal build 2015-07-03_21-00-51
 2015-07-04  1:03 UTC 

[PATCH v2 0/4] git log --count
 2015-07-04  0:57 UTC  (6+ messages)
` [PATCH v2 3/4] log --count: added test

[PATCH] ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage
 2015-07-04  1:09 UTC 

[PATCH 1/1] suspend: delete sys_sync()
 2015-07-04  1:03 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/7] dm: x86: PCI/SPI fixes for minnowboard MAX
 2015-07-04  0:28 UTC  (7+ messages)
` [U-Boot] [PATCH v2 5/7] x86: pci: Tidy up the generic x86 PCI driver

[U-Boot] [PATCH v3 0/8] dm: x86: PCI/SPI fixes for minnowboard MAX
 2015-07-04  0:28 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/8] dm: spi: Correct status register access width
` [U-Boot] [PATCH v3 2/8] dm: spi: Correct BIOS protection logic for ICH9
` [U-Boot] [PATCH v3 3/8] dm: spi: Enable environment for minnowmax
` [U-Boot] [PATCH v3 4/8] x86: Add ROM image description "
` [U-Boot] [PATCH v3 5/8] x86: pci: Tidy up the generic x86 PCI driver
` [U-Boot] [PATCH v3 6/8] dm: x86: minnowmax: Move PCI to use driver model
` [U-Boot] [PATCH v3 7/8] dm: x86: baytrail: Correct PCI region 3 when driver model is used
` [U-Boot] [PATCH v3 8/8] x86: Add binary blob checksums for Minnowboard MAX

[Bug 71021] WARNING: CPU: 0 PID: 5517 at /build/buildd/linux-3.13.0/fs/sysfs/group.c:214 sysfs_remove_group+0xc6/0xd0()
 2015-07-04  0:14 UTC 

AVERTISSEMENT
 2015-07-03 18:39 UTC 

[PATCH v3 2/2] PM / Runtime: Add pm_runtime_enable_recursive
 2015-07-04  0:32 UTC  (2+ messages)

[PATCH v3 2/2] PM / Runtime: Add pm_runtime_enable_recursive
 2015-07-04  0:31 UTC  (4+ messages)

"Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors
 2015-07-03 23:55 UTC  (7+ messages)

[PATCH v3 0/3] Correct for ACPI 5.1->6.0 spec changes in MADT GICC entries
 2015-07-03 23:54 UTC  (9+ messages)
` [PATCH v3 1/3] ACPI : introduce macros for using the ACPI specification version
` [PATCH v3 2/3] ACPI / ARM64: add BAD_MADT_GICC_ENTRY() macro

[Buildroot] [PATCH v2 0/2] Make Buildroot for Zedboard independent on Xilinx tools
 2015-07-03 23:52 UTC  (10+ messages)
` [Buildroot] [PATCH v3 "
  ` [Buildroot] [PATCH v3 1/2] host-zynq-boot-bin: new package

Failing XFS filesystem underlying Ceph OSDs
 2015-07-03 23:51 UTC  (2+ messages)

[PATCH] xfsprogs: blkid is now mandatory
 2015-07-03 23:45 UTC  (4+ messages)
` [PATCH v2] "

xfsprogs: clean up installed headers
 2015-07-03 23:42 UTC  (3+ messages)
` [PATCH 10/13] xfsprogs: include libxfs.h in libxfs_priv.h

[PATCH] idle: move latency tracing stop/start calls deeper inside the idle loop
 2015-07-04  0:08 UTC  (2+ messages)

[PATCH] --count feature for git shortlog
 2015-07-03 23:32 UTC  (7+ messages)

[PATCH v2] hwmon: (nct7802) Add pwm control
 2015-07-03 23:31 UTC  (2+ messages)
` [lm-sensors] "

[B.A.T.M.A.N.] [PATCHv10 0/4] Multicast optimizations for bridges
 2015-07-03 23:30 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCHv10 1/4] batman-adv: Always flood IGMP/MLD reports
` [B.A.T.M.A.N.] [PATCHv10 2/4] batman-adv: Add multicast optimization support for bridged setups
` [B.A.T.M.A.N.] [PATCHv10 3/4] batman-adv: Adding logging of mcast flag changes
` [B.A.T.M.A.N.] [PATCHv10 4/4] batman-adv: Add debugfs table for mcast flags

[PATCH v3 0/3] Remove non-existing GPIO pins for R8A7790/1
 2015-07-03 23:29 UTC  (5+ messages)

[PATCH v4 0/7] add device tree support for mxc rtc
 2015-07-03 23:15 UTC  (24+ messages)
` [rtc-linux] "
` [PATCH v4 1/7] imx31: add a second rtc clock
  ` [rtc-linux] "
` [PATCH v4 2/7] imx35: define two clocks for rtc
  ` [rtc-linux] "
` [PATCH v4 3/7] rtc: mxc: use a second rtc clock
  ` [rtc-linux] "
` [PATCH v4 4/7] rtc: mxc: add support of device tree
  ` [rtc-linux] "
` [PATCH v4 5/7] dt-binding: document the binding for mxc rtc
  ` [rtc-linux] "
` [PATCH v4 6/7] imx27: dt: add support of internal rtc
  ` [rtc-linux] "
` [PATCH v4 7/7] apf27: dt: enable "
  ` [rtc-linux] "

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2015-07-03 23:14 UTC 

[U-Boot] [PATCH v2 0/9] Collected fixes and improvements
 2015-07-03 23:14 UTC  (6+ messages)
` [U-Boot] [PATCH v2 8/9] tegra: nyan-big: Allow TPM on I2C

[PATCH v2] tegra: Enable TPM on tegra124 nyan boards
 2015-07-03 23:07 UTC  (2+ messages)

[PATCH] ARM: tegra: Enable TPM on tegra124 nyan boards
 2015-07-03 23:06 UTC  (9+ messages)

[U-Boot] FEL mode broken since "sunxi: Move all boards to the driver-model"
 2015-07-03 23:06 UTC  (4+ messages)

[U-Boot] [PATCH 0/6] Add support for hi6220 SoC and HiKey 96boards CE board
 2015-07-03 23:06 UTC  (5+ messages)
` [U-Boot] [PATCH 2/6] dm: gpio: hi6220: Add a hi6220 GPIO driver model driver
` [U-Boot] [PATCH 6/6] ARM64: HiKey: hi6220: Add u-boot support for the 96boards CE HiKey board

[U-Boot] [PATCH] cmd_fdt: save fdtaddr in hex format
 2015-07-03 23:06 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] musb device model support series
 2015-07-03 23:06 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/4] dm: Export device_remove_children / device_unbind_children
` [U-Boot] [PATCH v2 2/4] dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea
` [U-Boot] [PATCH v2 3/4] dm: usb: Use device_unbind_children to clean up usb devs on stop
` [U-Boot] [PATCH v2 4/4] dm: usb: Rename usb_find_child to usb_find_emul_child

[PULL] topic/drm-fixes
 2015-07-03 23:07 UTC  (2+ messages)

[PATCH 0/2] Fix crash with vpmd and mbuf debug
 2015-07-03 23:03 UTC  (3+ messages)
` [PATCH 1/2] ixgbe: add "cold" attribute to setup/teardown fns

[Qemu-devel] [PATCH] exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internal
 2015-07-03 23:00 UTC  (2+ messages)

UIO RTE_INTR_MODE_NONE issue
 2015-07-03 22:58 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] exec: Collect CPU's AddressSpace info into its own struct
 2015-07-03 22:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init()

[ovmf test] 59044: trouble: blocked/broken/fail/pass
 2015-07-03 22:40 UTC 

[Intel-wired-lan] [intel-wired-lan][net-next PATCH S07 00/10] Add X722 device support to i40e and i40evf
 2015-07-03 22:34 UTC  (3+ messages)
` [Intel-wired-lan] [intel-wired-lan][net-next PATCH S07 10/10] i40e: Add AQ commands for NVM Update for X722

[Buildroot] [PATCH v7 1/1] Added linux drivers backports project
 2015-07-03 22:33 UTC  (2+ messages)

[PATCHES] Networking
 2015-07-03 22:31 UTC 

Email me on normanchan861@gmail.com
 2015-07-03 22:18 UTC 

[PULL] virtio/vhost: cross endian support
 2015-07-03 22:26 UTC  (6+ messages)

systemd support
 2015-07-03 22:21 UTC 

[linux-3.18 test] 59041: regressions - trouble: blocked/broken/fail/pass
 2015-07-03 22:21 UTC 

Issue removing failed drive and re adding on raid 6
 2015-07-03 22:20 UTC  (2+ messages)
` Re[2]: "

[RFC][PATCH] x86: Allow early_printk to use console style param like 115200n8
 2015-07-03 22:16 UTC 

[PATCH][meta-fsl-arm] u-boot-fslc: Bump revision to 5d9ffd22
 2015-07-03 22:15 UTC 

[PATCH v2 0/4] Add Mediatek SPI bus driver
 2015-07-03 22:15 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: ARM: Mediatek: Document devicetree bindings for spi bus

[PATCH] USB: ftdi_sio: add GPIO support
 2015-07-03 22:13 UTC  (9+ messages)

[PATCH 1/1] x86: Hyper-V: Mark the Hyper-V clocksource as being high resolution
 2015-07-03 23:37 UTC 

ping6 doesn't use at86rf230 driver
 2015-07-03 22:13 UTC  (12+ messages)

[Bug 93281] New: Kernel modesetting causes the kernel to lock up during boot on a late 2011 MacBook Pro
 2015-07-03 22:13 UTC  (2+ messages)
` [Bug 93281] "

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-07-03 22:12 UTC  (5+ messages)
` [PATCH 45/51] writeback: implement wb_wait_for_single_work()
    ` [PATCH block/for-4.3] writeback: remove wb_writeback_work->single_wait/done

[GIT PULL] User namespace related fixes for v4.2
 2015-07-03 22:10 UTC  (5+ messages)

[PATCH 0/5] Drivers: hv: Some miscellaneous fixes
 2015-07-03 23:30 UTC  (6+ messages)
` [PATCH 1/5] hv: util: checking the wrong variable
  ` [PATCH 2/5] Drivers: hv: vmbus: fix typo in hv_port_info struct
  ` [PATCH 3/5] Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hosts
  ` [PATCH 4/5] mshyperv: fix recognition of Hyper-V guest crash MSR's
  ` [PATCH 5/5] Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs


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.