All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-15 15:06:47 to 2016-04-15 16:03:27 UTC [more...]

[PATCH V2 00/15] coresight: tmc: make driver usable by Perf
 2016-04-15 16:03 UTC  (9+ messages)
` [PATCH V2 03/15] coresight: tmc: re-implementing tmc_read_prepare/unprepare() functions
` [PATCH V2 04/15] coresight: tmc: introducing new header file

[RFC PATCH] cgroup namespaces: add a 'nsroot=' mountinfo field
 2016-04-15 16:02 UTC  (8+ messages)
  ` [PATCH] "

[PATCH 0/3] adjust error return values for cpupool operations
 2016-04-15 16:02 UTC  (10+ messages)
` [PATCH 1/3] xen: return different error "
` [PATCH 2/3] libxc: adjust retry loop in xc_cpupool_removecpu()
` [PATCH 3/3] xen: Document XEN_SYSCTL_CPUPOOL_OP_* error codes

[PATCH] nfs: make nfs_initialise_sb() static and deinline it
 2016-04-15 16:02 UTC 

[PATCH 1/2] drm/amdgpu: group BOs by log2 of the size on the LRU v2
 2016-04-15 16:01 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: remove sorting of CS BOs

[PATCH net-next 0/2] ethernet: intel: Support Hyper-V hosts
 2016-04-15 16:01 UTC  (9+ messages)
` [PATCH net-next 1/2] ethernet: intel: Add the device ID's presented while running on Hyper-V
  ` [PATCH net-next 2/2] intel: ixgbevf: Support Windows hosts (Hyper-V)
    ` [Intel-wired-lan] "

[PATCH 00/10] perf tools: Use SIGUSR2 control data dumpping
 2016-04-15 16:00 UTC  (4+ messages)
` [PATCH 02/10] perf tools: Add perf_data_file__switch() helper

[PATCH v3] btrfs: qgroup: Fix qgroup accounting when creating snapshot
 2016-04-15 16:00 UTC  (4+ messages)

[PATCH 1/2] [v4] net: emac: emac gigabit ethernet controller driver
 2016-04-15 15:59 UTC  (9+ messages)

[PATCH v3 00/16] x86: multiboot2 protocol support
 2016-04-15 15:56 UTC  (7+ messages)
` [PATCH v3 01/16] x86/boot: do not create unwind tables
` [PATCH v3 02/16] x86: zero BSS using stosl instead of stosb
` [PATCH v3 03/16] x86/boot: call reloc() using cdecl calling convention

[PATCH v2 1/2] mm, kasan: don't call kasan_krealloc() from ksize()
 2016-04-15 15:59 UTC  (5+ messages)
` [PATCH v2 2/2] mm, kasan: add a ksize() test

single, comprehensive kernel data types document?
 2016-04-15 15:59 UTC  (3+ messages)

gstreamer: v4l2videodec plugin
 2016-04-15 15:58 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] Current Travis queue
 2016-04-15 15:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] ./configure: accept stems to match a range of targets
` [Qemu-devel] [PATCH 2/4] .travis.yml: reduce target list on core configure tweaks
` [Qemu-devel] [PATCH 3/4] .travis.yml: add libnfs-dev for NFS block driver
` [Qemu-devel] [PATCH 4/4] .travis.yml: add trusty GCE target

[GIT PULL] parisc ftrace fixes for 4.6-rc4
 2016-04-15 15:56 UTC 

[Buildroot] [PATCH v2 0/4] Minnowboard: The grand unification
 2016-04-15 15:56 UTC  (5+ messages)
` [Buildroot] [PATCH v2 1/4] board/minnowboard: Rework to generate SD card image
` [Buildroot] [PATCH v2 2/4] board/minnowboard: Unify Minnowboard and Minnowboard MAX boards
` [Buildroot] [PATCH v2 3/4] board/minnowboard-max: Add more peripherals and features to the kernel
` [Buildroot] [PATCH v2 4/4] board/minnowboard-max: Add a X-based graphical defconfig

[U-Boot] [PATCH] arm64: add missing gic_init_secure_percpu for non multi-entry
 2016-04-15 15:55 UTC  (2+ messages)

[RFC PATCH 0/2] selinux: avoid nf hooks overhead when not needed
 2016-04-15 15:54 UTC  (8+ messages)

Bluestore cluster example
 2016-04-15 15:21 UTC  (2+ messages)

[PATCH v2] procfs: expose umask in /proc/<PID>/status
 2016-04-15 15:52 UTC  (5+ messages)

[PATCH v6 01/24] i2c-mux: add common data for every i2c-mux instance
 2016-04-15 15:52 UTC 

[PATCH 00/13] devpts: New instances for every mount
 2016-04-15 15:35 UTC  (33+ messages)
` [PATCH 01/13] devpts: Teach /dev/ptmx to find the associated devpts via path lookup
                                ` [PATCH 01/16] devpts: Attempting to get it right
                                  ` [PATCH 01/16] devpts: Use the same default mode for both /dev/ptmx and dev/pts/ptmx
                                    ` [PATCH 02/16] devpts: Set the proper fops for /dev/pts/ptmx
                                    ` [PATCH 03/16] vfs: Implement vfs_loopback_mount
                                    ` [PATCH 04/16] devpts: Teach /dev/ptmx to automount the appropriate devpts via path lookup
                                    ` [PATCH 05/16] vfs: Allow unlink, and rename on expirable file mounts
                                    ` [PATCH 06/16] devpts: More obvious check for the system devpts in pty allocation
                                    ` [PATCH 07/16] devpts: Cleanup newinstance parsing
                                    ` [PATCH 08/16] devpts: Stop rolling devpts_remount by hand in devpts_mount
                                    ` [PATCH 09/16] devpts: Fail early (if appropriate) on overmount
                                    ` [PATCH 10/16] devpts: Move parse_mount_options into fill_super
                                    ` [PATCH 11/16] devpts: Make devpts_kill_sb safe if fsi is NULL
                                    ` [PATCH 12/16] devpts: Move the creation of /dev/pts/ptmx into fill_super
                                    ` [PATCH 13/16] devpts: Simplify devpts_mount by using mount_nodev
                                    ` [PATCH 14/16] vfs: Implement mount_super_once
                                    ` [PATCH 15/16] devpts: Always return a distinct instance when mounting
                                    ` [PATCH 16/16] devpts: Kill the DEVPTS_MULTIPLE_INSTANCE config option

HTB scheduler, problem with blocking high priority traffic
 2016-04-15 15:51 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix compare_const_fl.cocci warnings
 2016-04-15 15:50 UTC  (7+ messages)

[U-Boot] Please pull u-boot-dm
 2016-04-15 15:50 UTC 

[PATCH] drm/i915/vlv: Enable/disable VGA hotplugging properly
 2016-04-15 15:49 UTC  (5+ messages)

[PATCH 1/1] perf/x86/intel/uncore: Add support for Intel SKL client uncore
 2016-04-15  8:23 UTC 

Allocation of frame buffer at a specific memory range or address
 2016-04-15 15:48 UTC  (2+ messages)

Removal of the kernel code/data/bss resources does break kexec/kdump
 2016-04-15 15:46 UTC  (7+ messages)

[Qemu-devel] RFC: virtio-rng and /dev/urandom
 2016-04-15 15:47 UTC  (2+ messages)

[PATCH 0/9] block/scsi: Implement SMR drive support
 2016-04-15 15:47 UTC  (3+ messages)
` [PATCH 3/9] sd: configure ZBC devices

real time Userspace RCU
 2016-04-15 15:46 UTC 

Uncorrectable errors after rebooting with Magic Sysrq Keys
 2016-04-15 15:45 UTC  (4+ messages)

[PATCH 0/7] pinctrl: soc/tegra: Add support to configure IO rail voltage and pad power states
 2016-04-15 15:45 UTC  (10+ messages)
` [PATCH 6/7] pinctrl: tegra: Add DT binding for io pads control

[Buildroot] [PATCH] configs: add Armadeus Systems APF6 SOM basic support
 2016-04-15 15:45 UTC  (5+ messages)

[U-Boot] [PATCH 1/3] drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable use
 2016-04-15 15:44 UTC  (3+ messages)

[U-Boot] [PATCH] fdt: implement dev_get_addr_name()
 2016-04-15 15:44 UTC  (3+ messages)

[U-Boot] [PATCH] sandbox: Enable many more commands
 2016-04-15 15:44 UTC  (5+ messages)

[PATCH v6 00/17] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
 2016-04-15 15:41 UTC  (8+ messages)

[Qemu-devel] [PATCH v14 00/19] qapi visitor cleanups (post-introspection cleanups subset E)
 2016-04-15 15:41 UTC  (14+ messages)
` [Qemu-devel] [PATCH v14 02/19] qapi-visit: Add visitor.type classification
` [Qemu-devel] [PATCH v14 05/19] qmp-input: Clean up stack handling
` [Qemu-devel] [PATCH v14 06/19] qmp-input: Don't consume input when checking has_member

[Buildroot] [PATCH] Adding in support for custom configurations
 2016-04-15 15:40 UTC 

[PATCH RESEND] gpmi-nand: Handle ECC Errors in erased pages
 2016-04-15 15:40 UTC  (8+ messages)

[Qemu-devel] [PATCH v3] fw_cfg: RFQDN rules, documentation
 2016-04-15 15:39 UTC  (12+ messages)

[PATCH] [media] af9035: fix for MXL5007T devices with I2C read issues
 2016-04-15 15:37 UTC 

possible to checkout same branch in different worktree
 2016-04-15 15:36 UTC  (2+ messages)

[PATCH 0/2] Add support for Aosong AM2315 ambient temperature & humidity sensor
 2016-04-15 15:36 UTC  (3+ messages)
` [PATCH 1/2] iio: temperature: Add support for AM2315
` [PATCH 2/2] iio: temperature: Add triggered buffer "

[PATCH 1/3] vivid: fix smatch errors
 2016-04-15 15:35 UTC  (3+ messages)
` [PATCH 2/3] pvrusb2: "
` [PATCH 3/3] dib0090: fix smatch error

[Qemu-devel] [PATCH] qmp-commands.hx: document minimum speed for block jobs
 2016-04-15 15:35 UTC  (3+ messages)
` [Qemu-devel] [for-2.6] "

[RFC] i2c: device-tree: Handling child nodes which are not i2c devices
 2016-04-15 15:35 UTC 

[PATCH] rtlwifi: rtl8821ae: Make sure loop counter is signed on all architectures
 2016-04-15 15:34 UTC  (3+ messages)
` [PATCH v2] "

[patch] PCI: acpiphp_ibm: potential uninitialized variable bug
 2016-04-15 15:34 UTC  (3+ messages)

[PATCH] i2c: core: Add missing of_node_put()
 2016-04-15 15:34 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/13] IOMMU: Enable interrupt remapping for Intel IOMMU
 2016-04-15 15:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 12/13] q35: ioapic: add support for split irqchip and irqfd

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-15 15:30 UTC  (13+ messages)
` [Xen-devel] "

[patch] hp_accel: Silence an uninitialized variable warning
 2016-04-15 15:29 UTC  (3+ messages)

[PATCH 1/2] clk: tegra: Fix pllre Tegra210 and add pll_re_out1
 2016-04-15 15:29 UTC  (4+ messages)

BUG at fs/btrfs/inode.c:1828! RIP: btrfs_merge_bio_hook+0x8b/0xa0 [btrfs]
 2016-04-15 15:28 UTC 

[Qemu-devel] [PATCH] Fix pflash migration
 2016-04-15 15:28 UTC  (3+ messages)

linux-ti-staging-rt_4.1 does not create /sys/devices/system/cpu/cpu0/cpufreq directory
 2016-04-15 15:28 UTC  (2+ messages)

[PATCH] Add EDAC peripheral init functions & Ethernet EDAC
 2016-04-15 15:27 UTC  (6+ messages)

[PATCH 1/2] nouveau/bl: Assign different names to interfaces
 2016-04-15 15:25 UTC  (4+ messages)
` [Nouveau] "

[Bug 94933] [RV610] Freeze when turning on an external monitor after resume from suspend
 2016-04-15 15:25 UTC  (2+ messages)

[BUG] cgroup/workques/fork: deadlock when moving cgroups
 2016-04-15 15:25 UTC  (10+ messages)

remove Yocto systemd features
 2016-04-15 15:25 UTC  (2+ messages)

[PATCH 0/3] GuC premature LRC unpin
 2016-04-15 15:24 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[U-Boot] [PATCH] mips: fix DTC unit warnings
 2016-04-15 15:23 UTC  (2+ messages)

[Qemu-devel] post-copy is broken?
 2016-04-15 15:23 UTC  (12+ messages)
            `  "

[U-Boot] [PATCH v2 1/2] m68k: add malloc memory for early malloc
 2016-04-15 15:23 UTC  (5+ messages)

anyone using docker for OE builds?
 2016-04-15 15:23 UTC  (3+ messages)

[PATCH v2] pinctrl: pinctrl-single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
 2016-04-15 15:22 UTC  (4+ messages)

[PATCH v1 1/1] add missing UARTs pins for AllWinner H3 DTS + add new I2C entries for AllWinner H3 DTS
 2016-04-15 15:21 UTC 

[PATCH] gpio: omap: fix irq triggering in smart-idle wakeup mode
 2016-04-15 15:21 UTC  (5+ messages)

[PATCH] blackfin: optimize ffz, __ffs, ffs, __fls, and fls functions
 2016-04-15 15:20 UTC  (2+ messages)
` [PATCH V3] "

Kernel for bug hunting
 2016-04-15 15:20 UTC  (4+ messages)

[PATCH 1/1] x86, perf: add LBR filter support for SLM
 2016-04-15  7:53 UTC 

[Qemu-devel] [PATCH for-2.6 v2] block: Don't ignore flags in blk_{, co, aio}_write_zeroes()
 2016-04-15 15:18 UTC  (2+ messages)

[PATCH v2 0/5] dax: handling of media errors
 2016-04-15 15:18 UTC  (5+ messages)
` [PATCH v2 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors

[PATCH v3 0/3] crypto: rsa - generalize ASN.1 sequences
 2016-04-15 15:03 UTC  (6+ messages)
` [PATCH v3 1/3] "

[patch net-next 00/18] devlink + mlxsw: add support for config and control of shared buffers
 2016-04-15 15:16 UTC  (5+ messages)
` [patch net-next 05/18] mlxsw: spectrum_buffers: Push out indexes and direction out of SB structs

[PATCH v2 00/17] kvm-arm: Add stage2 page table walker
 2016-04-15 15:17 UTC  (9+ messages)
` [PATCH v2 01/17] arm64: Reuse TCR field definitions for EL1 and EL2
` [PATCH v2 04/17] arm64: Introduce pmd_thp_or_huge

[PATCH v2 0/3] ARM: OMAP3: Fix McBSP2/3 hwmod setup for sidetone
 2016-04-15 15:16 UTC  (13+ messages)

[patch] mfd: wm8400-core: signedness bug in wm8400_reg_read()
 2016-04-15 15:15 UTC  (4+ messages)
` [patch v2] mfd: wm8400-core: delete wm8400_reg_read()

[PATCH 0/5] linux-yocto: consolidated pull request
 2016-04-15 15:12 UTC  (4+ messages)
` [PATCH 5/5] linux-yocto: make aufs4 optional

[Qemu-devel] [PATCH] block: Inactivate all nodes at migration source
 2016-04-15 15:11 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMA
 2016-04-15 15:11 UTC  (11+ messages)
    ` [PATCH] iommu/arm-smmu: Don't allocate resources for bypass domains

[PATCH] e2image: don't leak progress info to stdout
 2016-04-15 15:11 UTC  (2+ messages)

[PATCH] libseccomp: Add parisc architecture support (v2)
 2016-04-15 15:11 UTC  (5+ messages)
            ` [PATCH] libseccomp/tests: Report if test was skipped because of missing valgrind
            ` [PATCH] libseccomp: Add parisc architecture support (v3)

[PATCH] Move test-* to t/helper/ subdirectory
 2016-04-15 15:09 UTC  (2+ messages)

[PATCH 0/2] DRA7x: Increase QSPI frequency to 64MHz
 2016-04-15 15:08 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: dra7x: Support QSPI MODE-0 operation at 64MHz

[PATCH RFC 09/22] block, cfq: replace CFQ with the BFQ-v0 I/O scheduler
 2016-04-15 15:08 UTC  (11+ messages)

[PATCH 1/1] x86, perf: Add Goldmont support
 2016-04-15  7:42 UTC 

[Bug 94951] [BXT] Not all primary planes and sprites are supported
 2016-04-15 15:08 UTC  (2+ messages)

[PATCH 0/3] v4.4: Revert "PCI: Implement pcibios_alloc_irq() and
 2016-04-15 15:08 UTC  (3+ messages)

0 bot for Git
 2016-04-15 15:08 UTC  (6+ messages)
        ` Parallel checkout (Was Re: 0 bot for Git)

[PATCH 0/5] Live patching for powerpc
 2016-04-15 15:07 UTC  (5+ 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.